/* 
sitemap.htmlのコンテンツ設定用css
*/


/* ↓↓↓ コンテンツの設定CSS ↓↓↓ */
.sitemap-box {
	width: 850px;
	margin: auto;
}

.sitemap-box .headline {
	width: 815px;
	height: 75px;
	padding: 0 0 0 35px;
	color: #ffffff;
	font-size: 2em;
	letter-spacing: .1em;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../images/ctn-header1-bg.png);
	background-repeat: no-repeat;
}

.sitemap-box h2 {
	width: 815px;
	height: 66px;
	padding: 0 0 0 35px;
	margin: 25px 0 0 0;
    /*mdf   #44 >>>*/
	color: #1e73be;
    /*mdf   #44 ---*/
    /*color: #006d4e;*/
    /*mdf   #44 <<<*/
	font-size: 1.5em;
	letter-spacing: .1em;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../images/ctn-header2-bg.png);
	background-repeat: no-repeat;
}

.sitemap-box .list-box {
	width: 850px;
	margin: 25px 0 0 0;
	background-color: #ffffff;
}

.sitemap-box table {
	width: 80%;
	margin: auto;
}

.sitemap-box table tbody a {
	text-decoration: underline;
}

.sitemap-box table tbody a:visited {
	color: #29a0e2;
}

.sitemap-box tr td {
	padding: 15px 0 15px 0;
}

.non_link{
	color: #e7b4bd;
}

/* ↑↑↑ コンテンツの設定CSS ↑↑↑ */


/* ↓↓↓ 角丸10px ↓↓↓ */
.sitemap-box .headline,
.sitemap-box .list-box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

/* ↓↓↓ ドロップシャドウ ↓↓↓ */
.sitemap-box .headline,
.sitemap-box .list-box {
	-moz-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-o-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-ms-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	
	/* IE6-8	*/
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#161b60, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#161b60, direction=135, strength=2)";
	zoom: 1;
}
