@charset "utf-8";

/**************************************************************************************************
Universal Selevtor
**************************************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.5;/*　文字サイズ×1.5倍の高さを指定 （1 = 文字の高さ）　*/
	color: #777;
	font-family : "ＭＳ Ｐゴシック", Arial,Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-style: normal;
}

/*　IE6用 センタリング　*/
body {
	text-align: center;
}


/**************************************************************************************************
Layout
**************************************************************************************************/

body {
	background-image: url(../images/bg.gif);
	text-align: left;
}

div#contents {
	width: 900px;
	margin: auto;
	background: url(../images/bg_main.gif) repeat;
}

div#plan1, 
div#plan2,
div#plan3 {
	width: 785px;
	margin: auto;
}

div.plan_wrapper {
	width: 737px;
	margin: 0 25px 0 23px;
}

div.plan_l {
	float: left;
	width: 393px;
}

div.plan_r {
	float: right;
	width: 305px;
}


/**************************************************************************************************
Clearfix
**************************************************************************************************/

/* ボックス親要素の高さを算出する */
div.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/ 
* html.clearfix { 　　
	height: 1em; 　　
	overflow: visible; 
} 
/**/ 


/**************************************************************************************************
Header
**************************************************************************************************/

div#header h1 {
	display: block;
	width: 900px;
	height: 249px;
	background: url(../images/title.jpg) no-repeat;
	text-indent: -9999px;
}

div#navi {
	position: relative;
}

div#navi ul {
	display: block;
	width: 900px;
	height: 48px;
	background: url(../images/bg_navi.jpg) no-repeat;
	list-style-type: none;
	overflow: hidden;/*　IE6 listのtextはみ出しを非表示　*/
}

div#navi ul li a {
	display: block;
}

div#navi ul li.navi1 a {
	background: url(../images/navi1.jpg) 0 0 no-repeat;
	width: 236px;
	height: 28px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	left: 81px;
}

div#navi ul li.navi1 a:hover {
	background: url(../images/navi1.jpg) 0 -28px no-repeat;
}

div#navi ul li.navi2 a {
	background: url(../images/navi2.jpg) 0 0 no-repeat;
	width: 241px;
	height: 28px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	left: 350px;
}

div#navi ul li.navi2 a:hover {
	background: url(../images/navi2.jpg) 0 -28px no-repeat;
}

div#navi ul li.navi3 a {
	background: url(../images/navi3.jpg) 0 0 no-repeat;
	width: 187px;
	height: 28px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	left: 631px;
}

div#navi ul li.navi3 a:hover {
	background: url(../images/navi3.jpg) 0 -28px no-repeat;
}


/**************************************************************************************************
Plan
**************************************************************************************************/

div#plan1 h2,
div#plan2 h2,
div#plan3 h2 {
	margin: 33px 0;
}

div#plan1 h2 {
	display: block;
	width: 785px;
	height: 47px;
	background: url(../images/plan1_tit.jpg) no-repeat;
	text-indent: -9999px;
}

div#plan2 h2 {
	display: block;
	width: 785px;
	height: 47px;
	background: url(../images/plan2_tit.jpg) no-repeat;
	text-indent: -9999px;
}

div#plan3 h2 {
	display: block;
	width: 785px;
	height: 47px;
	background: url(../images/plan3_tit.jpg) no-repeat;
	text-indent: -9999px;
}

div.plan_l img {
	margin-bottom: 25px;
}

div.plan_l ul {
	margin: 15px 5px 0 5px;
	padding: 0;
}
div.plan_l li {
	text-align: left;
	list-style: none;
	color: #5A3423;
	font-size: 0.69em;
	line-height: 2;
}

div.plan_r a {
	margin-top: 37px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 231px;
	height: 61px;
	text-indent: -9999px;
	background: url(../images/button.jpg) 0 0 no-repeat;
}

div.plan_r a:hover {
	background: url(../images/button.jpg) 0 -61px no-repeat;
}
	

div#pagetop {
	clear: both;
	float: right;
}

div#pagetop a {
	display: block;
	width: 88px;
	height: 16px;
	background: url(../images/pagetop.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	overflow: hidden;/*　IE6 はみ出し部分の非表示　*/
}

div#pagetop a:hover {
	background: url(../images/pagetop.jpg) 0 -16px no-repeat;
}


/**************************************************************************************************
Footer
**************************************************************************************************/
	
div#footer {
	margin: 50px 58px 0 58px ;
	padding: 0 0 20px 0 ;
	border-top: 1px	#A79182 dotted ;
}

div#footer address p.logo {
	margin: 15px auto 8px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	width: 94px;
	height: 27px;
	text-indent: -9999px;
	text-align: center;
}

div#footer address p.copy {
	margin: auto;
	display: block;
	background: url(../images/copy.gif) no-repeat;
	width: 187px;
	height: 9px;
	text-indent: -9999px;
	text-align: center;
}



