@charset "shift_jis";
/* CSS Document */


#t-box01 {
	height: auto;
	width: 780px;
	background-color: #000000;
}
#t-box01-1 {
	height: 310px;
	width: 300px;
	float: left;
	margin: 10px;
	font-size: 18px;
	line-height: 150%;
	color: #FFFFFF;
}
#t-box01-2 {
	height: 290px;
	width: 430px;
	float: right;
	margin: 10px;
}
#t-box01-2 img{
}
#t-box01-3 {
	float: left;
	margin-left: 20px;
	font-size: 10px;
}
#t-box01-4 {
	float: left;
	margin: 10px;
}
#t-box01-5 {
	height: auto;
	width: 370px;
	float: left;
	font-size: 10px;
}

#t-box02 {
	height: auto;
	width: 760px;
	padding: 10px;
}
#t-box02 img{
}
#t-box03 {
	height: auto;
	width: 780px;
}
#t-box04 {
	height: auto;
	width: 780px;
	font-size: 16px;
	line-height: 150%;
}





/* ▲ ここまで ▲ */


@charset "shift_jis";
/* CSS Document */

/* 基本 */
.sp{
	display: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	z-index: 1;
	font-size: 12px;
/* ▲
	background-image: url(../images/con_bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
▲ */
}
/* ▲ ここまで ▲ */

.text_p {
	line-height: 16px;
	text-indent: -1em;
	padding: 0 20px 0;
}

.hh{
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 1.5em 0 1em 0;
}

.text_b {
	font-weight: bold;
	font-size: 14px;
}
.font_s {
	font-size: 14px;
}
.font_w {
	font-size: 16px;
	letter-spacing: 1px;
}
.font_ts {
	font-size: 16px;
	font-weight: bold;
}
.font_18 {
	font-size: 18px;
}


/* header */
#header-box {
	background-image: url(../images/hd.jpg);
	height: 95px;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	margin-top: 0px;
}
.header_box01 {
	width: 370px;
	float: left;
	margin-left: 15px;
	height: 70px;
	margin-top: 10px;
}
.header_box02 {
	width: 600px;
	float: left;
	height: 70px;
	font-size: 12px;
	text-align: right;
	margin-right: 15px;
	margin-top: 10px;
	line-height: 17px;
}
/* ▲ ここまで ▲ */


/* メニュー */
#menubox{
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-color: #FFF;
}

.dropmenu{
  *zoom: 1;
	list-style-type: none;
	width: 1000px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
	position: relative;
	width: 125px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dropmenu li a{
	display: block;
	margin: 0;
	background: #ffffff;
	color: #37630C;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	opacity: 0.8;
	padding-bottom: 10px;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li{
	width: 170px;
}
.dropmenu li ul li a{
	padding: 13px 15px;
	border-top: 1px solid #7c8c0e;
	background: #ffffff;
	text-align: left;
}
.dropmenu li:hover > a{
	background: #ffffff;
	opacity: 0.7;
	color: #693;
}
.dropmenu li a:hover{
	background: #ffffff;
	opacity: 0.7;
}
#dropmenu li ul li{
	overflow: hidden;
	height: 0;
	transition: .2s;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
}
/* ▲ ここまで ▲ */


/* サイドメニュー */
#side_box ul, #side_box dl {
	padding: 0;
	margin: 0;
	list-style: none;
}

