@charset "UTF-8";

body{
font-size:12px;/*文字サイズ*/
color:#FFFFFF;/*文字の色*/
background-color:#000000;/*背景の色指定*/
background-image: url(../../Local Settings/Temporary Internet Files/Content.IE5/IBGD63YD/200901/back.jpg);
background-repeat:repeat-y;
background-attachment: fixed;
background-position: right bottom;
text-align:left;/*ＩＥ向けセンタリングレイアウト用*/
margin:10;/*上下の隙間消し（隙間が欲しい場合は調整が必要）*/
padding:0;/*上下の隙間消し（隙間が欲しい場合は調整が必要）*/
}

img{border:0;}/*リンクした画像の周りに線が出ないように*/


a:link {
color: #ffffff;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #ffffff;
background-color: transparent;
text-decoration: none;
}
a:active {
color: #ffffff;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #ffffff;
background-color: transparent;
text-decoration: underline;
}

h1{
width:800px;
height:10px;
padding:5px 10px;
color:#cccccc;
margin:0;
font-size:10px;
text-align:right;
}

/*ヘッダー部分----------------------------------------------------------------------------------*/
#header{
width:820px;
padding:0px;
margin:0;
text-align:center;
color:#cccccc;
}

/* __main
------------------------------------------*/

#mainh {
	float:left;
	width:500px;
	padding:0px;
	text-align:left;
}

#mainh h3{
border:1px solid #cccccc; padding:5px; margin-bottom:10px;
}

h2 {
width:270px;
height:14px;
padding:3px 0px;
color:#ffffff;
margin:0;
font-size:14px;
text-align:left;
}

h3 {
height:14px;
padding:3px 0px;
color:#ffffff;
margin:0;
font-size:14px;
text-align:left;
}

/* __sub
------------------------------------------*/

#sub {
	float:right;
	width:300px;
	padding:0px;
	text-align:left;
}

#sub h3 {
	margin-bottom:5px;
	font-size:100%;
	letter-spacing:1px;
}

#sub ul {
	margin:0 0 20px;
	padding:5px;
	border:1px solid #EFEFEF;
}

#sub ul li {
	padding:5px 10px;
}

#sub ul li.cent{
text-align:center;
}

li {
	list-style:none;
	line-height:1.3;
}

hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 20;
	padding: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid white;
	background: white;
	font-size: 1px;
	color: white;
}

/*メニュー部分----------------------------------------------------------------------------------*/
ul#menu{
width:820px;
height:25px;
padding:0;
margin:0;
list-style:none;
}

ul#menu li{
list-style:none;
height:25px;
padding:0;
float:left;
}

ul#menu li img{vertical-align:bottom;}/*画像の下に隙間が出来ないように指定してます。*/

/*フラッシュをぶち込むメイン部分-----------------------------------------------------------------*/
#main{
width:820px;
padding:0;
margin:0;
text-align:center;
margin:10px 0;
}

/*フッター部分-----------------------------------------------------------------------------------*/

#footer{
width:790px;
height:518px;
padding:15px;
margin:0;
background-image:url(200901/fback.jpg);
text-align:center;
clear:both;

