@charset "utf-8";

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

/*----- kuroishi layout -----*/
#kuroishi {vertical-align: top;}
#kuroishi a:link {color:#0066CC;}
#kuroishi a:visited {color:#0066CC;}
#kuroishi a:hover {color:#FF6600;}
#kuroishi_menu {width: auto; padding: 10px 6px;}
#kuroishi_menu dl {width: 150px;}
#kuroishi_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;
}
#kuroishi_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;
}
#kuroishi_main {
	width: 630px;
	border-right: 1px solid #ccc;
	padding: 10px 0px 10px 4px;
}
#kuroishi_top {
	width: 580px;
	margin-bottom: 8px;
	padding: 0px;
}
#kuroishi_top h2 {
	background: url(img/kuroishi_title.jpg) no-repeat;
	height: 32px;
	width: 570px;
	text-indent: -9999px;
	overflow: hidden;
}
#kuroishi_title {
	width: 580px;
	margin: 5px;
}
#kuroishi_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;
}

.kuroishi_contents {
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}
.kuroishi_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;}
.kuroishi_contents h4 {
	margin-left: 10px;
	font-weight: bold;
	color: #0066CC;
}

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

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

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

