@charset "shift_jis";



body {
	font: 90%/2 "メイリオ", "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
	color: #FFFFFF;	
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #003100 url(images/bg3.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: #976a95;
}
.look {
	background: #222222;
}




a {
	color: #FFFFFF;	
}
a:hover {
	color: #938293;	
}




h1 {
	font-size: 10px;
	text-align: left;	
}




#container {
	background: url(images/container_bg.gif) repeat-y;
	width: 912px;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}




ul#menu li {
	float: left;	
	width: 152px;
}




#contents {
	clear: left;
	width: 100%;
}



/*トップページのFLASH（メイン画像）設定
----------------------------------------------------------------------------*/
#fla {
	text-align: center;
}



/*メインコンテンツ
----------------------------------------------------------------------------*/
#main {
	display: inline;
	float: left;
	width: 850px;
	margin-left: 100px;
	padding-top: 40px;
	padding-bottom: 100px;
}


#main h2 {
	font-size: 120%;
	border-top: 1px solid #2A1C29;		
	border-bottom: 1px solid #2A1C29;	
	line-height: 60px;					
	background: url(images/h2_bg.jpg) no-repeat center;	
	padding-left: 10px;
	letter-spacing: 0.3em;
	color: #FFFFFF;		
}

/*メインコンテンツ内の段落設定箇所*/
#main p {
	padding: 0.5em 50px 1em;
}




#footer {
	clear: both;
	width: 909px;
	text-align: center;
	background: url(images/footer_bg.gif) no-repeat center bottom;
	line-height: 1.4;
	height: 70px;
	padding-top: 30px;
}

