﻿@charset "UTF-8";

/* article contents only */

/********************************************************************
 * contents layout
 * 
 *******************************************************************/

 
/* maincontents  
----------------------------------------------- */

#article #main{
	width :730px;
	height:100%;
	margin-right:15px;
}

#article .wide#main{
	width :100%;
	margin-right:0px;
}


/* pagetitle  */
#article #main h2.pagetitle{
	position:relative;
	height:1.3em;
	min-height:1.3em;
	background: url(/shared/img/icon_arrow_blue01.gif) no-repeat left center;
	font-weight:bold;
	font-size:110%;
	padding:0.6em 0 0.1em 20px;
	border-top:1px solid #999999;
	border-bottom:5px solid #E8E6D5;
	margin:5px 0 10px 0;
	line-height:1;
	overflow:visible;
}

* html #article #main h2.pagetitle{ /* for IE6 hack */
	padding:0.7em 0 0.4em 20px;
}

/* sub category tab navigation */
#article #main #sub_cat_navi{ 
	clear:both;
	min-height:30px;
}

#article #main #sub_cat_navi ul{ 
	clear:both;
	/*
	height:2.3em;
	border-bottom:1px solid #999;
	*/
	padding-top:3px;
}

html:first-child #article #main #sub_cat_navi ul { /* for Opera hack */
	padding-bottom:3px;
}

/*
#article #main #sub_cat_navi ul.upper{ 
	margin-bottom:3px;
	border-bottom:none;
}
*/

/* Hide Mac IE5 \*/
	* html #article #main #sub_cat_navi ul{overflow: visible;}
/**/

/* tab not selected*/
#article #main #sub_cat_navi ul li{ 
	float:left;
	margin:0 5px 0 0;
	list-style-type:none;
	background: url(/shared/img/tab_left_off.jpg) no-repeat left top;
}

#article #main #sub_cat_navi ul li a{ 
	display:block;
	float:left;
	padding:0.7em 12px 0.7em 7px;
	margin-left:5px;
	font-weight:bold;
	white-space:nowrap;
	background: url(/shared/img/tab_bg_off.jpg) repeat-x left top;
	color:#005699;
}

* html body #article #main #sub_cat_navi ul li a{ /* for IE6 hack */
	margin-left:2px;
}


#article #main #sub_cat_navi ul li span a{ 
	background: url(/shared/img/tab_right_off.jpg) repeat-x right top;
}

#article #main #sub_cat_navi ul li a:hover{ 
	color:#007BC2;
}
/* tab selected*/
#article #main #sub_cat_navi ul li#selected{ 
	background: url(/shared/img/tab_left_selected.jpg) repeat-x left top;
}

#article #main #sub_cat_navi ul li#selected a{ 
	background: url(/shared/img/tab_bg_selected.jpg) repeat-x left top;
}

#article #main #sub_cat_navi ul li#selected span a{ 
	background: url(/shared/img/tab_right_selected.jpg) repeat-x right top;
	color:#FFF;
}

/* tab end*/
#article #main #sub_cat_navi ul li.end{ 
	margin-right:0;
}


/* article_list_block */
#article #main div#article_block{
	clear:both;
	height:auto;
	padding:10px;
	margin-bottom:5px;
	border:1px solid #999;
	border-top:none;
	overflow:auto;

	font-size:105%;
	border-top:1px solid #999;

}

/*
#article #main div.top_br#article_block{
	border-top:1px solid #999;
}
*/


#article #main div#article_block p.comment{
	margin-bottom:8px;
	line-height:1.2em;
}

#article #main div#article_block div.list ul{
	margin-left:0;
}

#article #main div#article_block div.list ul li p.comment{
	margin:5px 0 8px 0;
}


/* right_sidemenu 
----------------------------------------------- */
#article #sidemenu{
	width : 215px ;
	float:left;
	height:auto;
	margin-top:-10px;
}


/* submenu_block */
#article #sidemenu div.submenu_block{ 
	height:auto;
}

#article #sidemenu div.submenu_block div.title{ 
	background:#005699;
	color:#FFFFFF;
	min-height:15px;
	padding:0.6em 10px;
	font-weight:bold;
}

#article #sidemenu div.submenu_block ul{ 
	background:#E8E6D5;
	border-top:1px solid #fff;
	border-bottom:1px solid #999;
	list-style-type:none;
}

#article #sidemenu div.submenu_block li{ 
	background: url(/shared/img/icon_arrow_green02.gif) no-repeat left 0.5em;
	padding:0px 0 0 18px;
	border-top:1px solid #999;
	border-bottom:1px solid #fff;
}

#article #sidemenu div.submenu_block a{ 
	line-height:1.8;
	font-weight:bold;
}

#article #sidemenu div.submenu_block li.selected{ 
	background:#98CAE6 url(/shared/img/icon_arrow_blue01.gif) no-repeat left 0.5em;
}

#article #sidemenu div.submenu_block li.selected a{ 
	line-height:2;
	color:#3E1C00;
}


/* each article page 
----------------------------------------------- */

/* article_block navi*/
#article_block p.navi{ 
	min-height:9px;
	font-size:84%;
	background:url(/shared/img/icon_square_blue01.gif) no-repeat left top;
	line-height:100%;
	padding:0 3px 5px 14px;
	margin-bottom:3px;
	border-bottom:1px solid #ccc;
}

/* article_block relesedate */
/*
#article_block p.relesedate{
	float:right;
}
*/
#article_block div.relesedate{
	text-align:right;
	width:100%;
}

