@charset "utf-8";
/* CSS Document */

/*
===== pager ======
*/
.pager
{
	margin: 0px 0px 4px 0px; 
	padding: 0px 0px 0px 0px; 
	font-size: 80%;
	border: solid 0px black;
}
.pager .pg_prev
{
	margin: 0px 6px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}
.pager .pg_next
{
	margin: 0px 0px 0px 2px; 
	padding: 0px 4px 0px 0px; 
}
.pager .pg_num
{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}
/*
===== /pager ======
*/


/* --News-- */
.news_monthlist
{
	margin: 0px 0px 20px 0px;
	font-size:80%;
}
.news_date_label
{
	margin-left: 2px;
	font-weight: bold;
}

.news_date_line
{
	margin:8px 0px 8px 0px;
	padding:0px 0px 2px 2px;
	font-size:80%;
	font-weight:bold;
	border-bottom:dotted 1px #999999;
}

.newstitle {
	margin-left: 10px;
	font-weight: bold;
}

.newstitle_sum
{
	font-size : 0.7em; 
	line-height:1.5em;
	padding: 0px 0px 0px 20px; 
	margin: 0px 3px 2px 6px; 
	text-align: justify;
	text-justify: inter-ideograph;
}
.nitem 
{
	margin: 0px 0px 10px 0px;
}
/* --News-- */



/*
=== helper item ===
*/
/* input helper */
.balloon1 
{
	display: block;
	background-color: #F6F6EC;
	position: absolute;
	border: solid 1px #CC3333;
	padding: 4px 4px;
	margin: 0px 0px;
	z-index: 1000;
	color: #ff0000; 
	font-weight: bold;
	font-size: 80%;
}
/* div helper */
.balloon2 
{
	display: block;
	background-color: #F6F6EC;
	position: absolute;
	border: solid 1px #CCCCCC;
	padding: 4px 4px;
	margin: 0px 0px;
	z-index: 1000;
	color: #666666; 
	font-weight: normal;
	font-size: 80%;
}
.balloon3
{
	display: block;
	background-color: #F6F6EC;
	position: absolute;
	border: solid 1px #CCCCCC;
	padding: 4px 4px;
	margin: 0px 0px;
	z-index: 1000;
	color: #666666; 
	font-weight: normal;
}

/* 記事評価＆コメント評価 */
#rating .txt						{float:left;}
#rating .result						{float:left; color:#CC3333;	font-size: 10pt;}
#rating .bar						{float:left; width:100px; height:10px; vertical-align:middle; background-image:url(/ez/static/common/images/cc_back2.jpg); margin-top:3px;}
#rating .baravg						{float:left; width:0px;   height:10px; vertical-align:middle; background-image:url(/ez/static/common/images/cc_ff.gif);}
#rating .col						{float:left; width:18px;  height:7px;  margin: 1px;}
#rating .col1						{float:left; width:17px;  height:7px;  margin: 1px; margin-left :2px;}
#rating .col5						{float:left; width:17px;  height:7px;  margin: 1px; margin-right:2px;}

#cmt_list .cmt .txt					{float:left; color:#999999; font-weight: bold; vertical-align:middle;}
#cmt_list .cmt .result				{float:left; color:#CC3333;}
#cmt_list .cmt .profile				{border-width:0px;}
#cmt_list .cmt .profile .button		{float:right;}
#cmt_list .cmt .profile .button img	{margin-top:1px; margin-bottom:1px;}
#cmt_list .cmt .profile .title		{float:left; font-weight:bold;  }
/* /記事評価＆コメント評価 */


/*-----------------------------------------
  lightbox
-----------------------------------------*/
#lightbox {
	background-color: #F7F7F7;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(/ez/static/common/images/lightbox/overlay.png);
}
#lightboxCaption {
	color: #0055aa;
	padding: 2px 0px 2px 0px;
	background-color: #eee;
	font-size: 80%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #ffffff;
	background-image: url(/ez/static/common/images/lightbox/blank.gif);
	filter: Alpha(opacity=50);
}


/*
===== list ======
*/


.listitem 
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 5px;
}


.list_article
{
color:black;
font-size:18px;
font-weight:bold;
letter-spacing:1px;
line-height:130%;
margin:4px 0 4px 20px;
padding:0;
text-align:left;
}

