@charset "UTF-8";
/* CSS Document */
html {
    overflow-y:scroll;
    }
body{
	background: url(../img/common/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	color:#6E6D6C;
	line-height:170%;
	font-family: "Meiryo","MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	margin: 0;
	padding: 0px;
}
h2{
	margin: 0;
	padding: 0px;
	clear: both;
}
h3{
	margin: 0;
	padding: 0px;
}
h4{
	margin: 10px 0px 10px 0px; 
	text-align: left;
	color: #7ABE2D;
	font-weight: normal;
	padding-left: 7px;
	font-size: 12px;
	background: url(../img/common/icon_h4.gif) no-repeat  left;
}
h5{
	font:12px bold;
	line-height:160%;
	margin: 0;
	padding: 0px;
}
p{
	margin: 0;
	padding: 0px;
}
img {
	border:0px;
	vertical-align:top
}
.TextRed{
	color:#CC0000;
}
.TextRedBg{
	font-size:10px;
	color:#FFFFFF;
	background-color:#CC0000;
	padding:1px 4px 1px 4px;
}
.terminate{
	padding:0!important;
}
.align-center{
	text-align:center;
}
/****************************** リンク ******************************/
a, a:link,
a:visited {
	color:#5377AB;
	text-decoration: underline;
	outline: none;
}
a:active,
a:hover {
	color:#86A0C4;
	text-decoration: none;
}
/****************************** フォントサイズ変更 ******************************/
.fontL #Container {
	font-size:115%;
	line-height:150%;
}
.fontM #Container{
	font-size:100%;
	line-height:150%;
}
.fontS #Container{
	font-size:85%;
	line-height:150%;
}
.fontL #Footer {
	font-size:115%;
}
.fontM #Footer{
	font-size:100%;
}
.fontS #Footer{
	font-size:85%;
}
/****************************** 全体 ******************************/
#Wrapper{
	width:960px;
	margin:0px auto 0px auto;
	padding: 0px;
	background: #FFFFFF  url(../img/common/bg_shadow.jpg) no-repeat  top;
}
/****************************** ヘッダー ******************************/
#Header{
	width:840px;
	height: 95px;
	margin: 0 auto 0 auto;
	background: url(../img/common/bg_header.gif) no-repeat top;
	overflow:hidden;
	clear: both;
	padding: 0px;
}
#Logo{
	width:270px;
	height: 95px;
	margin: 0px;
	padding: 0px;
	float: left;
}
/****************************** ヘッダー右上メニュー ******************************/
#HeaderMenuUpper{
	position:relative;
	width:570px;
	height: 32px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#HeaderMenuUpper ul li{
	position:absolute;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 13px;
}
#BtnPrivacy{
	width: 116px;
	top: 10px;
	left: 37px;
}
#BtnSympathy{
	width: 102px;
	top: 10px;
	left: 166px;
}
#BtnSitemap{
	width: 88px;
	top: 10px;
	left: 282px;
}
#BtnContact{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	width: 182px;
	left: 389px;
}
/****************************** ヘッダー右下メニュー ******************************/
#HeaderMenuBtm{
	position:relative;
	width:570px;
	height: 63px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#HeaderMenuBtm ul li{
	position:absolute;
	top:18px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#HeaderMenuBtm form{
	height: 20px;
	width: 277px;
	left: 113px;
	float: left;
}
#HeaderMenuBtm form .text{
	position:absolute;
	width: 130px;
	top: 8px;
	left:113px;
	margin-top: 0px;	
	margin-right: 8px;
}
#HeaderMenuBtm form .search{
	position:absolute;
	margin-top: 0px;
	height: 28px;
	width: 112px;
	left: 257px;
}
#HeaderMenuBtm #ChangeSize{
	height: 13px;
	width: 96px;
	left: 389px;
	top: 29px;
}
#HeaderMenuBtm #BtnSmall{
	height: 23px;
	top: 23px;
	left: 494px;
}
#HeaderMenuBtm #BtnMiddle{
	height: 23px;
	top: 23px;
	left: 521px;
}
#HeaderMenuBtm #BtnBig{
	height: 23px;
	top: 23px;
	left: 548px;
}

