@charset "utf-8";
/*////////////////////////////////////////////////////////////
/* index.css */


/*------------------------------------------------------------
	1. メイン
-------------------------------------------------------------*/
#selectSection {
	width: 880px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top:20px;
}

#txtSection {
	width: 880px;
}

#txtSection #inner{
	background: url(../img/bg_main.gif) repeat-y;
}

#txtSection #inner h3{
	text-align: center;
	padding-top: 12px;
	padding-bottom: 20px;
}

#txtSection #inner img.zu{
	padding: 0 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}

ul#typeList li{
	float: left;
	padding-left: 22px;
}

ul#typeList li.first{
	padding-left: 30px;
}

table#list {
	margin-left: 30px;
	margin-bottom: 10px;
}


/*------------------------------------------------------------
	7. ページトップ　
-------------------------------------------------------------*/
.pagetop {
	text-align: right;
	padding: 0 0 7px 0;
	margin-right: -0px;
	_position: relative;
}
