﻿/* CSS Document */
* {
	margin: 0px;
	font-family:Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
}
body {
}
#layout {
	border-top-color: #CDCDCD;
	border-top-width: 0px;
	border-top-style: solid;
	background-repeat:repeat-x;
	padding-top:0;
	margin-top:0px;
	width:auto;
	height:auto;
}
#wrapper {
   background-color: #f3f0e7;
    height: auto;
    margin:10px auto;
/*    padding: 20px 0 10px 0;*/
	padding:10px 0;

/*	border-radius:6px;*/
	width:980px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.4);

	
}
#content {
	height: auto;
	width: 960px;
	margin: auto;
	overflow:hidden;
}  
/*--------------------------------------------- 
*左側部分 
---------------------------------------------*/
#contentLeft {
	float:left;
/*	width: 300px;*/
	width: 320px;
	height:auto;
}
#contentLeft h2{
	color:#669002;	
	text-align: left;
/*	font-size:14px;*/
	font-size:18px;

	border-bottom-color: #669002;
	border-bottom-width: 1px;
	border-bottom-style: double;
}
#contentLeft h3{
	color:#F3F0E7;	
	text-align: left;
	font-size:14px;
	border-bottom-color: #F3F0E7;
	border-bottom-width: 1px;
	border-bottom-style: double;
}
/*--------------------------------------------- 
*ニュースリスト
---------------------------------------------*/
#newsmenu {
	background-color:#ffffff;
	width:320px;
	height: 505px;
	padding-left: 0px;
	padding-right: 0px;
	scrollbar-face-color:#E0D8C0;
	scrollbar-track-color:#FdFaF7;
	scrollbar-3dlight-color:#E0D8C0;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#A09880;
	scrollbar-shadow-color:#C0B8A0;
	scrollbar-arrow-color:#A09880;
	overflow: auto;
	
}
#newsmenu ul {
	margin: 0;
	padding: 0;
}

#newsmenu ul li.date {
    background-color: #DDDDDD;
    color: #669002;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}
#newsmenu ul li.data {
	display: block;
	padding: 0;
	cursor: pointer;
/*	width: 280px; */
	height:auto;
	margin-right: 0px;
	word-wrap:break-word;
/*	padding-left:6px; */
	background:none;
	padding:0;
	border-bottom:1px solid #dddddd;
	width:auto;

}
.imgthumb {
    float: left;
    width: 80px;
    display: block;
	padding:1px 1px 1px 2px;
}
.thumb-news {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 80px;
    height: 45px;
}

#newsmenu ul li span{
	float: left;
	clear: both;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size:13px;
}
#newsmenu ul li a {
	text-decoration: none;
	display:block;
	height:auto;
	color: #020201;
	background-repeat:no-repeat;
	text-indent:0px;
	font-weight:normal;
	cursor: pointer;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size:13px;
	line-height:20px;
	transition:background-color 0.2s linear;
	-webkit-transition:background-color 0.2s linear;

}



#newsmenu ul li a img{
	border:0;
}
#newsmenu ul li.hidden{
	display:none;
}
#newsmenu ul li.visible{
	display: block;
}
#newsmenu ul li a:hover {
/*	color: #009999;
	color: #0a81fa;
	text-decoration:underline;*/
    background-color:#edffa4;
	text-decoration:none;

}

#newsmenu ul li a:active {
	color: #009999;
	color: #0a81fa;
}
#newsmenu ul li a.sel {
/*	color: #f00033;*/
	font-weight:bold;
}
#newsmenu ul li a.sel{
/*    background-color:#ffbfbf;*/
    background-color:#ffcf84;
    font-weight: normal;
/*	color:#e51373;*/
}

#mrtnewsnext {
	background-color:#FE8714;
	padding-top: 1px;
	padding-left: 2px;
}
#mrtnewsnext span{
	color:#FFFFFF;
	font-size:12px;
	line-height: 16px;
	font-weight: bold;
}
#mrtnewsnext_contents {
	font-size:11px;
	line-height:18px;
	color:#000000;
}
.bold{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.clsbanner{
        width:200px;
}
#todayNewsContents{
	background-color: #F2F3F3;
	font-size:11px;
	padding: 5px 3px;
	font-weight:normal;
}
.newslist {
    margin-left: 86px;
    min-height: 48px;
}
.newslist .newslist-title{
	font-size: 13px;
    line-height: 15px;
    padding: 2px 0 0 0;
	color:#111111:
}
.newslist .upd-time{
	padding:0;
	color:#999999;
	font-size:11px;
	display:inline-block;
    line-height: 13px;

}

/*------------------トピックスエリア------------------*/
#boxBanner234Area{
	margin-left:10px;
	height:auto;
}
#boxBanner234Area ul {
	list-style-type:none;
	padding-left: 0px;
}
#boxBanner234Area ul li {
	list-style-type:none;
	width:300px;
	height:60px;
	border:0;
