@charset "UTF-8";

/***************************************************************/
/*                              wrapper                   */
/***************************************************************/
#wrapper {
  width: 958px;
  overflow: visible;
  margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

/***************************************************************/
/*                              main_contents                   */
/***************************************************************/
#mainContents {
  width: 958px;
  margin: 0 auto;
	position: absolute;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background:url("images/side_bg.jpg") repeat-y top left;
	background-color: #FFFFFF;
}

/***************************************************************/
/*                      contentRight heading                   */
/***************************************************************/
h1 span{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
/***************************************************************/
/*                              contentLeft                   */
/***************************************************************/
#contentLeft{
	width:242px;
	float: left;
}
#contentLeft p{
	margin-bottom: 0;
}
/***************************************************************/
/*                           h2/h3/h4                          */
/***************************************************************/
h2{
	margin: 0 0 15px 0;
	color: #002855;
	font-size: 18px;
	font-weight: bold;
}
h3{
	color: #002855;
	font-size: 16px;
	margin: 0 0 4px 0;
	font-weight: bold;
}
/* h3 link */
.right_link_h3 a{
	color: #012754;
}
.right_link_h3 a:hover{
	color: #0066CC;
	text-decoration: none;
}
h4{
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}
/***************************************************************/
/*                   navigation article_wrap                   */
/***************************************************************/
.article_wrap{
	margin-bottom: 30px;
}

/***************************************************************/
/*                           navigation menu                   */
/***************************************************************/
#navigation {
	width:242px;
	font-size:12px;
	background:url("images/bg.png") repeat-y top left;
}

/*Main Menu*/
#navigation ul {
	margin:0px;
	padding:0px;
	z-index:2;
}
#navigation ul li {
	width:242px;
	height:30px;
	list-style:none; 
	cursor:pointer;
	margin-bottom: 4px;
}
#navigation ul li a {
	color: #FFFFFF;
//	text-shadow: gray 1px 1px 1px;
	background:url("images/side_bk.png") no-repeat 0 0;
	padding-top: 7px;
	padding-left: 20px;
	font-size: 14px;
}
#navigation ul li a:hover {
	background-position: 0 -30px;
	position:relative;
	text-decoration: none!important;
}
#navigation ul li.selected a {
	background-position: 0 -30px;
}

/*Sub Menu*/
#navigation ul ul {display:none; position:relative; left: 242px; top: -30px;}

#navigation ul li:hover ul { display:block; }
#navigation ul li:hover a {display:block;}

#navigation ul ul li {
	width:	244px;
	height:	24px;
	position:relative;
	text-indent: 20px;
	margin-bottom: 0;
}
#navigation ul ul li a {
	/*width: 244px;*/
	width: 264px; /* 20120328 modified */
	height: 21px;
	display:block;
	/*background:url("images/side_menu_bk.png") no-repeat left top;*/
	background:url("images/side_menu_bk_long.png") no-repeat left top;  /* 20120328 modified */
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 0;
	font-size: 12px;
}
#navigation ul ul li a:hover {
	background-position: 0 -24px;
}
#navigation ul li.selected ul li a {
	background-position: left top;
}
#navigation ul li.selected ul li a:hover {
	background-position: 0 -24px;
}

#navigation ul ul li a:hover {text-decoration:underline; border:none;}
#navigation li:hover ul li ul {display:none;}


a.navi_link{
	height: 23px;
	display: block;
}
/* left link area */
p.link_btn a{
	display: block;
	width: 164px;
	height: 22px;
	background:url("images/side_link_bk01.gif") no-repeat 0 -25px;
	margin: 20px 0 0 0;
	color: #FFFFFF;
	padding: 3px 0 0 33px;
}
p.link_btn a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-position: top left;
}

.link_area01 {
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	line-height: 1.2em;
	margin-top: 20px;
	margin-bottom : 20px;
}
.link_area01 ul{
	background-color: #f9f9f9;
}

/* 20110413追加 */
.link_area01 ul.marginDelete{
	background-color: #f9f9f9;
	margin-top:0;
	margin-bottom:0;
}

.link_area01 a{
	display: block;
	width: 183px;
	height: auto;
	padding: 5px 0 5px 35px;
	color: #002855;
	border-top: solid 1px #dddddd;
}
.link_area01_w214 a{
	width: 178px;
}
.link_area01 a:hover{
	color: #0068b5;
	text-decoration: none;
	background-color: #fffdda;
	background-image:url("images/cur01.gif");
	background-repeat : no-repeat;
	background-position : 12px 9px;
}
.link_area01 li{
	background:url("images/cur01.gif") no-repeat 12px 10px;
}

.link_area01 p{
	width: 193px;
	height: 15px;
	padding: 5px 0 5px 25px;
	color: #FFFFFF;
	background:url("images/content_bg02.gif") no-repeat center left ;
}

