@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/body.jpg) repeat-x #FFF;
	color: #443900;	
	font-size: 85%;	
	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: #33d2e1;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #00aa4f;
	}
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 :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#container {
	width: 960px;
	padding: 0 0 50px 0;
	margin: 0 auto;
}

.header {
	width: 960px;
	height: 202px;
	margin: 0 0 30px 0;
	position: relative;
}

h1 {
	padding: 20px 0 0 0;
}

.header p {
	position: absolute;
	bottom: 35px;
	right: 0;
}

.gnavi {
	width: 958px;
	height: 36px;
	margin: 0 0 25px 0;
}

.gnavi li {
	float: left;
	display: inline;
}

.saiteimage {
	margin: 0 0 25px;
}

.notice {
	width: 285px;
	float: left;
	display: inline;
}

.notice h3 {
	background: url(../img/contantnavibg.jpg) 0 50% no-repeat;
	padding: 8px 0 8px 15px;
}

.notice ul {
	margin: 0 0 20px 10px;
}

.notice a {
	background: url(../img/pointer01.gif) 0 50% no-repeat;
	padding: 0 0 0 21px;
}

.notice a:hover {
	background: url(../img/pointer02.gif) 0 50% no-repeat;
}

.meinContent {
	width: 630px;
	float: right;
	display: inline;
}

.meinContent h3 {
	background: url(../img/caption.jpg) 0 50% no-repeat;
	padding: 8px 0 8px 15px;
}

.meinContent p {
	margin: 0 0 13px 0;
}

h4 {
	font-weight: bold;
	font-size: 95%;
	margin: 5px 0 3px 40px;
}

.pattern01 {
	margin: 0 0 25px 50px;
}

#footer {
	background: url(../img/footer.jpg) repeat-x #33c2b1;
	height: 100%;
}

.inside {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	position: relative;
}

.bottomimage {
	position: absolute;
	top: 25px;
	right: 0;
}

.inside ul {
	margin: 0 0 15px 0;
}
	
.inside li {
	float: left;
	padding: 0 18px 0;
}

.inside li a {
	color: #FFF;
}


.inside li a:hover {
	color: #00aa4f;
}




























