@charset "utf-8";


/*	based CSS
------------------------------------------------------------------*/


/*	基本設定
------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


/*	リンクカラー
----------------------------------------------------------- */

a:link { color:#FFFFFF;
}

a:visited { color:#FFFFFF;
}

a:hover {
}

a:active {
}


/*	ページ全体設定
------------------------------------------------------------------*/

html body {
	background-image: url(../common_img/bg.jpg);
	text-align: center;
	background-color: #040000;

	background-repeat: no-repeat;            /* 背景を繰り返さない */

	background-position: 50% 0%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;
}

#wrapper {
	width: 846px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-image: url(../common_img/title.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 374px;
	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: 846px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#content img {
	border: none;
}

.back_top {
	padding-bottom:10px;
}

.back_top a {
	margin-right:30px;
	color:#FFF;
}

#footer {
	border: 0px;
}
