﻿@charset "UTF-8";
/* sitemapCSS Document */

/*------------------------------
ご利用の方へ
------------------------------*/

/*layout------------------------------*/


/*------------------------------
■■■■■■基本レイアウト■■■■■
------------------------------*/
/*sitemapContents*/
div#sitemapContents div.main
{
	width:820px;
	margin:auto;
	background: url(../sitemap/images/bg.gif) repeat-y 0px 10px;
}
div#sitemapContents div.left
{
	width:160px;
	float:left;
}
div#sitemapContents div.right
{
	width:650px;
	float:right;
}
div#sitemapContents div.bottom
{
	clear:both;
	background: url(../sitemap/images/bottom.gif) no-repeat left bottom;
	height:10px;
}
div#sitemapContents h1
{
	height:100px;
	background: url(../sitemap/images/title.gif) no-repeat;
}

div#sitemapContents table
{
	width:100%;
}
div#sitemapContents table td
{
	width:50%;
	vertical-align:top;
}

div#sitemapContents table tr.program h2.title
{
	border-left: 5px solid #336699;
	padding:5px 10px;
}
div#sitemapContents table tr.program h2.title2
{
	border-left: 5px solid #999;
	padding:5px 10px;
}
div#sitemapContents table tr.search h2.title
{
	border-left: 5px solid #669966;
	padding:5px 10px;
}

div#sitemapContents h3
{
	width:800px;
	margin:0px auto;
	padding:10px 0px 15px 15px;
	background: url(../sitemap/images/maru.gif) no-repeat 0px 12px;
}

div#sitemapContents div.info
{
	background: url(../images/subtitle_bg.gif) repeat-x;
	margin-top:10px;
	padding:10px 5px 10px;
}

div#sitemapContents div.info h4
{
	padding:15px 10px 0px;
}
div#sitemapContents div.info p
{
	padding:5px 15px ;
}

div#sitemapContents div.info a
{
	margin:0px 5px 10px;
}
div#sitemapContents div.info a img
{
	margin:0px 5px;
}

/*font------------------------------*/
div#sitemapContents h2
{
	font-size: 80%;
	line-height: 1.0em;
	font-weight: bold;
}
div#sitemapContents h3
{
	font-size: 80%;
	line-height: 1em;
	font-weight: bold;
}
div#sitemapContents h4
{
	font-size: 80%;
	line-height: 1em;
	font-weight: bold;
}
div#sitemapContents p,
div#sitemapContents li
{
	font-size: 75%;
	line-height: 1.5em;
}


div#sitemapContents div#rinen div.info h4,
div#sitemapContents div#bansin div.info h4
{
	color:#062742;
}
div#sitemapContents div#kijyun th,
div#sitemapContents div#bansin th
{
	color:#fff;
}
div#sitemapContents div#hogo_kojin table,
div#sitemapContents div#hogo_web table,
div#sitemapContents div#hogo_web table,
div#sitemapContents div#kenri table
{
	font-size: 80%;
}
div#sitemapContents div#kokuminhogo div.info h2
{
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
}

div#sitemapContents a
{
	color:#333;
	text-decoration: none;
}
div#sitemapContents a:hover
{
	color:#666;
	text-decoration: underline;
}
