@charset "utf-8";
/*gnavigationの設定*/


#gnav {
	width: 744px;
}

#shiromotoGnav li a {
	display: block;
	height: 50px;
	width: 186px;
	overflow: hidden;
}

#gnav #shiromotoGnav li {
	float: left;
	width: 186px;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-decoration: none;
	overflow: hidden;
}

#shiromotoGnav #m00 a {
	background-image: url(/images/gnav_home.jpg);
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 15px;
	width: 186px;
}


#shiromotoGnav #m01 a {
	background-image: url(/images/gnav_face.jpg);
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	padding-top: 15px;
	background-repeat: no-repeat;
	height: 35px;
	width: 186px;
}


#shiromotoGnav #m02 a {
	background-image: url(/images/gnav_body.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	height: 35px;
	padding-top: 15px;
	width: 186px;
}

#shiromotoGnav #m03 a {
	background-image: url(/images/gnav_qanda.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	height: 35px;
	padding-top: 15px;
	width: 186px;
}

.photoL {
	float:left;
	margin: 10px;
	}
	
.photoR {
	float:right;
	margin: 10px;
	}

.clr {
	clear:both;
	}

