@charset "shift_jis";
/* CSS Document */

body{
	margin:0;
	padding:0px;
	font-family: "Hiragino Kaku Gothic ProN","CI", sans-serif;}
#whole{
	width:960px;
	margin:0 auto;
}
#header{
	width:100%;
}

#nav{
	width:100%;
	height:82px;
}
#nav ul{
	list-style-type:none;
	padding:0px;
}
#nav a{
	float:left;
}

#con{
	width:100%;
}
#con-l{
	width:192px;
	float:left;
}
#con-m{
	width:576px;
	float:left;
}

#con-f{
	width:561px;
	float:left;
}

#con-r{
	width:192px;
	float:right;
}
#con-r p{
	margin:0;
	margin-bottom:35px;
}
#footer{
	width:100%;
	height:200px;
	background-image:url(img/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:15px;
	color:gray;
	font-size:11px;
	clear:both;
}

.clear{
	clear:both;
}
a img{
	border-style:none;
}
.em_red{
	color:#C00;
	font-weight:bold;
}