@charset "utf-8";

/*-----------------------------------------------------------------------*/
/* 全体の枠組み                                                          */
/*-----------------------------------------------------------------------*/
html{
	height:100%;
	background-color:#ffffff;
}
body{
	color:#333333;
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	height:100%;
}


#container{
	width:100%;
	padding:0px;
	margin:0px auto;
	position:relative;
	background:linear-gradient(to bottom,#eeeeee,#ffffff,#ffffff,#ffffff);
	height:100%;
}
#top #container{
	background:url('../../images/top.png') no-repeat;
	background-position:center top;
}

body > #container {
	height:auto;
	min-height:100%;
    _height:100%;
}
#container:after {
	clear: both;
	content: "";
	display: block;
}
#top{
	margin:0px;
	padding:0px;
}
#sub{
	margin:0px;
	padding:0px;
}

/*-----------------------------------------------------------------------*/
/* ヘッダー                                                              */
/*-----------------------------------------------------------------------*/

#banner{
	height:5em;
	margin:0px auto;
	padding:0px;
	background-color:#ffffff;
	border-bottom:#333333 1px solid;
/*	background:url('../images/back.gif') repeat-x;*/
/*	background-position:bottom left;*/
}

/* ---------- ヘッダー ---------- */
.header_box{
	width:980px;
	margin:0px auto;
	padding:10px 0;
}
.header_logo{
	margin:0;
	padding:0.2em 0;
	float:left;
	display:block;
}
.header_box ul{
	margin:0;
	padding:0;
}
.header_box li{
	font-size: 90%;
	padding:0;
	border-right:#cccccc 1px solid;
	display:block;
	float:left;
}
.header_box li.menu_end{
	border-right:#ffffff 0px solid;
}
.header_box li a{
	margin:0;
	padding:1em 1.5em;
	display:block;
	text-decoration:none;
}
.header_box li a:hover{
	background-color:#ee827c;
}
.header_box-left{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

.header_box-right{
	width:auto;
	margin-left:500px;
	padding:0px;
	text-align:right;
}

/* ---------- グローバルナビ ---------- */

#global {
	width:980px;
	height:60px;
	margin:0px auto;
	padding:0;
	clear:both;
	background:#5c5c5c url('../images/gmenu_back.gif') no-repeat;
	border-bottom:#cccccc 1px solid;
}
#global ul{
	margin:0px;
	padding:0px;
}
#global li{
	display:inline;
	list-style-type:none;
}
#global li a {
	margin:0px;
	padding:0px;
	font-size:120%;
	font-weight:bold;
	list-style-type:none;
	display:block;
	float:left;
	height:80px;
	overflow:hidden;
/*	border:#cccccc 1px solid;*/
}

#global .menu1 a{
/*	background:url('../images/gmenu_back.gif') 0px 0px;*/
	width:112px;
}
#global .menu2 a{
/*	background:url('../images/gmenu_back.gif') 112px 0px;*/
	width:118px;
}
#global .menu3 a{
/*	background:url('../images/gmenu_back.gif') 231px 0px;*/
	width:132px;
}
#global .menu4 a{
/*	background:url('../images/gmenu_back.gif') 360px 0px;*/
	width:112px;
}
#global .menu5 a{
/*	background:url('../images/gmenu_back.gif') 474px 0px;*/
	width:124px;
}
#global .menu6 a{
/*	background:url('../images/gmenu_back.gif') 597px 0px;*/
	width:130px;
}
#global .menu7 a{
/*	background:url('../images/gmenu_back.gif') 728px 0px;*/
	width:118px;
}
#global .menu8 a{
/*	background:url('../images/gmenu_back.gif') 845px 0px;*/
	width:102px;
}

#global a:active{
	text-decoration:none;
	color:#660000;

}
#global a:hover{
	text-decoration:none;
	color:#660000;
}

/* ---------- メイン画像 ---------- */
#top .mainimg{
	clear:both;
/*	width:980px;*/
	margin:0 0 0px 0;
	padding:0px 0px 0px 0px;
	background:url('../../images/top.png') no-repeat;
	background-position:center top;
}

/*-----------------------------------------------------------------------*/
/*	メイン部分                                                           */
/*-----------------------------------------------------------------------*/

#top #content{
	width:980px;
	padding:400px 0px 200px 0px;
	margin:0 auto;
	text-align:left;
	clear:both;
/*	background:url('../../images/top.png') no-repeat;*/
/*	background-position:center top;*/
	word-wrap: break-word;
}

