@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 14px;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding:0 0 40px 0;
	text-align: center;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

#main table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	background-color:fbfbfb;
}

#main table.ta3 td p,
#main table.ta4 td p {
	line-height:1.5;
	margin:10px;
	padding:0 0 10px 0;
	}

#main table.ta3 p span,
#main table.ta4 p span {
	font-weight:bold;
	color:#5b007f;
	line-height:2;
	}


/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #9a3ac1;
	text-decoration: none;
		/*opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background-color: #9a3ac1;*/
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1078px;
	margin-right: auto;
	margin-left: auto;
	padding:0 0 20px 0;
	background-image: url(../img/menuBtn_bk.jpg);	/*HP最上段にある色のついたボーダー*/
	background-repeat: repeat-x;
	background-position:top center;
	clear: left;
	/*background: -moz-linear-gradient(
		top,
		#ffffff 30%,
		#ededed);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#f6f6f6));*/
	background-color:#fbfbfb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e4e4e4;
	-moz-box-shadow:
		0px 5px 7px rgba(005,005,005,0.5);
	-webkit-box-shadow:
		0px 5px 7px rgba(005,005,005,0.5);
	box-shadow:
		0px 5px 7px rgba(005,005,005,0.5);
}



/*ヘッダー（サイト名ロゴとかが入っている上段のブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	height: 86px;
	position: relative;
}

/*h1タグ設定*/
#header h1 {
	font-size: 18px;
	line-height: 14px;
	font-weight: normal;
	position: absolute;
	left: 20px;	
	top: 15px;	
}

/*サイト名ロゴ画像設定*/
#logo {
	position: absolute;
	left: 0px;	
	bottom: 0px;
}

/*電話番号画像設定*/
#tel {
	position: absolute;
	right: 0px;	
	bottom: 0px;
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	font-size: 17px;
	/*font-weight:bold;*/
	height: 67px;
	width: 1078px;
	padding-left: 18px;
	margin-right: auto;
	margin-left: auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";

}

ul#menu li.homeBT {
	color: #050505;
	padding:0;
/*padding: 12px 18px;*/
	text-align:center;
	width:68px;
	height:67px;
	float: left;
	background-image:url(../img/homeicon.png);
	background-repeat:no-repeat;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	/*background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#ffffff 50%,
		#bababa);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		color-stop(0.50, #ffffff),
		to(#bababa));
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
	/*background-image:url(../img/homeicon.png);
	background-repeat:no-repeat;
	background-position: 20px 16px;*/

}

ul#menu li.homeBT img {
	margin:0;
	}

ul#menu a li.mainBT {
	display:block;
	color: #050505;
	padding: 14px 18px 0;
	text-align:center;
	width:135px;
	height:53px;
	float: left;
	background-image:url(../img/menuBtn_bk.jpg);
	background-repeat:repeat-x;
	/*background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#ffffff 50%,
		#bababa);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		color-stop(0.50, #ffffff),
		to(#bababa));*/
	border-left: 1px solid #ffffff;
	border-right: 1px solid #dfdfdf;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
}

ul#menu li.mainBT:hover {
		color: #ffffff;
		background-image:url(../img/menuBtn_bk_on.jpg);
		background-repeat:repeat-x;
		/*background: -moz-linear-gradient(
		top,
		#9a3ac1 0%,
		#9a3ac1 25%,
		#822fa3);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#9a3ac1),
		color-stop(0.25, #9a3ac1),
		to(#822fa3));*/
	border-left: 1px solid #ffffff;
	border-right: 1px solid #dfdfdf;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
	}

ul#menu li.lastBT {
	font-weight:bold;
	display:block;
	color: #ff3b3b;
	padding: 14px 18px 0;
	text-align:center;
	width:240px;
	height:53px;
	float: left;
	background-image:url(../img/menuBtn_bk.jpg);
	background-repeat:repeat-x;
	/*background: -moz-linear-gradient(
		top,
		#ffdbe9 0%,
		#f25991 25%,
		#d9075b);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffdbe9),
		color-stop(0.25, #f25991),
		to(#d9075b));*/
	border-left: 1px solid #ffffff;
	border-right: 1px solid #dfdfdf;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
}

