@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bkgr.jpg) repeat;
	color: #39021e;	
	font-size: 85%;	
	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: #4440ea;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #399e01;
	}
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 :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
.headerInnner, h2, #content, .footerInnner {
	width: 950px;
	margin: 0 auto;
}

#header {
	border-bottom: 2px solid #4440ea;
	margin: 0 0 30px 0;
}

h1 {
	padding: 25px 0 30px 0;
}

.nav li {
	float: left;
}

h2 {
	padding: 0 0 25px 0;
}

#content {
	padding: 0 0 60px 0;
}

.mein {
	width: 560px;
	float: left;
	display: inline;
}

.mein h3 {
	background: url(../img/title.jpg) no-repeat;
	padding: 30px 0 10px 115px;
	color: #FFF;
}

h4 {
	border-bottom: 2px solid #4440ea;
	margin: 15px 0 5px 0;
}


.mein p {
	margin: 0 0 13px 0;
}

.meinInner {
	margin: 0 0 20px 35px;
}

.meinInner ul {
	margin: 0 0 0 15px;
}

.side {
	width: 320px;
	float: right;
	display: inline;
}

.secondNav h3 {
	background: url(../img/category.jpg) no-repeat;
	padding: 28px 0 14px 115px;
	color: #FFF;
}

.secondNav ul {
	margin: 0 0 30px 15px;
}

.secondNav a,
.meinInner a {
	background: url(../img/apoint01.gif) 0 50% no-repeat;
	padding: 0 0 0 30px;
}

.secondNav a:hover,
.meinInner a:hover {
	background: url(../img/apoint02.gif) 0 40% no-repeat;
}

#footer {
	border-top: 2px solid #4440ea;
	padding: 25px 0 0 0;
	height: 100%;
}

.footerInnner {
	position: relative;
}

.topPage {
	position: absolute;
	top: -60px;
	left: 650px;
}

.topPage a {
	background: url(../img/apoint01.gif) 0 50% no-repeat;
	padding: 0 0 0 30px;
}

.topPage a:hover {
	background: url(../img/apoint02.gif) 0 50% no-repeat;
	padding: 0 0 0 30px;
}

.footerInnner ul {
	margin: 0 0 15px 0;
}

.footerInnner li {
	float: left;
	padding: 0 20px 0 0;
}

