#sub #content{
	width:980px;
	padding:20px 0px 300px 0px;
	margin:0px auto;
	text-align:left;
	clear:both;
/*	background:url('../../images/top.png') no-repeat;*/
/*	background-position:center top;*/
	word-wrap: break-word;
}

.topbox50_left	{
	width:48%;
	margin:0px;
	padding:0px;
	float:left;
	display:block;
}

.topbox50_right {
	width:auto;
	margin:0px;
	padding:0px;
	margin-left:50%;
}
.topbox_info	{
	width:650px;
	margin:0px 0px 10px 0px;
	padding:30px 25px 20px 25px;
	background:#ffffff url('../images/topbox_back.gif') no-repeat;
}

/*-----------------------------------------------------------------------*/
/*	ローカルナビ                                                         */
/*-----------------------------------------------------------------------*/
#top #content .side{
	width:280px;
	margin:0px 0 50px 0px;
	padding:0px;
/*	background:url('../images/sidebox_back.gif') no-repeat;*/
	background-color:rgba(255,255,255,0.5);
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	display:block;
	float:right;
	position:absolute;
	right:10px;
	top:400px;
	word-wrap: break-word;
}

.side{
	width:280px;
	margin:0px 0 50px 0px;
	padding:0px;
/*	background:url('../images/sidebox_back.gif') no-repeat;*/
	background-color:rgba(255,255,255,0.5);
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	display:block;
	float:right;
	position:absolute;
	right:10px;
	top:20px;
	word-wrap: break-word;
}

#content .side h2{
	position: relative;
	font-size:100%;
	font-weight:bold;
	border-bottom:#cccccc 1px solid;
	margin-top:5px 0 5px 0;
	padding:2px 5px 2px 5px;
}
#content .side h2:before{
	content:"";
	display:block;
	width:30%;
	border-bottom:2px solid #000033;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;
}

#sub #content .side h3{
	font-size:100%;
	font-weight:bold;
	border-left:#cccccc 3px solid;
	border-bottom:#cccccc 1px solid;
	margin:10px 0 5px 0;
	padding:5px 0px 5px 0px;
}

#content .side h4{
	font-size:100%;
	font-weight:bold;
	margin:5px 0 5px 0;
	padding:0px;
}

#content .side ul.s-menu{
	margin:0px;
	padding:0px;
}

#content .side ul.s-menu li{
	margin:0px;
	padding:8px 0 8px 10px;
	display:block;
	width:auto;
	border-bottom:1px solid #cccccc;
}

#content ul.s-menu li ul{

}

#content .side ul.s-menu ul li{
	margin:0px;
	padding:8px 0 8px 10px;
	border-bottom:0px solid #ffffff;
	list-style-type: disc;
	list-style-position: inside;
}

#content .side ul.s-menu ul ul li{
	margin:0px;
	padding:8px 0 8px 10px;
	border-bottom:0px solid #ffffff;
	list-style-type: disc;
	list-style-position: inside;
}


.side ul,dl{
	margin:5px 0px 0px 0px;
	padding:0px;
}
.side li{
	margin:0px;
	padding:0px;
	list-style-type: none;
	list-style-position: outside;
}

/* カレンダー */
.side table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.side th {
	width:20px;
    padding: 3px;
}
.side td {
    line-height: 1.2;
    padding: 2px 0;
}
span.day {
    text-align: center;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333333;
}

.side p.sidetitle{
	color:#333333;
	font-size:100%;
	font-weight:bold;
	border-bottom:1px solid #999999;
	margin:15px 0 5px 0;
	padding:8px 0;
/*	background:url('../images/h2_back.jpg') no-repeat;*/
}

/*-----------------------------------------------------------------------*/
/*	本文                                                                 */
/*-----------------------------------------------------------------------*/

#top #content .main{
	width:650px;
	margin:0 0 0 10px;
	padding:0px;
	background-color:rgba(255,255,255,0.5);
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	display:block;
}

#sub #content .main{
	width:650px;
	margin:0 0 0 10px;
	padding:0px;
	background-color:rgba(255,255,255,0.5);
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	display:block;
}
#sub #content .main_noside{
	margin:0px 20px 50px 0px;
	padding:0px;
	background:none;
	display:block;
}
#sub #content .noside_main{
	margin:0px 20px 50px 0px;
	padding:0px;
	background:none;
	display:block;
}

#content .main .bordertable {
	margin:10px 0 10px 0;
	padding:5px;
	border:1px solid #333333;
}