ul#menu li.lastBT:hover {
		color: #ffffff;
		background-image:url(../img/lastBtn_bk_on.jpg);
		background-repeat:repeat-x;
		/*background: -moz-linear-gradient(
		top,
		#fff3db 0%,
		#ffc821 25%,
		#ff3c00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fff3db),
		color-stop(0.25, #ffc821),
		to(#ff3c00));*/
	border-left: 1px solid #ffffff;
	border-right: 1px solid #dfdfdf;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
	}

/*ul#menu li {
	float: left;
}*/

/*ul#menu a li.active,
ul#menu a li.mainBT:hover {
	width:135px;
	height:67px;
	display:block;
	background-image:url(../img/menuBtn_bk_on.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
		}*/
		
ul#menu img {
	vertical-align: bottom;
}



/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	background-image:url(../mainimg01.jpg);
	background-position: top center;
	padding:0;
	margin:0 0 10px;
	border-top:#9a3ac1 solid 5px;
	/*padding-bottom: 10px;*/
	position: relative;
	height: 250px;
	width: 1078px;
		-moz-box-shadow:
		-2px 4px 5px rgba(005,005,005,0.3);
	-webkit-box-shadow:
		-2px 4px 5px rgba(005,005,005,0.3);
	box-shadow:
		-2px 4px 5px rgba(005,005,005,0.3);
}

#mainimg_page {
	background-position: bottom;
	border-top: #9a3ac1 solid 5px;
	position: relative;
	height: 120px;
	width: 1078px;
	-moz-box-shadow: -2px 4px 5px rgba(005,005,005,0.3);
	-webkit-box-shadow: -2px 4px 5px rgba(005,005,005,0.3);
	box-shadow: -2px 4px 5px rgba(005,005,005,0.3);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainimg .slide_file {
	display: none;
}

#slide_image {
	z-Index:10;
	position: absolute;
	left:0px;
	top:0px;
}

#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*テーブル
------------------------------------------------------*/

#main table {
   width:100%;
   border-collapse:collapse;
   margin:0 0 20px 0;
}

#main table th {
   padding:10px;
   width:25%;
   font-size:14px;
   text-align:left;
   border:1px solid #ddd;
   background:#f9eaff;
}

#main table td {
   padding:5px 10px;
   font-size:14px;
   text-align:left;
   border:1px solid #ddd;
}

#form1 table td:hover {
   padding:5px 10px;
   font-size:14px;
   text-align:left;
   border:1px solid #ddd;
   background-color:#ffffee;
}

/*テーブル（斎場）
------------------------------------------------------*/

/*#saijo table {
   width:100%;
   border-collapse:collapse;
}

#saijo table th {
   padding:10px;
   width:25%;
   font-size:14px;
   text-align:left;
   border:1px solid #ddd;
   background:#f9eaff;
}

#saijo table td {
   padding:5px 10px;
   font-size:14px;
   text-align:left;
   border:1px solid #ddd;
}

#saijo table td:hover {
   padding:5px 10px;
   font-size:14px;
   text-align:left;
   border:1px solid #ddd;
   background-color:#ffffee;
}*/



/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 810px;
	padding-top: 15px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 10px;
}


#main h2 {
	font-size: 120%;
	color: #ffffff;
	padding: 6px 10px 3px;
	margin:0 0 15px 0;
	background: -moz-linear-gradient(
		top,
		#680088 0%,
		#2e0062);
	background-color: #680088;
	clear: both;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#680088),
		to(#2e0062));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px double #3c008f;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.9),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.9),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.9),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 2px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

/*#main h2 {
	font-size: 100%;
	line-height: 40px;
	color: #FFFFFF;
	background-image: url(../img/h2bg.gif);	
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	background-color: #434343;
	clear: both;
}*/

#main p {
	padding:0 0 0 3px;
}

#main p a img {
	padding:0;
	margin:0 0 10px -3px;
	border:#fbfbfb solid 3px;}
	
#main p a img:hover {
	padding:0;
	border:#9a3ac1 solid 3px;
	/*opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background-color: #9a3ac1;*/
	}


