/*ページの基本設定*/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color: #666666;
	font-family:"Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ","sans-serif";
}

/*背景設定*/
#main1{
	width: 100%;
	font-weight: normal;
	padding: 0px;
	line-height:1.5em;
}

/*外枠の設定*/
#main2 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	padding: 0px;
	text-align:center;
}
/*コンテンツ外枠の設定*/
#main3 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	padding: 0px;
	font-size:10pt;
	line-height:2.0em;
	text-align:center;
	background-image:url(../images/back01.gif);
	background-repeat:repeat-y;
}

#main3:after {
content: ".";
display: block;
clear: both;
height: 0;
max-height: 0;
visibility: hidden;
}

/*ヘッダー*/
#header {
	width:960px;
	height:145px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align:left;
	font-size:12px;
	line-height:1.2em;
	}

#header_left {
	width:390px;
	height:75px;
	margin: 0px;
	float:left;
	text-align:left;
}

#header_right {
	height:245px;
	height:75px;
	margin: 0px;
	float:right;
}

#logo {
	margin: 0px;
	text-align:left;
	margin: 0px;
}


/*サイトナビゲーション*/
#site-navigation {
	width: 960px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

#site-navigation ul {
	margin: 0px;
	padding: 0px;
	font-size: 0;
}

#site-navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*ナビゲーション効果*/
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background:none!important;
}

/*ページ階層*/

#topic-path {
	width:940px;
	height:30px;
	text-align:left;
	padding: 2px 0 5px 10px;
	font-size: 9pt;
	line-height: 2.0em;
	text-align:left;
}
#topic-path a:link  { color: #754c24; text-decoration: none}
#topic-path a:active  { color: #Ef7C00; text-decoration: underline}
#topic-path a:visited  { color: #754c24; text-decoration: none}
#topic-path a:hover  { color: #Ef7C00; text-decoration: underline}

/*2カラムレイアウト*/
.box {
	width: 920px;
	padding: 20px;
	text-align: center;
	background-color:#F4EBBF;
}

/*2カラムレイアウトコンテンツページ用*/
.box2 {
	width: 910px;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 10pt;
	line-height: 1.5em;
}

/*ホーム 左カラム右カラム*/
.box_left {
	float: left;
	width: 445px;
	margin: 0px; 
	padding: 0 0 20px 5px;
}

.box_right {
	float: right;
	width: 445px;
	margin: 0px; 
	padding: 0 5px 20px 0;
}

/*ホーム　サービス*/
#service_box {
	width: 910px;
	height: 115px;
	background-image: url(../images/top_service.gif);
	background-repeat:no-repeat;
	padding: 10px 0 0 0;
	margin: -2px 0 0 5px;
}	

#service_box ul {
	margin: 0px;
	padding: 0 10px 0 10px;
}

#service_box li {
	display:inline;
	padding: 0 12px 0 10px;
	list-style-type: none;
}

/*ホーム　概要*/
#gaiyou_box {
	width: 920px;
	margin: 0px;
	padding: 20px;
	background-color:#FDFBF1;
}
#gaiyou_boxleft {
	float: left;
	width: 260px;
	margin: 0 30px 0 0;
	padding: 0 0 20px 0;
}
#gaiyou_boxleft ul {
	margin: 0px;
	padding: 0px;
}

#gaiyou_boxleft li {
	display: block;
	padding-bottom:5px;
	margin: 0 15px 0 15px;
	list-style-type: none;
}

#gaiyou_boxright {
	float: right;
	width: 620px;
	margin: 0px;
	padding: 0 0 20px 0;
}

/*ホーム　お知らせ&イベント*/
.newsbox{
width: 610px;
text-align:left;
font-size: 10pt;
line-height: 1.5em;
padding: 10px 5px 10px 5px;
margin:0px;
}

.newsbox ul {
    margin: 0px;  
    padding: 0px;
	}

.newsbox li {
	display:block;
	margin: 0px;
    padding: 5px 5px 10px 25px;
    background: url(../images/li_tri01.gif) no-repeat -5px 0.5em;
	border-bottom: 1px solid #ACC4AD;
}
.newsbox a {
	font-weight:bold;
	}

.dates{
	display: block;
	text-align:right;
	color:#999999;
	font-size:9pt;
}

/*フッターとコピーライト*/
#footer {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 20px 25px 0 25px;
	background-color: #EBF7D0;
	text-align: left;
	background-image: url(../images/footer_back.gif);
	background-repeat: repeat-x;
	font-size: 10pt;
	line-height: 1.5em;
}

