@charset "UTF-8";

/*clearfix
-----------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*
-----------------------------------------------------*/

/*--common--*/
body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd,
table, tr, th, td, address, form,
blockquote, pre, code, img{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	font-size:100%;
}
a {
	color:#097bb9;
}
a:hover {
	color:#fff;
}
span.nodisplay {
	display:none;
}
/*--common end--*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka",  sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#949292;
	background:#000;
}
#logo_wrap,
#wrap,
#nav ul {
	width:800px;
	margin:0 auto;
}
h1#logo {
	margin:20px 0;
}
/*--nav--*/
#nav {
	background:url(images/bg_nav.gif) repeat-x;
	height:49px;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	display:block;
}
#nav ul li#top a {
	background:url(images/nav_top_off.jpg) no-repeat;
	width:140px;
	height:49px;
}
#nav ul li#top a:hover {
	background:url(images/nav_top_on.jpg) no-repeat;
}
#nav ul li#top a.current {
	background:url(images/nav_top_current.jpg) no-repeat;
}
#nav ul li#event a {
	background:url(images/nav_event_off.jpg) no-repeat;
	width:330px;
	height:49px;
}
#nav ul li#event a:hover {
	background:url(images/nav_event_on.jpg) no-repeat;
}
#nav ul li#event a.current {
	background:url(images/nav_event_current.jpg) no-repeat;
}
#nav ul li#monitor a {
	background:url(images/nav_monitor_off.jpg) no-repeat;
	width:330px;
	height:49px;
}
#nav ul li#monitor a:hover {
	background:url(images/nav_monitor_on.jpg) no-repeat;
}
#nav ul li#monitor a.current {
	background:url(images/nav_monitor_current.jpg) no-repeat;
}
/*--nav end--*/

/*--visual--*/
#visual {
	margin:25px 0;
}
/*--visual end--*/

/*--left--*/
#left {
	width:575px;
	float:left;
	margin:0 25px 0 0;
}
#left h2 {
	font-size:16px;
	font-weight:normal;
	color:#b6b6b6;
	border-bottom:1px solid #666;
	padding:0 3px 4px 3px;
}
#left h2 span {
	font-size:11px;
	float:right;
	position:relative;
	top:5px;
}
#left h2 span a {
	color:#666;
}
#left h2 span a:hover {
	color:#777;
}
#left h2#element_monitor {
	margin:40px 0 0 0;
	clear:both;
}
#left .box {
	width:275px;
	float:left;
	padding:20px 0 0 0;
	_padding:20px 0 0 0;
	margin:0 6px;
	_margin:0 5px;
	border-bottom:1px dotted #666;
}
#left .box img {
	float:left;
	margin:0 9px 3px 0;
}
#left .box a {
	color:#fff;
}
#left .box a:hover {
	color:#ebebeb;
}
#left .box p {
	margin:14px 0 24px 0;
}
#left .box span.blogname {
	margin:0 0 0 10px;
}
#left .box span.blogname a {
	color:#097bb9;
}
#left .box span.blogname a:hover {
	color:#0b90d8;
}
/*--left end--*/

/*--right--*/
#right {
	width:200px;
	float:right;
	margin:0 0 50px 0;
	_clear:left;
}
#right a:hover {
	color:#0b90d8;
}
#bnr {
	margin:0 0 20px 0;
}
p#blogparts_desc {
	font-size:10px;
	padding:10px;
}
#AMN-contents {
	background:#171717;
	border:1px solid #2b2b2b;
	border-top:none;
	padding:0 0 10px 0;
}
#AMN-contents form {
	text-align:center;
}
.AMN-item {
	width:180px;
	margin:0 auto;
	background:#ebebeb;
	padding:0 0 10px 0;
}
form input {
	border:1px solid #ccc;
	height:16px;
	padding:4px;
	_padding:2px;
	width:170px;
	_width:174px;
	margin:0 0 10px 0;
	background:#ebebeb;
}
p.AMN-name {
	position:relative;
	top:1px;
	left:1px;
	margin:0 0 10px 0;
}
ul#AMN-entry-list {
	padding:0 10px;
}
ul#AMN-entry-list li {
	margin:0 0 10px 0;
	border-bottom:1px dotted #666;
	padding:0 0 10px 0;
}
.more {
	padding:0 10px;
	text-align:right;
	font-size:11px;
}
/*--right end--*/

/*--ftr--*/
#ftr_wrap {
	background:#171717;
	border-top:1px solid #2b2b2b;
	clear:both;
	margin:70px 0 0 0;
}
#ftr {
	padding:30px 0 80px 0;
	margin:0 auto;
	width:800px;
	text-align:center;
}
/*--ftr end--*/

.entry-image {
	width:90px;
}

.entry-no-image {
	display:none;
}
.review-nexturl {
	float:right;
	width:100px;
	text-align:right;
}
.review-backurl {
	float:left;
	width:100px;
}

