@import url(global.css);


/*========================================*/
/* BEGIN link styles */
/*========================================*/
a.main_menu_link:link {
	color: #fff;
	text-decoration: none;
	}

a.main_menu_link:hover {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-decoration: none;
	border-bottom: none;
	}

a.main_menu_link:active {
	text-decoration: none;
	}

a.main_menu_link:visited {
	color: #fff;
	text-decoration: none;
	}
/*========================================*/
/* END link styles */
/*========================================*/


#header_logo {
	margin: 0px auto 0px auto;
	background: url(../images/main/header_logo.gif) right no-repeat;
	height: 74px;
	width: 612px;
	}
	
#site_areas {
	background-color: #1a1a1a;
	height: 158px;
	}

#site_area_group {
	margin: 0px auto 0px auto;
	width: 734px;
	}

div.site_area {
	height: 158px;
	width: 120px;
	border-width: 0px 0px 0px 2px;
	border-style: solid;
	border-color: black;
	float: left;
	}

div.site_area_rightmost {
	height: 158px;
	width: 120px;
	border-width: 0px 2px 0px 2px;
	border-style: solid;
	border-color: black;
	float: left;
	}
	
div.site_area_title {
	background-color: #626B44;
	height: 20px;
	width: 120px;
	font-family: sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	color: white;
	padding-top: 8px;
	}

div.site_area_title_ja {
	background-color: #626B44;
	height: 20px;
	width: 120px;
	font-family: sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	color: white;
	padding-top: 8px;
	}
	
div.site_area_item {
	background-color: #333;
	height: 130px;
	width: 120px;
	}

img {
	border: none;
	}

#news {
	clear: both;
	background-color: #0b0b0b;
	padding: 10px 0px 0px 0px;
    }

#news_container {
	width: 850px;
	margin: 0px auto 0px auto;
	font-size: 1.2em;
	}

#news_container_header {
	float: left;
	width: 6em;
	padding: 5px 5px 5px 5px;
	background-color: #1A1A1A;
	border: 1px solid #800101;
	font-weight: bold;
    }

#news_container_headlines {
	background-color: #272727;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #800101;
	border-right: 1px solid #800101;
	border-bottom: 1px solid #800101;
	letter-spacing: 1px;
	text-align: left;
	}

#shiten_ronten_container{
	height: 30px;
	margin: 10px 0px 0px 0px;
	text-align: top;
	
	}