@charset "utf-8";

body{
	color:#333333;}
	

/* link color
---------------------------------------------------------- */
a:link,
a:visited {color: #333333;
 text-decoration: none;}
a:hover,
a:active,
a:focus { color: #999; text-decoration: underline;}


/* header
---------------------------------------------------------- */
#headerWrap{
	background-image:url(../img/link/header_bg.jpg);
	height: 142px;}

#header,#gNavi{
	width:960px;
	margin:0 auto;}

#headerL{
	width:650px;
	float:left;
}

#headerR{
	width:231px;
	float:right;
	margin-top: 15px;
}

#header p.catch{
	color:#999999;
	line-height:30px;
	font-size:10px;
}

#header h1{
	background-image:url(../img/link/logo4.png);
	background-repeat:no-repeat;
	background-size: contain;
	width:546px;
	height:59px;
	text-indent: -9999px;
}
	
#header p.tel{
	background-image:url(../img/link/header_tel.jpg);
	background-repeat:no-repeat;
	height:59px;
	text-indent:-9999px;
}
	
/* footer
---------------------------------------------------------- */
#footerWrap{
	background-image:url(../img/link/footer_bg.gif);
}

#footer{
	width:960px;
	margin:0 auto;
	background-image:url(../img/link/footer_color.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height: 152px;
}

#footer .footerlink{
	font-size:10px;
	margin:5px 0;}


/* others
---------------------------------------------------------- */

#gNavi li{
	float:left;}

#contents{
	width:960px;
	margin:15px auto 38px auto;
}

.slideshow {
	margin: 0 auto;
	position: relative;
}

.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}

/* トップページの左の項目リストの高さを合わせる設定
---------------------------------------------------------- */
.left-area {
	/*margin-top: 88px;*/
}
.right-area {
	margin-top: -60px;
}
/*画像を真ん中へ*/
p.img_c{
	text-align: center;
}