@charset "utf-8";
body,tr,th,td { font-size:10pt; font-family: Arial,Helvetica,sans-serif,MS UI Gothic,Tahoma,Osaka,Verdana; }
#fs11 { font-size:11pt; }
#fs9 { font-size:9pt; }
a:link { color:#0000CC; text-decoration:underline; }
a:visited { color:#800080; text-decoration:underline; }
a:active { color:#FF6600; text-decoration:underline; }
a:hover { color:#FF6600; text-decoration:underline; }
.deco{	text-decoration: none; }
.horizon {
	margin: 0px 0px 5px 0px;
	padding: 0;
	border-top: 1px solid #E7E7E7;
	border-bottom: none;
	border-left: none;
	border-right: none;
	line-height: 1px;
}
#top_cell {
	padding: 2px;
	line-height: 17px;
}
#cell_ct {
	line-height: 24px;
	padding-left: 5px;
}
#cell {
	line-height: 22px;
	padding-left: 5px;
}
.gray1 {
	height: 24px;
	margin:0;
	padding-left:3px;
	vertical-align: middle;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E7E7E7));
	background: -moz-linear-gradient(top, #FFFFFF, #E7E7E7);
	background: -ms-linear-gradient(top, #FFFFFF, #E7E7E7);
	linear-gradient(to bottom, #FFFFFF, #E7E7E7);	/* IE10 */
}
.gray1_2 {
	height: 22px;
	margin:0;
	padding-left:3px;
	vertical-align: middle;
	background: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#FFFFFF));
	background: -moz-linear-gradient(top, #E7E7E7, #FFFFFF);
	background: -ms-linear-gradient(top, #E7E7E7 ,#FFFFFF);
	linear-gradient(to bottom, #E7E7E7, #FFFFFF);	/* IE10 */
}
.gray2 {
	height: 24px;
	margin:0;
	padding:0;
	vertical-align: middle;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EAEAEA));
	background: -moz-linear-gradient(top, #FFFFFF, #EAEAEA);
	background: -ms-linear-gradient(top, #FFFFFF, #EAEAEA);
	linear-gradient(to bottom, #FFFFFF, #EAEAEA);	/* IE10 */
}
.gray2_2 {
	height: 24px;
	margin:0;
	padding:0;
	vertical-align: top;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EAEAEA));
	background: -moz-linear-gradient(top, #FFFFFF, #EAEAEA);
	background: -ms-linear-gradient(top, #FFFFFF, #EAEAEA);
	linear-gradient(to bottom, #FFFFFF, #EAEAEA);	/* IE10 */
}
.gray3 {
	height: 24px;
	margin:0;
	padding:0;
	vertical-align: middle;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
	linear-gradient(to bottom, #FFFFFF, #EEEEEE);	/* IE10 */
}
.gray3_2 {
	height: 24px;
	margin:0;
	padding:0;
	vertical-align: top;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
	linear-gradient(to bottom, #FFFFFF, #EEEEEE);	/* IE10 */
}
.gray4 {
	height: 24px;
	margin:0;
	padding:0;
	vertical-align: middle;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
	background: -moz-linear-gradient(top, #FFFFFF, #F2F2F2);
	background: -ms-linear-gradient(top, #FFFFFF, #F2F2F2);
	linear-gradient(to bottom, #FFFFFF, #F2F2F2);	/* IE10 */
}
th.bg {
	background-image: url('../img/gray_24.gif');
	background-repeat: repeat-x;
	background-position: 0%;
	border-bottom: 1px solid #0000CD;
	text-align: center;
	vertical-align: middle;
}
.searchbox{
	background: #ffffff;
	height: 36px;
	padding: 7px 0 6px 0;
}
form {
	background: none;
	display: block;
  	position: relative;
}
form .titlelogo {
	position: absolute;
	top: 8px;
	left: 7px;
}
.srch {
 	width: 200px;
 	padding: 10px;
 	font-size: 14px;
	border: 1px solid #E0E0E0;
  	border-right: 0;
	box-sizing: content-box;
	position: absolute;
	top: 0;
	/*left: 209px;*/
	left: 143px;
}
.sbmt {
	font-size: 14px;
	padding: 10px 20px;
	border: 1px solid #0000FF;
	position: absolute;
	top: 0;
	/*left: 430px;*/
	left: 364px;
	font-weight: bold;
  	letter-spacing: 5px;
	padding: 10px 10px 10px 15px;
	background: linear-gradient(#0000cd, #0000FF);
	color: #FFFFFF;
	box-shadow: 1px 1px 1px 0 #EFEFEF inset, -1px -1px 3px 0 #0000FF inset;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.navi {
	padding: 4px 2px;
	position: absolute;
	top: 5px;
	left: 7px;
	text-decoration: none;
}
.path a {
	color:#FFFFFF; text-decoration:underline;
}
.path {
	height: 30px;
	position: relative;
	margin:0;
	padding:0;
	vertical-align: middle;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000cd));
	background: -moz-linear-gradient(top, #0000FF, #0000cd);
	background: -ms-linear-gradient(top, #0000FF, #0000cd);
	linear-gradient(to bottom, #0000FF, #0000cd);	/* IE10 */
	color: #FFFFFF;
	font-weight: bold;
}
#path_solid {
	border-top: 1px solid #0000CD;
}
.ttl {
	text-align: center;
	font-size: 13px;
	line-height: 17px;
	padding: 6px 0px;
}
.theme {
	line-height: 17px;
	padding: 2px 5px;
	background-color: #F5F5F5;
	text-decoration: none;
}
.theme #sup {
	font-size: 13px;
}
.cnd {
	background-color: #FFF;
	color: #CC0000;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	padding: 2px 5px 0px 5px;
}
.cmt {
	background-color: #FFF;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	padding: 2px 5px 5px 5px;
}
/*-- pagectl --*/
/*
.pagectl {
	height: 24px;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	line-height: 1;
}
.pages {
	background: #FFFFFF;
	height: 30px;
	padding: 10px 0 0 0;
	text-align: center;
	display: block;
}
.pages a, .pages #now {
	background-color: #FFFFFF;
	font-size: 18px;
	padding: 4px 6px;
	border: 1px solid #EAEAEA;
	margin: 0 2px;
}
.pages #now {
	background-color: #EAEAEA;
}
.pages a:hover {
	background-color: #1e90ff;	/*dodgerblue*/
	color: #fff;
	text-decoration: none;
}
*/
.pages {
	clear: left;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 1;
}
.pages a, .pages #now {
	font-size: 12px;
	padding: 4px 6px;
	border: 1px solid #EAEAEA;
	margin: 0 2px;
}
.pages #now {
	background-color: #EAEAEA;
}
.pages a:hover {
	/*background-color: #06a6e2;*/
	background-color: #1e90ff;	/*dodgerblue*/
	/*background-color: #6090ef;cornflowerblue*/
	color: #fff;
	text-decoration: none;
}
.bar {
	width: 425px;
	height: 24px;
	position: relative;
	display: block;
}
.bar #rtn {
	position: absolute;
	top: 10px;
	left: 7px;
}
.bar #home {
	position: absolute;
	top: 10px;
	left: 180px;
}
.bar #top {
	position: absolute;
	top: 10px;
	left: 370px;
}
.ct {
	background-color: #F5F5F5;
	height: 100%;
	display: block;
	font-size: 14px;
	padding: 5px;
}
.taglist {
	background-color: #F5F5F5;
	height: 100%;
	display: inline-block;
	font-size: 14px;
	padding: 5px;
	line-height: 20px;
	max-width:100%;
}
.ct a,.taglist a {
	background-color: #FFFFFF;
	/*border: 1px solid #EAEAEA;*/
	border-radius:5px;
    	-webkit-border-radius:5px;
    	-moz-border-radius:5px;
	margin: 2px;
	padding: 3px;
	display: inline-block;
}
.com_bar a {
	background-color: #FFFFFF;
	/*border: 1px solid #EAEAEA;*/
	border-radius:5px;
    	-webkit-border-radius:5px;
    	-moz-border-radius:5px;
	margin: 2px;
	padding: 3px;
}
.com_bar{
	background-color: #F5F5F5;
	height: 16px;
	display: block;
	font-size: 14px;
	padding: 7px 10px 6px 10px;
}
.ad_footer{
	background: #ffffff;
	height: 260px;
	vertical-align: middle;
	text-align: center;
	padding: 20px 0 0 0;
}
.sim_data {
	/*background-color: #3CB371;*/
	background-color: #228B22;
	border-radius:5px;
    	-webkit-border-radius:5px;
    	-moz-border-radius:5px;
	-ms-border-radius:5px;
	color: #fff;
	font-size: 11px;
	vertical-align: middle;
	margin: 2px;
	padding: 3px;
	display: inline-block;
}
.sim_sound {
	background-color: #0000FF;
	border-radius:5px;
    	-webkit-border-radius:5px;
    	-moz-border-radius:5px;
	-ms-border-radius:5px;
	color: #fff;
	font-size: 11px;
	vertical-align: middle;
	margin: 2px;
	padding: 3px;
	display: inline-block;
}
