﻿/* CSS Document */

body
{ 
text-align: center; /* IE 向けセンタリング指定 */
line-height:1.4em;
margin-top:0;
margin-bottom:0;
} 

#container{
width:780px;
margin: 0 auto; /* Firefox 向けセンタリング指定 */
margin-left:auto;
margin-right:auto;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
text-align:left;
}

p {padding: 0 5px 5px 10px;
margin:0;
}

h1{
font-size:19px;
background-color:#ECF9FF;
border-color:#BFEBFF;
border-style:dashed;
border-width:2px;
padding:3px;
text-align:left;
margin-top:10px;
}

h2{
font-size:16px;
background-color:#FFFFFF;
border-bottom-color:#BFEBFF;
border-bottom-style:solid;
border-bottom-width:5px;
border-left-style:solid;
border-left-width:5px;
border-left-color:#BFEBFF;
border-right-color:#BFEBFF;
border-right-style:solid;
border-right-width:1px;
border-top-style:double;
border-top-width:1px;
border-top-color:#BFEBFF;
padding-bottom:2px;
padding-top:5px;
padding-left:5px;
text-align:left;
}

h3{
color:#666666;
font-size:14px;
background-color:#FFFFFF;
background-image: url(images/h3_point.jpg);
background-repeat:no-repeat;
background-position:left top;
border-top:#666666 dotted 0px;
border-bottom:#666666 dotted 1px;
border-left:#AAAAAA dotted 0;
border-right:#AAAAAA dotted 0;
padding: 3px 5px 3px 16px;
margin: 0 0 15px 0 ;
text-align:left;
}

h4{
color: #333333;
font-size:14px;
background-color:#FFFFFF;
background-image: url(images/h4_point.jpg);
background-repeat:no-repeat;
background-position:left top;
border-top:#666666 dotted 0px;
border-bottom:#666666 dotted 1px;
border-left:#AAAAAA dotted 0;
border-right:#AAAAAA dotted 0;
padding: 3px 5px 3px 22px;
margin: 10px 0 10px 5px ;
text-align:left;
}

h5{
color: #333333;
font-size:14px;
background-color:#FFFFFF;
background-position:left top;
border-top:#666666 dotted 0px;
border-bottom:#666666 dotted 0;
border-left:#AAAAAA dotted 0;
border-right:#AAAAAA dotted 0;
margin: 10px 10px 5px 5px ;
text-align:left;
}

dl{
padding: 0 10px 10px 10px;}


dd{
margin:10px 0 20px 20px;
}

.txt-sss {  font-size: 8pt; line-height: 1.4em;}
.txt-ss {  font-size: 9pt; line-height: 1.4em;}
.txt-s {  font-size: 10pt; line-height: 1.4em;}
.txt-m {  font-size: 12pt; line-height: 1.4em;}
.back_g {  background-color: #FFDDDD}

.menu{
font-size:18px;
width:180px;
height:auto;
color:#DDF4FF;
padding-bottom:2px;
padding-left:7px;
padding-right:2px;
padding-top:2px;
background-color:#3366CC;
text-align:left;
}


a:hover {color: #FF0066}

#banner{
background:url(img src="images/title.gif" alt="" width="700" height="78" /);
width:780px;
}

#banner h1{
font-size:13px;
color:#666666;
padding-bottom:2px;
padding-left:50px;
padding-right:50px;
}

#menu{ 
float:left;
width:190px;
height:auto;
background-color:#FFFFFF;
list-style-type: none;
text-align:left;
padding: 5px 0 5PX 5px;
}

#menu ul{
padding:0;
margin:0 0 0 5px;
list-style:none;

}

#menu li{
padding:0 5px 5px 5px;
font-size:14px;
text-align:left;
margin:5px;
border-bottom:thin #CCCCCC dotted;
}

#menu li a{
text-decoration: none;
display: block;
text-align:left;
}

#menu li a:hover{
color: #3366CC;
background-color: #DDF4FF;
text-decoration: none;
display: block;
text-align:left;
}

#content{
float:right;
width:540px;
padding: 10px 20px 20px 20px ;
text-align:left;
}


#image a{
display:block;
width:150px;
color:#2D59B5;
background:url(images/button.gif) no-repeat;
height:27px;
line-height:27px;
text-decoration:none;
text-align:left;
}

#image a:hover{
color:#FF3300;
background:url(images/button2.gif) no-repeat;
}


#foot{
clear:both;
border-top: 1px solid #999999;
font-size:12px;
padding-right:20px;
padding-bottom:5px;
}


#foot p{
text-align: center;
padding:5px;
}
