@charset "utf-8";

@import url(../../css/common.css);

/*----- tokushige layout -----*/
#tokushige {vertical-align: top;}
#tokushige a:link {color:#0066CC;}
#tokushige a:visited {color:#0066CC;}
#tokushige a:hover {color:#FF6600;}
#tokushige_menu {width: auto; padding: 10px 6px;}
#tokushige_menu dl {width: 150px;}
#tokushige_menu dt {
	background: url(img/t_menu_bg.gif) repeat-x bottom;
	text-align: center;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-left: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	border: 1px solid #000000;
}
#tokushige_menu dd {
	font-size: 14px;
	color: #0066CC;
	background: url(img/t_menu_bg.gif) repeat-x bottom;
	padding: 3px 0px 3px 15px;
	margin-bottom: 4px;
	border: 1px solid #3399FF;
}
#tokushige_main {
	width: 630px;
	border-right: 1px solid #ccc;
	padding: 10px 0px 10px 4px;
}
#tokushige_top {
	width: 580px;
	margin-bottom: 8px;
	padding: 0px;
}
#tokushige_top h2 {
	background: url(img/tokushige_title.jpg) no-repeat;
	height: 32px;
	width: 570px;
	text-indent: -9999px;
	overflow: hidden;
}
#tokushige_title {
	width: 580px;
	margin: 5px;
}
#tokushige_title h2 {
	background:url(img/t_h2_bg.jpg) no-repeat left top;
	font-weight:bold;
	font-size: 120%;
	padding: 2px 0px 0px 28px;
	height: 24px;
	color:#0066CC;
}

.tokushige_contents {
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}
.tokushige_contents h3 {background:url(img/t_h3_head.gif) no-repeat left center; font-weight: bold; font-size: 110%; margin-bottom: 5px; padding-left: 15px;}
.tokushige_contents h4 {
	margin-left: 10px;
	font-weight: bold;
	color: #0066CC;
}

.tokushige_contents p {
	margin-bottom: 5px;
	margin-left: 15px;
}
.tokushige_contents ol {
	margin-left: 20px;
}

.tokushige_contents li {
	margin-left: 20px;
	list-style: decimal;
}

.tokushige_contents table {
	margin-left: 15px;
	border-top: 1px solid #0070FF;
	border-left: 1px solid #0070FF;
}
.tokushige_contents th {text-align: center}
.tokushige_contents th, .tokushige_contents td {
	padding: 2px;
	border-right: 1px solid #0070FF;
	border-bottom: 1px solid #0070FF;
}

