@charset "shift_jis";
@import url("reset.css");

body {
	background-color:#ffffff;
	margin:0 0 5px 0;
	text-align:center;
	color:#000000;
	font-size:90%;
	line-height:1.6;
	background-image:url(../img/back.jpg);
	background-attachment: fixed;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
}

/*---------------------

	ヘッダー
	
---------------------*/

#header{
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	background-image:url(../img/header-back.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#header-main{
	width:958px;
	height:95px;
	position:relative;
	margin:0 auto 5px auto;
}

#header-main h1{
	width:500px;
	height:auto;
	position:absolute;
	left:5px;
	top:5px;
	font-size:9pt;
	text-align:left;
}

#header-logo{
	width:301px;
	height:63px;
	position:absolute;
	left:5px;
	bottom:0;
}

#header-logo h2{
	margin-top:5px;
}

/*-------------------------

	ヘッダー 問い合わせ
	
--------------------------*/

#header-contact{
	width:348px;
	height:auto;
	position:absolute;
	top:0;
	right:0;
	background-image:url(../img/header-tel-back_1.png);
	background-repeat:no-repeat;
	padding-top:5px;
}

#header-contact-bottom{
	background-image:url(../img/header-tel-back_3.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
}

#header-contact-main{
	background-image:url(../img/header-tel-back_2.png);
	background-repeat:repeat-y;
	text-align:center;
	padding-top:1px;
	padding-bottom:3px;
}

#header-contact-main p{
	margin-top:5px;
}

/*-------------------------

	ヘッダー メニュー
	
--------------------------*/

#menu{
	width:950px;
	height:44px;
	position:relative;
	background-image:url(../img/menu-back.png);
	background-repeat:no-repeat;
	margin:0 auto;
}

#menu-inner{
	width:943px;
	height:37px;
	position:absolute;
	top:5px;
	left:5px;
}

#menu-inner li{
	width:235px;
	float:left;
	border-right:1px solid #FFFFFF;
}

#menu-inner li.last{
	border-right:none;
}

#menu-inner li a{
	width:235px;
	height:37px;
	display:block;
	position:relative;
}

#menu-inner li a img{
	position:absolute;
	left:50%;
	margin-left:-105px;
	top:50%;
	margin-top:-13px;
	
}

#menu-inner li a:hover{
	background-image:url(../img/menu-haver-back.gif);
	background-position:center;
}

#menu-inner li.first a:hover{
	background-image:url(../img/menu-haver-back.gif);
	background-position:left;
}

#menu-inner li.last a:hover{
	background-image:url(../img/menu-haver-back.gif);
	background-position:right;
}

/*-------------------------

	メイン
	
--------------------------*/

#main{
	width:958px;
	margin:0 auto;
	background-image:url(../img/header-back_1.png);
	background-repeat:no-repeat;
	padding-top:5px;
}

#main-bottom{
	background-image:url(../img/main-back_5.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:8px;
}

#main-inner{
	background-image:url(../img/main-back_3.png);
	background-repeat:repeat-y;
	padding-top:5px;
	text-align:left;
	
}

#main-alpha{
	width:938px;
	margin-left:9px;
}

/*-------------------------

	各ページ
	
--------------------------*/

#content{
	border:1px solid #CCCCCC;
	padding: 5px;
}

#content h3{
	margin-bottom:20px;
}

#content h4{
/*	background-color:#FFBF60;
	padding:5px 0 5px 10px;*/
	margin-bottom:15px;
}

#content .item{
	width:898px;
	margin:0 auto 20px auto;
}

/*-------------------------

	フッダー
	
--------------------------*/

#fooder{
	width:950px;
	margin-top:8px;
	padding-top:5px;
	background-image:url(../img/fooder-line.gif);
	background-repeat:repeat-x;
	margin-left:3px;
	font-size:9pt;
	text-align:center;
	color:#333333;
}
