@charset "shift_jis";

/* Table of contents :eikaiwa.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;
}

/* eikaiwa layout
------------------------------- */

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

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

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

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

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

table.info {
	line-height: 1.5em;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	width:560px;
	text-align:center;
}
table.info th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.info td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.eikaiwa_info{
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.2em;
	padding-left: 100px;
}

.eikaiwa_info li{
	color: #333333;
}

.muryou{
	background-color: #DCF0FF;
	width: 500px;
	height:100px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.muryou_top{
	padding-bottom: 30px;
}

#top_content .profiles{
	padding: 20px 0 17px 30px;
	float: left;
	width: 100%;
}

#top_content .profile_left{
	float: left;
	height: 190px;
	width: 190px;
	background: aqua;
}

#top_content .profile_right{
	float: left;
	width:450px;
	padding-left: 10px;
}

#top_content .profile_picture{
	height:190px;
	width:190px;
}

