@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: #d9f5fd;
	color: #5b0404;	
	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;
}

a {	
	color: #ff8300;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #3164bf;
	}
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: 930px;
	margin: 0 auto;
}

.header {
	width: 930px;
	height: 354px;
	position: relative;
	margin: 0 0 60px 0;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
}

.navi {
	width: 649px;
	height: 57px;
	position: absolute;
	bottom: -25px;
	left: 180px;
}

.navi li {
	float: left;
}

.content {
	width: 840px;
	padding: 0 40px 60px 50px;
}

.left {
	width: 240px;
	float: left;
	display: inline;
	padding: 20px 10px;
	border: 5px solid #ff8300;
	background: #f6f2e8;
}

h2, h3 {
	font-size: 110%;
	background: url(../img/line.gif) bottom repeat-x;
	margin: 0 0 10px 0;
}

.left ul {
	margin: 0 0 30px 10px;
}

.left li {
	margin: 0 0 5px 0;
}

.left li a {
	background: url(../img/plane01.gif) 0 50% no-repeat;
	padding: 5px 0 5px 30px;
}

.left li a:hover {
	background: url(../img/plane02.gif) 0 50% no-repeat;
}

.right {
	width: 500px;
	float: right;
	display: inline;
	padding: 20px;
	border: 5px solid #ff8300;
	background: #f6f2e8;
}

.inner {
	margin: 25px 0 25px 50px;
}

.inner ul {
	margin: 5px 0 40px 20px;
}

.inner a {
	background: url(../img/plane01.gif) 0 50% no-repeat;
	padding: 5px 0 5px 30px;
}

.inner a:hover {
	background: url(../img/plane02.gif) 0 50% no-repeat;
}

.right p {
	margin: 0 15px 15px 15px;
}

.gotop {
	text-align: right;
	margin: 0 100px 30px 0;
}

.gotop a {
	background: url(../img/plane03.gif) 0 50% no-repeat;
	padding: 5px 0 5px 38px;
}

.gotop a:hover {
	background: url(../img/plane04.gif) 0 50% no-repeat;
}

.footer {
	padding: 20px 0 20px 0;
	background: url(../img/line02.gif) repeat-x;
}

.footer ul {
	margin: 0 0 20px 0;
}

.footer li {
	float: left;
	padding: 0 20px 0 0;
}
























