@charset "UTF-8";

/*　確認用　border:1px solid #000000;　*/

/*印刷用*/

@media print {
h1{
	width:732px;
	display:block;
	padding-bottom:20px;
	font-size: 18pt;
	color:#084676;
	height: 1em;
	font-weight:bold;
}
}

/*画面表示用*/

@media screen {
h1{
	width:732px;
	height:48px;
	background-image: url(../images/title_sitemap.gif);
	background-repeat: no-repeat;
	text-indent:-10000px;
	display:table;
	overflow:hidden;
}
}

/*画面表示印刷両用*/

@media screen,print {

/*mainVisual*/
div#mainVisual{
	width:792px;
	margin-left:7px;
	background-image: url(../images/maintitlebg.jpg);
	background-repeat: no-repeat;
    display:table;
}

/*contents*/

div.linkContentsTitleHead{
	background-image: url(../../common/images/linkbg_contents.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 636px;
	margin-top:28px;
	margin-left:48px;
	padding-top: 4px;
	margin-bottom:8px;
	text-indent:24px;
	display:block;
	clear:both;
}
div.linkContentsTitle {
	background-image: url(../../common/images/linkbg_contents.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 636px;
	margin-top:16px;
	margin-left:48px;
	padding-top: 4px;
	margin-bottom:8px;
	text-indent:24px;
	display:block;
	clear:both;
}
div.linkContentsTitleBlank {
	background-image: url(../../common/images/linkbg_contents3.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 636px;
	margin-top:16px;
	margin-left:48px;
	padding-top: 6px;
	margin-bottom:8px;
	text-indent:24px;
	display:block;
	clear:both;
}
div.sitemapIndexContiner{
	width:636px;
	margin-left:48px;
	margin-right:48px;
	display:table;
	clear:both;
}
ul.sitemapIndexContinerLeft{
	width:636px;
	float:left;
}

li.sitemapLink {
	width:200px;
	padding-bottom: 6px;
	padding-left:12px;
	display:block;
	float:left;
	list-style:none;
	list-style-position:inside;
}

a.sitemapLinkIcon:link {
	background-image: url(../images/sitemap_link_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	text-decoration: none;
	vertical-align: bottom;
}
a.sitemapLinkIcon:visited {
	background-image: url(../images/sitemap_link_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	text-decoration: none;
	vertical-align: bottom;	
}
a.sitemapLinkIcon:hover {
	background-image: url(../images/sitemap_link_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	text-decoration: none;
	vertical-align: bottom;
}
a.sitemapLinkIcon:active {
	background-image: url(../images/sitemap_link_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	text-decoration: none;
	vertical-align: bottom;
}

}
