@charset "shift_jis";

/* Table of contents :index.css

Index page layout
	-rounded box layout
	-top_content layout
	-main_content

IE fixes

*/

/* rounded box layout
------------------------------- */

#top_content .tc_top{
 	background: url(../images/tc_roundbox_top.gif) no-repeat 0 0;
 	height: 18px;
 	font-size: 5px;
}

#top_content .tc_content{
 	background: url(../images/tc_roundbox_back.gif) repeat-y;
 	height: 303px;
}

#top_content .tc_bottom{
 	background: url(../images/tc_roundbox_bottom.gif) no-repeat 0 0;
 	position: relative;
 	height: 11px;
 	font-size: 5px;
}


/* top_content layout 
------------------------------- */
 
 #top_content{
 	margin: 11px 0px 0px;
}

 #top_content .inner{
}
 
#top_content .tc_left{
	float:left;
	height: 303px;
	width:351px;
}

#top_content .tc_left_inner{
	float:right;
	width:330px;
}

#top_content .news_logo{
	height:25px;
	width: 330px;
	margin: 0 0 5px 21px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #cccccc;
}

#top_content .iframe_news{
	float: right;
	width:100%;
	height:263px;
}


#top_content .tc_right{
	float: right;
	width:350px;
	overflow-x:hidden;
}

#top_content .tc_right_inner{
	float:left;
	width:332px;
}



/* main_content 
------------------------------- */

#main_content {
  height: 371px;
  margin: 17px 0 17px;
}

#main_content .inner {
}

#main_content ul{
 	float: left;
 	display: inline;
}

#main_content li{
	float: left;
	display: inline;
	list-style-type: none;
	background: url(../images/mc_background.gif) no-repeat;
	display: block;
	width:236px;
	height: 116px;
}

#main_content .left_box{
	margin: 0 0 8px 4px;
}

#main_content .middle_box{
	margin: 0 0 8px 17px;
}
 
#main_content .right_box{
	margin: 0 0 8px 17px;
}

p.box_title {
	background: url(../images/blue_arrow.gif) no-repeat 0 0;
	background-position: 9px center;
	padding: 6px 0 5px 30px;
	margin: 4px 0 0;
}

div.box_inner{	
	overflow: hidden;
	position: relative;
	padding-left: 9px;
}

a.box_image{
	display: block;
	height: 73px; 
	width: 219px;
	border-top: 1px dotted #cccccc;
	padding-top: 4px;
}


 
/* IE Fixes ------------------------------- */

body {
	word-wrap: break-word;	
}


