@charset "utf-8";


/*　全体　*/

body {
	color: #000;
	background:#FFFFDF;
	margin: 0px;
	padding: 0px;
	font: 15px/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	
}

img {
	border: none;
	
}


.img_r{
	border-radius:8px;
	box-shadow: 0px 0px 8px #CCCCCC;	
}

h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
}

p{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li{
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*　リンク　*/

a {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #f28900;	
	text-decoration: none;
}

/*　包み　*/

#all {
	width: 980px;
	margin: 0px auto;
	-webkit-box-shadow: 0px 0px 8px #E9D2BC;
	box-shadow: 0px 0px 8px #E9D2BC;
	background-color: #FFF;
	padding: 0px 30px;		/*上下　左右*/
	border-radius: 20px;
	margin-top:20px;margin-bottom:20px;
}

/*　ヘッダー　*/

header {
	width: 100%;
	height: 200px;
	position: relative;
}

header h1 {
	font-weight: normal;
	color: #630;
	font-size: 16px;
	text-align: right;
	line-height: 18px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
}

header #title {
	position: absolute;
	left: 10px;
	top: 20px;
}

/*　検索フォームの設定　*/

header search {
	position: absolute;
	top: 68px;
	right: 20px;		
	font-size: 18px;
	text-align: center;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #f28900;
	font-weight: bold;
}

/*　ナビゲーションバー　*/

nav#navi ul {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

nav#navi ul li {
	float: left;
	width: 196px;
}

nav#navi ul li a {
	height: 42px;
	padding-top: 8px;
	line-height: 1.4;
	text-decoration: none;
	display: block;
	margin: 0px 0px 20px 8px;	/*上、右、下、左*/
	font-size:16px;
	color: #630;
	letter-spacing: 0.1em;
	border: 1px solid #AC9579;
	border-radius: 2px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFEE), to(#FEFBC2));
	background-image: -webkit-linear-gradient(#FFFFEE, #FEFBC2 49%, #FEFBC2 50%, #FFFFEE 100%);
	background-image: linear-gradient(#FFFFEE, #FEFBC2 49%, #FEFBC2 50%, #FFFFEE 100%);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	-webkit-box-shadow: 1px 2px 5px #AC9579, 0px 0px 1px #FFF inset;
	box-shadow: 1px 2px 5px  #AC9579, 0px 0px 1px #FFF inset;
}

nav#navi ul li a:hover,
nav#navi ul li#current a {
	border: 1px solid #663300;
	background-color: #AE8B64;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#AE8B64), to(#8E6F4A));
	background-image: -webkit-linear-gradient(#AE8B64, #AE8B64 49%, #8E6F4A 50%, #8E6F4A 100%);
	background-image: linear-gradient(#AE8B64, #AE8B64 49%, #8E6F4A 50%, #8E6F4A 100%);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
}


/*　ナビ項目下の小さい字　*/

nav#navi ul li a span {
	font-size: 9px;
	color: #CC3300;
	display: block;
	font-weight: normal;
}
nav#navi ul li a:hover span,
nav#navi ul li#current a span {
	color: #FFF;
}

/*　大画像　*/

#pict {
	clear: left;
	width: 980px;
	height: 246px;
	position: relative;
	border-radius: 4px;
	margin-bottom: 20px;
	}
#pict img{
	vertical-align:middle;}

/*　メニューとコンテンツの包み　*/

#wrapper {
	clear: left;
	width: 100%;
}

/*　右コンテンツ　*/

#contents {
	float: right;
	width: 680px;
	padding-bottom: 30px;
	padding-left:20px;
	padding-right:20px;
}

