@charset "shift_jis";

/* Table of contents :ryoukin.css



*/

/* rounded box layout
------------------------------- */
 
 #top_content{
 	margin: 11px 0 17px 0;
 	position: relative;
 	width: 100%;
 	overflow: hidden;
}

 #top_content .tc_top{
 	background: url(../images/sp_roundbox_top.gif) no-repeat 0 0;
 	height: 18px;
 	font-size: 5px;
 	display: block;
}

 #top_content .tc_content{
 	background: url(../images/sp_roundbox_back.gif) repeat-y;
 	float: left;
 	width:100%;
}

 #top_content .tc_bottom{
 	background: url(../images/sp_roundbox_bottom.gif) no-repeat;
 	height: 11px;
 	font-size: 5px;
 	float: left;
 	width: 100%;
 	padding-bottom: 10px;
}

#top_content .tc_inner{
	padding-left: 21px;
	padding-bottom: 10px;
	float: left;
	width: 710px;
	overflow: hidden;
}

/* ryoukin layout
------------------------------- */


#top_content .tc_inner{
	padding-left: 21px;
	float: left;
}

.ryoukin_header{
	background: url(../images/about_gradient2.jpg) repeat-x;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	height: 100px;
	margin-top: 10px;
}

.ryoukin_header h1{
	background: url(../images/ryoukin_header.gif) no-repeat;
	height: 41px;
	width: 235px;
	margin: 0 auto;
	padding-bottom: 5px;
}

.table{
	width: 100%;
	float: left;
}

td.table_header{
	text-align: left;
	background: #BFE4FF;
}

table.pricelist {
	line-height: 1.5em;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	margin: 0 auto;
	text-align: center;
	width: 560px;
}

table.pricelist td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: #BFE4FF #BFE4FF #BFE4FF #BFE4FF;
	-moz-border-radius: 0px 0px 0px 0px;
	color: #333333;
}


#top_content .ryoukin_images{
	display: block;
	float: left;
	padding-bottom: 10px;
	padding-top: 20px;
}

#top_content .ryoukin_images li{
	float: left;
	display: block;
	height: 159px;
	width: 141px;
	background: green;
	margin-right: 1px;
}

ul.about{
	padding-bottom: 5px;
	padding-left: 15px;
}


