﻿/*

*/
#chs{
	margin-left:30px;
	background-color:gray;		
	margin-bottom:10px;	
}

#img {
	border:0;
}

#shadow {
	width:820px;
	background-image:url('../common/img/saga/mutugoro1.png');
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
}
#header {
	margin-bottom:10px;
}
#header p{
	margin:0;
	padding:0;
}
h1 {
	font-size: 12px;
	margin:0;
	font-weight:normal;
	color:#D6AC83;
	padding-left:20px;
	padding-top:2px;
}
h2 {
	margin:0px;
	margin-bottom:10px;
	font-size: 14px;
	padding-left: 3px;
	color:#C78E56;
	border-bottom:1px solid #DEBA89;
	
	clear:both;
}
h3 {
	color:#666666;
	font-size: 14px;
	line-height:1.2em;
	padding: 3px
}
h4 {
	font-size:14px;
}
/*page1                           */
#body {
	width:850px;
	margin:auto;
	background-color:#FFFFCC;	
}
#sotowaku {
	width:800px;
	text-align:center;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	border-bottom:1px solid #eeeeee;
	background-color:#CCFFCC;
	font-size:30px;
	font-family:HG丸ｺﾞｼｯｸM-PRO;
	border-bottom:180px;
	border-left:100px;
	border-right:100px;
	border-top:180px;
}
#top{
	width:800px;
	margin:auto;
	text-align:center;
	background-color:#CCFFCC;
	font-size:20px;
	border-bottom:100px;
	border-left:100px;
	border-right:100px;
	border-top:50px;
}
#main {
	width:800px;
	float:none;
	margin:auto;
	text-align:justify;
	background-color:white;
	font-size:18px;
/*	border:5px navy double; */
/*
	border-style:solid double;
	border-width:2px 20px;
	border-color:green navy;
	border-bottom:180px;
	border-left:100px;
	border-right:100px;
	border-top:50px;
*/
}
#sub {
	width:800px;
	float:none;
	margin:auto;
	text-align:justify;
	background-color:white;
	font-size:15px;
	border:3px navy double;  
}
#enkaku {
	width:800px;
	float:none;
	margin:auto;
	text-align:justify;
	background-color:white;
	font-size:15px;
	border:2px navy double;  
}
#ins {
	width:800px;
	float:none;
	margin:auto;
	text-align:justify;
	background-color:white;
	font-size:15px;
/*	border:5px navy double;  */
}

#sosiki {
	width:800px;
	float:none;
	margin:auto;
	text-align:justify;
	background-color:white;
	font-size:15px;
	border:5px navy double;  
}
#ir {
	width:800px;
	float:none;
	margin:auto;
	text-align:justify;
	background-color:white;
	font-size:15px;
	border:5px navy double;  
}
#left {
	width:800px;
	height:100px;
	float:none;
	margin:auto;
	text-align:justify;
	background-color:#33CCFF;
	font-size:20px;
	border-bottom:180px;
	border-left:100px;
	border-right:100px;
	border-top:180px;
}
#right {
	width:800px;
	height:100px;
	float:none;
	margin:auto;
	text-align:center;
	background-color:#FF9966;
	font-size:30px;
	border-bottom:180px;
	border-left:100px;
	border-right:100px;
	border-top:180px;
}
#footer{
	clear:both;
	text-align:center;
	font-size:20px;
	background-color:#CC6699;
	margin:auto;
	margin-top:30px;
}
/*                                             */

#left p{
	margin:0;
	padding:5px;
	font-size:13px;
	color:#999;
	line-height:120%;
}
#left h2 {
	
	margin-bottom:0px;
	font-size: 14px;
	padding-left: 3px;
	color:#C78E56;
	
	border-bottom:1px solid #DEBA89;
}

/*    class       */
.style210 {
	width:800px;
	float:none;
	margin:auto;
	text-align:justify;
	background-color:white;
	font-size:15px;
	font-family:HG丸ｺﾞｼｯｸM-PRO;
/*	border:5px navy double; */  
}
.style220 {
	width:800px;
	float:none;
	margin:auto;
	text-align:right;
	background-color:white;
	font-size:15px;
/*	border:5px navy double; */  
}

