@charset "utf-8";
/* CSS Document */

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/body_bg.gif) top center repeat-y;
	padding-left: 1px;
	color: #333;	
	font-size: 14px;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.5;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {	
	color: #fff;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #c9a29d;
	}
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 :  全ページ共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#continer {
	width: 960px;
	margin: 0 auto;
	}

.header {
	width: 950px;
	height: 80px;
	padding: 10px 0 0 10px;
	}

.nav {
	width: 960px;
	height: 36px;
	background: url(../img/gnav_bg.jpg) no-repeat;
	}

.nav li {
	float: left;
	}

.mein {
	width: 880px;
	padding: 20px 35px 0 35px;
	} 

.left {
	width: 550px;
	float: left;
	}

.left p {
	margin: 0 0 10px 0;
	}

.right {
	width: 300px;
	float: right;
	background: url(../img/side_bg.gif) repeat;
	}

.right ul {
	margin: 20px 0 0 0;
	padding: 0 0 10px 5px;
	font-size: 11px;	
	}

.right li a {
	background: url(../img/point03.gif) 0 50% no-repeat;
	padding: 0 0 0 20px;
	}

.right li a:hover {
	background: url(../img/point02.gif) 0 50% no-repeat;
	}

h3 {
	background: url(../img/cntent_title.jpg) 0 50% no-repeat;
	padding: 10px 0 10px 40px;
	margin: 0 0 15px 0;
	font-weight: bold;
	}

table{
	margin:20px 0;
}

table th,table td {
	padding:5px;
}

#pk{
	font-size: 90%;
}

#pk span:after{
	content: '>';
	padding: 0 5px;
}

#pk span:last-child:after{
  content: '';
}



.toTop {
	padding: 0 0 0 750px;
	margin: 100px 0 0 0;
	}

.footWrap {
	background: url(../img/footer_bg.jpg) repeat-x;
	padding: 0 0 50px 0;
	}

.footer {
	width: 960px;
	margin: 0 auto;
	color: #FFFFFF;
	padding: 25px 0 0 0;
	}

.footer li {
	float: left;
	}

.footer li a {
	color: #FFFFFF;
	padding: 0 15px 0 0;
	font-size: 11px;	
	}

.footer li a:hover {
	color: #c9a29d;
	}


/* =================================================================== 
 * style info :  プライバシーポリシー　サイトマップ設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
.left .title01 {
	border-left: 5px solid #2e446a;
	padding: 0 0 0 10px;
	margin: 15px 0 0 0;
	}


.left a {
	color: #011c4b;
	background: url(../img/point01.gif) 0 50% no-repeat;
	padding: 0 0 0 12px;
	}

.left a:hover {
	color: #c9a29d;
	background: url(../img/point04.gif) 0 50% no-repeat;
	}
	

.style01 {
	padding: 30px 0 0 25px;
	}

.left .title02 {
	padding: 0 0 0 30px;
	}












