@charset "utf-8";

/* ==================================================
layout_top
================================================== */
/* main
============================== */
#tmp_wrap_main_top {
	padding:0 36px 20px 30px;
	background-color:#E7E6EB;
	clear:both;
}
#tmp_wrap_top {
	width:776px;
	margin:0;
	padding:15px 0 15px 86px;
	clear:both;
}
.index {
	padding:10px 0 20px 40px;
	clear:both;
}
#tmp_wrap_top .col_lft {
	width:240px;
	float:left;
}
#tmp_wrap_top .col_lft p {
	margin-left:10px;
}
#tmp_wrap_top .col_rgt {
	width:450px;
	float:left;
}
#tmp_wrap_top .col_rgt .line_top {
	border-top:1px solid #CCC;
	padding:8px 0;
}
#tmp_wrap_top .col_rgt .line_btm {
	border-bottom:1px solid #CCC;
	padding:8px 0;
}
/* ==================================================
Index list
================================================== */
#index_wrap {
	clear:both;
}
#index_wrap .col_lft,
#index_wrap .col_mdl{
	width:220px;
	padding-right:10px;
	float:left
}
#index_wrap .col_rgt{
	width:230px;
	float:left
}
#index_wrap ul {
	margin:0 0 1em 1.5em;
	list-style-image:url(../images/list_icon.gif);
}
#index_wrap li {
	margin:0.3em 0;
	padding:0.3em 0;
}
/* ==================================================
Backmumber
================================================== */
#backnumber {
	clear:both;
}

#backnumber .title {
	margin:30px 0 10px 0;
	clear:both;
}
#backnumber .list {
	float:left;
	background-image: url(../../images/icon_bn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0 15px;
	padding:3px 20px 3px 18px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_wrap_top:after,
#index_wrap:after,
#backnumber:after{
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

/* for IE7.0 */
*:first-child+html #tmp_wrap_top,
*:first-child+html #index_wrap,
*:first-child+html #backnumber{
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_wrap_top,
* html #index_wrap,
* html #backnumber{
	display:inline-block; /* 変更しない */
}