body{
background:#000000;
background-position:center;
background-repeat:repeat-y;
padding: 0;
margin: 0;
}

#container{
background-image:url(bodyback.jpg);
padding: 0;
margin-top: 0;
margin-right:auto;
margin-bottom: 0;
margin-left:auto;
width: 750px;
}

#header{
background:url(bodytop.jpg);
background-repeat:no-repeat;
background-position:top;
width: 750px;
height: 30px;
}

#mainnavi{
background: url(barnavi2.jpg);
background-repeat:no-repeat;
background-position:center;
width:200px;
height: 435px;
float:left;
text-align:left;
padding: 0;
margin: 0 0 0 15px;
}
 
#content{
width: 500px;
height:auto;
padding: 0 30px 0 0;
margin: 0;
float:right;
}

#content-top{
width: 500px;
height:auto;
float:right;
padding: 0;
margin: 0;
}

#content-bottom{
width:500px;
height:auto;
float:right;
padding: 0;
margin: 0;
text-align: left;
}

#footer{
clear:both;
background:url(bodybottom.jpg) no-repeat;
background-position:bottom;
width: 750px;
height: 50px;
padding: 0;
margin: 0;
}

/* ▼ 全体共通設定 ▼ */

h1,h2{
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
text-decoration: none;
}

h3{
margin: 10px 0 0 0;
padding: 2px;
font-size: 120%;
font-weight: normal;
text-decoration: none;
display: block;
border-bottom: 1px dotted #fff;
}


h3 a{
text-decoration: none;
color: #e0af57;
}

img{
border:none;
}

.small_txt {
font-size: 80%;
}

.med_txt {
font-size: 100%;
}

/* ▼ メインナビ▼*/

#logo{
float:left;
}

#navi-b{
margin: 200px 0 0 32px;
padding: 0;
}

#mainnavi ul {
margin: 0;
padding: 0;
list-style: none;
}

#mainnavi li {
margin: 0;
color: #000;
font-size: 100%;
}

#mainnavi ul a{
padding: 0 0 0 0;
width:143px;
height: 30px;
text-decoration:none;
}

/*▼フッタ▼*/

#copyright{
margin: 0;
padding: 10px 0  0  0;
font-size: 70%;
text-align: center;
color: #fff;
}

/*▼メイン▼*/

#content a{
color:#FFFFFF;
}
/*
#content span{
color:#FFFFFF;
font-size: 70%;
}
*/
#content{
color:#FFFFFF;
}

ul#list{
list-style: none;
}

ul#news{
color:#FFFFFF;
list-style: none;
}

ul#news li{
color:#FFFFFF;
}
/*▼リンク設定▼*/
a:hover{
color: #7C7A7A;
text-decoration: underline;

a:link{
color: #CCCCCC;
text-decoration: none;
}

a:visited{
color:#CCCCCC;
text-decoration: underline;

a:active{
color: #CCCCCC;
text-decoration: none;
}





