@charset "UTF-8";

html {
	height: 100%;
	background: url('/img/bg.jpg') repeat center top fixed;
}	

body {
	height: 100%;
}

/* outer box */
#outer_container {
	min-width: 1036px;
}

#container {
	width: 954px;
	height:100%;
  min-height: 100%;
	margin: 0 auto;
	padding-top: 5px;
	background: #000;
}

#wrapper {
	padding-top: 10px;
	padding-bottom: 18px;
	padding-right: 18px;
	padding-left: 18px;
	background: #FFF;
}

#btm_box {
	background: #101010;
}

#footer {
	background: #000;
	height: 186px;
}

#side_banner {
	width: 41px;
	position: fixed;
	top: 65px;
	z-index: 300;
}

/* header */
#header_logo {
	padding-bottom: 6px;
	width: 258px;
	height: 69px;
}

#header_infobox {
	width: 344px;
}

#header_infobox img {
	float: left;
}

.header_yline {
	width: 5px;
	height: 18px;
	float: left;
	background: url('/img/header_yline.gif') no-repeat;
}

#header_boxr {
	width: 344px;
	padding-top: 20px;
}

#header_searchbox {
	width: 135px;
	height: 18px;
	background: url('/img/header_search_spc.gif') no-repeat;
}

#header_searchbox input {
	width: 128px;
	height: 17px;
	line-height: 16px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 108%;
	background: #ADADAD;
	border: 0px;
}

.header_xline {
	width: 916px;
	height: 6px;
	line-height: 0;
	padding-bottom: 10px;
	float: left;
	background: url('/img/header_xline.gif') no-repeat;
}

.header_mail {
	width: 107px;
}

/* main */
#top_topbox {
	height: 17px;
	padding-bottom: 10px;
}

#top_main_box {
	width: 916px;
	min-height: 572px;
}

.top_new_entry {
	width: 86px;
	height: 11px;
	padding-top: 3px;
}

.top_more_entry {
	width: 800px;
	height: 17px;
	text-align: right;
}

.top_entry_box {
	width: 217px;
	height: 176px;
	padding-bottom: 15px;
	background: url('/img/entry_box.gif') no-repeat;
	float: left;
}

.top_entry_box a {
	text-decoration: none;
}

.top_entry_link {
	position: absolute;
	width: 217px;
	height: 176px;
	display: block;
	z-index: 100;
}

.top_entry_spc {
	width: 16px;
	height: 176px;
	float: left;
	display: block;
}

.top_entry_img {
	position: relative;
	width: 198px;
	height: 113px;
	padding: 6px;
	overflow: hidden;
	display: block;
}

.top_entry_title {
	position: relative;
	width: 174px;
	height: 18px;
	line-height: 1.7;
	color: #FFF;
	font-size: 110%;
	margin-left: 20px;
	overflow: hidden;
}

.mac .top_entry_title {
	padding-top: 2px;
}

.mac.safari3 .top_entry_title {
	padding-top: 3px;
}

.win.safari3 .top_entry_title {
	padding-top: 1px;
}

.top_entry_date {
	position: relative;
	width: 184px;
	height: 15px;
	color: #787878;
	font-size: 110%;
	margin-top: 2px;
	margin-left: 10px;
	overflow: hidden;
}

.mac .entry_date {
	padding-top: 4px;
}

#top_btmbox {
	height: 17px;
	padding-bottom: 10px;
}

/* main entry_archive */
.entry_main_box {
	width: 902px;
	min-height: 572px;
	margin-left: auto;
	margin-right: auto;
}

.entry_date_box {
	width: 902px;
	height: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.entry_date {
	width: 87px;
	height: 14px;
	line-height: .95;
	background: #FF0000;
	color: #FFF;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}

.entry_topbox {
	padding-bottom: 20px;
}

.entry_title {
	width: 902px;
	background: url('/img/entry_title_bg.gif') repeat-y top center;
}

.entry_title_txt {
	padding-left: 42px;
	padding-right: 30px;
	padding-top: 4px;
	padding-bottom: 5px;
	line-height: 25px;
	color: #0099FF;
	font-size: 200%;
	background: url('/img/entry_title_mark.gif') no-repeat;
}

.entry_txt {
	min-height: 300px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 110%;
	line-height: 1.6;
}

.entry_txt a:link {
	color: #c71a03;
}

.entry_txt a:visited {
	color: #c71a03;
}

.entry_txt img {
	background: #000;
	padding: 10px;
	margin-top: 20px;
}

.entry_txt p {
	padding-top: 15px;
	padding-bottom: 5px;
}

.entry_info {
	background: #000;
	height: 33px;
}


.entry_youtube {
	width: 425px;
	height: 344px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background: #000;
}

.entry_info_txt {
	height: 24px;
	line-height: 2.2;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
}

.mac .entry_info_txt {
	padding-top: 2px;
}

.win.safari3 .entry_info_txt {
	padding-top: 1px;
}

.mac.safari3 .entry_info_txt {
	padding-top: 3px;
}

.entry_hline {
	height: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('/img/entry_hline.gif') no-repeat;
}

.entry_btmbox {
	padding-top: 20px;
	padding-bottom: 2px;
}

.entry_more_box {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: #000;
}



.entry_more_box {
	width: 570px;
	line-height: 2;
	margin-left: 165px;
	margin-right: 165px;
}

.entry_more_box a {
	color: #000;
}

.entry_more_link_l {
	width: 200px;
	float: left;
	text-align: right;
}

.entry_more_link_r {
	width: 200px;
	float: left;
	text-align: left;
}

.entry_more_link a {
	background: yellow;
	padding: 4px;
}

.entry_more_link a:hover {
	background: red;
}

.entry_more_link_c {
	width: 145px;
	float: left;
	text-align: center;
}


/* btm menu */
.btm_header {
	padding-bottom: 8px;
}

#btm_list_box {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
}

.btm_boxl {
	width: 433px;
	line-height: 30px;
	margin-right: 35px;
	padding-bottom: 22px;
	color: #808080;
	font-size: 110%;
	font-weight: bold;
}

.btm_boxr {
	width: 433px;
	line-height: 30px;
	padding-bottom: 22px;
	color: #808080;
	font-size: 110%;
	font-weight: bold;
}

.btm_boxr a:link {
	color: #808080;
}

.btm_boxr a:visited {
	color: #808080;
}

.btm_entry_title {
	color: #0099FF;
	padding-left: 10px;
}

.btm_entry_title a:link {
	color: #0099FF;
}


.btm_entry_title a:visited {
	color: #0099FF;
}

#btm_list_box li {
	width: 433px;
	height: 32px;
	background: url('/img/btm_hline.gif') no-repeat;
	overflow: hidden;
}
/* search */
#search_content_box {
	min-height: 572px;
	line-height: 2;
}

#search_content_box li {
	padding-left: 13px;
	font-size: 125%;
	line-height: 2;
	color: #0099FF;
	background: url('/img/search_mark.gif') no-repeat;
}

#search_content_box li a {	
	color: #0099FF;
}

#search_notice {
	color: #6F6F6F;
	font-weight: bold;
	text-align:left;
	padding-bottom: 5px;
}

.search_txt {
	color: #000;
	font-weight: bold;
}

.search_btmbox {
	padding-bottom: 20px;
}


/* footer */

.footer_info_box {
	width: 386px;
	padding-left: 18px;
	padding-top: 12px;
}

.footer_logo_box {
	width: 185px;
	height: 24px;
	padding-top: 12px;
}

.footer_kozm {
	width: 185px;
}



/* Common CSS */
.grey {
	color: #686868;
}

.orange {
	color: #FF0000;
}


.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}