@charset "utf-8";
/*** 基本設定 ***/

* { margin: 0; padding: 0; }
img { border: 0; }
html{ height:100%; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

/** body **/


/** 文字サイズ設定 **/
/* 基本文字サイズ */
body	{ font-size: 85%; }
td,th /**/: { font-size: 85%; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }

/*** link ***/
a:hover { color:#ED9529;}
a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);}
	
/** form **/
input, select { vertical-align: middle; }

/** contents **/
#page_outer{
	width:960px;
	margin:0 auto;
	background-image:url(../images/side_bg.png);
	background-repeat:repeat-y;
	background-position:left;}
#contents{
	width:700px;
	margin:0 auto;}
#contents p{ line-height:1.5;}


/** header **/
#header{width:100%; text-align:center;}
#header_inner{
	width:960px;
	margin:0 auto;}
#header_opt{
	width:290px;
	float:right;
	height:40px !important;
	height /**/:50px;
	padding:5px 0;
	text-align:right;}

/*-言語選択-*/
#lang_select{
	width:290px;
	float:right;
	text-align:right;}
#lang_select ul{
	list-style:none;}
#lang_select li{
	display:inline-block;
	float:right;
	padding:0 5px;
	border-right:solid 1px #fff;}
#lang_select li a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:10px;
	padding:2px 3px;}
#lang_select li a:hover{
	color:#71be23;
	background-color:#fff;}
#lang_select li a.on{
	color:#71be23;
	background-color:#fff;}

/*-文字サイズ-*/
#font_select{
	width:170px;
	float:right;}
.searchTTL{ padding-top:2px; font-size:11px; color:#FFF;}
#fontSize{
	width:75px;
	float:right;
	display:block;
	list-style:none;}
#fontSize li{
	display:inline-block;
	margin-left:5px;
	float:left;}
#fontSize li a{
	text-align:center;
	text-decoration:none;
	padding:0;}
#fontSize li a:hover{ background-color:#81CB54;}

/*-ロゴ-*/
#header_logo{
	width:950px !important;
	width /**/:960px;
	height:47px !important;
	height /**/:75px;
	padding:14px 0 14px 10px;
	margin:0 auto;
	text-align:right;}
#header_logo h1{
	width:503px;
	height:38px !important;
	height /**/:42px;
	padding-top:4px;
	display:block;
	float:left;}

#header_logoOP{
	width:300px;
	text-align:right;
	float:right;}
/*-facebook-*/
.fb1{
/*	width:156px;*/
	width:266px;
	margin:-10px 0 0 0;
	float:right;}
.fb2{
	width:218px !important;
	width /**/:220px;
	border:solid 1px #CCCCCC;
	background-color:#FFF;
	margin:0 0 0 0;
	overflow-x: hidden;
	overflow-y:hidden;}
#likeBox {
width: 218px;
height: 423px;
border: none;
margin:0;}
#likeBox iframe{
width:218px;
height:423px;
border: none;
}
.fb-like-box.fb_iframe_widget iframe {
width:260px !important;
border: none;
}
/*.fb-like-box.fb_iframe_widget iframe {
width:100% !important;
padding:0;}*/


/*-カキコミ情報ボタン(ヘッダ)-*/
.kakikomiBTN{
	width:135px;
	float:left;}
.kakikomiBTN01 a{
	width:135px;
	display:block;
	padding:8px 0;
	text-align:center;
	background-color:#71be23;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;}
.kakikomiBTN01 a:hover{
	opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);}
.kakikomiBTN02 a{
	display:inline-block;
	padding-left:15px;
	font-size:11px;
	color:#666;
	text-decoration:none;
	background-image:url(../images/icon_kakikomi.gif);
	background-repeat:no-repeat;
	background-position:left 50%;}
.kakikomiBTN02 a:hover{ color:#ED9529;}





/** サイドカラム **/
#contColumn01{
	width:220px !important;
	width /**/:240px;
	padding:30px 10px;
	float:left;}