#footer a:link  { color: #754c24; text-decoration: none}
#footer a:active  { color: #Ef7C00; text-decoration: underline}
#footer a:visited  { color: #754c24; text-decoration: none}
#footer a:hover  { color: #Ef7C00; text-decoration: underline}
#footer_left { float: left; width: 640px; margin: 0 10px 0 0; padding: 0px;
}

#footer_right {
	float: right;
	width: 249px;
	margin: 0px;
	padding: 0px;
}

#footer ul {
    margin: 0 5px 20px 5px;  
    padding: 0px;
}

#footer li {
	display:block;
	margin: 0px;
	padding: 5px 5px 10px 25px;
    background: url(../images/li_cir01.gif) no-repeat -5px 0.5em;
	border-bottom: 1px solid #ACC4AD;
}

#service_box2 {
	width: 640px;
	height: 115px;
	padding: 0px;
	margin: 0px;
}

#footer2 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 70px 0 20px 0;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../images/footer_back2.gif);
	background-repeat: repeat-x;
	font-size: 10pt;
	color: #CCC;
	line-height: 1.5em;
}

#footer2_left {
	float: left;
	width: 420px;
	margin: 0px;
	padding: 0 0 25px 0;
}

#footer2_right {
	float: right;
	width: 440px;
	margin: 0px;
	padding: 20px 25px 0 0;
}

.address {
	margin: 0px;
	font-style: normal;
	font-size: 10px;
	color: #754c24;
	line-height: 24px;
	letter-spacing: 0.1em;
}

#pagetop {
	height:40px;
	margin-top: 10px;
	padding:0 30px 0 30px;
	font-size: 12px;
	background-image: url(../images/footer03.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*左レフトナビ*/
#sidebar {
	float: left;
	width:230px;
	padding:40px 20px;
	text-align:left;
	background-color:#FBF6E3;
}

#sidebar ul {
    margin: 0px;  
    padding: 0px;
}

#sidebar li {
	display:inline;
	margin: 0 0 5px 0;
	padding: 0px;
}

#sidebar02 {
	background-image:url(../images/side01.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#sidemenu {
	width:242px;
	margin: 0 10px 0 10px;
	padding: 0 0 10px 0;
	text-align:left;
	background-image: url(../images/side03.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
}

#sidemenu dl{
	list-style: none;
	margin-left: 0px;
	padding: 0 0 0 20px;
	background: url(../images/sidebar01.gif) no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 23px;
}

#sidemenu  dt {
    list-style-type: none;
	margin-left: -15px;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 26px;
	background: url(../images/li_sa01.gif) no-repeat;
}

#sidemenu ul{
	list-style: none;
	margin-left: 0px;
	padding: 0 0 0 20px;
	background: url(../images/sidebar01.gif) no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 23px;
}

#sidemenu  li {
    list-style-type: none;
	margin: 5px 0 0 -10px;
}

#sidemenu2 {
	width:242px;
	margin: 0 10px 0 10px;
	padding: 0 0 50px 0;
	text-align:left;
	background-image: url(../images/side03.gif);
	background-repeat: repeat-y;
}

#sidemenu2 ul{
	list-style: none;
	margin-left: 0px;
	padding: 0 0 0 20px;
	background: url(../images/sidebar01.gif) no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 23px;
}

#sidemenu2 li{
    list-style-type: none;
	margin: 5px 0 0 -10px;
}

/*右コンテンツ本文*/
#content {
	float: right;
	width: 690px;
	margin: 0 0 60px 0;
	padding: 40px 0 0 0;
	text-align:left;
	background-color: #FDFBF1;
}

#content h1 {
	text-align:center;
	margin: 0px;
	padding: 0 25px 20px 25px;
}

#content h2 {
	text-align:center;
	line-height: 55px;
	margin: 0px;
	padding: 25px 0 25px 0;
}

#content h3 {
	text-align:center;
	line-height: 35px;
	margin: 0px;
	padding: 25px 0 15px 0;
}

#content h4 {
	text-align:center;
	line-height: 35px;
	margin: 0px;
	padding: 25px 0 15px 0;
}

#content h5 {
	width:600px;
	text-align:left;
	font-weight: normal;
	margin: 0 25px 0px 25px;
	padding:3px 20px 2px 20px;
	background-color:#F9F3DA;
	font-size: 11pt;
}

.con_service {
	padding:0 69px;
}
.con_service2 {
	padding:0 174px;
}

.con_box {
	width:600px;
	padding:20px;
	margin:0 25px;
}
.con_box2 {
	width:160px;
	padding:0 20px 20px 20px;
	line-height:1.4em;
}
.con_box3 {
	width:270px;
	padding:0 20px 20px 20px;
	line-height:1.4em;
}
.con_box4 {
	width:594px;
	margin: 0 25px 20px 25px;
	padding:10px 20px 20px 20px;
	line-height:1.4em;
	border-style:solid;
	border-width:3px;
	border-color:#C59B6D;
	}
