@charset "utf-8";
html{
overflow-y: scroll;
}
body{
margin:0 auto;
font-family: sans-serif, verdana, 'trebuchet ms';
font-size: 75%;
color:#555555;
background: #fbfbfd url("./image/himawari_back.png");
text-align: center;/*IE対策*/
}

#container {
margin:0 auto;
width: 768px;
background-color: #FFFFFF;
}

#container_sub {
width: 768px;
position:relative;
background: #FFFFFF url("./image/himawari_left.png");
background-repeat: repeat-y;
}

#container_main {
width: 752px;
background: #FFFFFF url("./image/himawari_right.png");
background-repeat: repeat-y;
background-position: 736px 0px;
float:right;
}

#main {
margin : 30px 16px 30px 0px;
line-height: 140%;
}

.waku{
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
padding : 5px;
width: 500px;
line-height: 120%;
text-align:left;
}

.waku2{
width:500px;
margin-top: 0px;
margin-bottom: 15px;
margin-right: auto;
margin-left: auto;
padding:3px;
background-color:#faf8f9;
border: solid 1px #DDDDDD;
border-top-width:0px;
border-left-width:3px;
border-right-width:0px;
border-bottom-width:0px;
line-height:140%;
}

#foot{
height :11px;
position:relative;
background: #e0f3ff url("./image/himawari_foot.png");
width: 768px;
text-align: right;
overflow: hidden;
font-size: 9px;
line-height: 100%;
clear: both;
overflow: hidden;
}

img{
border-style:none;
vertical-align: bottom;
}

.header01{
border: solid 1px #DDDDDD;
border-top-width:2px;
border-left-width:5px;
border-right-width:0px;
border-bottom-width:0px;
font-size:100%;
font-weight:bold;
width: 550px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
padding:3px;
text-align:left;
}

.border{
border: solid 1px #DDDDDD;
border-left-width:0px;
border-right-width:0px;
border-top-width:0px;
border-bottom-width:2px;
width: 100%;
padding:0px;
margin:0px auto;
}

.indent{
margin-left:35px;
}