.list_article_icon
{
color:black;
font-size:18px;
font-weight:bold;
letter-spacing:1px;
line-height:130%;
margin:4px 0 4px 0px;
padding:0 0 0 20px;
text-align:left;
background-image: url(/ez/static/common/images/arrow_c.gif);
background-repeat:no-repeat;
background-position: 0px 0.2em;
}

.list_title
{
	letter-spacing: 1px;
	color: black;
	text-align: left;
	font-size: 80%;
	line-height: 130%;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background: url(/ez/static/common/images/icon.png) no-repeat 0px -981px;
}

.list_author
{
	font-size: 12px;
	text-align: right;
	margin-bottom: 2px;
}


.list_sum
{
	/* margin: 0px 3px 2px 20px; */
	padding: 0px 0px 0px 0px; 
	font-size : 13px;
	line-height:1.4em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	float: left;
	width: 510px;
}
.list_sum .news_tag {
	border-width: 0px;
	padding:0;
	margin:0;
}
.list_sum .news_tag_title_mem {
	font-weight:normal;
	margin:0 0 0 3px;
}


.sum_img_left{
border:1px solid #CCCCCC;
float:left;
margin:0 10px 0 20px;
padding:0;
}


/*
===== profile一覧 ======
*/

.profile_list{
	margin: 0 0 12px 5px;
	padding:6px;
	font-size:90%;
}


.profile_list .proftitle
{
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	line-height: 1.5;
}


.profile_index {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0065AD;
	padding-left: 3px;
	margin-right: 5px;
	font-size:80%;
}

.profile_index_w {
	margin-left:11px;
	margin-bottom:10px;
}

/*
===== comment ======
*/
#cmt_list
{
	margin: 0px 0px 4px 10px;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	border-top: 0px solid #e0e0e0;
}
#cmt_list .cmt
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	line-height: 1.3;
	border:solid 0px black;
	background: url(../images/bar-dot2.gif) repeat-x bottom;
}
#cmt_list .cmt .title
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 12px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border:solid 0px black;
}
#cmt_list .cmt .icon
{
	margin: 0px 0px 4px 8px;
	padding: 0px 0px 0px 0px;
	float:left;
	border:solid 0px black;
}
#cmt_list .cmt .body
{
	margin: 0px 0px 4px 40px;
	padding: 0px 0px 0px 0px;
	border:solid 0px black;
}
#cmt_list .cmt .footer
{
	clear:both;
	text-align:right;
}
.comment_form
{
	margin: 0px 0px 16px 24px;
	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
	border: solid 0px black;
}
.comment_form .cmt_label, .comment_form .cmt_icon
{
	font-size: 12px;
}
.comment_form input, .comment_form textarea
{
	font-size: 12px;
}
.comment_form .cmt_icon input
{
	margin: 0px 1px 0px 0px;
}
.comment_form .cmt_icon img
{
	margin: 0px 4px 0px 0px;
	border: solid 0px black;
	vertical-align: bottom;
}


/*
===== input  ======
*/
input.btn
{
	margin: 0px 0px 8px 0px;
	padding: 2px;
	font-size: 90%;
	border: solid 1px #CCCCCC;
	background-color: #ffffff;
	background-image: url(/ez/static/common/images/btn_back.gif);
	cursor: pointer;
}
input.btn_s
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	line-height: 1.3;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #ffffff;
	background-image: url(/ez/static/common/images/t-bg.jpg);
	background-position: bottom;
	cursor: pointer;
}
/* no font-size */
input.btn_sn
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #ffffff;
	background-image: url(/ez/static/common/images/t-bg.jpg);
	background-position: bottom;
	cursor: pointer;
}

input.btn_sr
{
	margin: 0px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	line-height: 1.3;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #ffffff;
	background-image: url(/ez/static/common/images/t-bg.jpg);
	background-position: bottom;
	cursor: pointer;
}



/*
===== /input style ======
*/

/* taglist = tagcloud frame */
.taglist {
	margin: 0.5em 0px 1em 20px;
	line-height: 1.5em;
	font-size: 12px;
}
.taglist .tag_size0 { font-size: 12px; font-weight: normal;}
.taglist .tag_size10 { font-size: 14px; }
.taglist .tag_size20 { font-size: 16px; }
.taglist .tag_size30 { font-size: 18px; }
.taglist .tag_size40 { font-size: 20px; }
.taglist .tag_size50 { font-size: 22px; }
.taglist .tag_size60 { font-size: 24px; }
.taglist .tag_size70 { font-size: 26px; }
.taglist .tag_size80 { font-size: 28px; }
.taglist .tag_size90 { font-size: 30px; }
.taglist .tag_size100 { font-size: 32px; }
.taglist .tag_size110 { font-size: 34px; }


