@charset "shift_jis";

/* Table of contents :about.css

yoyaku page layout
		-rounded box layout


*/

/* 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;
	float: left;
	width: 710px;
	overflow: hidden;
}

/* about layout
------------------------------- */

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

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

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

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

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

.about_content{
	
}

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

.about_footer{
	float: left;
	width: 100%;
	padding-bottom: 17px;
	padding-top: 15px;
}

.left_column{
	float: left;
	width: 15%;
	margin-right: 1px;
	height: 100%;
	padding-left: 90px;
}

.right_column{
	float: left;
	width: 60%;
	height: 100%;
}

ul#lf{
	width: 100%;
}

ul#lf li{
	background-color: #BFE4FF;
	margin-bottom: 1px;
	text-align: center;
}

ul#rf{
	width: 100%;
}

ul#rf li{
	background-color: #BFE4FF;
	margin-bottom: 1px;
	padding-left: 3px;
}

.label{
	display: block;
	padding: 7px 0 0 0;
	height: 30px;
}

.bottom{
	height: 50px;
}






