@charset   "Shift_JIS";
/*全体の設定*/
#body{
margin:0px;
padding:0px;
text-align:center;
color:#333;
font-size:12px;
background-image : url(img/bg.gif);
}
body,table{
background-color: transparent;
font-size:12px;
}
.back {
margin:0px;
padding:0px;
width:950px;
background-image : url(img/bb.jpg);
}

/*タイトル部分の設定*/
#head{
margin:5px;
padding:10px;
height:80px;
width:100%;
border:solid 1px #DCDCDC;
}
.title {
cursor:pointer;
}
.title-text {
margin:0px;
padding:0px;
text-align:center;
font-size:18px;
font-weight:bold;
font-family:Arial;
color:#fff;
}
.title-sub {
margin:0px;
padding:0px;
font-size:14px;
font-family:Arial;
text-align:center;
color:#fff;
}
/*ラップの設定*/
#wrap{
position:relative;
width:100%;
background-image : url(img/bg.jpg);
background-position:center bottom;
background-repeat: no-repeat;
}

/*メニューの設定*/
.menu {
margin-bottom:4px;
padding:5px 0px;
display:block;
text-align:left;
color:#F5F5F5;
font-size:12px;
border:solid 1px #DCDCDC;
}
.menu1 {
padding:5px;
text-align:left;
color:#F5F5F5;
font-size:12px;
}
.menu2 {
padding-top:5px;
padding-left:2px;
color:#F5F5F5;
font-size:10px;
}
.menu a {
padding:5px;
}
.menu a:link {
color:#F5F5F5;
} 
.menu a:visited {
color: #F5F5F5;
} 
.menu a:hover {
color:#ee0000;
}
.menu3 {
margin-bottom:4px;
padding:5px 0px;
display:block;
text-align:left;
color:#F5F5F5;
font-size:10px;
}
.menu3 a {
padding:5px;
}
.menu3 a:link {
color:#F5F5F5;
} 
.menu3 a:visited {
color: #F5F5F5;
} 
.menu3 a:hover {
color:#ee0000;
}
/*フレーム内エリアの設定*/
.area {
width:100%;
border-style:none;
scrollbar-base-color:#eeeeee;
color:#444444;
}

/*案内表示の設定*/
.num{
margin-top:5px;
text-align:center;
}

/*テキストの設定*/
.sub-text {
margin-top:5px;
width:100%;
line-height:130%;
text-align:left;
color:#333;
border:solid 1px #fff;
}
.sub-text-1 {
color: #ff0000;
}
.sub-text-2 {
color: #7B68EE;
}
.sub-text2 {
margin-top:5px;
width:100%;
line-height:130%;
text-align:center;
color:#333;
border:solid 1px #fff;
}
.sub1-text3 {
margin:0px;
width:100%;
color:#333;
font-size:12px;
text-align:center;
height:80;
}

/*左側の設定*/
#left{
margin:0px;
padding:0px;
width:210px;
height:100%;
float:left;
}

/*真ん中の設定*/
#center{
margin:0px;
padding:0px;
width:525px;
height:100%;
float:left;
background-color:#;
background-image : url() ;
background-position:bottom;
background-repeat: no-repeat;
}

/*右側の設定*/
#right{
margin:0px;
padding:0px;
width:210px;
height:100%;
float:left;
}
/*フッターーの設定*/
#foot{
margin:0px;
padding:5px;
height:100%;
width:100%;
background-color:#;
background-image : url();
color:#ffffff;
text-align:center;
line-height:2em;
clear:both;
}
