@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-family : 'Hiragino Kaku Gothic Pro', Meiryo, san-serif; 
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}


a:link{
	text-decoration:none;
	color: #6976C6;
/*	color: #ffffff;*/
	margin: 0px;
	padding: 0px;
}

a:visited{
	text-decoration:none;
	color: #6976C6;
/*	color: #ffffff;*/
}

a:hover{
	text-decoration:underline;
}


#header{
	margin: 0px;
	padding: 0px;
	clear: both;
	float:left;
	width: 900px;
	/*height:220px;*/
/*	background: url(../img/header_bg.jpg) top left repeat-y;*/
	background: url(../img/header2.png) top left no-repeat;
	color:#ffffff;
}

#header #top {
	text-indent: -9999px;
	text-decoration: none ! important;
	width:635px;
	float:left;
}

#header #top a{
	margin:0;
	padding:0;
	width:335px;
	height:94px;
	display:block;
/*	background: url("../img/header_logo.jpg") top left no-repeat;*/
	float:left;
}


#header div.login{
	float:left;
	width:260px;
	text-align:right;
	margin:0;
	padding:0;
}

#header div.login a:link, #header div.login a:visited {
	color: #ffffff;
}


#header div.login ul.mainNavi-login {
	width:260px;
	text-align:right;
	float:right;

}

#header div.login ul.mainNavi-login li{
	display:inline;
	/*float:right;*/
	font-size:11px;
	padding:0px 3px 0px 15px;
	background:url(../img/arrow.gif) no-repeat left top;
}


#header div.login ul.mainNavi {
	display:block;
	width:260px;
	padding-top:5px !important;
	text-align:right;
	float:right;
	margin-bottom:12px;
}
#header div.login ul.mainNavi li{
	display:inline;
	float:left;

}

#header div.login ul.mainNavi li.lost a{
	font-size:11px;
	padding:0px 3px 0px 15px;
	background:url(../img/arrow.gif) no-repeat left top;

}
#header div.login ul.mainNavi li.btn input.btn{
	float:left;
	text-align:right;
	width:68px;
	height:19px;

}

#header div.login form input{
	width:110px;
	height:18px;
}


#header div.login-end p.rogo {
	width:900px;
	height:17px;
	padding-bottom:3px;
	text-align:right;
	clear:both;
/*	background: url(../img/header_bg.jpg) top left repeat-y;*/
}



#header div.bottom{
	padding-bottom:9px;
	clear:both;
	zoom:1;
}
#header div.bottom:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}


#header .sub_navi {
}

#header .sub_navi a {
	display:inline-block;
	width:99px;
	height:25px;
	margin:0 2px;
}
#header .sub_navi a.A {
	background: url(../img/A.png) top left no-repeat;
}
#header .sub_navi a.B {
	background: url(../img/B.png) top left no-repeat;
}
#header .sub_navi a.C {
	background: url(../img/C.png) top left no-repeat;
}
#header .sub_navi a.D {
	background: url(../img/D.png) top left no-repeat;
}
#header .sub_navi a.E {
	background: url(../img/E.png) top left no-repeat;
}
#header .sub_navi a.F {
	background: url(../img/F.png) top left no-repeat;
}
#header .sub_navi a.G {
	background: url(../img/G.png) top left no-repeat;
}
#header .sub_navi a.H {
	background: url(../img/H.png) top left no-repeat;
}
#header .sub_navi a.A:hover {
	background: url(../img/A_on.png) top left no-repeat;
}
#header .sub_navi a.B:hover {
	background: url(../img/B_on.png) top left no-repeat;
}
#header .sub_navi a.C:hover {
	background: url(../img/C_on.png) top left no-repeat;
}
#header .sub_navi a.D:hover {
	background: url(../img/D_on.png) top left no-repeat;
}
#header .sub_navi a.E:hover {
	background: url(../img/E_on.png) top left no-repeat;
}
#header .sub_navi a.F:hover {
	background: url(../img/F_on.png) top left no-repeat;
}
#header .sub_navi a.G:hover {
	background: url(../img/G_on.png) top left no-repeat;
}
#header .sub_navi a.H:hover {
	background: url(../img/H_on.png) top left no-repeat;
}



#navi {
	margin: 0px;
	width: 900px;
	height:75px;
/*	padding-top:10px;*/
	float: left;
	display: inline;
/*	background: url(../img/header_bg.jpg) top left repeat-y;*/

}




.bold{
	font-weight: bold;
}

.user_id{
	font-size: 14px;
	font-weight: bold;
/*	color: #5E51A1;*/
	color: #ffffff;
	clear: both;
}


