@charset "utf-8";
/* CSS Document */
/*リセット　ブラウザーの個別特性をカットするための統括再設定　*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*リセットここまで*/

/*　再設定　ここから下の設定が適用される　*/
/*すべての項目に対してのデフォルト設定*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	word-break: break-all;
	border-collapse: collapse;
	list-style:none;
}

/*一般的なタグに対してのデフォルト設定　各ページやクラスで指定しないときはこの設定が適用されます*/
a{
	text-decoration: none;
	color: #6C5F4C;
}
a:link{
	color:#FF9900;
}
a:visited{
	color:#E58901;
}
a:hover{
	color:#BC7001;
}
a:active{
	color:#BC7001;
}
h1{
	clear:both;
	padding:0;
	font-size:14px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: "ＭＳ ゴシック", "Osaka‐等幅";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6C5F4C;
	line-height: 30px;
	font-weight: bold;

}
h2{
	clear:both;
	margin: 0.5em 0 ;
	font-size:12px;
	padding-left:0.5em;
	border-bottom:1px solid gray;
}
h3{
	clear:both;
	margin: 0.5em 0 ;
	font-size:11px;
	padding-left:0.5em;
	border-bottom:1px solid gray;
}
p{
	clear:both;
	color: #000000;
	margin:0.5em;
	padding-left:1em;
}
table{
	border:0px solid #000;
}
tr{
	border:0px solid #000;
}
td{
	border:0px solid #000;
}

/*ページレイアウトに関する設定項目　各ブロックのエリア設定　ブロックのレイアウトに関する項目のみ記述*/
/** html全体 **/
html{

}
	/** body内 **/
	body {
	text-align:center;
	background-image: url(back.gif);
	background-repeat: repeat;
	}
		/*** コンテナブロック ***/
		#container{
	clear:both;
	width:750px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-image: url(../images/top/back.gif);
	background-repeat: repeat-y;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
		}
			/*** ヘッダセクション ***/
			#header{
	clear:both;
	float:left;
	width:750px;
	height: 100px;
	font-size:small;
	background-image: url(../images/top/header.gif);
	background-repeat: no-repeat;
			}
			/***** コンテンツエリア *****/
			#contents{
	clear:both;
	float:left;
	width:750px;
	font-size:12px;
	background-color: #FFFFFF;
			}
			/***** メインエリア *****/
			#main{
	width:577px;
	float:right;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	overflow:auto;
			}
			/***** サブエリア *****/
			#sub{
				width:137px;
				float:left;
				margin-left:10px;
				margin-top:10px;
				padding:0;
			}
			/**** ナビセクション ****/


			/**** フッタセクション ****/				
			#footer{
				clear:both;
			}

/*各ブロック・セクション・エリア内で使用する個別指定およびクラス指定*/
/** html全体 **/
	html{
		/*フォント一括指定*/
		font-size:12px;
		font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
/** body内 **/
	body {
	
	
	}
/*** ヘッダブロック ***/
	.block{
	clear:both;
	float:right;
	display: block;
	margin:0px;
	padding:5px 5px 5px 5px;
	}
	.block li{
	display: block;
	float: right;
	text-align: center;
	padding:0px;
	margin:0 0.5em;
	}
	
	
/*** コンテナブロック ***/
	#container{
	
	
	}
/**** ナビセクション ****/
	#navi{

	}

/***** メインエリア *****/
	ul#main_photo {
	clear:both;
	float:left;
	display: block;
	margin:0px;
	padding:5px 5px 5px 5px;
	background-image: url(../images/top/back.gif);
	}
	.index_photo{
	display: block;
	float: left;
	width: 123px;
	height: 400px;
	border: 1px solid #999999;
	margin: 3px;
	padding:3px;
	line-height: 25px;
	font-size: 11px;

	}
/**** フッタセクション ****/				
	#footer{
	text-align: right;
	color: #FFFFFF;
	background-color: #000000;
	height: 10px;
	padding: 3px;
	}
	.address{
	text-align:right;
	margin-top: 3px;
	padding:3px 6px 3px 3px;
	font-style:normal;
	font-size:10px;
	margin-right: 3px;
	}


