@charset "utf-8";
/* CSS Document */

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bg.gif) repeat-x;
	font-size: 14px;
	color: #666;	
	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: #12345b;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #dcb3c1;
	}
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 :  全頁共通全体枠設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#header {
	width: 850px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

h1 {
	padding: 25px 0 0 0;
	}

.nav {
	width: 622px;
	position: absolute;
	bottom: 5px;
	right: 0;
	}

.nav li {
	float: left;
	}

#mein {
	width: 850px;
	margin: 0 auto;
	position: relative;
}

.toTop {
	position: absolute;
	bottom: 0;
	right: 30px;
	}

.left {
	width: 200px;
	float: left;
	background: url(../img/side_bg.gif) repeat;
	padding: 5px 5px 25px;
}

h2 {
	background: #33CCCC;
	color: #FFFFFF;
	padding: 5px 0 5px 10px;
	margin: 10px 0 0 0;
	font-weight: bold;
	}

.left li a {
	background: url(../img/point_l.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
	}

.left p {
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
	font-size: 12px;
	}


.right {
	width: 622px;
	float: right;
	margin: 0 0 200px 0;
}
.right p {
	padding:4px 0 4px 0;
}


h3 {
	background: url(../img/title_bg.jpg) 0 50% no-repeat;
	font-weight: bold;
	margin: 20px 0;
	padding: 7px 20px;
	}

#footer{
	background:url(../img/bottom_bg.jpg) repeat-x #d4effd;
	padding: 0 0 200px 0;
}

.footerInner {
	width: 850px;
	margin: 0 auto;
	background:url(../img/bottom_bg.jpg) repeat-x #d4effd;
	}

.footerInner li {
	float: left;
	margin: 10px 0 0 7px;
	}
	
.decoration {
	border-right: 1px solid #12345b;
	padding: 0 7px 0 0;
	}

.footerInner p {
	margin: 80px 0 0 0;
	}

/* =================================================================== 
 * style info :  プライバシーポリシー　サイトマップ設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

h5{
	background: url(../img/point_s.gif) 0 50% no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	font-weight: bold;
	}

.right ul {
	margin: 0 0 10px 15px;
	}