.side_menu  li{
	border-bottom: 1px solid #999;
	border-left: 4px solid #999;
	width: 194px;
	border-top: 1px solid #999;
	margin-bottom: 5px;
	border-right: 1px solid #999;
	-webkit-background-size: 2px 2px;
	-moz-background-size: 2px 2px;
	background-size: 2px 2px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #efefef), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #efefef),
            color-stop(.75, #efefef), color-stop(.75, transparent),
            to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #efefef 25%, transparent 25%,
          transparent 50%, #efefef 50%, #efefef 75%,
          transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #efefef 25%, transparent 25%,
          transparent 50%, #efefef 50%, #efefef 75%,
          transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #efefef 25%, transparent 25%,
          transparent 50%, #efefef 50%, #efefef 75%,
          transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #efefef 25%, transparent 25%,
          transparent 50%, #efefef 50%, #efefef 75%,
          transparent 75%, transparent);
	background-image: url(linear-gradient(-45deg, #f7f7f7 25%, transparent 25%, transparent 50%, #f7f7f7 50%, #f7f7f7 75%, transparent 75%, transparent));
}

.menu_mk {
	background-image: url(../images//arrow009_05s.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 12px;
	padding-bottom: 10px;
	background-position: 15px;
	display: block;
	list-style: none;
	font-weight: normal;
}
a .menu_mk {
	background-color:#DEDEDE;
}
a:hover .menu_mk {
	background-color:#f0f0ff;
	color:#666;
}
/* ▲ ここまで ▲ */


/* スライドショー */
#pr-box01 {
	height: 310px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#pr-box01 img{
	width: 100%;
	height: auto;
}
#pr-box02 {
	width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#pr-box02 img{
	width: 100%;
	height: auto;
}




/* ▲ ここまで ▲ */


/* footer */
#footer {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both;
	background-image: url(../images/fd.gif);
	background-color: #9C6;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	min-width: 1000px;
	height: 230px;
}
.footer_box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 220px;
	background-repeat: no-repeat;
	background-position: right;
}
.f_box {
	width: 135px;
	float: left;
	margin-left: 10px;
	display: inline;
}
.f_box p {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
}
.f_box2 {
	width: 410px;
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 220px;
	margin-left: 5px;
	line-height: 18px;
}
.footer_box a:link, .footer_box a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.footer_box a:hover, .footer_box a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

#footer2 {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both;
	background-color: #060;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	width: auto;
	min-width: 1000px;
	font-size: 11px;
	color: #FFF;
}
/* ▲ ここまで ▲ */


/* メイン */
#main {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 10px;
}

#main a:hover img {
	opacity:0.6;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background-color: #FFFFFF;
}

#main_box {
	width: 783px;
	height: auto;
	float: left;
	margin: 0;
}

#content_box01 {
	width: 780px;
	height: auto;
	margin-bottom: 10px;
}

#content_box01-2 {
	width: 390px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

#content_box01-3 {
	width: 250px;
	height: auto;
	float: left;
	margin:0 3px 10px;
	text-align: center;
}
.content_box01-3 {
	width: 250px;
	height: auto;
	float: left;
	margin:0 3px 10px;
	text-align: center;
}
#content_box01-4 {
	width: 770px;
	height: auto;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
#content_box01-03 {
	width: 500px;
	height: auto;
	float: left;
	margin:0 3px 10px;
	text-align: center;
}

#content_box02 {
	width: 780px;
	height: auto;
	margin-bottom: 10px;
}

#content_box02-2 {
	width: 386px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#content_box02-02 {
	width: 320px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	padding-right: 33px;
	padding-left: 33px;
}
#content_box02-3 {
	width: 250px;
	height: auto;
	float: left;
	margin:0 3px 10px;
	text-align: center;
}
#content_box02-03 {
	width: 500px;
	height: auto;
	float: left;
	margin:0 3px 10px;
}

#content_box03 {
	width: 780px;
	height: auto;
	margin-bottom: 10px;
}
#content_box03 p {
	line-height: 22px;
	margin: 0;
}

#content_box04 {
	width: 780px;
	height: auto;
	margin-bottom: 10px;
}
#content_box04 p {
	line-height: 22px;
	margin: 0;
}
#content_box05 {
	width: 320px;
	height: auto;
	float: left;
	padding-left: 33px;
}
#content_box05 img{
	width: 100%;
	height: auto;
	}