.con_box5 {
	width:594px;
	margin: 0 28px 20px 28px;
	padding:10px 20px 0 20px;
	font-size:12pt;
	line-height:2.0em;
	color:#754C24;
}
.con_box6 {
	width:440px;
	padding:20px;
	line-height:1.4em;
}
.con_box7 {
	width:600px;
	margin:0 25px;
	padding:20px;
	line-height:1.4em;
	background-color:#FDF2E5;
}
.con_box8 {
	width:520px;
	margin:0 85px;
	padding:0px;
}
.con_box9 {
	width:600px;
	padding:20px;
	margin:0 25px;
	text-align:center;
}

.con_box10 {
	width:560px;
	padding:20px;
	margin:0 45px;
	background-color:#D3EBD3;
}

.con_box11 {
	width:640px;
	margin:0 25px;
	text-align:center;
}
.con_box12 {
	width:640px;
	margin:0 25px;
}
.bg_clover {
    background-image: url("../images/bg_clover.gif");
    background-repeat: no-repeat;
    background-size: contain;
}
.text-brown {
    color: #754c24;
}
.text-center {
    text-align: center;
}
.table-green {
    width: 640px;
    border-collapse: collapse;
}
.table-green th {
    background-color: #ECEEE1;
    border-top: 1px solid #ACC4AD;
}
.table-green td,
.table-green th {
    border-bottom: 1px solid #ACC4AD;
    border-left: 1px dotted #ACC4AD;
    border-right: 1px dotted #ACC4AD;
}
.table-green tr td:last-child,
.table-green tr th:last-child {
    border-right: none;
}
.table-green tr td:first-child,
.table-green tr th:first-child {
    border-left: none;
}
.table-green td {
    padding: .3em .8em;
}

.con_box ol{ margin:0px; padding:0 0 0 25px;}	
.con_box li{ margin:0px; padding:0px;}	

.con_box5 ul{ margin:0px; padding:0 0 0 25px;}	
.con_box5 li{ margin:0px; padding:0px;}	

.tr1 { background-color:#FDEBD9;}
.tr2 { background-color:#FDF2E5;}

.rinen_box {
	width:600px;
	padding: 20px 0 40px 0;
	margin:0 25px 30px 25px;
	text-align:center;
	background-color:#EBF7D0;
}
.rinen_box2 {
	width:400px;
	padding:0 100px;
	margin:10;
	text-align:left;	
}
.rinen_box3 {
	width: 600px;
	padding: 20px 0 40px 0;
	margin: 0 25px 30px 25px;
	text-align: center;
	background-color: #F5ECC5;
}
.rinen_box4 {
	width: 600px;
	padding: 20px 0 40px 0;
	margin: 0 25px 30px 25px;
	text-align: center;
	background-color: #ECEEE1;
}
.event_box {
	width: 640px;
	padding: 15px 0;
	margin: 10px 25px 20px 25px;
	text-align: center;
	background-color: #FFFFFF;
}
.event_box2 {
	width: 540px;
	padding: 20px 50px;
	margin: 0px;
	text-align: left;
}

table.jigyo{
	width:640px;
	border:solid #c59b6d 2px;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 25px;
}
.jigyo th{background-color:#fff5c7;
	border-right:1px solid #c59b6d;
    border-bottom:1px solid #c59b6d;
	text-align:center;
}
.jigyo td{background-color:#faf6e3;
	border-right:1px solid #c59b6d;
    border-bottom:1px solid #c59b6d;
	padding:0.3em 1em;
}
.jigyo2{
	text-align:center;
}
.jigyo3{
	vertical-align:top;
}

/*お問い合せ*/
.inquery_box {
	width:520px;
	padding:0 60px 20px 60px;
	margin:0 25px;
}
.inquery_box2 {
	width:520px;
	padding:20px 60px;
	margin:0 25px;
	text-align:center;
}

table.inquery{
	width:520px;
	border:solid #c59b6d 2px;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 85px;
}
.inquery tr{
	border-right:1px solid #c59b6d;
    border-bottom:1px solid #c59b6d;
}
.inquery td{background-color:#f7f0d1;
	border-right:1px solid #c59b6d;
    border-bottom:1px solid #c59b6d;
	padding:0.5em 1em;
}









/* 24.01.26_追加 【0202-004840-0】のみ改行させない */
.white-space {
	white-space: nowrap;
}