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

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

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

a {	
	color: #a7043b;
	text-decoration: none;
	}

#footer a {	
	color: #fff;
	text-decoration: none;
	}
	
	
a:visited {
}
a:hover {	
	text-decoration: none;	
	color: #47b695;
	}
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: 900px;
	margin: 20px auto;
	}
.nav {
	background: url(../img/nav_bg.jpg) repeat-x;
	}

.nav ul {
	width: 900px;
	height: 51px;
	margin: 0 auto;
	background: url(../img/nav_bg.jpg) repeat-x;
	}

.nav ul li {
	float: left;
	}

#contents {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 300px 0;
	}

.rightContent {
	width: 620px;
	float: right;
	}

.meinpict {
	margin: 15px 0 25px 0;
	}

.mein {
	width: 600px;
	padding: 10px;
	}

h2 {
	background: url(../img/title.jpg) 0 50% no-repeat;
	padding: 11px 0 11px 35px;
	font-weight: bold;
	}

h3 {
	background: url(../img/side_nav_bg.jpg) 0 50% no-repeat;
	padding: 11px 0 11px 35px;
	font-weight: bold;
	}

h4 {
	font-weight: bold;
	padding: 15px 0 0 0;
	}

.mein p {
	padding: 20px 0 0 0;
	}



.mein table{
	margin:20px 0;
}



.pan{
	font-size: 80%;
}

.pan span:after{
	content: '>';
	padding: 0 5px;
}

.pan span:last-child:after{
  content: '';
}



.leftContent {
	width: 270px;
	float: left;
	}

.sideNavi {
	margin: 5px 0 20px 30px;
	}

.sideNavi li a{
	background: url(../img/side_title01.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
	}

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

#footer {
	background:  url(../img/foter_bg.gif) repeat-x;

	}

.footerInner {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	position: relative;
	}

.toTop {
	position: absolute;
	top: -40px;
	right: 0;
	}

.footerInner ul {
	padding: 20px 0 ;
	}

.footerInner li {
	float: left;
	padding: 0 30px 0 0;
	}

/* =================================================================== 
 * style info :  サイトマップ設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

.map {
	padding: 20px 0 0 50px;
	}

*html .map {
	padding: 20px 0 0 30px;
	}

.map a {
	background: url(../img/side_title01.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
	}

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




