#contents h2 {
	background-color: #FFF;
	background-image: url(../images/h2_lis.gif),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
	background-image: url(../images/h2_lis.gif),-webkit-linear-gradient(#FFF, #FFF 49%, #FFF 50%, #FFF 100%);
	background-image: url(../images/h2_lis.gif),linear-gradient(#FFF, #FFF 49%, #FFF 50%, #FFF 100%);
	background-repeat: no-repeat;
	-webkit-box-shadow: 1px 2px 5px #FFF;
	box-shadow: 1px 2px 5px #FFF;
	font-size: 16px;
	color: #630;
	padding: 7px 15px;	/*　上下　左右　*/
	clear: both;
	border-bottom: 1px solid #72563A;
	text-indent:24px;margin-bottom:10px;
	
}

#contents #first h2{
	font-size:24px;border-radius:0;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFEE), to(#FEFBC2));
	background-image: -webkit-linear-gradient(#FFFFEE, #FEFBC2 49%, #FEFBC2 50%, #FFFFEE 100%);
	background-image: linear-gradient(#FFFFEE, #FEFBC2 49%, #FEFBC2 50%, #FFFFEE 100%);
	background-repeat: no-repeat;
	text-align:center;
	-webkit-box-shadow: 1px 2px 5px #E9D2BC;	/*　右　下　ぼかし幅　*/
	box-shadow: 1px 2px 5px #E9D2BC;	/*　右　下　ぼかし幅　*/
	border-bottom: 2px solid #9E8361;
	margin-bottom:30px;
	
}

#contents h3 {
	background-color: #FFF;
	background-image: url(../images/h2_lis.gif),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
	background-image: url(../images/h2_lis.gif),-webkit-linear-gradient(#FFF, #FFF 49%, #FFF 50%, #FFF 100%);
	background-image: url(../images/h2_lis.gif),linear-gradient(#FFF, #FFF 49%, #FFF 50%, #FFF 100%);
	background-repeat: no-repeat;
	-webkit-box-shadow: 1px 2px 5px #FFF;
	box-shadow: 1px 2px 5px #FFF;
	font-size: 16px;
	color: #630;
	padding: 7px 15px;	/*　上下　左右　*/
	clear: both;
	border-bottom: 1px solid #72563A;
	text-indent:24px;margin-bottom:10px;
	/*　左上　右上　右下　左下　*/
}

#contents #second h2{
	font-size:24px;border-radius:0;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FEF3D6));
	background-image: -webkit-linear-gradient(#FFF, #FEF3D6 49%, #FEF3D6 50%, #FFF 100%);
	background-image: linear-gradient(#FFF, #FEF3D6 49%, #FEF3D6 50%, #FFF 100%);
	background-repeat: no-repeat;
	text-align:center;
	-webkit-box-shadow: 1px 2px 5px #E9D2BC;	/*　右　下　ぼかし幅　*/
	box-shadow: 1px 2px 5px #E9D2BC;	/*　右　下　ぼかし幅　*/
	border-bottom: 2px solid #663300;
	margin-bottom:30px;
	
}

#contents #third h2{
	font-size:24px;border-radius:0;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FEF3D6));
	background-image: -webkit-linear-gradient(#FFF, #FEF3D6 49%, #FEF3D6 50%, #FFF 100%);
	background-image: linear-gradient(#FFF, #FEF3D6 49%, #FEF3D6 50%, #FFF 100%);
	background-repeat: no-repeat;
	text-align:center;
	-webkit-box-shadow: 1px 2px 5px #E9D2BC;	/*　右　下　ぼかし幅　*/
	box-shadow: 1px 2px 5px #E9D2BC;	/*　右　下　ぼかし幅　*/
	border-bottom: 2px solid #663300;
	margin-bottom:30px;
	
}

#contents p {
	padding: 20px 15px 20px;	/*　上　左右　下　*/
	padding:4px;
	margin-bottom:10px;
}

/*　左サイドメニュー　*/

#menu {
	float: left;
	width: 230px;
	padding-bottom: 30px;
}

#menu h2 {
	font-size: 100%;
	padding: 5px 0px;	/*　上下　左右　*/
	border: 1px solid #9E8361;
	background-color: #9E8361;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9E8361), to(#7D664D));
	background-image: -webkit-linear-gradient(#9E8361, #7D664D);
	background-image: linear-gradient(#9E8361, #7D664D);
	background-repeat: no-repeat;
	color: #FFF;
	border-radius: 6px 6px 0px 0px;	/*　左上　右上　右下　左下　*/
	text-indent:20px;
}

/*サイドメニュー　左*/

#menu ul.side_menu {
	border-top: 1px solid #AA856F;
	border-right: 1px solid #AA856F;
	border-left: 1px solid #AA856F;
	margin-bottom: 15px;
}


