@charset "utf-8";

@import url("bace.css");
/* CSS Document */

ul#bus_mein_info{
	padding:0;
	background-color: #DEDDE4;
	margin: 30px 20px 0px;
	width: 660px;
	border-bottom: 1px solid #75738F;
	border-top: 1px solid #75738F;
	}
	
/*///////////////////////////////////////////タイトル部分*/
	
ul#bus_mein_info li{
	list-style:none;
	padding:0 10px;
	float: left;
	height: 30px;
	line-height: 30px;
	}

li.bus_no{
	font-size:1.2em;
	font-weight:bold;
	border-right: #fff 1px solid;
	width: 90px;
	}
	
li.bus_name{
	font-size:1.2em;
	font-weight:bold;
	border-right: 1px #fff solid;
	width: 340px;
	}
	
li.bus_price{
	color:#FF0000;
	text-align:right;
	font-size: 2em;
	font-weight: bold;
	width: 160px;
	}
	
p.sales{
	margin:0 30px 20px 20px;
	font-size: 0.9em;
	line-height: 140%;
	}
	
/*///////////////////////////////////////////画像部分*/
	
#photo_wrap{
	width:660px;
	background-color:#E4F6D7;
	margin: 10px 20px;
	}

.target,.target2{
	padding: 5px 15px 10px 15px;
	margin: 0;
	width: 420px;
	}

	
	
ul.thumbnail,ul.thumbnail2{
	width:200px;
	margin: 0;
	padding: 0 10px 10px 0;
	border-left: solid 1px #000000;
	display: block;
	float: right;
	height: 100%;
	}
	

	
ul.thumbnail li,ul.thumbnail2 li{
	width:90px;
	list-style:none;
	margin:0;
	padding:3px 0 3px 5px;
	float: left;
	height: 60px;
	text-align: center;
	cursor: hand;
	}
	

	
div#photo_box{
	padding: 20px 0;
	margin: 0 30px 10px 20px;
	background-color: #E4F6D7;
	}
	
/*///////////////////////////////////////////データ部分*/

table#bus_info_table{
	width:660px;
	border-collapse: collapse;
	margin:0 20px;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-top: 1px #999999 solid;
	}
	
	
table#bus_info_table th{
	border-bottom: #999999 solid 1px;
	background: #58739D;
	font-weight: bold;
	color: #FFFFFF;
}
	
th.table_no{
	width:100px;
	text-align: center;
	border-right: solid 1px #999999;
	line-height: 120%;
	}
	
th.table_name{
	width:370px;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	border-right: solid 1px #999999;
	line-height: 120%;
	color: #FFFFFF;
	}
	
th.table_price{
	width:160px;
	text-align: center;
	color: #FF0000;
	font-size: 1.3em;
	line-height: 120%;
	}
	
th.table_data{
	text-align:center;
	line-height: 140%;
	}

table#bus_info_table td{
	line-height: 120%;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-top: 1px #999999 solid;
	font-size: 0.9em;
	padding: 5px;
}

td.table_item{
	width:100px;
	border-bottom: 1px #999999 solid;
	text-align: center;
	background-color: #E6E9ED;
	}
	
td.table_content{
	width: 200px;
	border-bottom: 1px #999999 solid;
	}
	
h4.photo_title{
	margin: 0 20px 10px 15px;
	display: block;
	padding: 5px 10px;
	background-color: #A5E179;
	color: #FFFFFF;
	}


/*////////////////////////////////////////////装飾*/
.attention{
	font-size:0.8em;
	color:#FF0000;
	margin: 0 20px 10px 0;
	text-align: right;
	padding-top: 5px;
	}
	
.price_yen{
	font-size: 0.4em;
	line-height: 80%;
	}

img.mail_banner{
	margin:20px 10px 0px 480px;
	}

span.red{
	color: #FF0000;
	font-weight:bold;
	}