/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 230px;
	padding-top: 15px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 10px;
}

#side h3 {
	font-size: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px double #bfbfbf;	
	text-align: center;			
	background-image: url(../img/h3bg.gif);	
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#side p {
	/*padding-top: 0.5em;*/
	padding: 0 0 10px;
}

#main h4 {
	font-size:20px;
	margin:10px;
	color:#9a3ac1;
	}



/*サイドメニュー
---------------------------------------------------------------------------*/
#side .sidemenu {
	margin-bottom: 1em;
}

#side .sidemenu li {
	background-image: url(../img/sub_menu_top.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
}

#side .sidemenu a {
	display: block;
	width: 200px;
	border-bottom: 1px solid #bfbfbf;
	text-decoration: none;
	padding: 5px 10px 5px 20px;
}

#side .sidemenu a:hover {
	background-color: #F0F0F0;
    text-decoration:none;
	background-image: url(../img/sub_menu_top_on.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
}


.side_back a {
	text-align:center;
	display:block;
	font-size: 26px;
	color: #fff;
	width: 132px;
	height: 50px;
	padding: 15px 46px;
	/*margin: 0 0 10px;*/
	border: #bfbfbf double 3px;
	background-image: url(../img/side_btn.jpg);
	background-repeat: repeat-x;
	text-shadow: 0px -1px 2px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
	background-position: center top;
}

.side_back a:hover {
	text-align:center;
	font-size: 26px;
	color: #fff;
	width: 132px;
	height: 50px;
	padding: 15px 46px;
	/*margin: 0 0 10px;*/
	text-decoration: none;
	border: #bfbfbf double 3px;
	background-image: url(../img/side_btn_on.jpg);
	background-repeat: repeat-x;
	text-shadow: 0px -1px 2px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
	background-position: center top;
}

.side_back2 a {
	text-align:center;
	display:block;
	font-size: 26px;
	color: #333;
	width: 132px;
	height: 50px;
	padding: 15px 46px;
	/*margin: 0 0 10px;*/
	border: #bfbfbf double 3px;
	background-image: url(../img/side_btn2.jpg);
	background-repeat: repeat-x;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
	background-position: center top;
}

.side_back2 a:hover {
	text-align:center;
	font-size: 26px;
	color: #333;
	width: 132px;
	height: 50px;
	padding: 15px 46px;
	/*margin: 0 0 10px;*/
	text-decoration: none;
	border: #bfbfbf double 3px;
	background-image: url(../img/side_btn2_on.jpg);
	background-repeat: repeat-x;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
	background-position: center top;
}

.side_banner li a {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	text-align:center;
	display:block;
	background-color:#eeeeee;
	font-size: 22px;
	line-height:1.6;
	color: #000;
	width: 158px;
	height: 50px;
	padding: 7px 20px 16px 46px;
	/*margin: 0 0 10px;*/
	border: #bfbfbf double 3px;
	background-image: url(../img/madoguchi.png);
	background-repeat: no-repeat;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
	background-position: left 10px;
}

.side_banner li a span {
	font-size:13px;
	}
	
.side_banner li a:hover {
	background-color:#ffe99b;
	/*opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";*/
}

.side_back3 a:hover {
		background-image: url(../img/side_btn2_on.jpg);
}


/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	text-align: center;
	width: 100%;
	font-size:12px;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

ul#footermenu li img {
	position:relative;
	top:2px;
}
ul#footermenu li a {
	padding-right: 5px;
	padding-left: 5px;
	z-index:7000;
}

ul#footermenu li a:hover {
	text-decoration: underline;
	}



/*フッター（コピーライト）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	/*background-image: url(../img/footer_bg.gif);*/
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
	padding: 20px 4px 40px;
}





/*メインコンテンツ内
---------------------------------------------------------------------------*/
#main dl.new {
	width: 760px;			
	height: 140px;			
	overflow: auto;
	padding: 10px 0px 10px 10px;
	margin:15px auto;
}

#main dl.new dt {
	font-weight: bold;	
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	
}


/*式場探しコンテンツ内の都道府県部分
---------------------------------------------------------------------------*/

.hallsBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #9a3ac1;
	padding: 0px 10px;
	margin:5px 5px 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#b5b5b5);
	background-color:fefefe;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#b5b5b5));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #e1e4e8;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

/*.mapall {
	width:600px;
	height:600px;
	background-image:url(../img/map_all.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:296;
}

.mapall .chiba {
	position: absolute;
	font-weight:bold;
	top: 181px;
	left: 283px;
	z-index:298;
}

.mapall .tokyo {
	position: absolute;
	font-weight: bold;
	top: 241px;
	left: 80px;
	z-index: 300;
}

		.mapall .tokyoBtn {
		position: absolute;
		top: 10px;
		left: 480px;
		z-index: 300;
}

.mapall .saitama {
	position: absolute;
	font-weight:bold;
	top: 126px;
	left: 14px;
	z-index:299;
}

.mapall .kanagawa {
	position: absolute;
	font-weight:bold;
	top: 318px;
	left: 70px;
	z-index:297;
	}
	
/* さいたま
---------------------------------------------------------------------------*/

.map_all {
	width:790px;
	height:560px;
	background-image:url(../img/map_back_all.jpg);
	background-repeat:no-repeat;
	position:relative;
	padding:20px 500px 0 0;
	
	}
	
.saitama_on {
	width: 460px;
	height: 560px;
	background-image: url(../img/map_back_all.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 296;
}

.saitama_on:hover {
	width:460px;
	height:560px;
	background-image:url(../img/map_back_all_saitama.jpg);
	background-repeat:no-repeat;
	position:relative;
	z-index:296;}
	
.tokyo_on {
	width:460px;
	height:560px;
	background-image:url(../img/map_back_all.jpg);
	background-repeat:no-repeat;
	position:relative;
	z-index:296;}
	

.tokyo_on:hover {
	width:460px;
	height:560px;
	background-image:url(../img/map_back_all_tokyo.jpg);
	background-repeat:no-repeat;
	position:relative;
	z-index:297;}

.mapall_saitama {
	width:460px;
	height:490px;
	background-image:url(../img/saitama2.jpg);
	background-repeat:no-repeat;
	position:relative;
	z-index:296;
}

.mapall_saitama p.text01 {
	font-size:14px;
	line-height:1.3;
	color:#9a3ac1;
	position:absolute;
	top:40px;
	left:100px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	}

.mapall_saitama p.text02 {
	font-size:14px;
	line-height:1.3;
	color:#9a3ac1;
	position:absolute;
	top:80px;
	left:355px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	}
	
.mapall_saitama p.text03 {
	font-size:14px;
	line-height:1.3;
	color:#9a3ac1;
	position:absolute;
	top:190px;
	left:400px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	}
	
.mapall_saitama p.text04 {
	font-size:14px;
	line-height:1.3;
	color:#9a3ac1;
	position:absolute;
	top:320px;
	left:130px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	}
	
.mapall_saitama p a:hover {
	text-decoration:underline;
	}
/*
---------------------------------------------------------------------------*/
/*.saitama_map ul{
	list-style:none;
	width:200px;
	margin:30px;
}

.saitama_map {
	width:200px;
	margin:30px;
}

.saitama_map .archive{
	background:#9a3ac1;
	color:#FFF;
	padding:5px 10px;
	border-bottom:1px solid #FFF;
	cursor:pointer;	
}
.saitama_map .subMenu li{
	background-color:#cb89e7;	
	padding:5px 10px;
	border-bottom:1px solid #FFF;	
}

/*
----------------------------------------------------------*/
.saitama_map a {
        text-decoration:none;
}

.saitama_map ul#saitama_map, ul.sub_menu{
        list-style:none;
        margin:0;
        padding:0;
}

#all_map {
	width: 790px;
	border-bottom: 3px solid #fbfbfb;
	padding:10px 0 0 500px;
	margin: 20px 10px 10px;
       /* border-bottom:none;*/
}

#saitama_map {
	width: 330px;
	border-bottom: 3px solid #fbfbfb;
	margin: 20px 10px 10px;
       /* border-bottom:none;*/
}