#article_block p{
	margin-bottom:20px;
}

#article_block hr{
	display:block;
	color:#CCC;
	height:10px;
	margin:0;
}


#article_block h2{
	background:url(/shared/img/icon_arrow_blue01.gif) no-repeat left center;
	padding:0.7em 0 0.5em 20px;
	border-bottom:2px solid #007BC2;
	margin-bottom:10px;
	font-size:110%;
}

#article_block h3{
	padding:4px 8px 5px 12px;
	min-height:1em;
	border-bottom:1px dotted #999999;
	background: url(/shared/img/indent_bg01.gif) no-repeat 0.1em top;
	margin:0 0 10px 0;
	font-weight:bold;
}

#article_block h4{
	margin:10px 0 5px 0;
	font-weight:bold;
	color:#007BC2;
}

#article_block ol{
	list-style-position:outside;
	margin:0 0 20px 35px;
}

#article_block ol li{
	margin-bottom:2px;
	line-height:1.3em;
}

#article_block ul{
	list-style-type:none;
	margin:0 0 20px 15px;
}

#article_block ul li{
	background:#FFF url(/shared/img/icon_arrow_orrange02.gif) no-repeat left 0.2em;
	padding:0px 0 0 18px;
	margin-bottom:2px;
	line-height:1.3em;
}

#article_block ul li p{
	margin-bottom:10px;
}

/* related link*/

#article_block h5{
	padding:0.5em 0 0.5em 0;
	border-bottom:1px dotted #999999;
	margin:20px 0 10px 0;
	font-weight:bold;
}

#article_block h6{
	background: url(/shared/img/icon_arrow_orrange02.gif) no-repeat left center;
	padding:0px 0 0 18px;
	margin-bottom:10px;;
	font-weight:normal;
}


/* related file*/

#article_block h6.file{
	background:#fff;
	padding:0;
	clear:both;
}

#article_block h6.file img{ 
	float:left;
	vertical-align:middle;
	margin-right:5px;
}

/* dot file*/

#article_block em{
	background:transparent url(/shared/img/dot.gif) no-repeat scroll 5px 0;
	font-style:normal;
	padding-right:1px;
	padding-top:5px;
}

/* table */

#article table{
	height:auto;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #AAAAAA;
	margin-bottom:20px;
}

#article table caption{
	text-align:left;
	margin-bottom:5px;
	color:#666;
}

#article table th{
	padding:0.5em 1em;
	letter-spacing:0.2em;
	text-align:left;
	font-size:97%;
	background: #E6EDF7;
	border-right: 1px solid #AAAAAA;
	border-bottom:1px solid #ACACAC;
}

#article table thead th{
	text-align:center;
	background:#B9D3EE;
	border-right: 1px solid #999999;
	border-bottom:1px solid #ACACAC;
}

#article table td{
	padding:0.5em 1em;
	/*background: #FFF;*/
	border-right: 1px solid #AAAAAA;
	border-bottom:1px solid #ACACAC;
}

 
/* soshiki page contents  
----------------------------------------------- */

/* soshiki table */
#article table.soshiki th{
	padding:0.8em 1em;
	width:20%;
}

#article table.soshiki td{
	padding:0.8em 1em;
	width:80%;
}

#article table.soshiki p{
	line-height:200%;
}

#article table.soshiki hr{
	display:block;
	color:#CCC;
	height:2px;
	margin:0;
}

/* soshiki service list */
#article p.service_list{
	font-weight:bold;
	font-size:110%;
	color:#333;
}

#article ol.service_list{
	list-style-position:inside;
	margin:0 0 20px 0;
	padding:5px 10px;
	background: #E6EDF7;
}

#article ol.service_list li{
	margin-bottom:2px;
	line-height:1.3em;
}

/* soshiki address */
#article p.address_title{
	font-weight:bold;
	font-size:110%;
	color:#333;
}

#article p.address{
	margin:0 0 20px 0;
	padding:5px 10px;
	background: #E6EDF7;
}

/* sitemap page contents  
----------------------------------------------- */
#article div.sitemap{
	
}

#article div.sitemap h2{
	min-height:18px;
	background:#E8E6D5 url(/shared/img/icon_arrow_blue01.gif) no-repeat left center;
	font-weight:bold;
	padding:4px 0 0.1em 18px;
	margin-bottom:5px;
	line-height:1;
	overflow:visible;
}

* html #article div.sitemap h2{ /* for IE6 hack */
	height:20px;
}

/* list */
#article div.sitemap ul{ 
	margin-bottom:10px;
	list-style:none;
}

/****
#article div.sitemap ul.partition_right{ 
	width:50%;
	float:right;
}

#article div.sitemap ul.partition_left{ 
	width:49%;
	float:left;
}
****/

#article div.sitemap ul.partition{ 
	width:470px;
	float:left;
	padding:0 10px 0 0;
}

#article div.sitemap ul li{ 
	background: url(/shared/img/icon_arrow_green02.gif) no-repeat left 0.2em;
	padding:0px 0 0 18px;
	margin-bottom:2px;
	line-height:1.2;
}

/* floatblock */
#article div.sitemap div.blockbox{
	overflow:auto;
	clear:both;
}

/****
#article div.sitemap div.leftblock{
	width:49%;
	float:left;
}

#article div.sitemap div.rightblock{
	width:50%;
	float:right;	
}
****/
#article div.sitemap div.block{
	width:470px;
	float:left;
	padding:0 10px 0 0;
}
