@charset "UTF-8";

/************************************************** haj */
.haj{
	display: block;
	min-height: 0;
}
.haj:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .haj{
	display: inline-block;
}
/* exclude ie mac \*/
* html .haj{
	height: 1%;
}


/************************************************** base common */
#wrap{
	margin: 0 auto;
	width: 950px;
}
body{
	line-height: 150%;
	color: #666;
	font-size: 100%;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	color: #ff0000;
}
/*
#contents a{
	border-bottom: 1px #ccc dotted;
}
*/

h2{
	margin: 10px 0;
	color: #000;
	font-size: 150%;
	clear: both;
}
h3{
	padding: 10px 0;
	font-size: 125%;
	clear: both;
}
.contents{
	padding: 10px 0;
	margin: 0 0 0 20px;
}
.red{
	color: #ff0000;
}

table.common{
	margin-top: 10px;
	margin-bottom: 10px;
}
table.common th{
	padding: 10px;
	border: 1px #ccc solid;
	background: #f1f1f1;
}
table.common td{
	padding: 5px;
	border: 1px #ccc solid;
	vertical-align: middle;
}
table.common .nobr{
	white-space: nowrap;
}
table.common td.c{
	text-align: center;
}
table.common td.r{
	text-align: right;
}

#sns{
}

input.s{
	width: 60px;
}

#ad{
	float: right;
}


/************************************************** header */
#header{
	margin: 10px 0 0 0;
	border-bottom: 1px #333 solid;
}
#pankuzu{
	margin: 5px 0 30px 0;
}
h1{
	margin: 0;
	padding: 0;
	height: 80px;
	width: 270px;
	background: url(/img/plus-a.net.gif);
	display: block;
}
h1 a{
	height: 80px;
	width: 270px;
	display: block;
}
h1 span{
	display: none;
}

/************************************************** contents */
#contents{
	margin: 10px 0;
}
div.set{
	margin: 15px 0 15px 30px;
	height: 25px;
	clear: both;
}
div.set a{
	padding: 0 10px 2px 0;
	/*border-bottom: 1px #999 dotted;*/
	background: #fff;
}
div.set div.title{
	width: 250px;
	float: left;
	background: url(/img/line_bg.gif) repeat-x;
	font-size: 100%;
}
div.set div.summary{
	margin-left: 10px;
	float: left;
	color: #666;
	font-size: 90%;
}

/************************************************** footer */
#footer{
	padding: 10px 0;
	border-top: 1px #333 solid;
	clear: both;
}
#footer .set{
	margin: 0 0 20px 0;
}
#to_top{
	font-size: 90%;
	float: left;
}
#copy{
	text-align: center;
	font-weight: normal;
	clear: both;
}



/************************************************** ***** */

/********** common */

/********** news */
#news_navi{
	width: 240px;
	float: left;
}
#news_list{
	width: 700px;
	float: left;
}
ul.news{
	margin: 10px 0 10px 10px;
}
ul.news li{
	margin-left: 20px;
}
ul.news li .yt,
ul.news li .yt a{
	color: #ff9999;
}
ul.news li .yt a:hover{
	color: #ff0000;
}
ul.news li.fi{ padding: 0 0 0 20px; }
ul.news li.i1{ background: url("/news/favicon/mainichi.gif") top left no-repeat; }
ul.news li.i2{ background: url("/news/favicon/yomiuri.gif") top left no-repeat; }
ul.news li.i3{ background: url("/news/favicon/msn.gif") top left no-repeat; }
ul.news li.i4{ background: url("/news/favicon/asahi.gif") top left no-repeat; }
ul.news li.i7{ background: url("/news/favicon/jiji.gif") top left no-repeat; }
ul.news li.i8{ background: url("/news/favicon/reuters.gif") top left no-repeat; }
ul.news li.i9{ background: url("/news/favicon/cnn.gif") top left no-repeat; }

ul.news li.i21{ background: url("/news/favicon/nhk.gif") top left no-repeat; }
ul.news li.i22{ background: url("/news/favicon/news24.gif") top left no-repeat; }

ul.news li.i81{ background: url("/news/favicon/nhk.gif") top left no-repeat; }
ul.news li.i82{ background: url("/news/favicon/fuji.gif") top left no-repeat; }
ul.news li.i83{ background: url("/news/favicon/tbs.gif") top left no-repeat; }
ul.news li.i84{ background: url("/news/favicon/yomiuri.gif") top left no-repeat; }
ul.news li.i85{ background: url("/news/favicon/asahi.gif") top left no-repeat; }
ul.news li.i86{ background: url("/news/favicon/ann.gif") top left no-repeat; }
ul.news li.i87{ background: url("/news/favicon/fuji.gif") top left no-repeat; }





/********** qa */
#qa_navi{
	width: 240px;
	float: left;
}
#qa_list{
	width: 700px;
	float: left;
}
#qa_list form{
	margin: 10px 0 10px 20px;
}

ol.qlist li{
	margin: 0 0 25px 10px;
	padding: 0 0 0 20px;
}
ol.qlist li.hatena{ background: url("/qa/img/icon_hatena.gif") top left no-repeat; }
ol.qlist li.yahoo{ background: url("/qa/img/icon_yahoo.gif") top left no-repeat; }
ol.qlist li.okwave{ background: url("/qa/img/icon_okwave.gif") top left no-repeat; }
ol.qlist li.goo{ background: url("/qa/img/icon_goo.gif") top left no-repeat; }

ol.qlist li .title{
	border-bottom: 1px #ccc solid;
}
ol.qlist li .date{
	margin: 3px 0;
	font-size: 90%;
}
ol.qlist li .desc{
	max-height: 90px;
	overflow: hidden;
	color: #999;
	font-size: 90%;
}


/********** ad */
ul.ad{
	margin: 10px 0 10px 20px;
}
ul.ad li{
	list-style-type: disc;
}
#ad_price{
	font-size: 90%;
}
#ad_price a{
	color: #3333ff;
	border-bottom: 1px #3333ff dotted;
}


/**********text tool */
table.texttool td.r{
	text-align: left;
}


/********** work production_cgi */
/********** work production_php */
.nagare th, .nagare td{
	padding: 5px 20px;
	font-weight: normal;
}
.nagare th.c, .nagare td.c{
	text-align: center;
}
.nagare th{
	vertical-align: middle;
	background: #e6e6e6;
}



table.ad td{
	padding: 5px;
	vertical-align: top;
}