#contColumn02{
	width:700px;
	margin:0;
	padding:0 0 30px 0;
	float:right;}

/*-タイトル-*/
.sideTTL01{
	width:173px !important;
	width /**/:220px;
	height:39px !important;
	height /**/:51px;
	padding:12px 5px 0 42px;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	background:no-repeat url(../images/side_ttl01.gif) top;}
	
/*-HOMEボタン-*/
#homeBTN a{
	display: block;
	width:173px !important;
	width /**/:220px;
	height:33px !important;
	height: 55px;
	padding:12px 5px 0 42px;
	margin-bottom:10px;
	text-align:left;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	background-repeat:no-repeat;
	background-image:url(../images/side_ttl06.gif);}
#homeBTN a:hover{
	opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);}
	

/*-検索-*/
#side_search{
	width:220px;
	margin-bottom:10px;}
#side_search_inner{
	width:200px !important;
	width /**/:220px;
	padding:5px 9px 9px 9px;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	background-color:#FFF;}
	
form.search {margin: 0;}
form.search div {
	width: 200px;
	padding:0;
	margin-bottom:10px;
	background-color: #ffffff;
	border: 1px #cccccc solid;}
form.search input.textBox {
	width: 150px;
	margin:0 5px;
	padding: 0;
	background-color: #ffffff;
	border: none;
	color: #000000;}
form.search input.btn{
	width: 40px;
	height: 1.8em;
	padding: 0;
	background-color:#8dc21f;
	border: none;
	font-weight: bold;
	font-size:80%;
	color: #FFF;}
.side_searchBTN a{
	width:180px !important;
	width /**/:200px;
	padding:10px;
	color:#FFF;
	text-decoration:none;
	background-color:#71be23;
	background-image:url(../images/arrow01.png);
	background-repeat:no-repeat;
	background-position:180px 50%;
	display:block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;}
.side_searchBTN a:hover{ background-color:#fd7f00;}


/*-サイドカレンダー-*/
.side_calender{
	width:200px;
	margin-top:15px;
	padding-top:5px;
	border-top:1px dotted #CCCCCC;
	position:relative;}
.side_calender table{
	width:100%;
	border-collapse:separate;
	border:1px #FFFFFF solid;}
.side_calender table th{
	text-align:center;
	vertical-align:bottom;
	font-weight:normal;
	font-size:9px;
	color:#666;}
.side_calender table th.sun{ color:#C00;}
.side_calender table th.sat{ color:#36C;}
.side_calender table td{
	background-color:#eef0f3;
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
	font-size:12px;
	font-weight:bold;
	color:#666;}
.side_calender table td.now{ background-color: #CAE6CA;}

.calenderM{ text-align:center;}
.calenderM a{ font-size:24px; font-weight:bold;}
.side_calender p.prev{
	width:40px;
	padding:0;
	font-size: 11px;
	display: block;
	position: absolute;
	top: 22px;}
.side_calender p.next{
	width: 40px;
	padding: 0;
	font-size: 11px;
	display: block;
	position: absolute;
	left: 160px;
	top: 22px;}


/*-メインメニュー-*/
#side_menu{
	width:220px;
	margin:0 auto 10px auto;}
#side_menu ul{
	list-style:none;}
#side_menu li{
	 position: relative;
	 float: none;}
#side_menu li a{
	display: block;
	width:173px !important;
	width /**/:220px;
	height:33px !important;
	height: 55px;
	padding:12px 5px 0 42px;
	margin-bottom:10px;
	text-align:left;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	background-repeat:no-repeat;}
a#menuP00 { background-image:url(../images/side_ttl00.gif);}
a#menuP01 { background-image:url(../images/side_ttl02.gif);}
a#menuP02 { background-image:url(../images/side_ttl03.gif);}
a#menuP03 { background-image:url(../images/side_ttl04.gif);}
a#menuP04 { background-image:url(../images/side_ttl05.gif);}
#side_menu li a:hover{
	opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);}
/*Sub level menu items */
#side_menu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;}
#side_menu ul li ul li{
	 position: relative;
	 float: none;}
#side_menu ul li ul li a{
	display: block;
	width:210px !important;
	width /**/:220px;
	height:auto !important;
	height /**/:auto;
	padding:10px 10px 10px 10px;
	margin-bottom:0;
	text-align:left;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	background-color:#197747;
	border-bottom:solid 1px #FFFFFF;}
/* Holly Hack for IE \*/
* html #side_menu ul li { float: left; height: 1%; }
* html #side_menu ul li a { height: 1%; }
/* End */

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background-color: #ccc; /* generally should be just a little lighter than the box-shadow color for CSS3 capable browsers */}
.toplevelshadow{
margin: 5px 0 0 5px; /* in NON CSS3 capable browsers gives the offset of the shadow */
opacity: 0.0; /* shadow opacity mostly for NON CSS3 capable browsers. Doesn't work in IE */}
.ddcss3support .ddshadow.toplevelshadow {
margin: 0; /* in CSS3 capable browsers overrides offset from NON CSS3 capable browsers, allowing the box-shadow values in the next selector to govern that */
/* opacity: 1; */ /* optionally uncomment this to remove partial opacity for browsers supporting a box-shadow property which has its own slight gradient opacity */}
.ddcss3support .ddshadow {
background-color: transparent;
box-shadow: 5px 5px 5px #aaa; /* box-shadow color generally should be a little darker than that for the NON CSS3 capable browsers background-color */
-moz-box-shadow: 5px 5px 5px #aaa;
-webkit-box-shadow: 5px 5px 5px #aaa;}



/*-サイドバナー-*/
#side_bnr{
	width:200px !important;
	width /**/:220px;
	padding:9px;
	margin-bottom:20px;
	border:solid 1px #CCCCCC;
	background-color:#FFF;}
#side_bnr ul{ list-style:none;}
#side_bnr li{ margin-bottom:10px;}


/** footer **/
#footer{
	width:100%;
	background:repeat-x url(../images/footer_bg.gif) top;}
#footer_inner{
	width:960px;
	margin:0 auto;}
	
#footer_menu{
	width:960px;
	height:30px !important;
	height /**/:40px;
	padding-top:10px;}
#footer_menu ul{ list-style:none;}
#footer_menu li{
	color:#FFF;
	font-size:13px;
	display:inline-block;
	float:left;}
