@charset "UTF-8";

/* 全体 */

*{margin:0; padding:0; color: #333333;  font-weight: none; font-family: "ＭＳ Ｐゴシック",sans-serif; }

	/* 共通 */
	img{border:0px;} /* 画像ボーダなし */
	a { text-decoration:none; }   /* リンク下線なし */

.f12{font-size:12px; font-weight:normal; color: #cccccc;}
.f14{font-size:15px; }
.f15{font-size:15px; font-weight: bold; line-height: 150%; color: #e6e26f;}
.f16{font-size:16px; font-weight: bold; line-height: 200%;color: #ffffff;}
.f18{font-size:18px; font-weight: bold; line-height: 150%; color: #ffffff;}
.f20{font-size:24px; font-weight: bold; line-height: 150%; color: #ffffff;}
.f22{font-size:22px; font-weight: bold; line-height: 150%; color: #ffffff;}

.f20f{font-size:23px; font-weight: bold; line-height: 140%;}
.f25f{font-size:26px; font-weight: bold; line-height: 120%;}

body { 
	background-image:url("../img/bg/bg02.jpg");
	background-attachment:fixed;
	background-repeat:repeat-x; /* 横方向だけ */
	background-position:0px 0px;
	text-align:center;  /* IE用下のcenter */
}

/* 全体終了 */

/* レイアウト */

/* header枠 */
.top_navi{
	width:100%; 
	height:85px;
	margin-left: auto; margin-right: auto; /* IE用以外のcenter */
	background-image:url("img/bg/bg_top01.jpg");
	text-align:center; /* IE用center */
	margin-bottom: 0px;
}

	.header{
		width:1000px;
		margin-left: auto; margin-right: auto; /* IE用以外のcenter */
		margin-top:0px; margin-bottom:0px; 
		text-align:center; /* IE用下のcenter */
		}
		
			h1{
			margin-left: 0; margin-right:auto;
			margin-top:0px; margin-bottom:5px; 
			font-size:13px; color:#f1e48b;
			font-weight: normal; 
			text-align:left;
			}
			.header_left{
			float:left;
			margin-top: 5px;
			margin-left: 10px;
			width:300px;
			text-align:left; 
			padding-top: 0px; padding-bottom: 5px;
			}
			
			.header_right{
			margin-left: 300px; /* 右へ寄る */
			margin-top: 0px;
			text-align:right; 
			padding-top: 10px; padding-right: 20px;
			}
			
				.header_right h2 {
				color: #f39eb6;
				font-size: 13px;
				font-weight:normal;
				text-align: right;
				margin-top:10px;
				}

/* 本文 */
.container{
	clear:both;
	width:1000px; 
	height:auto;
	margin-left: auto; margin-right: auto; /* IE用以外のcenter */
	margin-top: 0px; margin-bottom: 0px;
	background-image:url("../img/bg/main-02.jpg");
	background-repeat:repeat-y; /* 縦方向だけ */
	text-align:center; /* IE用center */
	font-size:13px;
}
		.leftpanel{ 
		float:left;
		width:200px;
		margin-left: 0px;margin-right: auto;
		margin-top: 0px; margin-bottom: 10px;
		background-image:url("../img/bg/left_bg-02.jpg");
		height:100%;
		text-align: left;
		}
		
		.rightpanel{ 
		margin-left: 200px; /* 右へ寄る */
		margin-right: auto;
		margin-top: 0px; margin-bottom: 10px;
		text-align: left;
		height:100%;
		}
			.main800{
			width:auto;
			margin-top:0px; margin-bottom:10px;
			margin-left:auto; margin-right:auto;
			padding-top:10px;
			text-align: center;
			}
		
		.box01 {
		margin-top: 10px; 
		margin-left: auto; margin-right: auto;
		border-collapse: collapse;
		border: 2px dotted #9f823c; /* 外側の枠線 dotted solid */
		padding: 15px;
		}
		
		.box02 {
		margin-top: 10px; margin-bottom:10px;
		margin-left: auto; margin-right: auto;
		background-color:#ffffff;
		border-collapse: collapse;
		border: 1px dotted #9f823c; /* 外側の枠線 dotted solid */
		padding: 15px;
		line-height: 180%;
		}
		
		.mobail_image{
        width:150px; 
        margin-top:10px;
		margin-left: auto; margin-right: auto;
        border-collapse: collapse;
        border: 1px dotted #d127c5; /* 外側の枠線 点線:dotted */
        padding: 5px;
        font-size:11px; color:#725a34;
		line-height:140%;
		background-color:#ffffff;
		text-align: left;
        }

/* under */
	.under{
	height:auto;
	margin-top:0px; margin-bottom:0px; 
	margin-right: 30px; 
	padding: 3px;
	line-height:160%;
	text-align: right;
	font-size: 11px;
}
	
/* レイアウト終了 */

ul.left{width:100%; margin-left: 0; margin-right: auto; margin-top:3px; margin-bottom:10px; }
ul.left li{list-style-type:none; margin-top:5px; margin-bottom:10px; font-size: 13px;}

ul.td-10{ margin-left: 3px; margin-right: auto; margin-top:6px; margin-bottom:6px; }
ul.td-10 li{ margin-top:1x; margin-bottom:1px; list-style:url("../img/yazirusi.gif") inside; font-size: 13px;}

ul.syohin{margin-left: 0px; margin-top: 15px; margin-bottom:15px;}
ul.syohin li{float:left; list-style-type:none; }

h3 { font-size:18px; font-weight: bold; line-height: 200%; color: #e6e26f; margin-bottom: 10px;; margin-top:10px; }
h4 { font-size:18px; font-weight: bold; line-height: 180%; color: #b1e4f1; margin-bottom: 10px;; margin-top:10px; }
h5 { font-size:16px; font-weight: bold; line-height: 180%; color: #ffffff; margin-bottom: 10px;; margin-top:10px; }
h6 { font-size:14px; font-weight: bold; line-height: 180%; color: #ffffff; margin-bottom: 10px;; margin-top:10px; }
.under_gray {
	text-indent:1em; line-height: 180%;
	border-bottom: 1px dashed #aaaaaa; /* dotted  グレー */
	padding-bottom: 5px; /* 内容と線との間隔量 */
}
.under_aka {
	text-indent:1em; line-height: 250%;
	border-bottom: 1px dashed #ea0247; /* dotted  赤 */
	padding-bottom: 5px; /* 内容と線との間隔量 */
}

.tb10-20{margin-top: 20px; margin-bottom: 20px;}
.tb10{margin-top: 10px; margin-bottom: 10px;}
.t0-b10{margin-top: 0px; margin-bottom: 10px;}
.t-b10{margin-top: 10px; margin-bottom: 10px; line-height: 140%; }
.b25{padding-bottom: 25px; }

.midori { color: #33742c;}
.tya { color: #724a27;}
.kuro { color: #333333;}
.aka { color: #ff5151; font-size: 22px; font-weight: bold;}
.kiro { color: #ecf726; font-size: 22px; font-weight: bold;}
.aka14 { color: #ff5151; font-size: 15px; font-weight: bold;}
.aka18 { color: #ff5151; font-size: 18px; font-weight: bold;}
.aka28 { color: #ff5151; font-size: 28px; }
.nezumi { color: #dddddd; font-size: 15px;}
.akairo { color: #ff5151; }
.kin { color: #e6e26f; }



hr.tya{border: 1px solid #dfd6b7;}
hr.a2 {
    clear:both;
    margin: 0;
    border-style: dashed; /* 線種 点線dotted */
    border-color:#a5c0ef; /* ブルー */
    height: 1px; /* 高さ */
    }

/* リンク色 */
a:link { color: #f1e48b;}
a:active { color: #ffffff;}
a:visited { color: #ffffff;}
a:hover {color:#ffffff; background-color:#f14582;}
 /* リンク色終了 */
 
.linkhover {
		border-top: 2px dotted #bef1f5; /* ボーダ */
		padding: 4px; 
		background-color:#4b421b;
		border: solid 1px #dd8f48;
		}

/* table */

table.w780 {
	width:780px; height:auto;
	margin-left: auto; margin-right: auto;
	margin-top: 10px; margin-bottom: 10px;
	border-collapse: collapse;
	border: 0px solid #ffffff; /* 外側の枠線 dotted solid */
}
		table.w780 td {
		padding-left: 3px;
		padding-right: 3px;
		font-size:14px;
		line-height: 120%;
		}
		
table.w750k {
	width:750px; height:auto;
	margin-left: auto; margin-right: auto;
	margin-top: 0px; margin-bottom: 5px;
	background-color:#286182;
}
		table.w750k td {
		border:0; 
		border-color: #9f823c;
		padding:10px;
		}

table.w750s {
	width:750px; height:auto;
	margin-left: auto; margin-right: auto;
	margin-top: 0px; margin-bottom: 5px;
	background-color:#ffffff;
}
		table.w750s td {
		border:0; 
		border-color: #9f823c;
		padding-top: 0px; padding-bottom: 10px;
		}

table.w750 {
	width:750px; height:auto;
	margin-left: auto; margin-right: auto;
	margin-top: 10px; margin-bottom: 10px;
}
		table.w740 td {
		border:0; 
		border-color: #9f823c;
		padding-left: 2px;
		padding-right: 2px;
		font-size:14px;
		line-height: 120%;
		}

.w_all{text-indent: 10px; }
.t-ct{text-align: center;}
.lt{text-align: left;}
.t-lt{text-align: left; margin-left: 15px;}
.t-lt60{text-align: left; margin-left: 60px;}

.daimei{ 
	color: #765929;
	text-indent: 20px;
	font-size:13px;
	font-weight: bold; 
	background-color:#f3f0e2;
}

.f-bd{font-weight: bold;}
.ver_top{vertical-align:top;}
.w150{width:150px;}
.w200{width:200px;}
.w260{width:260px;}
.w350{width:350px;}
.w600{width:600px;}
.w650{width:650px;}
.w700{width:700px;}
.w320{width:320px; text-align: center;}
.w215{width:215px; text-align: center;}
.w430{width:430px; text-align: center;}
.clb{clear:both;}


.margl_10{margin-left: 10px;}
.margl_20{margin-left: 20px;}
.margl_30{margin-left: 30px;}
.margl_50{margin-left: 50px;}

