@charset "utf-8";

body {
	font:12px/1.5 "qMmpS Pro W3","Hiragino Kaku Gothic Pro",osaka,"lr oSVbN",Helvetica,Arial,sans-serif;
	background:#fff;
	color:#333333;
	margin:0;
	padding:0;
}

* html body {
	font-size:small;
}

*:first-child + html body {
	font-size:small;
}

/* #headerRight
------------------------------------------------------------ */
#headerRight ul {
	margin:0;
	padding:0;
}

#headerRight ul {
	position:absolute;
	top:0;
	left:0;
	width:452px;
	height:35px;
	margin:0;
}

#headerRight ul li {
	float:left;
	display:block;
	height:35px;
}


#headerRight ul li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	text-decoration:none;
}

#headerRight ul li#consultation a {
	background:url(../images/contents/header/bt_online.gif) no-repeat;
	width:152px;
	height:35px;
}

#headerRight ul li#counseling a {
	background:url(../images/contents/header/bt_yoyaku.gif) no-repeat;
	width:150px;
}

#headerRight ul li#data a {
	background:url(../images/contents/header/bt_shiryo.gif) no-repeat;
	width:150px;
}