/* tag menu CSS Hack? */

#nav2 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	
	height: 30px;
	border: solid 0px black;
	white-space: nowrap;
	overflow: hidden;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka , san-serif;

}
#nav2 .tagslider {
	white-space: nowrap;
	float:left;
	height: 30px;
	overflow: hidden;
}
#nav2 .switch {
	display: block;
	float:left;
	margin-top: 4px;
	margin-right: 8px;
}

#nav2 .cur{
	display: block;
	float: left;
	color: white;
	border: solid 1px #0066AA;
	background-color: #0066AA;
	height: 13px;
	font-weight: bold;
	font-size:12px;

	/* ff,opera */ 
	margin: 5px 8px 0px 0px;
	padding: 3px 4px 4px 4px;
	/* ie */
	_margin: 4px 8px 0px 0px;
	_padding: 4px 4px 4px 4px;
}


#nav2 .tag{
	display: block;
	float: left;
	margin-top: 6px;
	margin-right: 8px;
	padding: 3px 0px 0px 8px;
	border-left: solid 1px #666666;
	height: 18px;
	font-weight: bold;
	font-size:12px;
	
	/* ie */
	/*_height: 14px;
	*/
}

#nav2 .left{
	display: block;
	float: left;
	height: 23px;

	/* ff,opera */ 
	margin: 2px 8px 0px 0px;
	padding: 2px 4px 4px 4px;
}

#nav2 .right{
	display: block;
	float: right:
	
	height: 23px;

	margin: 2px 8px 0px 0px;
	padding: 2px 4px 4px 4px;
}

/*
===== default text ======
*/
.t, .msg_form, .msg, .tb
{
	margin: 0px 0px 8px 0px;
	font-size:90%;
	line-height: 1.3;
	text-align:left;
}
.t p
{
	margin: 0px 0px 8px 0px;
}
.tb
{
	font-weight: bold;
}
.tn
{
	font-weight: normal;
}


ul.ul
{
	margin: 0em 0em 1em 1em; 
	list-style-type: disc;
	list-style-position: outside;
}
ul.ul li, ul.ul li.lw
{
	margin: 0px 0px 0px 1em; 
	padding: 0px 0px 0px 0px; 
	list-style-type: disc;
	list-style-position: outside;
	border: solid 0px black;
}