#menu ul.side_menu li a {
	border-bottom: 1px solid #AA856F;
	color: #630;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	transition: 0.5s;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FEFBC2));
	background-image: -webkit-linear-gradient(#FFF, #FEFBC2 49%, #FEFBC2 50%, #FFF 100%);
	background-image: linear-gradient(#FFF, #FEFBC2 49%, #FEFBC2 50%, #FFF 100%);
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*　右　下　ぼかし幅　*/
	box-shadow: 0px 0px 0px 1px #FFF inset;
	font-size:16px;
	text-indent:10px;
}

#menu ul.side_menu li a:hover {
		background-color: #FF9933;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#AE8B64), to(#8E6F4A));
	background-image: -webkit-linear-gradient(#AE8B64, #AE8B64 49%, #8E6F4A 50%, #8E6F4A 100%);
	background-image: linear-gradient(#AE8B64, #AE8B64 49%, #8E6F4A 50%, #8E6F4A 100%);
	color: #FFF;
}

/*　サイドメニューのフリーエリア　*/
#menu .free_sp {
	border: 1px solid #AA856F;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FEF3D6));
	background-image: -webkit-linear-gradient(#FFF, #FEF3D6 49%, #FEF3D6 50%, #FFF 100%);
	background-image: linear-gradient(#FFF, #FEF3D6 49%, #FEF3D6 50%, #FFF 100%);
	-webkit-box-shadow: 0px 0px 1px #FFF inset;
	box-shadow: 0px 0px 0px 1px #FFF inset;
}

#menu .free_sp h2 {
	padding: 2px 0px;	/*　上下　左右　*/
	border-radius: 0px;
}

/*　新着情報　*/

#new{
	margin-bottom: 15px;
	background: #FFFFCC;
	border-bottom: #FFBE51 solid 1px;
	border-left:#FFBE51 solid 1px;
	border-right:#FFBE51 solid 1px;
	margin-bottom:24px;
}

#new h2{
	background-color: #FFF;
	background-image: url(../images/list4.png),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFEFBF));
	background-image: url(../images/list4.png),-webkit-linear-gradient(#FFF, #FFEFBF 49%, #FFEFBF 50%, #FFF 100%);
	background-image: url(../images/list4.png),linear-gradient(#FFF, #FFEFBF 49%, #FFEFBF 50%, #FFF 100%);
	background-repeat: no-repeat;
	-webkit-box-shadow: 1px 2px 5px #FC6;	/*　右　下　ぼかし　*/
	box-shadow: 1px 2px 5px #FC6;
	font-size: 16px;
	color: #630;
	padding: 7px 15px;	/*　上下　左右　*/
	clear: both;
	border: 1px solid #FC6;
	text-indent:24px;margin-bottom:10px;
	border-radius:0;
}

#new .kasen{
	border-bottom: dotted 1px #FF9900;
}

#new p{
	padding-left:20px;}
	
/*　お知らせ　*/

#notice{
	background-color: #FFC;
	padding:10px;
	width:70%;
	margin:auto;
	}

.kasen{
	border-bottom: solid 1px #CCCCCC;}

hr{
	background-color: #FC0;
	border: 1px #FC0 solid;
}

/*　まとめ　*/

#matome{
	margin-bottom: 15px;
	background: #FEFBE2;
	border: #E9D7AD solid 1px;
	margin-bottom:24px;
}

