@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../images/body_bg.gif) repeat-x;
	color: #666;	
	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;
}

html, body {
	height: 100%;
}

a {	
	color: #524e80;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #75719f;
	}
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 :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

#wrap {
	width: 960px;
	margin: 0 auto;
}

.header {
	height: 153px;
	position: relative;
	margin: 0 0 20px 0;
}

h1 {
	padding: 20px 0 0 50px;
}

.gnavi {
	width: 770px;
	position: absolute;
	bottom: 0;
	left: 190px;
}

.gnavi li {
	float: left;
}

#container {
	padding: 0 0 40px 15px;
}

.title {
	width: 250px;
	float: left;
}

.title ul {
	border: 1px solid #666;
	margin: 0 0 25px 0;
}

.title li {
	border-bottom: 1px solid #666;
}

.title li:last-child {
	border-bottom: none;
}


.title ul li:first-child {
	background: url(../images/pict01.gif) repeat-x;
	text-align: center;
}

.title li a {
	display: block;
	background: url(../images/pict02.gif) 5px 50% no-repeat;
	padding: 2px 0 2px 25px;
	zoom: 1;
}

.title li a:hover {
	background: url(../images/pict04.gif) 5px 50% no-repeat #ececec;
}


.main {
	width: 660px;
	float: right;
}

.pict {
	margin: 0 0 30px 0;
}

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

h3, .policy dt {
	margin: 25px 0 0 0;
	background: #524e80;
	padding: 2px 3px;
	color: #FFF;
}

.main p {
	margin: 0 0 12px 0;
}

.main ul {
	margin: 0 0 0 15px;
}

#footerWrap {
	background: url(../images/pict03.gif) repeat;
	height: 100%;
}

.footer {
	width: 960px;
	margin: 0 auto;
}

.footerList {
	padding: 20px 0 0 0;
}

.footerList li {
	float: left;
	padding: 0 18px 0 0;
}

.footer p {
	margin: 40px 0 0 0;
}







