@charset "UTF-8";
/* 全体 */
body {
	font-family:osaka,MS Pゴシック,arial,helvetica,sans-serif;
	margin: 0px 0px 4px 16px;
	background-color: #FFFFFF;
	line-height : 1.6em;
	font-size: 100%;
	color: #333;
	width: 1000px;
}
form{margin: 0px;}
td,th {font-size:small;color:#222;vertical-align:top;}
img {border: 0px;}
img.border {border: 1px solid #333;}
img.nico {width:130px;height:100px;border: 1px solid #333;}
a { color: #00F;}
a:link    { color:#00F; text-decoration:underline;}
a:visited { color:#009; text-decoration:underline;}
a:hover   { color:#009; text-decoration:none;}
a:active  { color:#F00; text-decoration:none;}
a.b {font-weight:bold;}
a.premium {font-weight:600;}
.hidden {display:none;}

/*-----------------------------------------------------------------*/
div.left-frame {
	float: left;
	width: 760px;
	height: 100%;
	padding:0px;
	margin: 0px;
}
div.right-frame {
	vertical-align: top;
	float: left;
	text-align: left;
	width: 190px;
	padding: 0px 0px 5px 5px;
	margin: 0px;
}
div.left-frame2 {
	float: left;
	width: 740px;
	height: 100%;
	padding:0px;
	margin: 0px;
}
div.right-frame2 {
	vertical-align: top;
	float: left;
	text-align: left;
	width: 210px;
	padding: 5px 0px 5px 5px;
	margin: 0px;
}


h1 {margin: 0px 20px 0px 6px;color:#222;font-size: 16px;float:left;}

.footer {
	text-align: center;
	font-size: 80%;
}
.footer a{
	font-weight: normal;
	color: #666;
}


div.title_comment {
	color: #666;
	font-size: 90%;
	margin-bottom: 2px;
	margin-left: 3px;
}
.menu {
	font-size:95%;
	font-weight: bold;
}
.menu_bg { font-size:80%; font-weight:bold; background:#CCC url('/image/bg_menu.gif') repeat-x; border-top:solid 1px #999; border-bottom:solid 1px #666; margin:1px 0px 6px 0px; padding:2px 12px;}
.menu_bg a:link {color:#333;}
.menu_bg a:visited {color:#333;}
.menu_bg a:hover {color:#999;}

.menu2 {
	font-size:95%;
	font-weight: bold;
	line-height : 1.2em;
}
a.video { font-weight:bold;}
a.video:link    { color:#579; text-decoration:underline;}
a.video:visited { color:#135; text-decoration:underline;}
a.video:hover, a.video:active { color:#FFF; text-decoration:none; background:#357;}




table.default {
	border:solid 1px #CCC;
	background-color:#FEFEFE;
	border-collapse: collapse;
}
table.default td {
	font-size: x-small;
	border:solid 1px #CCC;
	padding: 3px 5px 3px 5px;
	white-space: nowrap;
	background-color:#FFF;
}
table.default th {
	border:solid 1px #F8F8F8;
	padding: 3px 5px 3px 5px;
	font-weight:normal;
	text-align:left;
	background-color:#E0E0E0;
	white-space: nowrap;
}
