/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	line-height:120%;
}


/* ----- float解除 ----- */

div.clear
{
	clear:both;;
}

div.clear hr
{
	display:none;
}


/* ----- リンク ----- */

a
{
	color:#0099cc;
	background:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#006699;
	background:#ffffff;
	text-decoration:underline;
}


/* ----- body ----- */

body
{
	color:#666666;
	background:#F4ECE1 url(../images/main_bg.gif) repeat-y 50% 0;
	text-align:center;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height:150%;
}

.fs121 {font-size: 12px; color: #FF0000; font-weight: bold;}
.fs140 {font-size: 14px; color: #000000; font-weight: bold;}
.fs141 {font-size: 14px; color: #FF0000; font-weight: bold;}
.fs160 {font-size: 16px; color: #000000; font-weight: bold;}
.fs161 {font-size: 16px; color: #993399; font-weight: bold;}

.fs181 {font-size: 18px; color: #FF0000; font-weight: bold;}
.fs182 {font-size: 18px; color: #000066; font-weight: bold;}
.fs183 {font-size: 18px; color: #644833; font-weight: bold;}

.fcred {color: #FF0000;}
.fcgrn {color: #009900;}
.fcorg {color: #FF6600;}

.fb {font-weight: bold;}

.cc {text-align:center}
.cl {text-align:left}
.cr {text-align:right}

#pic-mj { 
	vertical-align: middle;
}


/*画像リンク（全般）半透明設定
---------------------------------------------------------------------------*/

a img.linkimg{
background:none!important;
}

a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}


/* ----- 画像配置 ----- */

.imgleft {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}

.imgright {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
}


/*その他
---------------------------------------------------------------------------*/
ul.disc {padding: 10px 0px 15px 20px;list-style-type: disc;}
ol.deci {padding: 10px 0px 15px 20px;list-style-type: decimal;}

ul.disc li {line-height:1.5em}
ol.disc li {line-height:1.5em}

.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}


/* ----- サイト全体 ----- */

div#site-container
{
	width:780px;
	color:#666666;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
}


/* ----- ヘッダー部分 ----- */

div#catch
{
	color:#666666;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	width:770px;
    padding:5px;
}

div#header
{
	padding:0px;
	margin:0px;
}

div.navi
{
	float: left;
}

div#pan
{
	font-size: 12px;
	text-align: right;
	padding:5px;
}

div#fnavi
{
	font-size:12px;
	text-align: right;
	padding:5px;
	margin:0px 10px;
}

div#footer
{
	font-size:12px;
	color:#ffffff;
	background:#462609;
	text-align: center;
	padding:5px;
	margin:0px;
}


div#footer a
{
	color:#ffffff;
	background:#462609;
	text-decoration:none;
}

div#footer a:hover
{
	color:#006699;
	background:#462609;
	text-decoration:underline;
}



/* ----- コンテンツ全体 ----- */

div#container
{
	text-align: left;
	padding:0px;
}


/* ----- メインコンテンツ ----- */

div#content
{
	font-size:14px;
	float:left;
	width:620px;
	margin-left:10px;
}

div#content h1
{
	font-size: 14px;
	border-color: #666666;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 3px;
}

/* styles-plan でカスタマイズ
div#content h2
{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-bottom: 3px;
}
*/

.h2md
{
	font-size: 14px;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-bottom: 3px;
}


div#content h3
{
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 3px;

	border-bottom-width: 2px;
	border-bottom-style: solid;
}

div#content h4
{
	text-align: left;
	font-size: 15px;
	color:#666666;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 9px;

	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/b-sch.gif);
	background-repeat: no-repeat;
}


div#content h6
{
	text-align: left;
	font-size: 12px;
	color:#ff3300;
	padding-top: 3px;
	padding-left: 24px;
	padding-bottom: 3px;

	margin-top: 20px;
	margin-left: 10px;
	background-image: url(../images/h6-t.gif);
	background-repeat: no-repeat;
}


/* ----- サイドバー ----- */

div#sidebar-left
{
	font-size:12px;
	float:left;
	width:150px;
}

div#sidebar-left a:link {
	color: #000000;
	text-decoration: none;
}
div#sidebar-left a:visited {
	color: #000000;
	text-decoration: none;
}
div#sidebar-left a:hover {
	color: #CC0099;
	text-decoration: none;
}

div.sidebar-box

{
	padding:5px;
}

div.menu {
	margin: 0px;
	padding: 0px;
	width: 150px;
	color: #ffffff;
}

/* 通常時 */
div.menu a {
    display: block;
    color: #0000FF;
    text-decoration: none;
	text-align: left;
   	background-image: url(../images/menu-off.gif);
   	background-position: left center;
	height: 18px;
	width: 130px;
   	margin:0px 0px;
	padding:7px 0px 0px 20px;
}
/* マウスが乗った時 */
div.menu a:hover {
   	color:#800080;
   	text-decoration: none;
	text-align: left;
   	background-image: url(../images/menu-on.gif);
   	background-position: left center;
	height: 18px;
	width: 130px;
   	margin:0px 0px;
	padding:7px 0px 0px 20px;
}

div.sidebar-banner

{
	margin:10px auto;
}

/* ----- 新着情報 ----- */

div.top-news
{
	width:290px;
	padding:5px;
	border-width:1px;
	border-color:#666666;
}

/* ----- 選択 ----- */

div.top-select
{
    float:left;
	width:250px;
	height:100px;
	padding:0px;
	margin:10px;
}

/* ----- 中タイトル ----- */

div.top-tai
{
	padding:10px;
}

div.top-tai h4
{
	height:20px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(../images/osu_tit.gif) no-repeat 0 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0;
}

div.top-tai h5
{
	height:20px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(../images/link_tit.gif) no-repeat 0 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0;
}

/* ----- top ----- */

div.top-a
{
	float:left;
	width:390px;
	margin-right: 10px;
	padding: 5px;
}

div.top-b
{
	float:left;
	width:190px;
	padding: 5px;
}

div.top-mid
{
	margin-top: 20px;
}

div.top-pic
{
	float:left;
	width:200px;
}

div.top-cmt
{
	float:left;
	width:180px;
	margin-left: 10px;
}

/* ----- サイト内検索 ----- */

div.search-form
{
	margin:0 0 20px 0;
}

div.search-form form
{
	background:url(../images/search_bg.gif) repeat-x 0 0;
	padding:10px;
}

div.search-form fieldset
{
	border:none;
}

div.search-form legend
{
	font-size:70%;
	color:#666666;
	background:inherit;
	margin:0 0 5px 0;
}

div.search-form input.search-input
{
	width:110px;
	font-size:80%;
	margin:0 0 5px 0;
}

/* ----- 固有 ボックス ----- */

.bk-sou1 {
	width:600px;
	background:#ffffff url(../images/bk-sou1.gif) no-repeat;
	margin:0px;
}

.bk-sou2 {
	width:600px;
	background:#ffffff url(../images/bk-sou2.gif) no-repeat;
	margin:0px;
}

.bk-sou {
	width:580px;
	background:#ffffff url(../images/bk-sou.gif) repeat-y 0;
	text-align: left;
	padding:0px 10px;
}

.bk-tabi1 {
	width:600px;
	background:#ffffff url(../images/bk-tabi1.gif) no-repeat;
	margin:0px;
}

.bk-tabi2 {
	width:600px;
	background:#ffffff url(../images/bk-tabi2.gif) no-repeat;
	margin:0px;
}

.bk-tabi {
	width:580px;
	background:#ffffff url(../images/bk-tabi.gif) repeat-y 0;
	text-align: left;
	padding:0px 10px;
}

.c-blue {
	width:264px;
	text-align: left;
	padding:5px;

	border-style:solid;
	border-width:2px;
	border-color:#0033ff;
}

.c-red {
	width:264px;
	text-align: left;
	padding:5px;
	margin-top:5px;

	border-style:solid;
	border-width:2px;
	border-color:#ff3300;
}



/* ----- 共通 ボックス ----- */

.bfl {
	float: left;
	padding:0px;
	text-align: left;
}

.bfc {
	float: left;
	padding:0px;
	text-align: center;
}

.b30 {
	float: left;
	width:30px;
	margin: 0px 5px;
	text-align: left;
}

.b31 {
	float: left;
	width:30px;
	margin: 0px;
	text-align: left;
}

.b50 {
	float: left;
	width:50px;
	margin: 0px 5px;
	text-align: left;
}

.b55 {
	float: left;
	width:55px;
	margin-bottom: 5px;
	text-align: left;
}

.b100 {
	float: left;
	width:100px;
	margin-right: 2px;
	text-align: left;
}

.b101 {
	float: left;
	width:100px;
	margin-right: 10px;
	text-align: right;
}

.b121 {
	float: left;
	width:120px;
	margin-left: 10px;
	text-align: left;
}

.b130 {
	float: left;
	width:130px;
	margin: 0px;
	text-align: left;
}

.b140 {
	float: left;
	width:140px;
	margin-right: 10px;
	text-align: center;
}

.b180 {
	float: left;
	width:180px;
	padding: 5px;
	text-align: center;
}

.b190 {
	float: left;
	width:180px;
	padding: 10px;
	text-align: center;
}

.b200 {
	float: left;
	width:200px;
	margin-left: 5px;
	text-align: left;
}

.b201 {
	float: left;
	width:200px;
	margin-right: 2px;
	text-align: left;
}

.b202 {
	float: left;
	width:200px;
	margin: 200px 0 0 0;
	color:#FFFFFF;
	text-align: left;
}

.b203 {
	float: left;
	width:200px;
	margin: 80px 0 0 0;
	color:#FFFFFF;
	text-align: left;
}

.b204 {
	float: left;
	width:200px;
	text-align: left;
}

.b221 {
	float: left;
	width:220px;
	margin:0px;
	text-align: left;
}

.b240 {
	float: left;
	width:240px;
	margin-bottom: 5px;
	text-align: left;
}


.b270 {
	float: left;
	width:270px;
	margin:0px;
	text-align: left;
}

.b280 {
	float: left;
	width:280px;
	padding:0px 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.b281 {
	float: left;
	width:280px;
	padding:0px 5px;
	text-align: left;
}

.b300 {
	float: left;
	width:300px;
	padding:0px 5px;
	text-align: center;
}

.b301 {
	float: left;
	width:300px;
	margin:0px;
	text-align: left;
}

.b302 {
	float: left;
	width:300px;
	margin-left:10px;
	text-align: left;
}

.b300b {
	float: left;
	width:300px;
	margin: 20px;
	padding:20px;
	text-align: center;
	background:url(../images/rehoback1.gif) 0 0;
}

.b300c {
	float: left;
	width:225px;
	margin: 20px 30px;
	padding:20px;
	text-align: center;
	background:url(../images/rehoback2.gif) 0 0;
}

.b300z {
	float: left;
	width:300px;
	text-align: left;
}

.b350 {
	float: left;
	width:350px;
	margin: 2px;
	text-align: left;
}

.b380 {
	float: left;
	width:380px;
	margin-left: 10px;
	text-align: left;
}

.b401 {
	float: left;
	width:400px;
	margin-left: 10px;
	padding:0px 5px;
	text-align: left;
}

.point {
	width:600px;
	margin:2px;
	padding:2px;
	text-align: left;
	border-style:solid;
	border-width:2px;
	border-color:#666666;

}






.cfl {
	padding:0px;
	text-align: left;
	margin:0px auto;
}

.cfc {
	padding:0px;
	text-align: center;
	margin:0px auto;
}

.cfr {
	padding:0px;
	text-align: right;
	margin:0px auto;
}

.c220 {
	width:220px;
	padding:2px 5px;
	text-align: left;
}

.c260 {
	width:260px;
	margin-top: 10px;
	margin-left: 30px;
	text-align: left;
}

.c265 {
	font-size: 12px;
	width:265px;
	padding: 5px;
	text-align: left;
}

.c281 {
	width:280px;
	margin:2px;
	padding: 2px;
	text-align: left;
	border-style:solid;
	border-width:2px;
	border-color:#666666;
}

.c290 {
	width:290px;
	margin: 0px;
	text-align: left;
}

.c291 {
	width:290px;
	margin: 0px;
	text-align: right;
}

.c285 {
	width:285px;
	margin-top: 10px;
	margin-left: 15px;
	text-align: left;
}

.c350 {
	width:350px;
	margin-top: 10px;
	margin-left: 15px;
	text-align: left;
}

.c500 {
	width:500px;
	text-align: left;
	margin:0px auto;
}

.c501 {
	width:500px;
	margin-left: 60px;
	text-align: left;
}

.c560 {
	width:560px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}

.c570 {
	width:570px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding:10px;
	text-align: left;
}

.c571 {
	width:570px;
	margin: 20px auto;
	margin-bottom: 20px;
	padding:10px;
	text-align: right;
}

.c572 {
	width:570px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding:10px;
	text-align: center;
}

.c590 {
	width:590px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.c600 {
	width:600px;
	text-align: left;
}

.c601 {
	width:600px;
	margin: 10px auto;
	text-align: left;
}

.c601c {
	width:600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}

.c602 {
	width:600px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.c603 {
	width:600px;
	margin-top: 20px;
	margin-left: 0px;
	text-align: left;
}

.c604 {
	width:600px;
	font-size: 14px;
	text-align: right;
}

.c605 {
	width:600px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}

.c606 {
	width:600px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.c607 {
	width:600px;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.c610b {
	width:610px;
	margin-top: 20px;
	margin-left: 0px;
	text-align: left;
	background-color:#000000;
}

.c600t {
	width:590px;
	padding: 4px;
	text-align: center;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

.c580bt {
	width:580px;
	text-align: left;
	padding:5px 0px 5px 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color:#ffff99;
	border: 1px solid #ff9900;
}

.gokei {
	font-weight: bold;
	border-width: 0px;
	border-color: #ffffff;
	background-color: #ffffff;
	text-align: right;
}

.ctb {
	margin:10px auto;
}



.top-cms {
	padding: 10px;
	margin:10px;
	text-align: left;
	border: 1px solid #666666;
}

.signs {
	float:right;
	width:170px;
}


/* ----- 共通 テーブル ----- */

table.stv {
	width: 100%;
	font-size: 12px;
	margin: 5px auto;
	table-layout:fixed;
	border-collapse: collapse;
}


table.st1 {
	width: 500px;
	font-size: 12px;
	margin: 5px auto;
	table-layout:fixed;
	border-collapse: collapse;
}

table.st2 {
	width: 550px;
	font-size: 12px;
	margin-bottom: 5px;
	table-layout:fixed;
	border-collapse: collapse;
}

table.st3 {
	width: 300px;
	font-size: 12px;
	margin-bottom: 5px;
	table-layout:fixed;
	border-collapse: collapse;
}

table.st4 {
	width: 600px;
	font-size: 12px;
	margin: 0px;
	table-layout:fixed;
	border-collapse: collapse;
}

table.st5 {
	width: 590px;
	font-size: 12px;
	margin: 0px;
	table-layout:fixed;
	border-collapse: collapse;
}

table,td {
	border:1px solid #999999;
	padding:5px;
}

table.st4 tr td {
	border:1px solid #999999;
	padding: 2px 2px;
}


th {
	border:none;
}

table.st5 th {
	border:1px solid #999999;
	padding: 2px 2px;
}


td.it11 {
	width:110px;
	text-align: center;
	background-color: #E7E7E7;
}

td.it12 {
	width:360px;
	text-align: left;
}

td.it21 {
	width:102px;
	text-align: center;
}

td.it31 {
	width:100px;
	text-align: center;
	background-color: #effbcc;
}

td.it41 {
	width:20px;
	text-align: center;
	background-color: #E7E7E7;
}

td.it42 {
	width:150px;
	text-align: left;
}

td.it43 {
	width:80px;
	text-align: center;
}

td.it44 {
	width:90px;
	text-align: right;
}

td.it45 {
	width:236px;
	text-align: left;
}

td.it46 {
	width:260px;
	text-align: center;
}

th.it51 {
	width:70px;
	text-align: center;
	background-color: #E7E7E7;
}

th.it52 {
	width:200px;
	text-align: center;
	background-color: #E7E7E7;
}

th.it53 {
	width:200px;
	text-align: center;
	background-color: #E7E7E7;
}

th.it54 {
	width:100px;
	text-align: center;
	background-color: #E7E7E7;
}



th.tamidashi {
	border:1px solid #999999;
	text-align: center;
	background-color: #F4ECE1;
	padding:5px;
}

th.itp4 {
	border:1px solid #999999;
	width:25%;
	text-align: center;
	background-color: #E7E7E7;
	padding:5px;
}

th.itp5 {
	border:1px solid #999999;
	width:20%;
	text-align: center;
	background-color: #E7E7E7;
	padding:5px;
}

th.itp5f {
	border:1px solid #999999;
	text-align: center;
	background-color: #E7E7E7;
	padding:5px;
}


.crec {
	margin: 30px 60px;
	text-align:left;
}

.crec2 {
	margin: 30px 60px;
	text-align:center;
}

.fmoku1 {
	float:left;
	width:80px;
	text-align: left;
}

.fmoku2 {
	float:right;
	width:400px;
	text-align: left;
}










/* ----- Lightbox JS ----- */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
