@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
	-webkit-text-size-adjust:none;
    color: #333;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a:link, a:hover, a:active {
	color: #333;
	text-decoration:underline;
}
a:visited {
    color: #567e00;
	text-decoration:none;
}
p {
	margin-bottom: 15px!important;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	background: url(../../images/bg_head.gif) repeat-x 0px 0;	
}
#col {
}
#contents {
	margin: 0 auto;
	width: 90%;
	text-align: left;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header {
	margin: 0 auto;
	height: 65px;
	padding: 10px 3%;
	position: relative;
}
header h1 {
	position:absolute;
	top: 50%;
	width:75%;
	text-align:left;
	margin-top: -21px;/*---ロゴ高さの半分---*/
}
header .tel {
	width:20%;
}
header .tel a {
	position:absolute;
	top: 53%;
	right: 42px;
	margin-top: -26px;
	display: block;
	color:#4e3527;
	text-decoration: none;
	background: #ef8202 url(../../images/tel.png) no-repeat center center;/*---ベースカラーに変更---*/
	float:right;
	width: 3em;
	height:3em;
	border-radius: 10px;
}
/*---光沢グラデ---*/
header .tel span {
	display: block;
	width: 3em;
	height:3em;
	height: 26px;
	background: -moz-linear-gradient(top, rgba(205,188,184,0.5) 0%, rgba(255,255,255,1) 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205,188,184,0.5)), color-stop(70%, rgba(255,255,255,0.1)));
	background: linear-gradient(top, rgba(205,188,184,0.5) 0%, rgba(255,255,255,1) 100%);
}
h2 {
	margin-top: 20px;
}
/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/

/* topnavi */
#contents ul.topnavi {
	border-left:1px solid #bbcd96;
	border-right:1px solid #bbcd96;
}
#contents ul.topnavi li a:link,
#contents ul.topnavi li a:visited,
#contents ul.topnavi li a:hover,
#contents ul.topnavi li a:active {
	font-size:14px;
	text-align:left;
	line-height:1.6;
	border-bottom:1px solid #bbcd96;
	border-top:1px solid #bbcd96;
	background:#ffffff url(../../images/ico_01.gif) no-repeat 12px center;
	padding:10px 0 10px 40px;
	display:block;
	color:#333;
	text-decoration:none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
/* ページ上部へボタン */
#contents .pagetop {
	clear:both;
	margin:15px 0;
	text-align:right;
}

/* 新着情報 */

#news dl {
	text-align: left;
}
#news dl dt {
	padding: 2%;
	float: left;
	width: 15%;
}
#news dl dd {
	padding:2% 5% 2% 25%;
	width: 70%;
	border-bottom: 1px solid #c4a79e;
	background: -moz-linear-gradient(top, #fff, #ffeaed); /* FF */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffeaed));/* Webkit */
	-pie-background:linear-gradient(top, #fff, #ffeaed); /* ie */
}
/* dl横並びライン */
/* dl横並びライン */

.listline dt {
	padding: 1%;
	float: left;
	width: 25%;
}
.listline dd {
	padding:1% 5% 1% 32%;
	border-bottom: 1px solid #cbb6a7;
}
/* ________________ */

.listline2 dt {
	padding: 1%;
	float: left;
	width: 3%;
}
.listline2 dd {
	padding:1% 5% 1% 3%;
	width: 95%;
	border-bottom: 1px solid #cbb6a7;
}
/* ________________ */

.listline3 dt {
	padding: 1%;
	float: left;
	width: 25%;
}
.listline3 dd {
	padding:1% 5% 1% 32%;
	border-bottom: 1px dotted #cbb6a7;
}
/* リンク */
.link {
	border-radius:8px;
	border: 1px solid #c4a79e;
	padding: 5px;
	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(255,255,255)),  color-stop(1, rgb(239,239,239))  );
}
/* 電話番号 */
.telnumber {
	float:left;
	font-size: 210%;
	text-decoration: none;
	color: #000;
	line-height: 1.1em;
	margin-top :-3px;
	margin-bottom: 15px;
}
.tel02 {
	float: left;
	display: block;
	border-radius:8px;
	background: #ff9a24;
	font-size: 120%;
	height: 1.8em;
	line-height: 1.8em;
	width: 2.5em;
	text-align: center;
	color: white;
	margin-right:5px;
}
ol.number li {
	padding-left:30px;
}
ol.number li.no_01 {
	background:url(../../images/no_01.png) no-repeat 0 3px;
}
ol.number li.no_02 {
	background:url(../../images/no_02.png) no-repeat 0 3px;
}
ol.number li.no_03 {
	background:url(../../images/no_03.png) no-repeat 0 3px;
}
ol.number li.no_04 {
	background:url(../../images/no_04.png) no-repeat 0 3px;
}
ol.number li.no_05 {
	background:url(../../images/no_05.png) no-repeat 0 3px;
}