#footer_menu li a{
	color:#FFF;
	text-decoration:none;}
#footer_menu li a.sitemap{ color:#ffa626;}
#footer_menu li a:hover{ color:#FFE599;}

#footer_com{
	width:960px;
	height:80px !important;
	height /**/:110px;
	padding:20px 0 10px 0;
	background:no-repeat url(../images/footer_bg2.gif) right;}
.footerLOGO{
	width:284px;
	height:35px;
	display:block;
	float:left;}
.fooer_cominfo{
	width:650px;
	float:right;}
p.footer_comname{
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;}
p.footer_comname span{
	background-color:#197747;
	display:inline-block;
	color:#FFF;
	padding:2px 5px;
	font-size:11px;
	margin-right:10px;}
#footer_com ul{ list-style:none;}
#footer_com li{
	margin-right:20px;
	font-size:13px;
	display:inline-block;
	float:left;}
#footer_com li a{
	color:#000;
	padding:0 0 0 15px;
	text-decoration:none;
	background-image:url(../images/arrow03.png);
	background-repeat:no-repeat;
	background-position:left 50%;}
#footer_com li a:hover{ color:#FF8000;}

/* コピーライト */
#copyright{
	width:100%;
	padding:15px 0;
	background-color:#71ac35;}
#copyright_inner{
	width:960px;
	margin:0 auto;
	color:#FFF;
	font-size:85%;
	text-align:right;}