/*個別のページで使用するスタイル*/

	/*トップページで使用するスタイル*/
	
	#index_staff {
		clear:both;
		text-align:left;
		margin:0;
		padding:0;
		width:550px;
	}
	
	#index_staff p{
		padding:0;
		margin:0;
	}

	#index_staff .campaign a{
		background-image:url(../images/top/campaign0908.gif);
		display:block;
		width:550px;
		height:230px;
		text-indent:-9999px;
	}
	
	#index_staff .campaign a:hover{
		background-image:url(../images/top/campaign0908_1.gif);
	}
	
	#index_staff .campaign{
		margin:20px 0;
	}


	#index_staff .hiburanlink a{
		background:url(../images/bt/hiburanlink.jpg) left top no-repeat;
		display:block;
		width:550px;
		height:125px;
		text-indent:-9999px;
		}

	#index_staff .hiburanlink a:hover{
		background-image:url(../images/bt/hiburanlink2.jpg);
		}
		
	#index_staff .yuraralink{
		margin-top:20px;
	}
	
	#index_staff .yuraralink a{
		background:url(../images/bt/yurara.jpg) left top no-repeat;
		display:block;
		width:550px;
		height:125px;
		text-indent:-9999px;
	}
	
	#index_staff .yuraralink a:hover{
		background-image:url(../images/bt/yurara02.jpg);
	}
	
	#index_staff #topevent{
		width:550px;
		height:220px;
		margin:10px 0;
		padding:10px 0;
		background-image:url(../images/top/topeventbg.gif);
		text-align:center;
	}
	
	#index_staff #sentence{
		text-align:left;
		width:500px;
		margin:10px 20px;
	}
		
	/*プライバシーページで使用するスタイル*/
	.privacy {
		margin-left: 10px;
		margin-light: 30px;
		float: left;
		width: 550px;
	}


	
	/*サイトマップページで使用するスタイル*/
	.sitemap {
		margin-left: 10px;
		float: left;
		width: 400px;
	}


	/*リンクページで使用するスタイル*/
	.link {
		margin-top: 10px;
		margin-left: 10px;
		width: 560px;
	}
	.link li {
		margin-left: 10px;
		line-height: 25px;
	}

	/*その他スタイル*/
	.line{
		line-height: 20px;
		font-size: 12px;
	}
	.line li{
	line-height: 25px;
	font-size: 12px;
	}
	.table_main{
	clear:both;
	width:536px;
	background-color: #FCD9B3;
	border: 3px solid #D2B697;
	padding: 10px;
	margin-bottom:10px;
	background-image: url(../images/top/table_main.gif);
	background-repeat: repeat;
	}
	.center_photo{
	float:right;
	width:400px;
	}
	
	#serviceday{
		background-color:#ffffff;
		width:400px;
		margin-top:10px;
		padding:8px 0;
	}
	.left_photo{
	float:left;
	width:130px;
	}
	.center_photo{
	line-height: 20px;
	}
	.center_photo h4{
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
	line-height: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	}
	.center_photo h5{
	color: #000099;
	font-size: 12px;
	line-height: 5px;
	margin-bottom: 10px;
	}
	.center_photo li{
	margin-left: 20px;
	line-height: 15px;
	}
	.right_photo{
	float:right;
	width:230px;
	}
	.table_top2{
	height: 280px;
	}
	.left_photo2{
	float:left;
	width:130px;
	}
	.center_photo2 li{
	margin-left: 20px;
	line-height: 18px;
	color: #FF0000;
	}
	.right_photo2{
	float:right;
	width:300px;
	}
	.table_bottom{
	clear:both;
	width: 530px;
	word-spacing: 30px;
	}
	.table_top3{
	height: 1240px;
	}
	.left_photo3{
	float:left;
	width:130px;
	height: 330px;
	}
	.center_photo3{
	float:left;
	}
	.center_photo3 li{
	margin-left: 20px;
	line-height: 15px;

	}
	.center_photo3 h4{
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
	line-height: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 7px;
	}
	.right_photo3{
	float:right;
	width:200px;
	}
	.right_photo3 h4{
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
	line-height: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 7px;
	}
	.left_photo4{
	float:left;
	width:130px;
	height: 490px;
	}
	.center_photo4 li{
	margin-left: 20px;
	line-height: 20px;
	}
	.bn_block{
	clear:both;
	float:left;
	display: block;
	margin-top:5px;
	margin-left:10px;
	margin-right:5px;
	}

.bn_block li{
	display: block;
	float: left;
	text-align: center;
	padding:0px;
	margin:0.2em 0.8em 0;
	color: #000000;
	font-size: 9px;
	}
	
.bn_block li a:link{
	color: #000000;
}
.bn_block li a:visited{
	color: #000000;
}
.bn_block li a:hover{
	color: #FFCC00;
}
.bn_block li a:active{
	color: #FFCC00;
}

.priceokotowari{
	background-color:#FFCC66;
	width:400px;
	padding:12px;
}