@charset "UTF-8";

body {
		width: 1300px;

	padding: 0px;
	margin: 0px;
	background-image: url(../../images/top_comtent2.jpg);
	font-size: 14px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#FFF;
}
#header{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	
}




#nav_back {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 1300px;
	position: fixed;
	top: 20px;
}


#nav{
	width:1300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
	position: fixed;
	top: 20px;

}

#nav ul {
	list-style-type: none;
	margin:0px;
	padding:0px;

}
#nav ul li{
	margin-bottom:0px;
	margin-top:10px;
	float: left;
	margin-right:20px;
}



#wrapper {
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color:#FFF;

}

#left_sidebar {
	width: 28%;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 50px;
}
#right_sidebar {
	width: 65%;
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
#footer {
	text-align: center;
	clear: both;
	margin-top: 100px;
	margin-bottom:0px;
}
a img {
	border: none;
}



h3 {
	font-size:28px;
}
#content {
	background-image: url(../../images/top_content1.jpg);
	background-repeat: no-repeat;
}
