@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/body_bg.gif) repeat;
	color: #666;	
	font-size: 14px;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.7;
}

html,body {
	height: 100%;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {	
	color: #c61f6d;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #fc5e21;
	}
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: 960px;
	margin: 0 auto;
	background: #FFF;
}

.header {
	width: 960px;
}

h1 {
	padding: 25px;
}

.gnavi {
	width: 960px;
	height: 80px;
	background: url(../img/gnavi_bg.jpg) repeat-x;
	margin: 0 0 30px 0;
}

.gnavi li {
	float: left;
}

.meinArea {
	width: 960px;
}

h3 {
	font-weight: bold;
	background: url(../img/line.gif) repeat-x bottom;
	padding: 0 0 3px 5px;
	margin: 0 0 10px 0;
}

.meinContent {
	width: 560px;
	padding: 0 20px;
	float: left;
}
.meinContent p {
	margin: 15px 0 0 0;
}

.circle {
	margin: 0 0 0 40px;
}

h4 {
	font-weight: bold;
	margin: 25px 0 3px 0;
}

.circle a {
	background: url(../img/point01.gif) 0 50% no-repeat;
	margin: 0 0 0 40px;
	padding: 0 0 0 10px;
}

.circle a:hover {
	background: url(../img/point02.gif) 0 50% no-repeat;
}


.subNavi {
	width: 250px;
	padding: 0 20px 0 0;
	margin: 0 0 60px 0;
	float: right;
}

.subNavi ul {
	margin: 0 0 30px 0;
}

.subNavi a {
	background: url(../img/point01.gif) 0 50% no-repeat;
	padding: 0 0 0 10px;
}

.subNavi a:hover {
	background: url(../img/point02.gif) 0 50% no-repeat;
}


.gotop {
	clear: both;
	margin: 0 0 20px 700px;
}

.footer {
	width: 960px;
	background: url(../img/line.gif) top repeat-x;
}

.footer ul {
	padding: 25px 20px;
}

.footer li {
	float: left;
	padding: 0 25px 0 0;
}

.footer a {
	background: url(../img/point01.gif) 0 50% no-repeat;
	padding: 0 0 0 10px;
}

.footer a:hover {
	background: url(../img/point02.gif) 0 50% no-repeat;
}


.footer p {
	padding: 25px 20px;
}










