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

@import "reset.css";

body{
	font-family:メイリオ, Meiryo, Osaka, sans-serif;
	background-color:#1B1B1B;
	color:#444;
}
a{
	color:#214477;
	text-decoration:none;
}
.markup{
	color:#900;
}
.spacer{
	height:25px;
}

.data td{
	background-color:#AAA;
}

.text{
	margin:10px 20px 10px 20px;
	font-size:80%;
	color:#444;
	text-align: left;
}

.photo_caption{
	margin:0 0 20px 0;
	padding:0;
	font-size:80%;
	text-align:center;
}

.score3-img{
	padding-left:160px;
	margin:0;
	background:url(img/score3.png) left top no-repeat;
}
.score2-img{
	padding-left:160px;
	margin:0;
	background:url(img/score2.png) left top no-repeat;
}
.score-img{
	padding-left:160px;
	margin:0;
	background:url(img/score.png) left top no-repeat;
}

h3 {
	margin:30px 20px 20px 20px;
	font-size:80%;
	color:#667917;
	font-weight:bold;
}

.list{
	margin:10px 20px 10px 20px;
	font-size:70%;
	border:1px dotted #5173C4;
	border-width:1px 0;
}
.list li{
	line-height:200%;
}

.citation{
	margin:30px;
	padding:20px;
	border:1px dashed #999;
	background-color:#AAA;
	font-size:80%;
	color:#333;
}
ul{
	list-style-type:disc;
	margin-left:20px;
}
.shine{
	background-color:#DDD;
}
.dark{
	background-color:#DDD;	
}

.smaller{
	font-size:80%;
}
.larger{
	font-size:120%;
}
h1{
	margin:0;
	padding:0;
	font-size:150%;
	color:#333;
	text-align:right;
}

h2{
	margin:0;
	padding:0;
	color:#365270;
	font-weight:bold;
	font-size:100%;
}

#container{
	width:800px;
	margin:36px auto 36px;
	padding:0;
}

#titlezone{
	margin:0;
	padding:0;
	width:800px;
	height:34px;
}

#eyecatch{
	width:800px;
	height:240px;
	margin:0;
	padding:0;
}

#updatezone{
	margin:5px 0;
	padding:0;
	width:800px;
	height:30px;
	background-image:url(img/update.png);
	background-repeat:no-repeat;
	font-size:70%;
	color:#CCC;
}
#updatezone a{
	color:#0C0;
	text-decoration:none;
}

#nicovideo{
	margin:0px 0px 10px 0px;
	padding:0;
}

#mainzone{
	width:800px;
	margin:0;
	padding:0;
}
.mainzone-left{
	margin:0;
	padding:0;
	width:160px;
	float:left;
}
.mainzone-right{
	margin:0;
	padding:0;
	width:600px;
	float:right;
}
.mainzone-clear{
	clear:both;
}

#contitle{
	text-align:right;
}

.plate_top{
	margin:0;
	padding:0;
	width:800px;
	height:25px;
	background:url(img/plate_top.png) no-repeat;
}

.plate_center{
	margin:0;
	padding:0;
	width:800px;
	background:url(img/plate_center.png) repeat;
}

.plate_bottom{
	margin:0 0 10px 0;
	padding:0;
	width:800px;
	height:25px;
	background:url(img/plate_bottom.png) no-repeat;
}

#banner{
	font-size:60%;
	color:#666;
}

#banner td{
	text-align:center;
}


#footnavi{
	font-size:70%;
	color:#CCC;
	margin:10px 0;
	padding:0;
	text-align:center;
}
#footnavi a{
	color:#CCC;
}

#copyright{
	width:310px;
	height:80px;
	margin:0 auto;
	padding:0;
}

.q{
	min-height:33px;
	margin:25px 0px 0px 0px;
	padding:0 0 0 40px;
	background:url(img/q.gif) no-repeat top left;
	color: #7E961D;
}
.a{
	min-height:33px;
	margin:5px 0 0 0;
	padding:0 0 0 40px;
	background:url(img/a.gif) no-repeat top left;
}

#badge-twitter{
	margin:0;
	padding:0;
	width:30px;
	height:120px;
	position:fixed;
	top:70px;
	right:0;
}
#badge-mixi{
	margin:0;
	padding:0;
	width:30px;
	height:120px;
	position:fixed;
	top:225px;
	right:0;
}

.table_01{
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-collapse:collapse;
	border-top:1px dotted #999999;
	background-color:#DDD;
}

.table_01 th{
	width:25%;
	padding:4px 2px 2px 4px;
	text-align:left;
	vertical-align:top;color:#666666;
	background-color:#EEEEEE;
	border-bottom:1px dotted #999999;
	border-left:5px solid #FF9900;
}

.table_01 td{
	padding:4px 2px 2px 4px;
	border-bottom:1px dotted #999999;
	border-left:3px double #CCCCCC;
}

