@charset "UTF-8";
/* CSS Document */

BODY{
	background-color: #f3f3f3;
	background-image:url(./img/bg.gif);
	background-repeat:repeat-x;
	padding:0px;
	border:0px;
	margin:0px;
	color: #333;
	letter-spacing:0.08em;
	font: 13px/150% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}
a{color:#2a83a2; text-decoration:underline;}
a:hover{color:#2a83a2; text-decoration:none;}

div#container {
	width:800px;
	padding:0;
	margin:0px auto;
}

div#header{
background-color:#008899;
background-image:url(./img/headerbg.gif);
height:130px;
}
.logo{
margin:5px 0;
}
.headersub{
position:absolute;
margin:-120px 0 0 330px;
}

div#image {
margin:50px 0 0 0;
clear:both;
}
div#contents {
background-color: #fff;
margin:0px 0 20px 0;
padding:20px;
clear:both;
}
.title{
margin:0 0 15px 0;
}

div#footer{
background-image:url(./img/footerbg.gif);
margin:0px auto;
height:60px;
}
#footer a{color:#fff;}
#footer a:hover{color:#bbc8e6;}
.footertext{
width:800px;
margin:0px auto;
padding:10px;
font-size:12px;
color:#fff;
letter-spacing:0.1em;
}
.pagetop{
width:800px;
margin:0px auto;
padding:0px;
text-align:right;
}
.privacy{
width:800px;
margin:-30px auto 0;
padding:0px;
text-align:right;
font-size:10px;
color:#fff;
}

h1{
margin:0;
padding:0;}

h2{
margin:0;
padding:5px 0 5px 0px;
font-size:12px;
font-weight:bold;
letter-spacing:0.05em;
color:#634950;
border-bottom:1px dotted #634950;
}

h3{
background-image:url(./img/bar.gif);
background-repeat:no-repeat;
height:26px;
padding:0 0 5px 0px;
font-size:16px;
font-weight:bold;
letter-spacing:0.1em;
color:#028760;
margin:0;
}

h4{
font-size:25px;
font-weight:bold;
margin:10px 0;
line-height:140%;
}

h5{
font-size:14px;
font-weight:bold;
letter-spacing:0.1em;
color:#028760;
margin:10px 0;
}

h6{
font-size:10px;
font-weight:normal;
letter-spacing:0.1em;
color:#666;
}


.large{
font-size:18px;
line-height:150%;
}


.red{
color:#ff0000;
font-size:15px;
}


.margin50-w{
margin:0 50px;
text-align:left;
}


.box01{
background:#fef263;
padding:10px;
margin:10px 5px;
}


.box0315{
border:2px solid #666666;
padding:10px;
margin:20px;
text-align:left;
}

.pictleft{
float:left;
margin:0 20px 20px 0;
overflow:auto;
}
