/* CSS Document */
* { 
	margin: 0; 
	padding: 0; 
	}
	
body {
	}

p {
	font-size: 12px;
	line-height: 1.5em;
	}
td{
	font-size: 12px;
	line-height: 1.5em;
}

.mainbox {
	margin: 30px 0 0 50px;
	width: 540px;
	}

.header {
	margin-bottom: 40px;
	}
	
.kenlist table {
	border-collapse: collapse;
	margin: 5px 0 5px 0;
	}

.kenlist td {
	padding: 3px;
	color:#999;
	text-align: center;
	border: 1px solid #333;
}
.kenlist th {
	padding: 3px;
	text-align: center;
	font-size:12px;
	border: 1px solid #333;
}

.shop {
	padding-bottom: 25px;
	background: #FBFBFB url(../img/box_bottom.jpg) no-repeat left bottom;
	}

.shop table {
	border-collapse: collapse;
	width: 500px;
	margin: 0 20px 0 20px;
	}

.shop td {
	padding: 4px;
	border: 1px solid #D0D7E5;
	}

.topic-path {
	margin-top: 5px;
	font-weight: bold;
	background: transparent url(../img/icon_pan.gif) no-repeat left top;
	text-indent: 15px;
	font-size:11px;
	float: right;
	}

.td-topic {
	color:#333;
	width: 90px;
	font-weight: bold;
	text-align: center;
	}

.td-topic02 {
	color:#333;
	width: 24%;
	font-weight: bold;
	background-color: #F0F0F0;
	text-align: center;
	}

.box-top {
	width: 540px;
	padding: 20px 0 5px 0;
	height: 20px;
	background: transparent url(../img/box_top.jpg) no-repeat left top;
	}

.border {
	height: 4px;
	margin: 15px 0 15px 0;
	background: transparent url(../img/border01.jpg) no-repeat center top;
	}

.clear {
	clear: both;
	}

.copy {
	margin-top: 25px;
	float: right;
	}

.footer {
	width: 540px;
	height: 12px;
	padding-top: 30px;
	margin-left: 50px;
	}
	
h2 {
	font-size: 24px;
	line-height: 32px;
	background: transparent url(../img/h2.jpg) no-repeat left top;
	text-indent: 10px;
	}

h3 {
	font-size: 18px;
	margin: 20px 0 15px 0;
	border-bottom: 1px solid #00CC00;
	border-left: 5px solid #00CC00; 
	text-indent: 0.2em;
	}

h4 {
	font-size: 16px;
	margin: 0 0 0 20px;
	}
	
h4 img{
	margin: 0 1px 0 1px;
	vertical-align: text-bottom;
	}

a:hover {
	color: #FF0000;
	text-decoration: none;
	}

a:visited {
	color: #800080;
	}
.form {
	margin: 15px 0 15px 0;
	}

.form th {
	width: 120px;
	padding: 6px;
	background-color: #F0F0F0;
	}

.form td {
	padding: 3px;
	}
.notice_s{ font-size:10px; color:#F00; }
