@charset "utf-8";

/*デフォルトリセット　
-------------------------------------------------------------*/

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}

*{ letter-spacing:0; } /* IE7用*/
img { border: none; }
ul { list-style: none; }
.clear { clear: both; }
.hide { display: none; }
*.text_hid {
	text-indent: -9999px;
	text-decoration: none;
}
.noscript {
	display: none;
	text-align: center;
	padding: 10px 0;
	background: #fde;
	color: #c00;
}

body {
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px; 
	background-color: #FAFAF1;
	background-image: url(../img/top_indexbg.png);background-repeat: repeat-x;
}

/*------------------------------------------------------------------------------
	リンクカラー
-------------------------------------------------------------------------------*/
a:link {
	color: #19678f;
}

a:visited {
	color: #582f6b;
}

a:hover {
	color: #8f1922;
	text-decoration: underline;
}

a:active {
	color: #D62532;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#contents a:link,
#contents a:visited,
#main a:link,
#main a:visited {
	text-decoration: underline;
}

/*------　wrapper　------*/
#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
	padding: 0px; 
}

/*------　header　------*/
#header {
	height: 80px;
	width: 900px;
	margin: 0 auto;
	background: url(../images/header_bg.gif) no-repeat 245px 0;
	position: relative;
	overflow: hidden; /* for IE6 */
}

#headerLogo {
	width: 310px;
	height: 65px;
	margin: 10px 0 0 2px;
	text-align:left;
	background:url(../img/logo_.gif) no-repeat;
	overflow: hidden; /* for IE6 */
	xfloat: left;
}

#headerLogo a {
	padding-top:65px;
	display:block;
}


#headerTel {
	width: 305px;
	height: 55px;
	background: url(../img/adr_tel.gif) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 23px;
	right: 3px;
}

.top_contact {
	margin-left:188px;
}


/*-------  Menu  -------*/
ul#navi_menu {
	position:absolute;
	list-style: none;
	margin: 0 auto;
	width: 900px;
}

ul#navi_menu li {
	float: left;
}

ul#navi_menu a {
	display: block;
	height: 52px;
	background: url(../img/main_navi_.png);
}

li#navi_menu01 a {
	background-position: 0px 0px;
	width: 180px;
}

li#navi_menu01 a:hover {
	background-position: 0px -52px;
	width: 180px;
}

li#navi_menu02 a {
	background-position: -180px 0px;
	width: 180px;
}

li#navi_menu02 a:hover {
	background-position: -180px -52px;
	width: 180px;
}

li#navi_menu03 a {
	background-position: -360px 0px;
	width: 180px;
}

li#navi_menu03 a:hover {
	background-position: -360px -52px;
	width: 180px;
}

li#navi_menu04 a {
	background-position: -540px 0px;
	width: 180px;
}

li#navi_menu04 a:hover {
	background-position: -540px -52px;
	width: 180px;
}

li#navi_menu05 a {
	background-position: -720px 0px;
	width: 180px;
}

li#navi_menu05 a:hover {
	background-position: -720px -52px;
	width: 180px;
}

/*------　main　------*/

/*** slide show ***/

#catch {
	width:900px;
	height:370px;
	margin-top:52px;
}

#catch .main_image {
	position: relative;
	width: 900px;
	height: 370px;
}
#catch .main_image img {
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
}
#catch .main_image img.active {
	z-index: 10;
}
#catch .main_image img.last-active {
	z-index: 9;
}

/*------　contents　------*/
#contents {
	width:900px;
	margin-top:25px;
}

.ph01 { margin-left:15px;}
.ph02 { margin-top:15px;}
.ph03 { margin-top:15px; margin-left:15px;}
.line { margin-top:35px;}


#main {
	width:900px;
}

#main h2 {
	margin: 0 0 10px;
}

#news {
	width:650px;
	margin-top:35px;
	font-size:12px;
	float:left;
	xdisplay: inline;/* for IE6 */
}

dl {
	width:625px;
	height:200px;
	margin-bottom: 50px;
	overflow:auto;
	xborder:#F00 1px solid;
}

dt {
	padding: 2px 0 10px 0;
	width: 100px;
	float: left;
}

dt img {
	margin-right: 10px;
}

dd {
	padding: 5px 0 10px 120px;
	margin: 0 20px 10px 0;
	border-bottom: 1px dotted #C2BA9D;
}

.newsDate {
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	padding: 2px 15px;
	background-color: #8E1922;
}

/*------　side　------*/
#side {
	width: 250px;
	margin: 35px 0 0 0;
	float: right;
	xborder:#F00 1px solid;
	display: inline;/* for IE6 */
}


/*------　footer　------*/
#footer {
	font-size: 12px;
	height: 160px;
	margin-top:30px;
	background: url(../img/footer_bg3.gif) repeat-x;
}

#footerWrap {
	width: 900px;
	height: 160px;
	margin: 0 auto;
	background: url(../img/footer_bg3.gif) repeat-x;
}


/* footerAddress */
#footerAddress {
	width: 900px;
	height: 105px;
	/*margin-bottom: 40px;*/
	float: right;
}

#footerAddress p {
	font-size: 11px;
	line-height: 1.4;
	margin-top: 24px;
	margin-left:315px;
}

.footer_logo {
	margin-top:20px;
	float:left;
}

/*　footerCopy */
#footerCopy {
	color: #f0ebcc;
	font-size:11px;
	padding-top:10px;
	clear: both;
}

#footerCopy ul { margin: 0; }

#footerCopy p  { margin-top:5px; font-size:10px; }

#footerCopy li {
	xmargin-right: 20px;
	padding-left: 12px;
	margin-right: 15px;
	background: url(../img/point_f.png) no-repeat left center;
	display: inline;
}

#footerCopy li a {
	color: #f0ebcc;
	text-decoration:none;
}