@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bkgr.gif) repeat-x;
	color: #333;	
	font-size: 14px;	
	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;
}

html, body {
	height:100%;
	}

a {	
	color: #2e76d7;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #d91e34;
	}
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 :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#Wrapper {
	width: 900px;
	margin: 0 auto;
}

.header {
	width: 900px;
	padding: 25px 0 40px 0;
}

.leftH {
	width: 220px;
	float: left;
	display: inline;
}

h2 {
	width: 680px;
	float: right;
	display: inline;
}

h1 {
	padding: 40px 0 40px 15px;
}

.contents {
	width: 900px;
	padding: 0 0 60px 0;
}

.leftC {
	width: 220px;
	float: left;
	display: inline;
}

.leftC h3 {
	background: #333;
	color: #FFF;
	padding: 5px 0 5px 15px;
	margin: 0 0 7px 0;
}

.leftC ul {
	margin: 0 0 30px 5px;
}

.leftC ul a {
	background: url(../img/mark01.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
}

.leftC ul a:hover {
	background: url(../img/mark02.gif) 0 50% no-repeat;
}


.rightC {
	width: 640px;
	padding: 0 20px 0 0;
	float: right;
	display: inline;
}

.rightC h3 {
	background: url(../img/line.gif) bottom repeat-x;
	padding: 0 0 3px 10px;
	margin: 0 0 15px 0;
	border-left: 5px solid #333;
}

.rightC p {
	margin: 0 0 10px 0;
}


#pk{
	font-size: 80%;
}

#pk span:after{
	content: '>';
	padding: 0 5px;
}

#pk span:last-child:after{
  content: '';
}


table{
	margin:20px 0;
}


#Footer {
	background: url(../img/footer.gif) repeat-x #333;
	height: 100%;
}

.footerIn {
	width: 860px;
	margin: 0 auto;
	padding: 20px 20px;
}

.footerIn li {
	float: left;
	padding: 0 20px 0 0;
}

.footerIn li a {
	color: #FFF;
}

.footerIn li a:hover {
	color: #d91e34;
}

.footerIn p {
	color: #FFF;
}

.rightInner {
	margin: 0 0 0 40px;
}

h4 {
	background: url(../img/line.gif) bottom repeat-x;
	padding: 0 0 3px 5px;
	margin: 0 0 10px 0;
}

.map {
	margin: 0 0 30px 0;
}


.rightInner a {
	background: url(../img/mark01.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

.rightInner a:hover {
	background: url(../img/mark02.gif) 0 50% no-repeat;
}






















