@charset "shift_jis";

/* Table of contents :event.css

Noasobi page layout
	-rounded box layout
	-noasobi page 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;
}

/* noasobi page layout 
------------------------------- */

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

#top_content .nature_header{
	float: left;
	padding: 10px 0 0 20px;
}

#top_content .left_header{
	float: left;
	display: inline;
	width: 124px;
}

#top_content .right_header{
	float: left;
	padding: 0 0 0 40px;
}

#top_content .left_header h1{
	background: url(../images/noasobi_logo.gif) no-repeat;
	height: 124px;
	width: 144px;
}

#top_content .top_blurb{
	text-align: center;
	padding: 5px 0 0 0;
}

#top_content .bottom_blurb{
	width: 407px;
	text-align: center;
	padding: 5px 0 5px 0;
}

#top_content .header{
	background: url(../images/noasobi_header.gif) no-repeat 20px 0;
	width: 407px;
	height: 95px;
}

#top_content .nature_text{
	padding: 15px 0 10px 0;
	float: left;
	width: 100%;
}

#top_content .left_text{
	float: left;
	display: inline;
	padding: 30px 20px 20px 15px;
}

#top_content .right_text{
	float: right;
	padding-right: 80px;
}

#top_content .nature_pictures{
	float: left;
	width: 100%;
}

#top_content .nature_images{
	float: left;
	padding: 10px 0 10px 0;
}

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

#top_content .top_text{
	padding: 0 0 10px 0;
}

#top_content .bottom_text{
	width: 450px;
}

#top_content .information{
	width: 100%;
	float: left;
	padding: 10px 0 10px 0;
}

ul#info{
	position: relative;
	float: left;
}

ul#info li{
	margin-bottom: 2px;
}

#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: right;
	padding-right: 80px;
	width:450px;
}

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


