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

@import "default.css";
@import "flexcrollstyles.css";
@import "lightbox.css";
@import "standard.css";

#wrap {
	text-align: left;
	padding: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #header {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 1000px;
	position: relative;
	color: #CCCCCC;
}
#wrap #footer {
	text-align: center;
	color: #CCCCCC;
}
#wrap #footer address {
	padding: 20px;
}

#header #header_logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 120px;
	width: 179px;
}
#header #header_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 750px;
	text-align: right;
}



#wrap #gnavi {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100px;
	width: 1000px;
}

#wrap #gnavi li {
	list-style-type: none;
}
#gnavi_menu #gm_home {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 192px;
}
#gnavi_menu #gm_topics {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 155px;
}
#gnavi_menu #gm_search {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 154px;
}
#gnavi_menu #gm_contact {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 153px;
}
#gnavi_menu #gm_company {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 157px;
}
#gnavi_menu #gm_link {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 189px;
}

#container #main_content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 680px;
}
#container #sidebar {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
}
#container #top_lead {
	margin-bottom: 15px;
}
#sidebar #banner {
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar #banner #side_banner li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar #topics {
	padding-right: 10px;
	padding-left: 10px;
	color: #CCCCCC;
}
#side_topics .date {
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}
#side_topics li {
	margin-bottom: 5px;
}



#main_topics {
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
}
#map {
	margin-top: 15px;
	margin-bottom: 15px;
}

#main_topics_list .date {
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}
#main_topics_list li {
	margin-bottom: 6px;
}



#main_content #recom {
	margin-bottom: 10px;
}
#main_content #custom_search {
	margin-bottom: 10px;
}
#main_content #category {
	margin-bottom: 10px;
}
.content_ttl {
	background-image: url(../images/ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 66px;
	width: 680px;
}
.content_ttl h3 {
	font-weight: bold;
	color: #EB6100;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.recom_table {
	color: #CCCCCC;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#recom_pachi th, #recom_slot th {
	background-image: url(../images/table_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#recom_pachi td, #recom_slot td {
	background-image: url(../images/table_bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6px;
}

.recom_table h4 {
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
}

#search_wrap {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#search_table th {
	background-image: url(../images/search_table_bg.png);
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px;
	color: #000000;
}
#search_table td {
	background-image: url(../images/search_table_bg2.png);
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px;
	color: #CCCCCC;
}
#category #category_wrap {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#category_pachi {
	float: left;
	width: 300px;
}
#category_pachi_list li, #category_slot_list li {
	padding: 3px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 5px;
	color: #CCCCCC;
}
#category_pachi_list li:hover, #category_slot_list li:hover {
	background-color: #FF6600;
	color: #000000;
}

#category_wrap h4 {
	font-size: 120%;
	font-weight: bold;
	color: #EB6100;
}


#category_slot {
	float: right;
	width: 300px;
}
#category_pachi_list, #category_slot_list {
	margin-left: 5px;
	list-style-type: none;
}
#category_pachi_list a, #category_slot_list a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#category_pachi_list a:hover, #category_slot_list a:hover {
	color: #000000;
	text-decoration: none;
}
#footer_navi_wrap #fnavi {

}
#footer_navi_wrap #fnavi li {
	display: inline;
	padding: 10px;
}
#footer_navi_wrap #fnavi {
	padding: 10px;
}
#footer #footer_navi_wrap {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#topics p {
	margin-bottom: 10px;
}
#search_wrap p {
	color: #CCCCCC;
	margin-bottom: 10px;
}
#recom .recom_table p {
	margin-bottom: 10px;
	color: #CCCCCC;
}

