@charset "shift_jis";



body {
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000000 url(images/bg.jpg) no-repeat center top;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
.color1 {
	color: #ffffff;
}
.look {
	background: #222222;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #CCCCCC;
}
a:hover {
	color: #cc0033;
}



/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 10px;
	text-align: left;
}



/*コンテナー設定
---------------------------------------------------------------------------*/
#container {
	background: url(images/container_bg.jpg) repeat-y;
	width: 912px;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*メインメニュー設定
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	width: 304px;
}



/*コンテンツ設定
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*トップページのFLASH（メイン画像）設定
---------------------------------------------------------------------------*/
#fla {
	text-align: center;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	display: inline;
	float: left;
	width: 550px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 100px;
}


#main h2 {
	font-size: 100%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	line-height: 50px;
	background: url(images/h2_bg.jpg) no-repeat right center;
	padding-left: 10px;
	letter-spacing: 0.2em;
	color: #ffffff;
}


#main p {
	padding: 0.5em 10px 1em;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: inline;
	float: right;
	width: 300px;
	margin-right: 20px;
	padding-top: 41px;
	padding-bottom: 100px;
}


#side h3 {
	background: #130d13;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 100%;
	border: 1px solid #000000;
	color: #ffffff;
}


#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドコンテンツ内の「おしらせ」部分
---------------------------------------------------------------------------*/
#side dl {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#side dt {
	font-weight: bold;
	color: #ffffff;
}
#side dd {
	border-bottom: 1px dotted #130d13;
	padding-left: 1em;
	}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 909;
	text-align: center;
	background: url(images/footer_bg.gif) no-repeat center bottom;
	line-height: 1.4;
	height: 70px;
	padding-top: 30px;
	}