@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	color: #5f5e5d;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.7;
	font-size: 100%;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {	
	color: #f0a4ff;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #7eb3df;
	}
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; }

p {
	margin-bottom: 15px;
}

/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#Header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

h1 {
	position: absolute;
	top: 50px;
	left: 280px;
}

.nav {
	width: 950px;
	padding: 0 0 0 10px;
	margin: 5px auto 20px;
	background: url(../img/bk_gr.jpg) repeat-x;
}

.nav li {
	float: left;
}

.contnts {
	width: 550px;
	float: left;
	display: inline;
}

.suv {
	width: 300px;
	float: right;
	display: inline;
}


#Wrap {
	width: 950px;
	margin: 10px auto;
}

#footer {
	background: #f9f9f9;
}

.footerContent {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0;
}

.bottomNav {
	width: 960px;
	margin: 0 0 10px;
}

.footerContent ul {
	width: 290px;
	float: left;
	margin: 0 10px 0 0;
}

.footerContent p {
	text-align: center;
}

h2, h3 {
	background: #f0a4ff;
	padding: 3px 5px 3px;
	margin-bottom: 10px;
	color: #fff;
}


.pan{
	font-size: 80%;
}

.pan span:after{
	content: '>';
	padding: 0 5px;
}

.pan span:last-child:after{
  content: '';
}


 .contnts table{
	margin:20px 0;
}



.suv ul {
	margin: 0 0 15px;
}

.suv p {
	margin: 0 0 15px;
	font-size: 80%;
}


.style {
	margin: 10px 30px 10px;
}

.style h4 {
	background: #f0a4ff;
	padding: 5px 10px 5px;
	margin-bottom: 2px;
	color: #fff;
}

.style02 {
	padding: 0 20px 15px;
}

.style02 h4 {
	font-weight: bold;
	margin: 15px 0 0 0;
}




















