@charset "shift-jis";

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

index.css

====================================================================*/
#rightpane{padding-bottom: 10px;}

/*--------------------------------------------------------------------
box
--------------------------------------------------------------------*/
.box{
	width: 547px;
	margin-bottom: 10px;
	zoom: 1;
}
.box:after{
	content: ",";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*box1
----------------------------------------------------------------*/
#box1{
	height: 120px;
	background: url(../../img/box_01.gif) no-repeat;
}
#box1 div{
	float: right;
	width: 184px;
	height: 99px;
	margin: 10px 0 0 74px;
}
#box1 div a{
	display: block;
	width: 173px;
	height: 99px;
	text-indent: -9999px;
	overflow: hidden;
}
#box1 div a:hover{background: url(../../img/box_01_hover.gif) no-repeat;}
#box1 p{padding: 22px 0 0 24px;}

/*box2
----------------------------------------------------------------*/
#box2{
	height: 249px;
	background: url(../../img/box_02.gif) no-repeat;
}
#box2 h4,
#box2 ul,
#box2 ul li{display: none;}
#box2 p{padding-top: 152px;}
#box2 p a{
	display: block;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 194px;
}
#box2 p a:hover{background: url(../../img/box_02_hover.gif) no-repeat;}


/*--------------------------------------------------------------------
topic
--------------------------------------------------------------------*/
#topic{
	width: 547px;
	background: url(../../img/border.gif) repeat-y 273px top;
	padding: 5px 0 10px;
}
#topic:after{
	content: ",";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#topic div{
	width: 268px;
	overflow: hidden;
}
#topic div h3{
	height: 28px;
	background: url(../../img/border.gif) repeat-x bottom;
}
#topic div h3 img{
	float: none;
	margin: 0 0 0 2px;
}

#topic div.left table{width: 268px;}
#topic div.left table th,
#topic div.left table td{
	line-height: 1.2;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #dcdcd4;
}
#topic div.left table th{
	white-space: nowrap;
	color: #909090;
	padding-left: 2px;
	padding-right: 17px;
}
#topic div.left table td{padding-right: 10px;}

#topic div.right:after{
	content: ",";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#topic div.right img{
	float: left;
	margin: 10px 11px 0px 0;
}
#topic div.right h3 img{
	float: none;
	margin: 0 0 0 2px;
}
#topic div.right p{
	line-height: 1.2;
	margin-top: 12px;
}
#topic div.right a{
	display: block;
	clear: both;
}
#topic div.right a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

