@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: #fefbfe;
	color: #593c0c;	
	font-size: 90%;	
	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;
}

a {	
	color: #e08bbd;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #c78be0;
	}
a:active {}

/* for modern browser */
.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

#container {
	width: 970px;
	margin: 0 auto;
}

.header {
	margin: 0 0 25px 0;
}

h1 {
	padding: 25px 0 40px 0;
}

.gnavi {
	width: 959px;
	margin: 0 0 25px 5px;
}

.gnavi li {
	float: left;
}

#main {
	width: 950px;
	padding: 0 10px 40px 10px;
}

.columnarea {
	width: 600px;
	float: left;
	display: inline;
}

.subarea {
	width: 280px;
	float: right;
	display: inline;
}

h2 {
	background: url(../images/title_main.jpg) 0 50% no-repeat;
	padding: 12px 20px;
}

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

.subarea dl {
	margin: 0 0 20px 0;
}

.subarea dt {
	background: url(../images/title_sub.jpg) 0 50% no-repeat;
	padding: 10px 0 20px 20px;
}

.subarea dd a {
	display: block;
	border-bottom: dotted 1px #e08bbd;
	padding: 3px 5px;
}

.subarea dd a:hover {
	background: #e08bbd;
	color: #FFF;
}
	
.footer {
	border-top: 3px dotted #e08bbd;
	padding: 20px 0 0 0;
}

.footer ul {
	margin: 0 0 13px 10px;
}

.footer li {
	float: left;
	padding: 0 15px 0 0;
}

.mapList {
	margin: 15px 0 0 45px;
}

.mapList dt {
	border-bottom: solid 2px #e08bbd;
	margin: 25px 0 0 0;
	padding: 0 0 2px 0;
}

.mapList dd {
	margin: 0 0 0 20px;
}


























