﻿@charset "UTF-8";

body {
font: 12px/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
color: #CCCCCC;
margin: 0px;
padding: 0px;
text-align: center;
background: #000000 url(../images/bg.jpg) no-repeat center top;	/*「no-repeat center top」*/
}
body{
scrollbar-face-color: #000000;
scrollbar-track-color: #666666;
scrollbar-arrow-color: #660000;
scrollbar-highlight-color: #808080;
scrollbar-shadow-color: #333333;
scrollbar-3dlight-color: 993333;
scrollbar-darkshadow-color: #330000;
}
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: #CCCCCC;
}
a:hover {
color: #938293;
}

/*h1タグ設定*/
h1 {
font-size: 10px;
text-align: left;	/*「left」「right」「center」*/
}



/*コンテナー設定*/
#container {
background: url(../images/container_bg.gif) repeat-y;
width: 914px;
margin-top: 100px;	/*最上部の画像*/
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: 650px;	/*メインコンテンツ(左ブロック)の幅*/
margin-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

/*メインコンテンツ内の見出し設定箇所*/
#main h2 {
font-size: 12px;
border-top: 1px solid #2A1C29;
border-bottom: 1px solid #2A1C29;
line-height: 50px;
background: url(../images/h2_bg.gif) no-repeat right center;	
padding-left: 10px;
letter-spacing: 0.2em;
color: #FFFFFF;		/*文字色を白に*/
}

/*メインコンテンツ内の段落設定箇所*/
#main p {
padding: 0.5em 10px 1em;
}


/*サイドコンテンツ*/
#side {
float: right;
width: 220px;
margin-top: 20px;
margin-bottom: 20px;
display: inline;
margin-right: 12px;
color: #CCCCCC;
}

/*サイドコンテンツ内の段落設定箇所*/
#side p {
margin-top: 0.5em;
margin-bottom: 1em;
}

/*サイドコンテンツ内の見出し設定箇所*/
#side h3 {
font-size: 100%;
background: #130d13;
border: 1px solid #353535;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}


/*サブコンテンツ（右側のブロック）*/

#sub {
float: right;
width: 220px;
margin-top: 20px;
margin-bottom: 20px;
display: inline;
margin-right: 12px;
color: #CCCCCC;
}

#sub p {
margin-top: 0.5em;
margin-bottom: 1em;
}

#sub h3 {
font-size: 100%;
background: #130d13;
border: 1px solid #353535;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}

.sub-menu a {
background: url(../images/arrow2.gif) no-repeat 10px top;
padding-left: 30px;
text-decoration: none;
display: block;
border-right: 1px solid #353535;
border-bottom: 1px solid #353535;
border-left: 1px solid #353535;
padding-right: 10px;
width: 178px;
}

.sub-menu a:hover {
background: #151515 url(../images/arrow2.gif) no-repeat 13px top;
}


/*フッター（copyright部分）*/
#footer {
clear: both;
width: 914px;
text-align: center;
background: url(../images/footer_bg.gif) no-repeat center bottom;
line-height: 1.4;
height: 70px;
padding-top: 30px;
}