.menu {
	width:180px;
	margin-bottom:10px;
}
.menu a {
	text-decoration: none;
	display: block;
	padding:5px;
	width:170px;
	color:#C6A76C;
	font-size:13px;
	border-bottom:1px dotted #cccccc;
	
}
.menu a:hover {
	color:#996666;
	background-color:#F6F6F6
}

/*ここからメインコンテンツ*/
.contents {
	padding-right:10px;
}
.contents p {
	margin:0;
	color: #666666;
	line-height:130%;
	font-size:80%;
	padding:5px
}
/*フッタ部*/
#footer a{
	color:#999;
	
}
#footer a:hover{
	color:#963;
	text-decoration:none;
}

#address {
	
	color: #999999;
	text-align:center;
	font-size:13px;
	font-style:normal;
}
#address a {
	color:#999;
	text-decoration:none;
}

/*                                               

*/
.auto-style1 {
   margin-top: 0px;
}
a:link,a:visited{
	text-decoration:none;color:navy;
} 	
a:hover{ text-decoration:underline;
	
}

/*画像を右に右寄せにし、続くテキストを左に回りこませるための指定
こうしておくことで右側に寄せたい画像に対して<p class="floatright">とすればいいわけです。
このような指定は便利なテクニックなので、覚えておくといいですよ＾＾*/
.floatright{
	float:right;	
}

/*ここから下層ページ用の記述*/

/*メニューページ*/
.menu-table{
	margin-bottom:30px;
}
.menu-table td{
	
	line-height:120%;
	padding:0px 10px;
	font-size:80%;
}

/*お問い合わせページ*/
.form-table{
	
	border-collapse:collapse;
}
.form-table td{
	
	border:1px solid #ccc;
	padding:10px;
	font-size:90%;
}.font-size10 {
	font-size:10.0pt;
}
.font-size15 {
	font-size:15.0pt;
	
}

.cig_head{
	font-size: 18pt;
	color: black;
	margin-left:auto; 
	line-height: 100%;
	margin-top: 8px;
	margin-bottom: 8px; 
	font-family:HG丸ｺﾞｼｯｸM-PRO;
	line-height:7px;	
}
.cig_head1 {
	font-size: 15pt;
	color: black;
	margin-left:auto;
	line-height: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family:HG丸ｺﾞｼｯｸM-PRO;	
}

.chs_head{
/*	font-size: 10pt;
	color: black;
	margin-left:auto;
	line-height: 100%;
	margin-top: 8px;
	margin-bottom: 8px; */
	font-size: 18pt;
	color: black;
	margin-left:auto;
	line-height:7px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family:HG丸ｺﾞｼｯｸM-PRO;	
	
}

.chs{
	font-size: 8pt;
	color: black;
	margin-left: 40px;
	line-height: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height:3px;
/*	font-family:HG丸ｺﾞｼｯｸM-PRO;	*/
	
}
.cig200{
	font-size: 13pt;
	color: black;
	margin-left: 40px;
	line-height: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style:none;
	
}

.cig210{
	font-size: 10pt;
	color: black;
	margin-left: 20px;
	margin-right:20px;
	line-height: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style:none;
	font-family:HG丸ｺﾞｼｯｸM-PRO;
}
.cig2101{
	font-size: 13pt;
	color: black;
	margin-left: 20px;
	margin-right:20px;
	line-height: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style:none;
	font-family:HG丸ｺﾞｼｯｸM-PRO;
}
.cig211{
	font-size: 8pt;
	color: black;
	margin-left: 20px;
	margin-right:20px;
	line-height: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style:none;
	font-family:HG丸ｺﾞｼｯｸM-PRO;
	text-align:right;
}
.font210{
	font-size: 10pt;
	color: black;
	margin-left: 20px;
	margin-right:20px;
	line-height: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style:none;
}
.font211{
	font-weight:bold;	
}

.auto-style1 {
	font-size: 10pt;
	color: black;
	margin-left: 40px;
	line-height: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}
