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

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


/* ----- 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;
}

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

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;
}



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

body
{
	color:#666666;
	background:#ebebeb 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:130%;
}

.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;}
.fs181 {font-size: 18px; color: #FF0000; font-weight: bold;}
.fs182 {font-size: 18px; color: #000066; font-weight: bold;}

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

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

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


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

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:15px;
}

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

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

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


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

div#content
{
	font-size:12px;
	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;
}

div#content h2
{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-bottom: 3px;
}

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

	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 3px;
}

div#content h4
{
	text-align: left;
	font-size: 16px;
	color:#FF6600;
	padding-top: 6px;
	padding-left: 35px;
	padding-bottom: 10px;

	margin-bottom: 20px;
	border-style:solid;
	border-width: 0 0 2px 0;
	border-color: #FF6600;
	background-image: url(../images/b-sch.gif);
	background-repeat: no-repeat;
}

div#content h5
{
	text-align: left;
	font-size: 16px;
	color:#993300;
	padding-top: 5px;
	padding-left: 50px;
	padding-bottom: 10px;

	margin-left: 10px;
	margin-bottom: 20px;
	background-image: url(../images/qa-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-banner

{
	padding-top:5px;
}

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: 20px;
	width: 140px;
   	margin:0px 0px;
	padding:5px 0px 0px 10px;
}
/* マウスが乗った時 */
div.menu a:hover {
   	color:#800080;
   	text-decoration: none;
	text-align: left;
   	background-image: url(../images/menu-on.gif);
   	background-position: left center;
	height: 20px;
	width: 140px;
   	margin:0px 0px;
	padding:5px 0px 0px 10px;
}

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

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

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

div.top-news ol li
{
	margin:0 0 10px 0;
	list-style:none;
	font-size:80%;
	line-height:150%;
	background:url(../images/news_icon.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
}


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

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;
}




/* ----- faq ----- */

div.faq-back {
	font-size: 14px;
    font-weight:bold;
	border: 1px solid #000099;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px;
	width: 540px;
}


div.faq-inner
{
    font-weight:normal;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	width: 480px;
	background-color: #b9ffff;
}

div.faq-top
{
	font-size: 12px;
    font-weight:normal;
	text-align: right;
	margin-right: 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;
}

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

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

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

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

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

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

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

.b140 {
	float: left;
	width:140px;
	margin: 2px;
	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:190px;
	margin-right: 5px;
	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;
}

.b280 {
	float: left;
	width:280px;
	padding: 10px;
	text-align: center;
}

.b281 {
	float: left;
	width:280px;
	margin:0px 10px 0px 0px;
	text-align: center;
}

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

.b301 {
	float: left;
	width:300px;
	padding:5px;
	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;
}

.b390 {
	float: left;
	width:390px;
	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 {
	margin: 0px auto 0px auto;
	text-align: left;
}

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

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

.c150 {
	width:150px;
	padding-top:20px;
	text-align: left;
}

.c151 {
	width:150px;
	padding:5px 0px;
	text-align: left;
}

.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;
}

.c300 {
	width:300px;
	margin: 0px 5px 0px 0px;
	text-align: left;
}

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

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


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

.c585 {
	clear:both;
	width:585px;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: left;
}

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

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

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

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

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

.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;
}

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

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

table.st1 {
	width: 500px;
	font-size: 12px;
	margin-bottom: 5px;
	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-left: 150px;
	margin-bottom: 5px;
	table-layout:fixed;
	border-collapse: collapse;
}

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

th {
	border:none;
}

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;
}


.btsend {
	text-align: center;
	margin: 10px auto;
}


/* ----- 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");
	}


/*動画
---------------------------------------------------------------------------*/
.video-wk {
	margin:15px;
}

.video-container {
	position: relative;
	
	margin-left:0px;
	
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 100%;
	max-width: 100%;
}

/* ----- 明細ページ ----- */

.imgbox {
	float: left;
	width:305px;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

.txtbox {
	float: right;
	width:290px;
	margin: 0px 0px 20px 0px;
	text-align: left;
}

div.imgbig {
	margin-bottom:10px;
}


.cat3box {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	text-align:center;
}

.cat3box img {
	border: 1px solid #ccc;
    max-width:100%;
    max-height:100%;
}

.cat3box li {
	float: left;
	width: 32%;
	margin:0 5px 5px 0;
	height:200px;
	list-style-type: none;
}

.cat3box li a {
	display:  block;
	text-decoration: none;
	color: #000;	/*文字色*/
	padding: 2px 4px 2px 2px;
}

.cat3box li a:hover {
	background: #E3D2B9;	/*背景色*/
}
