/* CSS Document */

#btn-section{
width:165px;
background-image:url(../image/top/btn_bg.jpg);
background-repeat:no-repeat;
height:88px;
}

#btn-section #bg{
background-image:url(../image/top/btn_under.jpg);
background-repeat:no-repeat;
}

#btn-section #text_login{
padding-left:25px;
padding-right:7px;
font-size:10px;
font-weight:400;
line-height:14px;
background-image:url(../image/top/icon_login.jpg);
background-repeat:no-repeat;
margin-left:5px;
margin-bottom:2px;
}

#btn-section #text_regist{
padding-left:25px;
padding-right:7px;
font-size:10px;
font-weight:400;
line-height:14px;
background-image:url(../image/top/icon_regist.jpg);
background-repeat:no-repeat;
margin-left:5px;
margin-bottom:2px;
}


#btn-section #text_login a{
text-decoration:underline;
}

#btn-section #text_regist a{
text-decoration:underline;
}

#btn-section #tit1{
padding-left:7px;
padding-right:7px;
font-size:12px;
font-weight:800;
color:#006633;
line-height:10px;
font-family:"ＭＳ ゴシック", "Osaka－等幅",Arial;
margin-bottom:4px;
margin-top:4px;
}

#btn-section #tit2{
padding-left:7px;
padding-right:7px;
font-size:12px;
font-weight:800;
color:#EF3F3F;
line-height:10px;
font-family:"ＭＳ ゴシック", "Osaka－等幅",Arial;
margin-bottom:4px;
margin-top:4px;
}

#btn-section #tit3{
padding-left:7px;
padding-right:7px;
font-size:12px;
font-weight:800;
color:#C67700;
line-height:10px;
font-family:"ＭＳ ゴシック", "Osaka－等幅",Arial;
margin-bottom:4px;
margin-top:4px;
}

#sideNavi {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:190px;
	background-image:url(../image/navi_bg.gif);

	background-repeat:repeat-y;
	float:left;
}


/* 20081111新規ログイン用 */

.Newloginbox {
	background:url(/image/top/btn_bg.jpg) left repeat-y;
	margin:0 0 10px 0;
}

#NewloginImg {
	background:url(/image/top/btn_bg.jpg) left repeat-y;
}

.NewloginUnder {
	background:url(/image/top/btn_under.jpg) bottom no-repeat;
	width:165px;
}

.NewloginUnder dl {
	margin:0;
	padding:0 0 5px 0;
}


.NewloginUnder dt {
	background:url(/image/top/icon_login.jpg) left top no-repeat;
	line-height:14px;
	margin:3px 0 0 5px;
	padding:0 0 0 17px;
	text-align:left;
}

.NewRegistbox {
	background:url(/image/top/btn_bg.jpg) left repeat-y;
	margin:0 0 10px 0;
}

#NewRegistImg {
	background:url(/image/top/btn_bg.jpg) left repeat-y;
}

.NewRegistUnder {
	background:url(/image/top/btn_under.jpg) no-repeat;
	width:165px;
	height:25px;
}

.NewRegistUnder dl {
	margin:0;
	padding:0;
}


.NewRegistUnder dt {
	background:url(/image/top/icon_regist.jpg) left top no-repeat;
	line-height:14px;
	margin:3px 0 0 5px;
	padding:0 0 0 17px;
	text-align:left;
}
