@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/body.gif) repeat-x;
	color: #666;	
	font-size: 100%;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.7;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {	
	color: #02947e;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #e7df08;
	}
a:active {}

p {
	margin-bottom: 0 0 15px 0;
}

/*--- clearfix */
.clearfix:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }
.clearfix { min-height: 1em; }
*html .clearfix { height: 1em; }

p {
	margin-bottom: 13px;
}

/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	padding: 15px 0 0;
	margin-bottom: 45px;
}

.headermenu {
	width: 340px;
	float: left;
	display: inline;
}

.headerpict {
	width: 534px;
	float: right;
	display: inline;
	padding: 0 10px 0 0;
}

h1 {
	margin-bottom: 25px;
}

.nav {
	margin: 0 0 0 60px;
}

.nav li {
	margin-bottom: 15px;
}

.article01 {
	width: 260px;
	float: left;
	display: inline;
}

.article02 {
	width: 550px;
	float: right;
	display: inline;
}



#list{
	font-size: 80%;
}

#list span:after{
	content: '>';
	padding: 0 5px;
}

#list span:last-child:after{
  content: '';
}






.pagetop {
	clear: both;
	margin: 30px 0 30px 600px;
}

h2{
	background: url(../img/mein.gif) 0 50% no-repeat;
	padding: 11px 0 9px 43px;
	color: #fff;
	margin-bottom: 10px;
}


h3 {
	background: url(../img/sub.gif) 0 50% no-repeat;
	padding: 10px 0 10px 40px;
	color: #fff;
	margin-bottom: 10px;
}

.article01 ul {
	margin-bottom: 20px;
}

.article01 li {
	border-bottom: 1px solid #02947e;
}


#footer {
	border-top: 2px solid #02947e;
}

.footermain {
	width: 900px;
	margin: 25px auto 15px;
}
	
.footermain ul {
	margin: 0 0 15px;
}

.footermain li {
	float: left;
	padding: 0 25px 0 0;
}

.policy {
	margin: 0 0 20px 15px;
}

.policy dt {
	background: url(../img/point01.gif) 0 50% no-repeat;
	padding: 4px 0 2px 30px;
}

.policy dd {
	margin: 0 0 20px 20px;
}








































