@import url("common.css");

#col_02 {
overflow:hidden;
}
#col_02 * {
font-size:100%;
}

#row_01 {
background:url(/img/subpage_img.jpg) no-repeat 0px 10px;
padding-top:50px;
}


/* SITEMAP
-------------------------------------*/
div#sitemap_box {
            margin-top: 30px;
            color: #000;
}


div.sitemap_div {
	border-bottom: 1px solid #ddd;
	width: 560px;
	margin: 15px auto;
	padding-bottom: 5px;
          
}

div.sitemap_div a {
	color: #000;
	text-decoration: none;
}

div.sitemap_div a:hover {
	color: #000;
	text-decoration: underline;
}

#col_02 h3.sitemap {
	border-left: 7px solid #cc0000;
	background: none;
	color: #000;
	font-size: 108%;
	text-indent: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
            font-weight: bold;
}

div.sitemap_div ul {
	margin-top: 10px;
	/margin-left: 20px;
            list-style-type: none;
}

div.sitemap_div ul li {
	background: url(images/sitemap_list_rd.gif) no-repeat left;
	padding-left: 16px;
	margin-bottom: 5px;
}


/* LINK
-------------------------------------*/
div.m_t_10 {
            margin-top: 15px;
}

div.link_box {
	margin-bottom: 15px;
	border-bottom: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

div.link_box a {
	color: #000;
	text-decoration: none;
}

div.link_box a:hover {
	color: #000;
	text-decoration: underline;
}

#col_02 h3.link {
	border-left: 5px solid #cc0000;
	background: none;
	color: #000;
	font-size: 108%;
	text-indent: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
            font-weight: bold;
}


div.link_box table {
	margin-left: 40px;
	margin-right: 10px;
	text-align: left;
}

div.link_box table tr {
	border: 1px solid #999;
}

div.link_box table th {
	padding: 5px;
}

div.link_box table td {
	padding-left: 15px;
}