#matome h2{
	-webkit-box-shadow: 0px 2px 5px #E9D7AD;	/*　右　下　ぼかし　*/
	box-shadow: 1px 2px 5px #E9D7AD;
	font-size: 16px;
	background-color: #FEFBE2;
	background-image: url(../images/h2_lis.gif),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FEFBE2));
	background-image: url(../images/h2_lis.gif),-webkit-linear-gradient(#FFF,#FEFBE2);
	background-image: url(../images/h2_lis.gif),linear-gradient(#FFF,#FEFBE2);
	color: #630;	
	padding: 7px 15px;	/*　上下　左右　*/
	clear: both;
	border-bottom: 1px solid #E9D7AD;
	text-indent:24px;margin-bottom:10px;
	
}

#matome h3{
	-webkit-box-shadow: 0px 2px 5px #E9D7AD;	/*　右　下　ぼかし　*/
	box-shadow: 1px 2px 5px #E9D7AD;
	font-size: 16px;
	background-color: #FEFBE2;
	background-image: url(../images/h2_lis.gif),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FEFBE2));
	background-image: url(../images/h2_lis.gif),-webkit-linear-gradient(#FFF,#FEFBE2);
	background-image: url(../images/h2_lis.gif),linear-gradient(#FFF,#FEFBE2);
	color: #630;	
	padding: 7px 15px;	/*　上下　左右　*/
	clear: both;
	border-bottom: 1px solid #E9D7AD;
	text-indent:24px;margin-bottom:10px;
	
}

#matome .kasen{
	border-bottom: dotted 1px #FF9900;
}

#matome p{
	padding-left:20px;}

/*　フッター　*/

footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #7D664D;
	border-top:solid 1px #663300;
}

footer a {
	text-decoration: none;
	color: #7D664D;
}

footer a:hover {
	color: #C48A3C;
}

/*　テーブル　*/

.ta{
	border:solid 1px #AE8B64;
}

.td01 {
	background-color: #FFF1BF;
	font-weight:bold;
	color:#630;
}


.bb{
	border-bottom:solid 1px #AE8B64;
}

.bb2{
	border-bottom:solid 1px #AE8B64;
	border-left:solid 1px #AE8B64;
}

.bb3{
	border-left:solid 1px #AE8B64;
}


.td1, .td1 td, .td1 th{
	border: 1px solid #FC6;
	line-height: 2;
}

.td1 td{
	padding: 10px;
}

.td1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #FFBE26;
}

