@charset "shift-jis";

/*====================================================================

index.css

======================================================================

	01.news
	02.item
	02.navi

last update 08/12/05
produced by 0510office (http://www.0510office.co.jp/)

====================================================================*/

/*--------------------------------------------------------------------/
	01.news
/--------------------------------------------------------------------*/
#news{
}

#news div{
	width:208px;
	overflow:auto;
	height:135px;
}
#news table{
	margin:5px 5px 15px 17px;
}
#news th{
	background: url(../../img/new_point.jpg) no-repeat 0px 15px;
	vertical-align:top;
	font-weight:normal;
	padding-top:5px;
}
#news td{
	border-bottom:1px dotted #74310f;
	padding-bottom:5px;
}


/*--------------------------------------------------------------------/
	02.item
/--------------------------------------------------------------------*/
#item_wrapper{
	margin:20px 0;
	background:#ffffff;
}
#item_container{
	margin:0 10px;
	width:700px;
	background:url(../../img/content_top_bg.jpg) repeat-y top center #ffffff;
	text-align: center;
	border-top:10px solid white;
	border-bottom:10px solid white;
}

#item_left,
#item_right,
#item_center{
	margin:0 auto;
	padding:0;
	width:218px;
	border:0;
	text-align:left;
}

#item_left{ float:left;}
#item_right{ float:right;}
#item_center{ float:none;}
#item_center:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.item_box{
	margin-bottom:40px;
}

#item_container table{
	width:100%;
	margin:10px 0 0;
}
#item_container th{
	margin:0;
	padding:0;
	width:60px;
	height:60px;
}
#item_container th img{
	border:1px solid #e1edf5;
}
#item_container td{
	padding:0 0 0 10px;
	font-size:10pt;
}
#item_container td em{
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	line-height:1em;
}
#item_container td img{
	float:right;
}


#topics {
	clear:both
	width:100%;
	margin:0 0 20px;
	padding:0;
	text-align:left;
}
#topics table{
	width:100%;
}
#topics th{
	border-bottom:1px dotted #cccccc;
	width:110px;
	padding-top:5px;
	padding-bottom:10px;
	vertical-align:top;
	background:url(../../img/topic_point.jpg) 98px 8px no-repeat;
}
#topics td{
	border-bottom:1px dotted #cccccc;
	padding-top:5px;
	padding-bottom:10px;
}



/*--------------------------------------------------------------------/
	03.navi
/--------------------------------------------------------------------*/
#t_navi h2{ display:none;}

#t_navi{
	width:720px;
	height: 278px;
	text-align:left;
	background:url(../../img/main.jpg) no-repeat top left;
}
#t_navi ul{
	margin:0 10px;
	width:700px;
	height:268px;
}
#t_navi ul li{
	float:left;
	margin-top:5px;
}
#t_navi ul li,
#t_navi ul li a{
	display: block;
	height:268px;
}
#t_navi ul li a{
	text-indent: -9999px;
	overflow: hidden;
}
#t_navi ul li a:hover{
	background:url(../../img/main_hover1.jpg) no-repeat;
}
#t_navi ul li#t1,
#t_navi ul li#t1 a{	width:88px;	background-position:0 0;}
#t_navi ul li#t2,
#t_navi ul li#t2 a{	width:88px;	background-position:-88px 0;}
#t_navi ul li#t3,
#t_navi ul li#t3 a{	width:88px;	background-position:-176px 0;}
#t_navi ul li#t4,
#t_navi ul li#t4 a{	width:87px;	background-position:-264px 0;}
#t_navi ul li#t5,
#t_navi ul li#t5 a{	width:88px;	background-position:-351px 0;}
#t_navi ul li#t6,
#t_navi ul li#t6 a{	width:87px;	background-position:-439px 0;}
#t_navi ul li#t7,
#t_navi ul li#t7 a{	width:87px;	background-position:-526px 0;}
#t_navi ul li#t8,
#t_navi ul li#t8 a{	width:87px;	background-position:-613px 0;}



/*--------------------------------------------------------------------/
	04.botton
/--------------------------------------------------------------------*/

#btn_area{
	padding:0;
	background-color:#afafaf;
	margin-bottom:10px;
	padding-bottom:10px;
}
#btn_area img{
	margin-bottom:10px;
}
#btn_area a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
