@charset "utf-8";
/* CSS Document */



#main {
	height:210px;
}
#colLeftIndex {
	float: left;
	width:360px;
	padding-bottom:20px;
	position:relative;
	left:30px;
}
#colLeftIndex h2 {
	width:360px;
	text-indent: 0;
	clear: both;
	height: 24px;
	/*common2を上書き*/
}

#colRightIndex {
	float:right;
	width:385px;
	padding-bottom:20px;
}
#colRightIndex h2 {
	width:385px;
	text-indent: 0;
	clear: both;
	height: 24px;
	/*common2を上書き*/
}

#more {
	margin-top:2px;
	width:354px;
	text-align:right;
}

.indexMenuList {
	width:360px;
	list-style-type:none;
	padding:0px;
}
.indexMenuList li{
	width:175px;
	float:left;
	padding:5px 0px 5px 0px;
	border-top:1px dotted #666;
	margin-right:5px;
}
.indexMenuList li a{
	display:block;
	height:18px;
}
html>body .indexMenuList li{
	padding:5px 0px 5px 0px;
}
.indexMenuList li.last{
	border-bottom:1px dotted #666;
	margin-bottom:20px;
}
.indexMenuList li.long{
	width:355px;
}
.indexMenuList li.long a:hover{
	background:#e8e8e8;
}



.clr {
	clear:both;
	height:0;
	line-height:0;
}

