@charset "shift_jis";

/* Table of contents :event.css

mukashinoseikatsu 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;
}


/* directions page layout
 ------------------------------- */


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

#top_content .title{
	width: 708px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #cccccc;
}

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

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


#top_content .sub_title{
	float: left;
	padding: 5px 0 5px 0;
	width: 709px;
}

#top_content .text_box{
	float: left;
	width: 709px;
	padding-bottom:10px;
}

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

#top_content .by_train{
	float: left;
	padding-left: 50px;
}

#top_content .map{
	float: left;
	padding:5px 0 20px 0;
	height: 450px;
}

