@charset "utf-8";
/* CSS Document */

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/body_bg.jpg) top center no-repeat #f7f5f5;
	color: #441103;	
	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: #eb7070;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #828ed3;
	}
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;
	padding: 0 0 100px 0;
	}

.header {
	width: 900px;
	position: relative;
}

h1 {
	position: absolute;
	top: 28px;
	left: 155px;
}

.gnavi {
	width: 900px;
	height: 38px;
	background:url(../img/gnavi_bg.jpg) repeat-x;
	margin: 0 0 20px 0;
}

.gnavi li {
	float: left;
}

.contents {
	width: 900px;
	padding: 0 0 100px 0;
}

.leftContent {
	width: 560px;
	float: left;
}

.rightContent {
	width: 280px;
	float: right;
}

#Footer {
	border-top: 1px solid #40291e;
}

.footerInner {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* =================================================================== 
 * style info :  共通詳細設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
h2 {
	background: url(../img/title_bg.jpg) 0 50% no-repeat;
	padding: 8px 0 8px 15px;
	margin: 0 0 0 10px;
	color: #FFF;
}

.leftContent p {
	margin: 10px 20px;
}

table{
	margin:20px 0;
}

.pan{
	font-size: 80%;
}

.pan span:after{
	content: '>';
	padding: 0 5px;
}

.pan span:last-child:after{
  content: '';
}





h3 {
	background: url(../img/sidenavi_bg.jpg) 0 50% no-repeat;
	padding: 8px 0 8px 15px;
	margin: 0 0 3px 0;
	color: #FFF;
}

.rightContent ul{
	margin: 0 0 30px 10px;
}


.footerInner li {
	float: left;
	margin: 0 15px 0 0;
}

.footerInner p {
	margin: 25px 0 0 0;
}

.style01 {
	margin: 10px 0 0 30px;
}

.style01 ul {
	margin: 5px 0 30px 15px;
}