/****************************** グローバルメニュー ******************************/
#Gnavi{
	width:900px;
	margin:0px auto 0px auto;
	height: 35px;
}
#Gmenu	{
	position:relative;
	left:30px;
}
#Gmenu li {
	float: left;
	position: relative;
	height: 35px;
}
#Gmenu li a {
	display: block;
}
#Gmenu li:hover a, 
#Gmenu li.sfHover a {
	background: #DDD;
	color: #000;
}
#Gmenu ul {
	width: 140px;
	position: absolute;
	top:-999em;
	padding-bottom:5px;
	background:url('../img/common/bg_smenu.png') bottom;
	z-index:1000;
}
#Gmenu li:hover ul,
#Gmenu li.sfHover ul {
	top: 35px;
}
#Gmenu ul li {
	border: 0;
	float:left;
	height: 24px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
#Gmenu ul a {
	width: 140px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
/****************************** 中身 ******************************/
#Container{
	width:860px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/****************************** 左エリア ******************************/
#SideArea{
	width:240px;
	float: left;
	padding-bottom: 30px;
}
.SideContent{
	background: url(../img/common/bg_side.gif) repeat-y;
	padding:15px 0px 5px 0px ;
	margin-top: 10px;
}

#SSnavi{
	margin: 0px;
	padding: 0px;
}
/*
#Calendar{
	height:245px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 10px;
	background: url(../img/common/bg_side.gif)  repeat-y;
}
*/
#Schedule{
	margin-top: 10px;
	padding:10px 20px;
	background: url(../img/common/bg_side.gif)  repeat-y;
}
.SideBox{
	width: 190px;
	margin:0px auto 10px auto;
	background: url(../img/common/bg_access.gif) repeat-y;
}
.SideBox .Title{
	width: 123px;
	height: 42px;
	margin: 0px;
	float: left;
}
.SideBox .Btn{
	width: 67px;
	height: 32px;
	float: right;
	margin: 0px;
	background-image: url(../img/common/bg_access_top.gif);
	padding-top: 10px;
}
.SideBox .BtnBig{
	line-height:0;
	font-size:0;
	width: 152px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.SideBox .Content{
	background-image: url(../img/common/bg_access_btm.gif);
	background-repeat: no-repeat;
	margin: 0px;
	clear: both;
	background-position: bottom;
}
.SideBox .Text{
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.SideBox ul{
	padding: 10px 0px 15px 0px;
}
.SideBox li{
	padding: 0px 10px 0px 16px;
	background: url(../img/common/icon_link.gif) no-repeat  left center;
	margin-left: 13px;
}

#Outside{
	position:relative;
	pading-top: 10px;
	width: 240px;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}

#Outside .SmallBanner{
	position: relative;
	float:left;
	left: 8px;
	margin: 4px 2px 0px 2px;
}

/****************************** 右エリア ******************************/
ul{
	list-style-type: none;
	margin: 0px;
	left: 0px;
	padding: 0px;
}

/****************************** フッター ******************************/
#Footer{
	width:840px;
	background-image: url(../img/common/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
}
#Fnavi{
	float: left;
	width: 525px;
}
#Copyright{
	float: right;
	width: 315px;
	margin-top: 17px;
}
#Footer ul{
}
#Footer li{
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}
/****************************** clearfix ******************************/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/****************************** suzuki added ******************************/

.clear{
	clear:both;
}

.clear hr{
	height:0px;
	display:none;
}

#Contents form table textarea{
	width:400px;
	height:150px;
}

#Contents form table th{
	width:120px;
}


.apply{
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rss{margin:5px 10px 10px; background:url(../img/top/list_bottom.gif) 0 100% no-repeat; padding-bottom:10px; }
.list{ background:url(../img/top/list_m.gif) 50% 0 repeat-y; padding:8px; }
.list li a{ background:url(../img/top/list.gif) 0 50% no-repeat; padding-left:10px; }
