@charset "utf-8";
/* flow.css */


/* --------------------------------

	* Pages Style Sheet {


		* last update 09/04/19
		* author : Nakaya;
	
	}
	
	
--------------------------------
		 Contents
	
	1. sitemap.html
			1-1.	title
			1-3.	Rec
		
--------------------------------- */




/* ==========================================================================================================

	 1. sitemap.html
 
============================================================================================================*/


/*  ------------------------------------------------------------------

	1-1.	title

---------------------------------------------------------------------*/

h2.sitemap{
	background:url(../img/sitemap_title.gif) no-repeat 0 0;
	width:876px;
	height:5px;
	display:block;
	text-indent:-9999px;
	margin-bottom:3px;
}


ul.colum2 li{
	float:left;
	width:400px;
	list-style-type:none;
}
/*  ------------------------------------------------------------------

	1-2.	localnavi

---------------------------------------------------------------------*/
/*  mainInner
------------------------------------------------------------------------*/
#mainInner
{
	width:876px;
	margin:0 auto;
	margin-top:10px;
	padding:0px 0px 20px 0;
}

/*  clearfix
------------------------------------------------------------------------*/

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix{display: inline-table;  overflow:hidden; zoom:1;/*for IE 5.5-7*/}


/* Hides from IE-mac \*/
.clearfix{display: block;}
/* End hide from IE-mac */

.clear{
	clear:both;
}

/*  各種タイトル
------------------------------------------------------------------------*/

h3.subTit
{
	background:url(../sitemap_img/h3_bg.gif) no-repeat 0 0;
	height:22px;
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#333;
	padding:8px 0 0 20px;
	margin-bottom:15px;
	
}
h3.subTitW642
{
	background:url(../sitemap_img/h3_bg_w642.gif) no-repeat 0 0;
	width:622px;
	height:22px;
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#333;
	padding:8px 0 0 20px;
	margin-bottom:15px;
	
}

h4.finding
{
	height:37px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	margin-bottom:0px;
	background-image: url(../sitemap_img/h4_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin-top: 15px;
}

.findingArrow
{
	height:15px;
	font-size:12px;
	color:#999999;
	margin-bottom:5px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	background-image: url(../sitemap_img/arrow_blue_right.gif);
	background-repeat: no-repeat;
	background-position: 20px 2px;
}

.strongTxt
{
	font-size:14px;
	font-weight:bold;
	color:#3366cc;
	margin-bottom:5px;
}

.BlueTxt
{
	color:#3366cc;	
}
.strongTxtBlak
{
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin-bottom:5px;
}
.subFinding
{
	border-left:solid 5px #324B81;
	border-bottom:solid 1px #324B81;
	font-size:12px;
	font-weight:bold;
	color:#324B81;
	margin-bottom:10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 25px;
	margin-top: 15px;
}
.findingGray
{
	background:url(../img/finding_bg.gif) no-repeat 0 0;
	height:22px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding:8px 0 0 10px;
	margin-bottom:10px;
}

