@charset "utf-8";

/*----サイト全体共通----*/
body {
	font-size: small;
	background: url(../images/back.jpg);
	}

a img {
	border: none;
	}

a {
	color: #0033CC;
	text-decoration: underline;
	}

div#container {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFCF96;
	}
	
div#header {
	font-size: 12px;
	color: #333333;
	text-align: center;
	}
	
div#header p {
	text-indent: -9999px;
	height: 100px;
	background: url(../images/buken/header.jpg) no-repeat;
	}

div#body_box {
	width: 580px;
	padding: 10px;
	background-color: #fff;
	float: left;
	}
	
div#body_box h1 {
	font-size: 16px;
	color: #0066FF;
	}
	
div#body_box h2 {
	font-size: 16px;
	color: #FF3300;
	margin-bottom: 10px;
	}

div#body_box h4 {
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-right: 5px;
	}
	
div#body_box table#head_table span {
	font-size: 18px;
	font-style: normal;
	color: #FF3300;
	margin-right: 5px;
        font-weight: bold;
	}
		
div#body_box table#head_table {
	width: 100%;
	}
	
div#body_box table#head_table th {
	width: 140px;
	}
		
div#body_box table#head_table,
div#body_box table#right_box {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	clear: both;
	margin-bottom: 15px;
	}

div#body_box table#head_table th,
div#body_box table#right_box th,
div#body_box table#head_table td,
div#body_box table#right_box td {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	background-color: #FEFFD3;
	text-align: center;
	padding: 5px;
	}
	
div#body_box table#head_table th,
div#body_box table#right_box th {
	background-color: #FEFFD3;
	}
	
div#body_box table#head_table td ,
div#body_box table#right_box td {
	background-color: #fff;
	}

div#body_box table#head_table ,
div#body_box table#right_box{
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	clear: both;
	margin-bottom: 15px;
	}

div#body_box table#right_box {
	float: right;
	width: 250px;
	margin-bottom: 15px;
	}
	
div#body_box table#right_box th {
	width: 78px;
	}
	
div#body_box table#right_box td {
	text-align: left;
	width: 160px;
	}

div#body_box div#left_box img {
	margin-bottom: 0px;
	}
	
div#body_box div#left_box {
	float: left;
	width: 300px;
	margin-bottom: 15px;
	}
	
div#body_box ul#gaikan {
	clear: both;
	}
	
div#body_box ul#gaikan li {
	float: left;
	width: 180px;
	margin: 0 3px 10px 5px;
	text-align: center;
	}
	
div#body_box ul#gaikan li img {
	margin: 0px;
	width: 180px;
	}
		
div#body_foot {
	height: 9px;
	width: 600px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	text-align: center;
	clear: both;
	}
	
div#body_foot input.bt_center {
	margin-right: 20px;
	}