/*	見出し：トップページ                                                 */
/*-----------------------------------------------------------------------*/

#top #content h1{
	color:#666666;
	font-size:140%;
	font-weight:bold;
	margin:1em 0;
	padding:1em;
	border-bottom:#999999 solid 1px;
	font-family:"Noto Sans Japanese", sans-serif;
}

#top #content h2{
	position: relative;
	color:#666666;
	font-size:120%;
	font-weight:bold;
	margin:0 0 1em 0;
	padding:1em 0 0.5em 0;
	border-bottom:#999999 solid 1px;
	font-family:"Noto Sans Japanese", sans-serif;
}
#top #content h2:before{
	content:"";
	display:block;
	width:30%;
	border-bottom:2px solid #0000aa;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;
}
#sub #content h2 a:hover{
	text-decoration: none;
	color:#666666;
}
#top #content h3{
	color:#000066;
	font-size:110%;
	text-shadow: 1px 1px 0px #cccccc;
	font-weight:bold;
	margin:2em 0;
	font-family:"Noto Sans Japanese", sans-serif;
	padding:0 0 0 10px;
	border-left:#999999 solid 5px;
}

#top #content div.hnone h3{
	background:none;
}

#top #content h3 a{
	text-decoration: none;
	color:#666666;
}

#top #content h4{
	color:#333333;
	font-size:100%;
	font-weight:bold;
	margin:5px 0 5px 0;
	padding:0px;
}

/*	見出し：下層ページ                                                   */
/*-----------------------------------------------------------------------*/

#sub #content .main h1{
	color:#666666;
	font-size:180%;
	font-weight:bold;
	margin:1em 0;
	padding:0 0 0.5em 0;
	font-family:"Noto Sans Japanese", sans-serif;
}
#sub #content .main h1.imgtitle{
	color:#666666;
	font-size:180%;
	font-weight:bold;
	margin:0 0 1em 0;
	padding:0;
	font-family:"Noto Sans Japanese", sans-serif;
}

#sub #content h1{
	color:#666666;
	font-size:180%;
	font-weight:bold;
	margin:1em 0;
	padding:0 0 0.5em 0;
}

#sub #content h1.sptitle{
	color:#666666;
	min-height:2em;
	font-size:140%;
	font-weight:bold;
	margin:0px 0px 15px 0;
	padding:0px 0px 10px 0px;
}

#sub #content h2{
	position: relative;
	color:#666666;
	font-size:140%;
	font-weight:bold;
	margin:0 0 1em 0;
	padding:0 0 0.5em 0;
	border-bottom:#999999 solid 1px;
}
#sub #content h2:before{
	content:"";
	display:block;
	width:30%;
	border-bottom:2px solid #0000aa;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;
}

#sub #content h2 a{
	text-decoration: none;
	color:#666666;
}

#sub #content h3{
	color:#666666;
	font-size:120%;
	font-weight:bold;
	margin:0.5em 0;
	padding:0 0 0 10px;
	border-left:#999999 solid 5px;
}

#sub #content h4{
	color:#333333;
	font-size:110%;
	font-weight:bold;
	margin:5px 0 5px 0;
	padding:0px;
}
.date{
	color:#333333;
	font-size:100%;
	font-weight:nomal;
	margin:0px;
	padding-bottom:10px;
	text-align:right;
}
.category li{
	color:#333333;
	font-size:100%;
	font-weight:nomal;
	margin:0px 3px 0px 3px;
	padding:0px;
	display:block;
	float:left;
}
/*	パーツ類：トップページ                                                 */
/*-----------------------------------------------------------------------*/
.snsarea{
	margin:1em 0 5em 0;
}
/*	パーツ類：下層ページ                                                   */
/*-----------------------------------------------------------------------*/
.meta-box{
	text-align:right;
	font-size:100%;
	margin:10px 0px 10px 0px;
	color:#333333;
}

/*-----------------------------------------------------------------------*/
/*	フッター                                                             */
/*-----------------------------------------------------------------------*/

#footer{
	width:100%;
	color:#ffffff;
	text-align:center;
	margin:-160px auto 0 auto;
	padding:10px 0px 10px 0px;
	clear:both;
	background-color:#333333;
	height:120px;
	position:absolute;
	bottom:0;
}
.footer-inner,.footer-content{
	width:970px;
	margin:0 auto;
	padding:0px;
	background-color:#333333;
	color:#ffffff;
}
#footer a{
	color:#ffffff;
}