*{
    color:#555555;
    padding:0;
    font-size: 10px;
    line-height: 140%;
    margin: 0;
    font-family: Verdana, Arial, sans-serif;
}
body{
    margin:0px;
    padding:0px;
    text-align:center;
    background-color: #EDEDED;
}
a{
    color:#1481ed;
    text-decoration: none;
}

a:hover{
    color:#f11d5c;
}
h1{
    color:#666666;
    padding:0;
    font-size: 18px;

}
h2{
    color:#555555;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
h3{
    color:#555555;
    font-size: 12px;
    font-weight: normal;
}
.red{
    color:#ff0000;
    font-size: 12px;
    font-weight: bold;
}

#shadow{
    margin:0;
    padding:0;
    width:818px;
    background-image: url(img/shadow.gif);
    background-repeat:repeat-y;
    background-position:center;
}


/* ヘッダ設定*/
#head{
    margin:0;
    padding:0;
    width:778px;
    height:50px;
    text-align:left;
    background-color:#FFFFFF;
}
#head_l {
    margin-left:5px;
    padding:0;
    width:400px;
    float:left;
}
#head_r {
    margin:10px;
    padding:0;
    width:200px;
    float:right;
    text-align:right;
}

/* 検索窓の設定*/
#search{
    margin: 0px 0px 0px 0px;
    padding : 0px 50px 0px 0px;
    background: url(img/topline.gif);
    overflow:hidden;
    width:778px;
    height:57px;
    margin-bottom:0px;
}
.search{
    text-align: right;
    margin-top:5px;
}

/* 左側右側両方設定*/
#contents{
    margin:0;
    padding:0;
    width:778px;
    text-align:left;
    background-color:#FFFFFF;
}
/* 左側の設定*/
#left {
    margin:0px 0px 0px 0px;
    padding : 0px 0px 0px 0px;
    width:165px;
    float:left;
    background-color:#FFFFFF;
}

#regist a{
    width:165px;
    height:58px;
    color:#1481ed;
    background-image: url(img/regist.gif);
    background-repeat: no-repeat;
    padding : 17px 0px 0px 40px;
    text-align:left;
    font-size:16px;
    font-weight:bold;
}
#regist a:hover {
    width:165px;
    height:58px;
    color:#f11d5c;
    background-image: url(img/regist.gif);
    background-repeat: no-repeat;
    padding : 17px 0px 0px 40px;
    text-align:left;
    font-size:16px;
    font-weight:bold;
}

.menu_title{
    width:165px;
    height:19px;
    color:#555555;
    background-image: url(img/menu.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    text-align:left;
}


.menu li a {
	display: block;
	line-height: 20px;
	background-image: url(img/arrow.gif);
	text-indent: 20px;
	width: 165px;
	background-repeat: repeat-x;
	font-size: 10px;
}

.menu li a:hover {
	background-image: url(img/arrow.gif);
}


#group{
    background-image: url(img/group.gif);
    background-repeat: no-repeat;
    padding : 1px 0px 3px 15px;
}
#group a{
    color:#1481ed;
    font-size: 10px;
    line-height: 100%;
}

/* 右側の設定*/

#right{
    margin:0;
    padding:10;
    width:613px;
    float:right;
    border-left: #999999 1px solid;
}
.note{
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(img/note.gif);
    margin-right: 20px;
    margin-left: 25px;
    line-height: 20px;
    text-align:left;
}
.note_b{
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(img/note.gif);
    margin-right: 20px;
    line-height: 20px;
    text-align:left;
}
#category{
    margin-right: 20px;
    margin-left: 25px;
    line-height: 20px;
    text-align:left;
}

strong a{
	font-size: 12px;
	color: #666666;

}
small a{
	font-size:10px;
}

/*--登録について設定--*/
.rboxtop {
    margin:0px 0px 0px 20px;
    background: url(img/rbox.gif) no-repeat;
    padding:5px 0px 5px 10px;
}

.rbox {
    width:550px;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    margin:0px 0px 0px 20px;
    padding: 0px;
}

/* フッタ設定*/
#foot{
    position:relative;
    width:778px;
    height:63px;
    background-color:#FFFFFF;
    background: url(img/foot.gif);
    color:#666666;
    text-align:center;
    padding : 9px 0px 0px 0px;
    clear:both;
}



.entry a{
    font-size: 12px;
    text-decoration: underline;
}