/*	border:1px;*/
	margin-top:5px;
	margin-bottom:10px;
	border-color:#CDCDCD;
	border-style:solid;
}
#boxBanner300Area{
	margin-left:10px;
	margin-top:10px;
	width:300px;
	height:auto;
	text-align: center;
}
#boxBanner300Area ul {
	list-style-type:none;
	padding-left: 0px;
}
#boxBanner300Area ul li {
	list-style-type:none;
	border:0px;
	margin-top:0px;
	padding:0px;
	height:auto;
}
#mailFormArea {
	margin-top:10px;
	margin-left:10px;
	width: 299px;
	height: 52px;
	text-align: center;
	padding-top: 95px;
	float: left;
	clear: both;
	background-image: url(../images/infomation_n.png);
	background-repeat: no-repeat;
}
.font2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #333333;
	clear: left;
	float: left;
	height: 13px;
	width: 299px;
	text-align: center;
}

/*--------------------------------------------- 
*右側部分 
---------------------------------------------*/
#contentRight {
	float: right;
	height: auto;
/*	width: 650px;*/
	width: 640px;
}
p{
	font-size: 20px;
	color: #353535;
	padding-top: 0px;
	padding-bottom: 2px;
}
#information{
	margin-left:0px;
/*	width: 648px;*/
	width:620px;
	margin: 10px 16px 5px;
	background-color:#ffffff;
	border:1px solid #CDCDCD;
	border-radius: 4px;
}
#news {
/*	width: 610px;*/
	width: 580px;	
	padding:20px;
	margin-top:0px;
	font-size: 16px;
	line-height:28px;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	border-left-color: #CDCDCD;
	border-right-width: 0px;
	border-bottom-width:0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-style: solid;
	border-top-color: #CDCDCD;
}
#news_title{
	color:#669002;
	font-size:30px;
	line-height: 35px;
	margin-top: 0px;
	margin-bottom: 2px;
	word-wrap:break-word;	
	
}
#news_upd{
	font-size:14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#news_info{
    font-size: 16px;
    line-height: 24px;
	word-wrap:break-word;	
}
h1 {
	width: 240px;
	margin-top:5px;
	font-size: 12px;
	text-align: center;
	color: #020201;
	line-height: 25px;
}
#todays-contents-area > p{
	background:url('../images/logo.png') no-repeat scroll right center / auto 30px #add700;
	color:#ffffff;
	padding:6px 10px;
	line-height:24px;
}
#boxNews10Area{
	background: #ffffff none repeat scroll 0 0;
/*	padding: 10px;*/
/*	width: 628px;*/
	border:1px solid #cdcdcd;
	margin: 10px 16px 5px;
	width:620px;
	padding:0;

}
#boxNews10Area h2 {
	margin-top:0px;
	width: 594px;
	margin-left: 20px;
	font-size: 14px;
	text-align: center;
	color: #666666;
	line-height: 24px;
}
#boxNews10Area ul {
	margin-left: 20px;
/*	width: 620px;
	padding-left: 0px;*/
	padding:8px 0;
	width: 580px;

}
#boxNews10Area ul li {
	margin: 0px;
	padding:4px  1px;
/*	width: 594px;*/
	width: auto;
	list-style-type:none;
	height:auto;
	font-size: 12px;
	line-height:20px;
	color:#333333;
	border-top-color: #bbbbbb;
	border-top-width: 1px;
	border-top-style: dotted;
}
#playarea{
	border:#dddddd 5px solid;
	width:480px;
}
#facebook-area{
  background-color: #e9eaed;
    border: 1px solid #bbbbbb;
    margin: 10px 16px 5px;
	width:620px;
	height:auto;
	border-radius:6px;
}
#facebook{
    padding: 5px 57px;
}	
#facebook-area > h4{background-color:#add700;line-height:24px;color:#ffffff;padding:6px 10px;}
#todays-contents-area{
  background-color: #ffffff;
    border: 1px solid #bbbbbb;
    margin: 10px 16px 5px;
	width:620px;
	height:auto;
	border-radius:6px;
}
#todays-contents{
	color: #333333;
    font-size: 18px;
    line-height: 26px;
	margin:4px 10px;
}
#news10-area{
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	margin: 10px 16px 5px;
	width:620px;
	height:auto;
	border-radius:6px;
}
#news10-area h2{
	text-align:center;
    margin: 10px auto;

}
#news10-area ul{
   margin:0 20px 20px 20px;
    width: 580px;
	list-style:none;
	padding:0;
}
#news10-area ul li{
	border-bottom: 1px dotted #bbbbbb;
    color: #333333;
    font-size: 12px;
    padding: 3px 5px;
    width: 570px;
	line-height:24px;
}


/*------------------フッターエリア------------------*/
#copyright {
	width:960px;
	line-height: 16px; 
	padding:12px;
	padding-bottom:0px;
	text-align:center;
	color: #666666;
	font-size:12px;
}

#oamovie{
	width: 480px;
	height:300px;
	margin:10px auto;
}
#oamovie span{font-family:Helvetica,Arial!important;}
#mep_3{height:300px;}
.mejs-container .mejs-controls{potision:relative;top:100%;}
.mejs-container-fullscreen .mejs-controls{margin-top:-30px!important;display:none;}
.mejs-controls{background-color:#000000!important;}

#photoarea{
	text-align:center;
	margin-bottom:5px;
}

#photoarea img{
	padding:0px;
	border:#dddddd 5px solid;
}