.td1 th.t_midashi{
	width: auto;
	text-align: left;
	color: #FFF;
	background-color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FC6), to(#FFBE26));
	background-image: -webkit-linear-gradient(#FC6, #FFBE26);
	background-image: linear-gradient(#FC6, #FFBE26);
}

.td1 caption{
	padding: 10px;
	border-top: 1px solid #FC6;
	border-right: 1px solid #FC6;
	border-left: 1px solid #FC6;
	text-align: left;
	background-color: #FFBE26;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CEDDDD), to(#FFBE26));
	background-image: -webkit-linear-gradient(#CEDDDD, #FFBE26);
	background-image: linear-gradient(#CEDDDD, #FFBE26);
	font-weight: bold;
}

/*　フォームのsubmitボタン　*/

input[type="submit"],
input[type="button"] {
	width: 80px;
	padding: 5px;
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;
	background-color: #7D664D;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9E8361), to(#7D664D));
	background-image: -webkit-linear-gradient(#9E8361, #7D664D);
	background-image: linear-gradient(#9E8361, #7D664D);
	-webkit-box-shadow: 1px 2px 7px #9E8361;	/*　右　下　ぼかし　*/
	box-shadow: 1px 2px 7px #9E8361;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align:center;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #8E6F4A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#AE8B64), to(#8E6F4A));
	background-image: -webkit-linear-gradient(#AE8B64, #8E6F4A);
	background-image: linear-gradient(#AE8B64, #8E6F4A);
}

input[type="reset"],
input[type="button"] {
	width: 80px;
	padding: 5px;
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;
	background-color: #999999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#B6B6B6));
	background-image: -webkit-linear-gradient(#999999, #B6B6B6);
	background-image: linear-gradient(#999999, #B6B6B6);
	-webkit-box-shadow: 1px 2px 7px #B6B6B6;	/*　右　下　ぼかし　*/
	box-shadow: 1px 2px 7px #B6B6B6;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align:center;
}

input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B6B6B6), to(#CCCCCC));
	background-image: -webkit-linear-gradient(#B6B6B6, #CCCCCC);
	background-image: linear-gradient(#B6B6B6, #CCCCCC);
}


/*　ページトップ　*/

#pg_top {
	clear: both;
}
#pg_top a {
	color: #FFF;
	font-size: 14px;
	background-color: #9E8361;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9E8361), to(#7D664D));
	background-image: -webkit-linear-gradient(#9E8361, #7D664D);
	background-image: linear-gradient(#9E8361, #7D664D);
	text-decoration: none;	
	margin-bottom:20px;
	text-align: center;
	width: 12em;
	display: block;
	float: right;
	letter-spacing: 0.1em;
	border-radius: 30px;
}

#pg_top a:hover {
	background-color: #8E6F4A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#AE8B64), to(#8E6F4A));
	background-image: -webkit-linear-gradient(#AE8B64, #8E6F4A);
	background-image: linear-gradient(#AE8B64, #8E6F4A);
	color: #FFF;
}

/*マージン*/

.mg10{
	margin-bottom:10px;
}

.mg20{
	margin-bottom:20px;
}

.mg30{
	margin-bottom:30px;
}

/*テキストの文字色*/
.red{
	color:#FF0000;
	}

.red2{
	color:#FF0000;
}

.blue{
	color: #333399;
	}
	
.blue2{
	color: #06F;
	}
	
.green{
	color: #339900;
	}

.green2{
	color:#426464;
}

.brown{
	color: #630;
}

/*　テキストの大きさ・太さ調整　*/	
.b{
	font-weight:bold;}

.fs24{
	font-size:24px;
}

.fs20{
	font-size:20px;color: #630;
}

.fs20_a{
	font-size:20px;
}

.fs16{
	font-size:16px;
}

.fs12{
	font-size:12px;}

.torikeshi{
	text-decoration:line-through;
}

.center{
	text-align:center;
}

.komidashi{
	border-bottom:solid 1px #FF9900;
	text-indent:1em;
	padding:4px 0;
}

.tp_midashi{
	color: #F00;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFFFCC));
	background-image: -webkit-linear-gradient(#FFF, #FFFFCC);
	background-image: linear-gradient(#FFF, #FFFFCC);
}

.comment{
	background-color: #FFC;
	text-indent:1em;
}

.daimoku{
	color:#003;
	font-size:24px;
	font-weight:bold;
	border-bottom:solid 1px #669999;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CEDDDD));
	background-image: -webkit-linear-gradient(#FFF, #CEDDDD);
	background-image: linear-gradient(#FFF, #CEDDDD);
}
	
/*　画像の回り込み　*/

.f_right{
	float: right;			
	margin-left:1em;background-color:#FFFFFF;
	padding:10px;
}

.f_right2{
	float: right;			
	margin-left:1em;
	padding:10px;
	width:200px;
	font-size:12px;
}

.f_right3{
	float: right;			
	margin-left:1em;
	padding:10px;
}

.f_left{
	float: left;	
	padding: 10px;
	background-color:#FFFFFF;
	margin-right:4px;
}

.f_left2{
	float: left;	
	padding: 10px;
	background-color:#FFFFFF;
	margin-right:4px;
	width:220px;
}

.floatclear
      {
         clear: both;
		 margin-bottom:10px;
      }

	  
/*　サイトマップ　*/

sitemap .midashi{
	background-color: #FFF;
	background-image: url(../images/menu_bg.png),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFFFCC));
	background-image: url(../images/menu_bg.png),-webkit-linear-gradient(#FFF, #FFFFCC 49%, #FFFFCC 50%, #FFF 100%);
	background-image: url(../images/menu_bg.png),linear-gradient(#FFF, #FFFFCC 49%, #FFFFCC 50%, #FFF 100%);
	background-repeat: no-repeat;
	-webkit-box-shadow: 1px 2px 5px #426464;
	box-shadow: 1px 2px 5px #426464;
	font-size: 15px;
	color: #426464;
	font-weight:bold;
	padding: 4px 15px;	/*上下　左右　*/
	clear: both;
	border: 1px solid #FC6;
	text-indent:24px;margin-bottom:10px;border-radius:20px;	/*　左上　右上　右下　左下　*/
}
	

sitemap ul a {
	color: #630;	
	text-decoration: none;
	border-bottom: 1px solid #426464;	
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-indent:1.5em;	
}

sitemap li a {
	color: #630;
	font-size:16px;	
	text-decoration: none;
	border-bottom: 1px dotted #FF6600;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;

}

sitemap ul a:hover {
	color: #900;
}
	
/*　サイトマップ　回り込み　*/
.s_left{
	float:left;
	width:49%;
}

.s_right{
	float:right;
	width:49%;
}

.s_clear{
	clear:both;
}

.s_mg{
	margin-bottom:20px;
}

/*　成果　回り込み　*/

.sei_right{
	float: right;			
	background-color: #FFF;
	padding:10px;
	margin-bottom:10px;
}

.sei_left{
	float: left;	
	padding: 10px;
	background-color:#FFF;margin-bottom:10px;
}

.wd30{
	width:30%;}

.bg_yellow{
	background-color: #FFC;
	padding:10px;
	width:60%;
	margin:auto;
	margin-bottom:10px;
}

.bg_yellow2{
	background-color: #FFC;}
	
	.bgw{
		background-color:#FFF;}

.vm{
	vertical-align:middle;
}

.table1{
	border:solid 2px #660000;
	text-align:center;	
	font-size:12px;
	color:#660000;
	}
.orange{
	background-color:#FFCC66;
	border-right:solid 1px #660000;
	margin:0;
	}
.yellow{
	background-color:#FFFF99;
	margin:0;
	}
.white{
	background-color:#FFFFFF;
	border-left:solid 1px #660000;
	margin:0;
}

.small{
	font-size:13px;
}

#form h3 {
	background-color: #FFF;
	background-image: url(../images/h2_lis.gif),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
	background-image: url(../images/h2_lis.gif),-webkit-linear-gradient(#FFF, #FFF 49%, #FFF 50%, #FFF 100%);
	background-image: url(../images/h2_lis.gif),linear-gradient(#FFF, #FFF 49%, #FFF 50%, #FFF 100%);
	background-repeat: no-repeat;
	-webkit-box-shadow: 1px 2px 5px #FFF;
	box-shadow: 1px 2px 5px #FFF;
	font-size: 16px;
	color: #630;
	padding: 8px 15px;	/*　上下　左右　*/
	clear: both;
	border:none;
	text-indent:24px;margin-bottom:10px;
	/*　左上　右上　右下　左下　*/
}

#form p{
	padding: 20px 15px 20px;	/*　上　左右　下　*/
	padding:4px;
	margin-top:10px;}
	
	/*　上目次　*/

#daimoku{
	border:solid 1px #CC9966;
	background: #FFC;
	padding:5px;
	width:80%;
	margin:auto;
	margin-bottom:10px;
}

#daimoku a{
	color:#630;
}

#daimoku ul li{
	line-height:200%;
}

#daimoku h3{
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFC));
	background-image: -webkit-linear-gradient(#FFF, #FFF 49%, #FFC 50%, #FFF 100%);
	background-image: linear-gradient(#FFF, #FFF 49%, #FFC 50%, #FFF 100%);
	background-repeat: no-repeat;
	-webkit-box-shadow: 1px 2px 5px #CC9966;	/*　右　下　ぼかし　*/
	box-shadow: 1px 2px 5px #CC9966;
	font-size: 16px;
	color:#630;
	padding: 7px 15px;	/*　上下　左右　*/
	clear: both;
	border: 1px solid #CC9966;
	text-indent:24px;margin-bottom:10px;
	border-radius:0;
	border-top: none;
	border-right: none;
	border-left: none;
}
/*　HB　CK　消す　*/
#menu-btn-check {
    display: none;
}
