@charset "shift_jis";

/* Table of contents :event.css

mukashinoseikatsu page layout
		-rounded box layout
		-mukashinseikatsu 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;
}

/* mukashinoseikatsu layout
------------------------------- */

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

#top_content .mukashi_header{
	width: 100%;
	text-align: center;
	float: left;
	padding: 10px 0 20px 0;
}

#top_content .sub_header{
	width: 100%;
	float: left;
	text-align: center;
}

#top_content .sh{
	width: 710px;
	padding-bottom: 10px;
}

#top_content .mukashi_logo{
	background: url(../images/mukashi_header.gif) no-repeat 0 0;
	width: 370px;
	height: 38px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 10px;
}

#top_content .mukashi_container{
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 35px;
}

#top_content .mukashi_content{
}

#top_content .mukashi_list{
	float: left;
}

#top_content .mukashi_list li{
	width:350px;
	margin-bottom: 5px;
	float: left
}

#top_content .mukashi_text{
	float: left;
	display: inline;
	width: 330px;
	height:70px;
}

p.mukashi_top{
	padding-bottom: 5px;	
}


#top_content .mukashi_images{
	float: left;
	padding-bottom: 20px;
}

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

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

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

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

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

ul#mukashi_info li.no_bullet{
	margin-bottom: 2px;
	list-style-type: none;
	padding:5px 0 5px 0;
	font-weight: bold;
}

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

#top_content .profile_left{
	float: left;
	display: inline;
	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;
}