.main_menu{
        background-color:#9a3ac1;
        color:#fff;
        font-size:20px;
        font-weight:bold;
        padding:17px 15px;
        margin:-1px 0 0 -1px;
        cursor:pointer;
        width:260px;
        height:35px;
        border:3px solid #fbfbfb;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		text-shadow: 0px -1px 2px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

	.main_menu:hover {
		background-color:#fc66f0;
        color:#fff;
		text-decoration: none;
		}
		
		
.sub_menu li{
        background-color:#f1cfff;       
        padding:5px 10px 0;
        border:3px solid #fbfbfb;
        color:#7d289f;
        font-size:11pt;
        /*font-weight:bold;*/
        width:260px;
        height:33px;
        margin:1px 0 0 1px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		/*text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);*/
}

	.sub_menu li:hover{
		        background-color:#e545d8;
				color:#fff;
				text-decoration: none;
		}

/*（横長）ボックス
---------------------------------------------------------------------------*/
.box {
	overflow: hidden;
	padding: 5px;	
	border-top: 1px solid #bfbfbf;		
	border-right: 1px solid #bfbfbf;	
	border-bottom: 1px solid #bfbfbf;	
	border-left: 5px solid #000000;		
	margin-bottom: 1em;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

/*写真の配置設定*/
.box img {
	float: left;
	width: 150px;
}

/*h3見出し設定*/
.box h3 {
	font-size: 100%;
	color: #055723;	
	padding-left: 160px;	
}
.box h3 a {
	color: #000000;	
}

.box p {
	padding: 0px 0px 0px 160px !important;	
}

.box.osusume {
	background-image: url(../img/boxbg_osusume.gif);
	background-repeat: no-repeat;					
	background-position: right bottom;					
}

.box.sumi {
	background-image: url(../img/boxbg_sumi.gif);		
	background-repeat: no-repeat;						
	background-position: right bottom;					
}

.box340 {
	width:340px;
	margin:0 10px 10px 0;
	padding:0;
	}
	
.box360 {
	width:360px;
	margin:10px;
	padding:10px;
	}

.box810 {
	width:810px;
	margin:0 10px 10px 0;
	padding:0;
	}
	
	.plan th,
	.plan td {
		padding:3px 10px;
		}
	
.box850 {
	width:850px;
	margin:0 0 10px 0;
	padding:0;
	}

.box810 a img {
	margin:0;
	border:3px solid #fbfbfb;
	}
	
.box810 a img:hover {
	/*opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";*/
	border:3px solid #9a3ac1;
	}

.box_line810 {
	border:1px solid #9a3ac1;
	padding:10px 20px;
	margin:10px 3px 10px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	
.box_shadow810 {
	padding:10px 20px;
	margin:10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}

.box_line_fT810 {
	color:#fff;
	border:1px solid #9a3ac1;
	padding:3px 20px;
	margin:10px 3px -1px 10px;
	background-color:#9a3ac1;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	

.box_line_fR810 {
	border:1px solid #9a3ac1;
	padding:10px 20px;
	margin:0 3px 10px 10px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	
.box_line790 {
	width:760px;
	border:1px solid #9a3ac1;
	padding:10px 20px;
	margin:10px 3px 10px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	
.box_line600 {
	width:600px;
	border:1px solid #dbdbdb;
	padding:20px 30px;
	margin:20px 20px 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	
.box_line600 h3 {
	font-size:16px;
	margin:0 5px 15px;
	padding:0;
	border-bottom:#9a3ac1 1px dashed;
	color:#9a3ac1;
	}
	
.box_line600 p {
	line-height:1.5;
	color:#666;
	}
	
/*一覧（ミニサイズ）ボックス
---------------------------------------------------------------------------*/
.box_line_fT260 {
	width:230px;
	border:1px solid #9a3ac1;
	padding:3px 20px;
	margin:10px 3px -1px 10px;
	background-color:#9a3ac1;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}

.box_line_fR260 {
	width:230px;
	border:1px solid #9a3ac1;
	padding:10px 20px;
	margin:0 3px 10px 10px;
	background-color:#fff;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	
.box_line_fT210 {
	width:250px;
	border:1px solid #9a3ac1;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:3px 0;
	margin:10px 3px -1px 10px;
	background-color:#9a3ac1;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		-1px -1px 1px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.3);
	}

.box_line_fR210 {
	width:210px;
	height:160px;
	border:1px solid #9a3ac1;
	padding:10px 20px;
	margin:0 3px 10px 10px;
	background-color:#fff;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	
	
	
.box_line {
	border:1px solid #9a3ac1;
	padding:10px 20px;
	margin:0 3px 10px 10px;
	background-color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	
	
.box_line_spT {
	border:1px solid #9a3ac1;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:3px 0;
	margin:10px 3px -1px 10px;
	background-color:#9a3ac1;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		-1px -1px 1px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.3);
	}

.box_line_spB {
	border:1px solid #9a3ac1;
	padding:10px 20px;
	margin:0 3px 10px 10px;
	background-color:#fff;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	
/*.box_line_T200 {
	width:200px;
	text-align:center;
	border:1px solid #9a3ac1;
	padding:3px 20px;
	margin:0 7px -1px 10px;
	background-color:#9a3ac1;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}

.box_line_R200 {
	width:200px;
	height:150px;
	border:1px solid #9a3ac1;
	padding:10px 20px;
	margin:0 7px 20px 10px;
	position:relative;
	background-color:#fff;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}	
	
.box_line_R200 .text_hitsugi {
	position:absolute;
	top:120px;
	left:120px;
	}
	
.box_line_R200 .text_car1 {
	position:absolute;
	top:125px;
	left:30px;
	}
	
.box_line_R200 .text_car2 {
	position:absolute;
	top:130px;
	left:30px;
	}
	
.box_line_R200 .text_monocro {
	position:absolute;
	top:130px;
	left:15px;
	}
	
.box_line_R200 .text_kasou {
	position:absolute;
	top:130px;
	left:40px;
	}
	
.box_line_R200 .text_tsubo {
	position:absolute;
	top:125px;
	left:65px;
	}
	
.box_line_R200 .text_anchi {
	position:absolute;
	top:135px;
	left:25px;
	}
	
.box_line_R200 .text_hana {
	position:absolute;
	top:128px;
	left:50px;
	}

.box_line_R200 .text_ryori {
	position:absolute;
	top:135px;
	left:45px;
	}
	
.box_line_R200 .text_kokubetsuryori {
	position:absolute;
	top:135px;
	left:55px;
	}
	
.box_line_R200 .text_ocha {
	position:absolute;
	top:135px;
	left:65px;
	}
	
.box_line_R200 .text_gift {
	position:absolute;
	top:135px;
	left:45px;
	}
	
.box_line_R200 .text_name {
	position:absolute;
	top:135px;
	left:70px;
	}
	
.box_line_R200 .text_dougu {
	position:absolute;
	top:115px;
	left:75px;
	}
	
.box_line_R200 .text_shikai {
	position:absolute;
	top:140px;
	left:60px;
	}

.box_line_R200 p {
	line-height:1.4;
	}

/*
---------------------------------------------------------------------*/

.box_140 {
	width:140px;
	padding:10px 20px;
	}

.box_140 h3 {
	width:80%;
	height:30px;
	margin:-45px 0 10px 0;
	font-size: 16px;
	color: #ffffff;
	padding: 2px 5px;
	text-align:center;
	background-color:#9a3ac1;
	background: -moz-linear-gradient(
		top,
		#b496eb 0%,
		#9a3ac1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b496eb),
		to(#9a3ac1));
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	/*-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);*/
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(000,000,000,0.3);
	
	}
		
	
.box_140 p a {
	line-height: 2;
	background-image: url(../img/small_head.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #9a3ac1;
	}

.box_140 p a:hover {
	text-decoration:underline;
	background-image: url(../img/small_head_on.png);
	background-repeat: no-repeat;
	background-position: left center;
	color:#000;
	}

/*
---------------------------------------------------------------------*/

.box_line_T160 {
	width:160px;
	text-align:center;
	border:1px solid #9a3ac1;
	padding:3px 10px;
	margin:0 10px -1px;
	background-color:#9a3ac1;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}

.box_line_R160 {
	width:180px;
	height:130px;
	border:1px solid #9a3ac1;
	padding:10px 0;
	margin:0 10px 20px;
	position:relative;
	background-color:#fff;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}


.box_line_R160 .text_hitsugi {
	position:absolute;
	top:100px;
	left:35px;
	}
	
.box_line_R160 .text_hitsugi1 {
	position:absolute;
	top:110px;
	left:35px;
	}
	
.box_line_R160 .text_car1 {
	position:absolute;
	top:100px;
	left:15px;
	}
	
.box_line_R160 .text_car2 {
	position:absolute;
	top:100px;
	left:25px;
	}
	
.box_line_R160 .text_monocro {
	position:absolute;
	top:100px;
	left:10px;
	}
	
.box_line_R160 .text_kasou {
	position:absolute;
	top:110px;
	left:10px;
	}
	
.box_line_R160 .text_tsubo {
	position:absolute;
	top:100px;
	left:35px;
	}
	
.box_line_R160 .text_anchi {
	position:absolute;
	top:100px;
	left:15px;
	}
	
.box_line_R160 .text_hana {
	position:absolute;
	top:100px;
	left:20px;
	}

.box_line_R160 .text_ryori {
	position:absolute;
	top:120px;
	left:15px;
	}
	
.box_line_R160 .text_kokubetsuryori {
	position:absolute;
	top:120px;
	left:25px;
	}
	
.box_line_R160 .text_ocha {
	position:absolute;
	top:120px;
	left:15px;
	}
	
.box_line_R160 .text_gift {
	position:absolute;
	top:120px;
	left:40px;
	}
	
.box_line_R160 .text_name {
	position:absolute;
	top:115px;
	left:40px;
	}
	
.box_line_R160 .text_dougu {
	position:absolute;
	top:100px;
	left:35px;
	}
	
.box_line_R160 .text_shikai {
	position: absolute;
	top: 113px;
	left: 0px;
	width: 179px;
	}

.box_line_R160 p {
	line-height:1.4;
	margin:0;
	padding:0;
	}
	
/*
---------------------------------------------------------------------*/

.box_260 {
	width:260px;
	padding:10px 10px 10px 20px;
	}
	
.box_260 p a {
	color:#9a3ac1;
	font-weight:bold;
	}
	
.box_260 p a:hover {
	color:#000;
	text-decoration:underline;
	}

.box_210 {
	background-image:url(../img/260_bc.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:210px;
	border:1px solid #9a3ac1;
	padding:10px 20px;
	margin:5px 8px;
	display:block;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
	
.box_210:hover {
	border:-3px solid #9a3ac1;
	}
	
	
/*h3見出し設定*/
.boxmini h3 {
	font-size: 100%;
	color: #055723;
}
.boxmini h3 a {
	color: #000000;	
}

.boxmini p {
	padding: 0px !important;
	font-size: 12px;
	line-height: 1.6;
}

.boxmini.osusume {
	background-image: url(../img/boxbg_osusume.gif);	
	background-repeat: no-repeat;						
	background-position: right bottom;					
}

.boxmini.sumi {
	background-image: url(../img/boxbg_sumi.gif);
	background-repeat: no-repeat;	
	background-position: right bottom;	


/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 710px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #bfbfbf;
}

.ta1 td, .ta1 th{
	padding: 5px;	
}

.ta1 th{
	background-color: #F0F0F0;	
	width: 150px;				
	text-align: center;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #E60012;
}

.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

#workarea {position:absolute; background-color:#009999;}
#workarea a {color:#ffffcc; text-decoration:none;}

.borderB {border-bottom: 1px solid #9a3ac1;}

/*
-------------------------------------------------------------------------*/



*:first-child+html #saijo .saijo_box table { margin-bottom:20px; }

*+html #saijo .saijo_box table { margin-bottom:20px; }

#saijo .saijo_box table { margin-bottom:20px\9; }

html>/**/#saijo .saijo_box table{
margin-bottom /*\**/:20px\9;
}

/*
-------------------------------------------------------------------------*/
