@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bkimg.gif) repeat;
	color: #410103;	
	font-size: 14px;	
	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: #5680c4;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #e27070;
	}
a:active {}

/*--- 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; }

/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

#Container {
	width: 900px;
	margin: 0 auto;
	background: #FFF;
}

h1 {
	padding: 30px 30px;
}


.siteimg {
	margin: 0 0 25px 10px;
}

.gnavi {
	width: 900px;
	height: 46px;
	margin: 0 0 30px 0;
	background: url(../img/gnavibg.jpg) repeat-x;
}

.gnavi li {
	float: left;
}

.mein {
	width: 900px;
	padding: 0 0 100px 0;
}

.mein p{
	margin: 0 0 15px 0;
}

.leftContent {
	width: 560px;
	float: left;
	margin: 0 0 0 15px;
}

.rightNavi {
	width: 290px;
	float: right;
}

.rightNavi ul{
	margin: 3px 0 40px 15px;
}


.rightNavi li a {
	background: url(../img/title_point01.gif) 0 50% no-repeat;
	padding: 0 0 0 13px;
	font-size: 12px;	
}

.rightNavi li a:hover {
	background: url(../img/title_point02.gif) 0 50% no-repeat;
}

h3 {
	background: url(../img/title02.jpg) 0 50% no-repeat;
	padding: 10px 0 10px 15px;
}


h4 {
	background: url(../img/title01.jpg) 0 50% no-repeat;
	padding: 10px 0 10px 25px;
}

.article {
	padding: 0 15px;
}

.article02 {
	padding: 20px 15px 0 60px;
}

.article02 h5{
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 0 0 3px 10px;
	border-bottom: dotted #88e5e6;
}

.article02 ul{
	margin: 0 0 15px 30px;
}

.article02 a{
	background: url(../img/title_point01.gif) 0 50% no-repeat;
	padding: 0 0 0 13px;
}

.article02 a:hover{
	background: url(../img/title_point02.gif) 0 50% no-repeat;
}

.footer {
	border-top: 2px double #8bc6d0;
	padding: 25px 0 100px 50px;
}

.footer ul{
	margin: 0 0 30px 0;
}

.footer li{
	float: left;
	padding: 0 30px 0 0;
}






































