@charset "UTF-8";
/*___________ コンテンツ枠 ___________ */
#contents {
	width: 730px;
	float: right;
}
/*___________ ページタイトル ___________ */
.page_title {
	width: 715px;
	float: left;
	height: 50px;
	font-size: 125%;
	line-height: 50px;
	font-weight: bold;
	color: #333333;
	background-image: url(../img/common/page_title.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.pan {
	width: 730px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 50px;
	line-height: 50px;
}
/*___________ テキストボックス ___________ */
.text_box {
	width: 730px;
	float: left;
}
.text_box .text {
	font-size: 117%;
	font-weight: bold;
	color: #333333;
}
.text_box .text span{
	font-size: 117%;
	font-weight: bold;
	color: #FF0000;
	line-height:120%;
}

.text_box .black span{
	font-size: 117%;
	font-weight: bold;
	color: black;
	line-height:120%;
}

.text_box .text a {
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
}
.text_box .text a:hover {
	font-weight: bold;
	color: #333333;
}

/*___________ アナウンス ___________ */
.announce {
	width: 668px;
	float: left;
	border: 1px solid #FF0000;
	background-image: url(../img/common/announce_icon.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-right: 10px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.announce .text a {
	float: left;
	font-weight: bold;
	color: #FF0000;
	line-height: 25px;
	font-size: 109%;
}
.announce .text a:hover {
	float: left;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
	font-size: 109%;
}
/*___________ テーブル ___________ */
.table {
	width: 728px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
.table .item {
	width: 200px;
	background-color: #E6E6E6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	color: #333333;
}
.table .item span {
	color: #FF3333;
}
.table .form span {
	font-size:90%;
	font-weight:normal;
	display:block;
	margin-top:10px;
}
.table .form {
	font-size:110%;
	line-height:140%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #333333;
}
.table .item_l {
	width: 708px;
	background-color: #E6E6E6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	color: #333333;
}
.table .form_l {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	color: #333333;
	width: 708px;
}
/*___________ テーブル（検索用） ___________ */
.search_table {
	width: 728px;
	float: left;
	border: 1px solid #666666;
}
.search_table .item {
	width: 150px;
	background-color: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-weight: bold;
	color: #333333;
}
.search_table .item_l {
	width: 708px;
	background-color: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #333333;
}
.search_table .form {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	color: #000000;
	width: 558px;
}
.search_table .form_l {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	color: #000000;
	width: 708px;
}
.search_table .category_title {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	width: 718px;
	font-weight: bold;
}
.search_table .search_button {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 718px;
}
.search_table .search_button .button input {
	width: 115px;
	height:25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border:0px;
	background-image: url(../img/common/button_search.gif);
	background-position: top;
}
.search_table .search_button .button input:hover {
	width: 115px;
	height:25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border:0px;
	background-image: url(../img/common/button_search.gif);
	background-position: bottom;
}
/*___________ ページャー ___________ */
.pager {
	width: 710px;
	float: left;
	background-color: #E6E6E6;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pager .count {
	width: 710px;
	float: left;
	font-size: 109%;
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
}
.pager .page {
	width: 710px;
	float:left;
	font-size: 109%;
	text-align: center;
	height: 25px;
	line-height: 25px;
}

.pager .page span {
	padding:5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight: bold;
	color: #000000;
}

.pager .page a {
	border:1px solid #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #FFFFFF;
	color: #0033FF;
	text-decoration: none;
	padding: 3px;
}

.pager .page a:hover {
	border:1px solid #CCC;
	padding:3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
}
/*___________ 整列 ___________ */
.line {
	width: 730px;
	float: left;
	font-size: 100%;
}


/*___________ テーブル上部のメニュー ___________ */
#menu_navi {
	width: 730px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 20px;
	margin-bottom: 15px;
}
#menu_navi ul {
	padding:0 0 0 0;
}
#menu_navi li {
	display:inline;
	list-style-type:none;
}
#menu_navi li a {
	display:block;
	float:left;
	text-decoration:none;
}
#menu_navi li.m-text a {
	height: 20px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	color: #333333;
	text-decoration: none;
	margin-left: 10px;
}
#menu_navi li.m-text a:hover {
	height: 20px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
	background-color: #333333;
	width: auto;
	color: #FFFFFF;
	margin-left: 10px;
	text-decoration: none;
}
#menu_navi li.m-text_on a {
	height: 20px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
	background-color: #333333;
	width: auto;
	color: #FFFFFF;
	margin-left: 10px;
	text-decoration: none;
}

/*___________ インフォメーション ___________ */
.info {
	width: 706px;
	float: left;
	border: 2px solid #999999;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 117%;
	color: #666666;
	font-weight: bold;
	text-align: center;
}
