@charset "utf-8";
/* CSS Document */

#article .column
{
	padding: 5px;
	border: 1px solid #0C0C0C;
	color: #333;
	margin-top: 0px;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1.2em;
}

#article .clm_title
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 3px;
	font-size: 90%;
	font-weight: bold;
}
#article .clm_content
{
	
}
#article .clm_content p
{
	margin: 0px;
	padding: 0px;
}

#article blockquote {
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #EFEFEF;
	padding-top: 10px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 10px;
	font-size: 13px;
}

#article blockquote .dq_bottom {
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 10px;
	padding-bottom: 5px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(/ez/static/common/images/quotes2.png);
}

#article blockquote .dq_top{
	background-position: 1px 1px;
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	background-image: url(/ez/static/common/images/quotes1.png);
	display: block; 
}


#article blockquote p{
	margin:0;
	padding:0;
	font-size: 13px;
}

#article .st1
{
	font-weight:bold;
	color: #000000;
	font-size: 120%;
}
#article .st2
{
	font-weight: bold;
	color: #CC0000;
	font-size: 120%;
}


/* ソースコード関連 */

#article .src_frame {
	overflow: auto;
	width: 100%;
}
#article .src_frame .cap {
	font-size: 80%;
	margin-left: 14px;
	margin-right: 1em;
	margin-bottom: 4px;
	padding-left: 6px;
	border-left: 4px solid #0065AD;
}

#article pre.src, #article pre.src_java, #article pre.src_cs,  #article pre.src_js, #article pre.src_text, #article pre.src_xml, #article pre.src_html 
{
	margin: 0em 1em 1em 1em; 
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #F6F6EC;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", Monospace;
	font-size: 80%;
	line-height: 1.3em;
	letter-spacing: 0px;
}

#article pre.src_java .k {color: #7F0055; font-weight: bold;}
#article pre.src_java .l {color: #2A00FF; font-weight: normal;}
#article pre.src_java .c {color: #3F7F5F; font-weight: normal;}

#article pre.src_js .k {color: #0000FF; font-weight: bold;}
#article pre.src_js .l {color: #800080; font-weight: normal;}
#article pre.src_js .c {color: #008000; font-weight: normal;}

#article pre.src_xml .k {color: #0000FF; font-weight: bold;}
#article pre.src_xml .l {color: #800080; font-weight: normal;}
#article pre.src_xml .c {color: #008000; font-weight: normal;}
#article pre.src_xml .tg {color: #0000FF; font-weight: normal;}
#article pre.src_xml .el {color: #800000; font-weight: normal;}
#article pre.src_xml .at {color: #008800; font-weight: normal;}


#article table {
	border-collapse: collapse;
	margin: 0px auto 1em auto;
}

#article table caption{
	margin: 0px auto 4px auto;
	color: #0055AA;
	font-size: 80%;
	line-height: 1.5em;
}
#article table th{
	border: solid 1px #333333;
	font-weight: bold;
	font-size: 14px;
	background-color: #0C0C0C;
	color: white;
	padding: 3px 3px;
}
#article table td{
	border: solid 1px #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 3px;
}



/* ruby */
ruby rt, ruby rp {
    font-weight:normal;
}


#backnumber {
	padding:4px 20px;
	font-size: 80%;
	background: #eeeeee;
	margin-bottom: 1em;
}

/* 対談系 */
#article .talking {
	margin: 0px 1em 1em 1em;
	padding: 1em 1em 0em 1em;
	font-size: 14px;
	border:solid 1px #0066AA;
}
#article .tline {
	margin: 0px 0px 1em 0px;
}
#article .tline .talker_b,  #article .tline .talker_1{
	display: block;
	float: left;
	color: blue;
}
#article .tline .talker_r, #article .tline .talker_2{
	display: block;
	float: left;
	color: darkorange;
}
#article .tline .talker_3{
	display: block;
	float: left;
	color: purple;
}
#article .tline .talker_4{
	display: block;
	float: left;
	color: green;
}
#article .tline .talker_5{
	display: block;
	float: left;
	color: brown;
}
#article .tline .talk {
	display:block;
	margin: 0px 0px 0px 60px;
	border:solid 0px black;
}


#article .face {
	float: left;
	width: 75px;
	display: block;
}
#article .ftxt {
	color: #333;
	font-size:90%;
	line-height: 1.6;
	display: block;
	margin-left:80px;
}
#article .space {
	clear: both;
	display: block;
	margin-bottom: 1em;

}

/* 対談系 end */

/* 対談系 end */




#article hr.dash {
	display: block;
	margin: 0px auto 1em auto;
	border-style: dashed none none none;
	border-top-width: 1px;
	border-top-color: #cccccc;
	width: 98%;

}


.tbl_toc td A {
display: block; /* ブロック要素 */ 
width: 100%; 
background-color: #f7f7f7;
}

.tbl_toc td A:hover { 
background-color: #DBDBDB; /* ポイント時の背景色 */ 
color: #9c0000; /* ポイント時の文字色 */ 
display: block;
} 

.tbl_toc .current
{
	font-weight: bold;
	padding-left:16px;
	background: url("/ez/static/common/images/yaji_r.gif") no-repeat 0.1em 0.4em;
	border-top: 1px solid #CCCCCC;

}

.tbl_toc .link
{
	padding-left:16px;
	background-position: 2px 3px;
	border-top: 1px solid #CCCCCC;
}

.tbl_toc .h2
{
	padding-left:24px;
}