#content_box06 {
	width: 770px;
	height: auto;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin-left: 10px;
}
#content_box06-01 {
	width: 300px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin-left: 10px;
}
#content_box06-02 {
	width: 450px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin-left: 10px;
}

#txtbox {
	width: 100%;
	height: auto;
	background-color: #CCCC99;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}


#shadow_box {
	width: 95%;
	height: auto;
}
#shadow_box1-2 {
	width: 365px;
	height: auto;
	float: left;
}
#shadow_box2 {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#shadow_box2-2 {
	width: 365px;
	height: auto;
	float: left;
}

#main_area {
	width: 100%;
	height: auto;
	text-align: center;
}

#box_color {
	width: 468px;
	height: auto;
	text-align: center;
}

.img_on_text {
	position: relative;
	width: 150px;
}

.img_on_text img {
}

.img_on_text p {
	position: absolute;
	top: 10%;
	left: 5%;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-shadow:0 0 5px #c00,0 0 5px #c00,0 0 5px #cc0,0 0 5px #cc0;
}



#waku{
	width: auto;
	height: auto;
	padding: 5px;
	color: #ffffff;
}


/* ▲ ここまで ▲ */


/* サイド */
#side_box {
	width: 205px;
	height: auto;
	float: left;
	margin-right: 5px;
}
#side_box p {
	margin: 0 ;
	padding: 0 ;
}

.side_txtbox{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
}
.side_txtbox p {
	font-size: 13px;
	line-height: 16px;
	text-indent: -1em;
	font-weight: normal;
	padding: 10px;
}

.side_box01 {
	width: 200px;
	margin: 5px 0px;
	font-size: 13px;
	line-height: 16px;
}

/* ▲ ここまで ▲ */


/* 更新情報 */
#infobox {
	width: 370px;
	height: 470px;
	background-image: url(../images/top/info_title.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	scrollbar-arrow-color:#c5a27c;
	scrollbar-face-color:#fde2c4;
	scrollbar-3dlight-color:#c5a27c;
	scrollbar-darkshadow-color:#c5a27c;
	scrollbar-highlight-color:#c5a27c;
	scrollbar-shadow-color:#c5a27c;
	scrollbar-track-color:#fde2c4;
	display: block;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#topics01 {
	width: 355px;
	height: 465px;
	background-repeat: no-repeat;
	overflow: auto;
	scrollbar-arrow-color:#c5a27c;
	scrollbar-face-color:#fde2c4;
	scrollbar-3dlight-color:#c5a27c;
	scrollbar-darkshadow-color:#c5a27c;
	scrollbar-highlight-color:#c5a27c;
	scrollbar-shadow-color:#c5a27c;
	scrollbar-track-color:#fde2c4;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.topics_time {
	color: #86735E;
}
/* ▲ ここまで ▲ */


/* フェイスブック */
.fb-page {
	float: left;
	width: 355px;
	height: 500px;
	background-repeat: no-repeat;
	overflow: hidden;
	scrollbar-arrow-color:#c5a27c;
	scrollbar-face-color:#fde2c4;
	scrollbar-3dlight-color:#c5a27c;
	scrollbar-darkshadow-color:#c5a27c;
	scrollbar-highlight-color:#c5a27c;
	scrollbar-shadow-color:#c5a27c;
	scrollbar-track-color:#fde2c4;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* ▲ ここまで ▲ */

/* FAQ */
.faq_box {
	padding-top: 0px;
}

#faq_box02-3 {
	width: 250px;
	height: auto;
	float: left;
	margin:0 3px 10px;
	text-align: center;
	border: solid 1px #A8D9C9;
}
#faq_box02-1 {
	width: 100%;
	height: auto;
	float: left;
	margin:0 3px 10px;
	text-align: center;
	border: solid 1px #A8D9C9;
}

#tatami_box {
	width:780px;
	height:auto;
	float: center;
	margin-right: auto;
	margin-left: auto;
}



