body{
line-height:17px;
font-size: 10px;
color: #666666;
text-align: center;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #FFFFFF; 
}

.base{
width: 700px;
margin-top: 0px;
margin-right:auto;
margin-bottom: 10px;
margin-left:auto;
background-color: #FFFFFF; 
}

.base a{
text-decoration:none;
}



/*ヘッダー部分*/ 

#header{
height: 80px;
text-align: left;
background: url(../img/header_img.gif);
background-repeat: no-repeat;

}

#header-img{
padding-top: 0px;
padding-right:0px;
padding-bottom: 0px;
padding-left:0px;
float: left;
}

#header-text{
padding-top: 0px;
padding-right:0px;
padding-bottom: 0px;
padding-left:0px;
}


#header a{
color:#D9DAC6;
text-decoration:none;
}


/*左メニュー部分*/ 

#left{
width: 190px;
padding-top: 10px;
padding-bottom: 20px;
float: left;
text-align: left;
}

.left-tit{
font-size: 10px;
font-weight: bold;
color: #555555;
height: 35px;
background: url(../img/menu_bgh2.gif);
background-repeat: no-repeat;
padding-top: 9px;
padding-left:12px;
}

.left-menu-A{
padding-bottom: 5px;
width: 170px;
background-color: #E3E3D5; 
}

.left-menu-A a{
display:block;
color:#555555;
text-decoration:none;
}

.left-menu-A a:hover{
color: #EA6C06;
}

.left-menu-A a:visited{
color: #8C8B8B;
}


.left-menu-B{
padding-bottom: 5px;
width: 170px;
background-color: #E3E3D5; 
}

.left-menu-B a{
display:block;
color:#555555;
text-decoration:none;
}

.left-menu-B a:hover{
color: #22B200;
}

.left-menu-B a:visited{
color: #8C8B8B;
}


/*フッター部分*/ 

#footer{
width: 700px;
height: 70px;
padding-top: 10px;
background-image: url("../img/footer-bg-2.gif");
background-repeat: no-repeat;

clear: both;
text-align: center;
font-size: 10px;
color: #DFF5C8;
}

#footer a{
color:#F4FF74;
}



/*間隔設定*/ 

.clear {clear: left;}

.space-3 {margin-top: 3px;}
.space-5 {margin-top: 5px;}
.space-10 {margin-top: 10px;}
.space-15 {margin-top: 15px;}
.space-20 {margin-top: 20px;}
.space-25 {margin-top: 25px;}
.space-30 {margin-top: 30px;}



/*テキスト設定*/ 

h2{
font-size: 10px; font-weight: normal; 
}

h3{
font-size: 10px; font-weight: normal; 
}

h4{
font-size: 10px;
font-weight: bold;
color: #555555;
height: 33px;
background: url(../img/menu_bgh2.gif);
background-repeat: no-repeat;
padding-top: 9px;
padding-left:12px;
}

h1 {
font-size: 10px; font-weight: normal ;
color: #FFFFFF;
}

strong {
font-size: 9px; font-weight: normal; 
color:#D9DAC6;
}

a:hover{ color: #EA6C06;}


.t10 {  font-size: 10px; line-height: 14px}
.t12 {  font-size: 12px; line-height: 16px}
.t14 {  font-size: 14px; line-height: 18px}



