html {
	background-color: #000000;	
	background-image: url(../img/bg_body.jpg);
	background-position: left top;
	background-repeat: repeat-x;			
}

body {
	text-align: left;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

div#page {
	width: 900px;
	margin: 0 auto;
	margin-top: -20px;
}

div#wrapper {
	width: 900px;
	background-color: #808285;	
	background-image: url(../img/bg_page.jpg);
	background-repeat: no-repeat;
	margin: 0 auto ;
}

div#contents {
	clear: both;
	padding: 19px 35px;
}

/*----------------- main_contents --------------------*/

div#main_contents {
	background-color: #808285;
	color: #58595b;
	width: 510px;
	float: right;
}

div.inner {
	margin: 15px 15px 0px;
	padding-bottom: 15px;
}

div#main_contents ul li {
    list-style-type: disc;
    list-style-position: inside;
	line-height: 1.6em;

}

div#main_contents ol li {
    list-style-type: decimal;
    list-style-position: inside;
	line-height:1.6em;
}

div#main_contents a {
	color: #58595b;
	text-decoration: underline;		
}

div#main_contents a:hover {
	color: #FF4400;
}

div.report_contents {
	background-repeat: repeat-x;	
	background-color: #FFF;
	color: #414142;
	width: 510px;
	margin-bottom: 15px;
}

div.mamushi_contents {
	background-color: #FFF;
	color: #414142;
	width: 510px;
	margin-bottom: 15px;
}

span.date {
	font-size: 77%;
	font-style: italic;
	color: #58595B;
    font-weight: normal;
}


/*----------------- sub_contents --------------------*/

div.sub_contents {
	width: 305px;
	margin-bottom: 15px;
	background-color: #232323;
	background-image: url(../img/bg_sub_contents.gif);	
	background-repeat: repeat-x;	
	color: #f1f1f2;	
}

div.sub_contents .inner_weather {
	text-align: center;
}

div.sub_contents .inner_weather .weather_detail {
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 25px;
	font-size: 16px;
	text-align: left;
	padding-left: 50px;
}
div.sub_contents .inner_weather .weather_detail img {
	vertical-align: middle;
}

div.sub_contents .inner_weather iframe {
	background-color: #000;
}

div.sub_contents .inner_weather .title {
	font-size: 13px;
}

div.sub_contents .team_entry {
	margin-top: -2px;
}

div.sub_contents_second {
	border-top: 1px solid #808285;	
}

div.sub_contents p.sub_image {
    margin-top: 15px;
    margin-bottom: 0px;
}

div.sub_contents p.sub_image img {
    border: 1px solid #ABABAB;
}

div.sub_contents p.sub_image img a {
    border: 1px solid #F15A24;
}

.sub_image a:hover {
filter:alpha(opacity=80); /*IE*/
-moz-opacity:0.8; /*FF*/
opacity:0.8;
}

div.sub_contents dl.date {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5;
}

div.sub_contents dl.date dd {
	text-indent: 13px;
}

div.sub_contents p.read_more {
	text-align: right;
	margin-top: 0px;
	padding-bottom: 0px;
}

div.sub_contents p.read_more img {
    vertical-align: text-bottom;
    margin-right: 3px;
}

div.sub_contents p.read_more a {
	text-align: right;
	color: #F1F1F2;
	text-decoration: underline;
}

div.sub_contents p.read_more a:hover {
	color: #F15A24;	
}	

div.sub_contents li img {
	margin-bottom: 10px;
    margin-top: 0px;
    border: 1px solid #ABABAB;
}

div.sub_contents ul.partner_list {
	width: 300px;
	height: 135px;
	height: 228px;
}

*html div.sub_contents ul.partner_list {
	width: 260px;
}

div.sub_contents ul.partner_list li.partner_list {
	float: left;
	width: 143px;
        height: 48px;
}

*html div.sub_contents ul.partner_list li.partner_list {
	width: 130px;
}
div.sub_contents ul.partner_list li.partner_list a img {
	width: 90%;
	margin-bottom: 12px;
}