@charset "utf-8";


/*	based CSS
------------------------------------------------------------------*/


/*	基本設定
------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}


/*	ページ全体設定
------------------------------------------------------------------*/

html body {
	background-image: url(../common_img/top_bg.jpg);
	background-repeat:no-repeat;
	background-color: #000;
	background-position: 50% 0%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
}

#wrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}


/*	ヘッダーメニュー設定
------------------------------------------------------------------*/

/*	コンテンツ設定
------------------------------------------------------------------*/

#content {
	width: 840px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#content a img {
	margin: 2px;
	padding: 8px;
	display: block;
	float: left;
	background-image: url(../common_img/photo_bg.gif);
	background-repeat: no-repeat;
	border: none;
}

.back_top {
	padding-bottom:10px;
}

.back_top a {
	margin-right:30px;
	color:#FFF;
}

#footer {
	border: 0px;
}
.godai_nav {
	position: absolute;
	left: 34px;
	top: 250px;
	margin: 0px;
	padding: 0px;
	width: 800px;
}
.godai_nav ul {
	list-style-type: none;
}

.godai_nav ul li {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.con_image {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 840px;
	position: relative;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
