@charset "UTF-8";

/*
======== context ======================================

Last Updated:20140324
Summary:各ページ共通 基本テンプレートレイアウト設定

- #container
- #headerArea
- #mid_Area
- #contentsArea
- #footerArea
- 
- 
=======================================================
*/


/*-----------------------------------------------------
container
-------------------------------------------------------*/
.two_col {
	background:url(../../img/common/haikei_two_col.jpg) repeat-x left top;
}
.one_col {
	background:url(../../img/common/haikei_one_col.jpg) repeat-x left top;
}

.two_col #containerInner2{
	width:1000px;
	margin:0 auto;
	height:455px;
}
.one_col #containerInner2{
	width:1000px;
	margin:0 auto;
	height:175px;
}
/*-----------------------------------------------------
headerArea
-------------------------------------------------------*/
#headerArea {
	background:#335c94 url(../../img/common/kanbou.jpg) no-repeat left top;
	padding-top: 9px;
}
/* headerNavBlock */
#headerNavBlock {
	margin-top : 45px;
	overflow:hidden;
}
/* siteIDBlock */
#siteIDBlock {
	float: left;
	padding : 0px 0px 0px 0px;
}
/* siteheaderBlock */
#siteheaderBlock {
	width: 400px;
	float:right;
	overflow:hidden;
	padding-top:33px;
}
#siteheaderMenu {
	margin: 0;
}
#siteheaderMenu li {
	float: left;
	color: #333333;
	text-decoration: none;
	background-image:url("../../img/common/link_yaji.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left: 10px;
	margin-right: 14px;
}
/* fontsize */
#fontsize {
	width: 150px;
	float:right;
	padding-top:4px;
}
#fontsize img {
	margin-left: 8px;
	float:left;
}
#fontsize ul li{
	float:left;
}
#fontsize ul li img {
	float:none;
}
/*-----------------------------------------------------
searchBoxArea 検索窓用
-------------------------------------------------------*/
/* searchBoxArea_side トップ・第二階層用 */
#searchBoxArea_side {
	width: 210px;
	float:right;
	color:#000;
}
.search_box{
	font-size:0.9em;
	width: 150px;
	height: 18px;
	margin:0 5px 0 0;
	background:#adbdd4;
}
.search_bt{
	/*padding-top:22px;	*/
}
.search_text{
	display:none;
}
/* searchBoxArea_main 第三階層以降用 */
/*#searchBoxArea_main {
	margin-bottom: 15px;
	overflow: hidden;
	zoom: 1;
}
#searchBoxArea_main_inner {
	float: right;
}*/
/*-----------------------------------------------------
globalNavBlock
-------------------------------------------------------*/
/* globalNavBlock */
#globalNavBlock {
	width : 100%;
	clear:both;
	overflow:hidden;
	color:#fff;
	padding:0.2em 0 0.1em;
}
* html #globalNavBlock {
	overflow: visible;
}
/* globalNavMenu */
#globalNavMenu {
	margin-left: 0px;
	zoom: 1;
}
/*1段目*/
#globalNavMenu ul{
	list-style: none;
	margin: 0px;
	margin: 0px;
	line-height:2em;
}
/*1段目のリスト項目*/
#globalNavMenu li{
	float: left;
	margin-right: 10px;
	white-space: normal;
}
/*2段目以降*/
#globalNavMenu ul ul{ 
	display: none;
	position: absolute;
	z-index: 10;
	padding:7px 20px 15px 20px;
	background-color: #335c94;
	line-height:1.5em;
}
/*2段目以降のリスト項目*/
#globalNavMenu li li{ 
	width: 100%;
	clear: left;
	position:relative;
	background:url(../../img/common/menu_dot.jpg) repeat-x left bottom;
}
/*2段目以降のリスト項目(IE7用)*/
*:first-child+html #globalNavMenu li li{ 
	width: 350px;
	clear: left;
	position:relative;
}
#globalNavMenu li:hover > ul{
	display: block;
}
#globalNavMenu a{
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 6px 6px;
	display: block;
}
#globalNavMenu a:hover{
	color: #fff;
}
#globalNavMenu ul ul a{
	text-align: left;
}
#globalNavMenu ul ul a:hover{
	text-decoration:underline;	
}
#globalNavMenu .gnavi_yaji{
	background:url(../../img/common/menu_arrow1.jpg) no-repeat left center;
	padding-left:15px;
}
#globalNavMenu .gnavi_yaji2{
	background:url(../../img/common/menu_arrow2.jpg) no-repeat left center;
	padding-left:15px;
}
#globalNavMenu .menu_line{
	background:url(../../img/common/menu_line.jpg) no-repeat right top;
	padding-right:20px;
}
/* current 第二階層以降のグロナビハイライト用 */
/*#globalNavMenu .current{
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding-left: 9px;
	background-color: #ffaa4b;
	background-image:url("../../img/common/gnavi_yaji.png");
	background-position:left center;
	background-repeat:no-repeat;
	display: block;
}*/

/*-----------------------------------------------------
mid_Area パンくずリスト/緊急時
-------------------------------------------------------*/
#saigai{
	background:url(../../img/kinkyu.jpg) no-repeat left top;
	font-size:130%;
	font-weight:bold;
	line-height:3.1em;
}
#saigai a{
	display:block;
	width:1000px;
	height:60px;
	text-align:center;
	color:#cd3333;
	text-decoration:none;
}
#saigai a span{
	padding:6px 0 7px 50px;
	background:url(../../img/icon_attention.jpg) no-repeat left top;
}

#mid_Area {
	border-bottom:#bae1f0 1px solid;
}
#mid_AreaInner{
	width:1000px;
	margin:0 auto;
}
#mid_AreaInner #topicPathBlock{
	padding:15px 0;	
}
/*-----------------------------------------------------
#contentsArea
-------------------------------------------------------*/

#contents {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.two_col #contents{
	background:url(../../img/common/bg_two_col.jpg) repeat-y left top;
}
.one_col #contents{
	background:url(../../img/common/bg_one_col.jpg) repeat-y left top;
}

.two_col #mainContentsBlock{
	width:718px;
	float:left;	
	padding-left:1px;
}
.one_col #mainContentsBlock{
	width:998px;
	padding-left:1px;
}
/***********sideContents*****************/
#subContentsBlock{
	width:230px;
	 height:100%;
	float:right;
	padding:10px 10px;
}
#subContentsBlock ul li{
	padding-bottom:10px;
}
#subContentsBlock p{
	padding-bottom:10px;
}

/*-----------------------------------------------------
#footerArea
-------------------------------------------------------*/
#footerArea{
	background:url(../../img/common/footer.jpg) repeat-x left bottom;
	color:#fff;
}
#copyrightBlock{
	width:1000px;
	margin:0 auto;	
	padding:15px 0;
}