/* 20110413 複数行版追加 */
.link_area01 p.multiline{
	width: 193px;
	/*height: 15px;*/
	/*height:3em;*/
	/*padding: 5px 0 5px 25px;*/
	padding-bottom:20px;

	color: #FFFFFF;
	/*background:url("images/content_bg02_multiLine.gif") no-repeat center left ;*/
	background:url("images/content_bg02_multiLine.gif") no-repeat top left ;
	line-height:1.3em;
}



.link_area02 {
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	line-height: 1.2em;
	margin-top: 20px;
	background-color: #f9f9f9;
	margin-bottom : 20px;
}
.link_area02 ul{
	background-color: #f9f9f9;
}

.link_area02 a{
	display: block;
	width: 183px;
	height: auto;
	padding: 5px 0 5px 35px;
	color: #002855;
	border-top: solid 1px #dddddd;
}
.link_area02 a:hover{
	color: #0068b5;
	text-decoration: none;
	background-color: #fffdda;
	background-image:url("images/cur01.gif");
	background-repeat : no-repeat;
	background-position : 12px 9px;
}

/* 20110405追加（ここから） */
.link_area02_images {
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	line-height: 1.2em;
	margin-top: 20px;
	background-color: #f9f9f9;
	margin-bottom : 20px;
}

.link_area02_images a{
	display: block;
	width: 183px;
	height: auto;
	/*padding: 5px 0 5px 35px;*/
	padding: 5px 0 5px 10px;
	color: #002855;
	border-top: solid 1px #dddddd;
}
.link_area02_images a:hover{
	color: #0068b5;
	text-decoration: none;
	background-color: #fffdda;
	/*background-image:url("images/cur01.gif");*/
	background-repeat : no-repeat;
	background-position : 12px 9px;
}

.link_area02_images p{
	width: 193px;
	height: 15px;
	padding: 5px 0 5px 25px;
	color: #FFFFFF;
	background:url("images/content_bg.gif") no-repeat center left ;
}
/* 20110405追加（ここまで） */

/* 20110420追加（ここから） */
.link_area02_horizontal {
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	line-height: 1.2em;
	margin-top: 20px;
	background-color: #f9f9f9;
	margin-bottom : 20px;
}

.link_area02_horizontal a{
/*	display: block;
	width: 183px;
	height: auto;
	padding: 5px 0 5px 10px;
	color: #002855;
	border-top: solid 1px #dddddd;*/
}
.link_area02_horizontal a:hover{
/*	color: #0068b5;
	text-decoration: none;
	background-color: #fffdda;
	background-repeat : no-repeat;
	background-position : 12px 9px;*/
}

.link_area02_horizontal p{
	width: 193px;
	height: 15px;
	padding: 5px 0 5px 25px;
	color: #FFFFFF;
	/*background:url("images/content_bg.gif") no-repeat center left ;*/
	background:url("images/content_bg02.gif") no-repeat center left ;
}

.link_area02_horizontal .floatWrap{
	width:200px;
	height:130px; /* 右と下のラインを出すために追加 */
	font-size:90%;

}

.link_area02_horizontal .floatParts{
	float: left;
	width:80px;
	margin-top:8px;
	margin-left:20px;

	
}
/* 20110420追加（ここまで） */

.link_area02 li{
	background:url("images/cur01.gif") no-repeat 12px 10px;
}
.link_area02 p{
	width: 193px;
	height: 15px;
	padding: 5px 0 5px 25px;
	color: #FFFFFF;
	background:url("images/content_bg.gif") no-repeat center left ;
}
.link_area03{
	width: 209px;
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 20px;
	color: #333333;
}

/* main_txt */
div.main_txt{
	margin-top: 20px;
}

/* read more */
p.read_btn{
	padding: 0 0 18px 0;
	margin-top: 0;
	margin-bottom: 10px!important;
}
p.read_btn a{
	width: 90px;
	height: 14px;
	display: block;
	background:url("images/icon_read_more.gif") no-repeat top left;
	text-align: right;
	float: right;
}
p.read_btn a:hover{
  filter: alpha(opacity=65);
  -moz-opacity:0.65;
  opacity:0.65;
	cursor: pointer;
}
/* right_link */
.right_link{
	background:url("images/cur03.gif") no-repeat 0 6px;
  padding-left:1em;
	margin: 0 0 5px 0;
}

.right_link_out{
	min-height:18px;
	height:auto !important;
	height:18px;
	background:url("images/icon03.gif") no-repeat 0 4px;
  padding-left:20px;
	margin: 0 0 5px 0;
}
.right_link_out a{
	font-weight: bold;
}
.right_link_pdf{
	min-height:20px;
	height:auto !important;
	height:20px;
	background:url("images/icon04.gif") no-repeat 0 0px;
  padding-left:20px;
	margin: 0 0 5px 0;
}


/* 回り込み */
.img_txt_l{
	float: left;
	margin: 0 28px 20px 0;
}
.img_txt_r{
	float: right;
	margin: 0 0 20px 28px;
}
/* インデント */
.indent{
	margin-left: 20px;
}

.btm_link{
	margin: 0 0 20px 23px;
}