/*
===== vote ======
*/
.vote_waku {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0861A5;
	border-right-color: #CCCCCC;
	border-bottom-color: #CECFCE;
	border-left-color: #CECFCE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.tbl_forum
{
	margin: 0px 0px 8px 0px;
	background-color: #CC3333; 
	border-collapse: collapse;
	width:100%;
}
.tbl_forum td
{
	background-color: #EFF6FE;
	border: solid 1px #CCCCCC; 
	padding: 6px 5px;
	font-size: 80%;
}
.tbl_forum td.th
{
	background-color: #5F6D93;
	border-top: solid 0px #5F6D93; 
	font-weight:bold;
	text-align: center;
	padding: 3px 3px;  
	color: #ffffff;
}
.tbl_forum tr.alt td
{
	background-color: #FFFFFF;
	padding: 6px 5px;  
}
.tbl_forum td.forum_group
{
	margin: 0px 0px 0px 0px;
	padding:  4px 4px 4px 4px;
	background-color: #F6F6EC;
	font-weight: bold;
	font-size:80%;
}

.attention {
	border:#003399 1px solid;
	padding: 10px;
	background-color:#F7F7F7;
	margin-bottom:10px;
}

.attention2{
	border:#003399 1px solid;
	padding: 10px;
	background-color:#F7F7F7;
	margin: 0px 0px 1em 5px;
	font-size: 90%;
	
}


.ts {
	font-size: 14px;
}

/*
===== member stat ======
*/
.mem_stat
{
	margin: 0px 0px 16px 0px; 
	padding: 0px 0px 0px 0px; 
	border: solid 0px black;
}
.mem_stat_title
{
	margin: 0px 0px 8px 0px; 
	padding: 0px 0px 0px 0px; 	
	font-size: 90%;
}
.mem_stat_list
{
	margin: 0px 0px 8px 0px; 
	padding: 0px 0px 0px 0px; 
	border: solid 0px black;
	font-size: 70%;
}

/*はてなブックマーク*/

.hbusers1, .hbusers2, .hbusers3{
	background-image:url(/ez/static/common/images/users_back.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:left;
	font-size:24px;
	font-weight:bold;
	height:50px;
	line-height:30px;
	margin:0;
	text-align:center;
	width:50px;
}

.hbusers1 {
	background-position: 0px 0px;
}

.hbusers2 {
	background-position: -58px 0px;
}


.hbusers3 {
	background-position: -116px 0px;
}
.hitem {
	border:0 solid purple;
	clear:both;
	overflow: hidden;
	margin:0 0 10px 0;
}
  
    
* html .hitem {   
    height: 1%;   
}

.hbbody {
border:0 solid green;
margin:0 0 0 60px;
}
.hbtitle {
border:0 solid red;
margin:0 0 3px 0;
}
.hbtitle a {
font-size:14px;
font-weight:bold;
}
.hbtitle .hbicon {
display:inline;
vertical-align:middle;
}

.nfooter {
font-size:12px;
margin:0;
}


.nfooter .ndom {
float:left;
margin-right:1em;
}

.nfooter .ntag a {
background-color:#E7F2F8;
padding:1px;
text-decoration:underline;
}

#tagfilter, #weeknav {
margin-bottom:4px;
overflow:hidden;
width:100%;
}

a.rbtn, a.rbtn_on {
	color:#444444;
	display:block;
	float:left;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	height:30px;
	padding-right:5px;
	text-align:center;
	text-decoration:none;
	width:120px;
	margin-bottom: 3px;
	background-color: transparent;
	background-image: url(/ez/static/common/images/users_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.rbtn:hover {
	color:#FF3333;
	background-position: 0px -31px;
}

.rbtn .active {
	color:#FF3333;
	background-color: transparent;
	background-image: url(/ez/static/common/images/users_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -31px;
}

a.rbtn span, a.rbtn_on span {
	display:block;
	line-height:14px;
	white-space:nowrap;
	padding:8px 0 8px 0;
}
a.rbtn_on{
	color:#FF3333;
	background-position: 0px -31px;
}

/*
=== 注目ワード ===
*/
.ad_info_list_side {
background-image:url(/ez/static/common/images/pr2.gif);
background-position:right bottom;
background-repeat:no-repeat;
margin:0 0 4px;
padding:8px 3px 3px;
}

.ad_info_list_side {   
    overflow: hidden;   
}   
    
* html .ad_info_list_side {   
    height: 1%;   
}  

.hs_2col {
float:left;
}

.hs_2col .keyword, .hs_2col .keyword_last {
width:130px;
}

.keyword, .keyword_last {
	background: url(/ez/static/common/images/icon.png) no-repeat 0 -736px;
	font-size:80%;
	list-style-type:none;
	margin:0 2px 2px 0;
	padding-left:10px;
	text-align:left;
}

.keyword a, .keyword a:hover, .keyword_last a, .keyword_last a:hover {
color:#990000;
text-decoration:underline;
}

/*
=== Special Topic ===
*/
.interestmatch a {
display:block;
line-height:1.2em;
margin:5px 0 0;
width:100%;
}

.interestmatch a:hover {
background-color:#EFEFEF;
text-decoration:none;
}


.interestmatch .ov_title {
background:transparent url(/ez/static/common/images/icon.png) no-repeat scroll 2px -734px;
border:0 solid black;
display:block;
font-size:80%;
line-height:1.3em;
margin:0;
padding:0 0 0 13px;
text-align:left;
text-decoration:underline;
}

.interestmatch .ov_desc {
color:#666666;
display:block;
font-size:12px;
margin-left:13px;
text-decoration:none;
}

.interestmatch .host {
color:#0066CC;
font-size:10px;
margin-left:0.5em;
text-decoration:none;
}

.interest_footer {
color:#666666;
font-size:11px;
margin-bottom:8px;
margin-top:2px;
text-align:right;
}

#special_topic {
border:1px solid #CCCCCC;
margin-bottom:6px;
text-align:left;
padding:0 3px 0 3px ;
}

/*
=== スポンサーサイト ===
*/

#im3sp {
padding-bottom:10px;
}

.interestmatch .title_sponsor {
background:transparent url(/ez/static/common/images/icon.png) no-repeat scroll 2px -676px;
border:0 solid black;
font-size:90%;
font-weight:bold;
line-height:1.3em;
margin:0;
padding:0 0 0 15px;
text-align:left;
text-decoration:underline;
}

.interestmatch .url_article {
color:#0066CC;
font-size:10px;
margin-left:0.5em;
text-decoration:none;
}

.interestmatch .desc_article {
color:#666666;
display:block;
font-size:13px;
margin-left:15px;
text-align:left;
text-decoration:none;
}

/*
=== 記事内インタレストマッチ ===
*/

.interestmatch .title_article {
background:transparent url(/ez/static/common/images/icon.png) no-repeat scroll 2px -676px;
border:0 solid black;
font-size:90%;
font-weight:bold;
line-height:1.3em;
margin:0;
padding:0 0 0 15px;
text-align:left;
text-decoration:underline;
}

.interestmatch .url_article {
color:#0066CC;
font-size:10px;
margin-left:0.5em;
text-decoration:none;
}

.interestmatch .desc_article {
color:#666666;
display:block;
font-size:13px;
margin-left:15px;
text-align:left;
text-decoration:none;
}


.interestmatch .oneline_title_article {
background:transparent url(/ez/static/common/images/icon.png) no-repeat scroll 2px -676px;
border:0 solid black;
font-size:80%;
line-height:1.3em;
margin:0;
padding:0 0 0 15px;
text-align:left;
text-decoration:underline;
}

.interestmatch .oneline_desc_article {
color:#666666;
font-size:10px;
margin-left:15px;
text-align:left;
text-decoration:none;
}


.overture_ads {
background-color:#FFFFFF;
background-image:url(/ez/static/common/images/pr2.gif);
background-position:right bottom;
background-repeat:no-repeat;
border:0 solid #CE3031;
line-height:13px;
margin:0;
padding:0;
text-align:left;
}

/* tagcloud */
#htmltagcloud {
  line-height: 1; 
}
span.tagcloud0 { font-size: 12px;}
span.tagcloud0 a {text-decoration: none;}
span.tagcloud1 { font-size: 13px;}
span.tagcloud1 a {text-decoration: none;}
span.tagcloud2 { font-size: 14px;}
span.tagcloud2 a {text-decoration: none;}
span.tagcloud3 { font-size: 15px;}
span.tagcloud3 a {text-decoration: none;}
span.tagcloud4 { font-size: 16px;}
span.tagcloud4 a {text-decoration: none;}
span.tagcloud5 { font-size: 17px;}
span.tagcloud5 a {text-decoration: none;}
span.tagcloud6 { font-size: 18px;}
span.tagcloud6 a {text-decoration: none;}
span.tagcloud7 { font-size: 19px;}
span.tagcloud7 a {text-decoration: none;}
span.tagcloud8 { font-size: 20px;}
span.tagcloud8 a {text-decoration: none;}
span.tagcloud9 { font-size: 21px;}
span.tagcloud9 a {text-decoration: none;}
span.tagcloud10 { font-size: 22px;}
span.tagcloud10 a {text-decoration: none;}
span.tagcloud11 { font-size: 23px;}
span.tagcloud11 a {text-decoration: none;}
span.tagcloud12 { font-size: 24px;}
span.tagcloud12 a {text-decoration: none;}
span.tagcloud13 { font-size: 25px;}
span.tagcloud13 a {text-decoration: none;}
span.tagcloud14 { font-size: 26px;}
span.tagcloud14 a {text-decoration: none;}
span.tagcloud15 { font-size: 27px;}
span.tagcloud15 a {text-decoration: none;}
span.tagcloud16 { font-size: 28px;}
span.tagcloud16 a {text-decoration: none;}
span.tagcloud17 { font-size: 29px;}
span.tagcloud17 a {text-decoration: none;}
span.tagcloud18 { font-size: 30px;}
span.tagcloud18 a {text-decoration: none;}
span.tagcloud19 { font-size: 31px;}
span.tagcloud19 a {text-decoration: none;}
span.tagcloud20 { font-size: 32px;}
span.tagcloud20 a {text-decoration: none;}
span.tagcloud21 { font-size: 33px;}
span.tagcloud21 a {text-decoration: none;}
span.tagcloud22 { font-size: 34px;}
span.tagcloud22 a {text-decoration: none;}
span.tagcloud23 { font-size: 35px;}
span.tagcloud23 a {text-decoration: none;}
span.tagcloud24 { font-size: 36px;}
span.tagcloud24 a {text-decoration: none;}
/* /tagcloud */
