@charset "utf-8";

/* CSS Document */
/* ###### 見出しの設定 ###################### */
h1 {
  font-size: 150%;
	line-height:2em;
	background-color:#345EAC;
	background-image:url(/images/common/title_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:45px;
	padding:5px 5px 5px 10px;
	color:#ffffff;
	margin:0 0 10px 0!important;
}

.test{
	margin:50px 0 0 0;
}

h2 {
  font-size: 120%;
  color: #006699;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-size: 110%;
	background-color:#EEF2F4;
	border:solid 1px #4497CA;
	color:#4497CA;
	margin:20px 0 10px 0;
	padding:3px 5px;
}

h4 {
  font-size: 100%;
  font-weight: normal;
  color: #333333;
  margin: 0px;
  padding: 0px;
}


/* ###### ヘッドの設定 ###################### */
#head,
#gmenu-inn,
#footer{
	width:980px;
	margin:0 auto;
}

#head{
	background-color:#4FA2CF;
	width:980px;
	height:120px;
	margin:0 auto;
	background-image:url(/images/common/head_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
/*	background-image:url(/images/common/head_image.jpg);
	background-repeat:no-repeat;
	background-position:top right;*/
}

#head-box01{
	height:30px;
}

#head .f-left h2{
	color:#ffffff!important;
	font-size:12px!important;
	font-weight:normal;
	padding:0 0 0 15px;
	line-height:30px;
}

#head ul{
	color:#ffffff;
	list-style:none;
	text-align:right;
	font-size:x-small;
	padding:5px 10px 0 0;
}

#head li{
	display:inline;
	background:url(/images/common/head_arrow01.gif) no-repeat 8px 50%;
	padding:0 0 0 20px;
}

#head li a{
	color:#ffffff;
}

#head li a:hover{
	color:#EAE56B;
}


#head-rogo{
	padding:65px 0 0 15px;
}

#head-box02 .f-left{
	width:183px;
	padding:0 0 0 15px;
}

#head-box02 .f-right{
	width:782px;
}


/* メニュー */
#gmenu,
#sub-menu{
	color:#ffffff;
}


/* グランドメニュー */
#gmenu{
	padding:7px 0 0 0;
	height:53px;
	background-image:url(/images/common/gmenu_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

/* コンテンツ */
#content{
	background-image:url(/images/common/content_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#content-inn{
	width:990px;
	margin:0 auto;
}

/* サイドメニュー */
#smenu{
	float:left;
	width:200px;
	margin:0 0 0 5px;
	_margin:0 0 0 3px;
}

#sub-menu,
#sub-menu ul{
	width:196px;
	background-color:#A18D5E;
}

#sub-menu li{
	border-top:solid 1px #ffffff;
}

#sub-menu a{
	display:block;
	background-repeat: no-repeat;
	background-color:#A18D5E;
	padding: 4px 0px 5px 10px;
	_padding: 5px 0px 5px 10px;
	color:#FFFFFF;
	width:186px;
	text-decoration: none;
}

#sub-menu a:hover{
	background-color:#EAE56B;
	color:#6D5929;
}

#sub-menu a.current{
	background-color:#EAE56B;
	color:#6D5929;
}

.side-menu-box01{
	margin:25px 0 0 0;
	line-height:1.2em;
}

.side-menu-box01 img{
	padding:0 0 3px 0;
}

.side-menu-box02{
	width:196px;
	margin:25px 0;
	padding:0;
}

.side-menu-box02 p{
	background-color:#ebeaeb;
	color:#535353;
	text-align:left;
	padding:0 10px;
	font-size:12px;
	line-height:1.5;
}



/* メインコンテンツ */

#main{
	float:right;
	width:775px;
}

#main-inn{
	margin:25px 0 0 10px;
	padding:0 5px 0 0;
	background-image:url(/images/common/content_side_bg.gif);
	background-repeat:repeat-y;
	background-position:top right;
	width:758px;
}

#main-waku{
	border-top:solid 1px #e6e6e6;
	border-left:solid 1px #e6e6e6;
	border-right:solid 1px #e6e6e6;
	background-color:#ffffff;
	padding:20px 15px 30px 15px;
}


.page-top{
	text-align:right;
	padding:0;
	/* _padding:0 1px 0 0; */
}


/* フッター */

#footer{
	clear:both;
}

#footer ul{
	color:#000000;
	list-style:none;
	width:980px;
	text-align:right;
	font-size:x-small;
	margin:10px 10px 0 0;
}

#footer li{
	display:inline;
	background:url(/images/common/footer_arrow.gif) no-repeat 12px 50%;
	padding:0 0 0 20px;
}

#copyright{
	margin:15px 0 20px 0;
	text-align:center;
}

#copyright img{
	vertical-align:bottom;
	_vertical-align:middle;
}

#foot-menu{
	/* background-color:#DAE8EF; */
	background-color:#dadada;
	color:#4497CA;
	text-align:center;
	font-size:80%;
	margin:15px 0 0 0;
	padding:3px 5px;
}


/* トップFlash用 */

#flash{
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	background:#fff;
}
















