/* CSS Document */

#article .column
{
	padding: 5px;
	border: 1px solid #6EA938;
	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(/yz/static/common/images/quotes2.png);
}

#article blockquote .dq_top{
	background-position: 1px 1px;
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	background-image: url(/yz/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 2em; 
	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 1em 1em 2em;*/
	margin: 0px auto 1em auto;
	padding: 0px 0px 0px 1em;
}
/* for ie7 */
*+html #article table{
	margin-top: 1em;
}
/* for ie6 */
* html #article table {
	margin-top: 1em;
}

#article table caption{
	/*margin-bottom: 4px;*/
	margin: 0px auto 4px auto;
	color: #006633;
	font-size: 80%;
	line-height: 1.5em;
}
#article table th{
	border: solid 1px #333333;
	font-weight: bold;
	font-size: 14px;
	background-color: #6EA938;
	color: white;
	padding: 3px 3px;
	text-justify: auto;
}
#article table td{
	border: solid 1px #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 3px;
	text-justify: auto;
}





/* ruby */
ruby rt, ruby rp {
    font-weight:normal;
}


#backnumber {
	padding:4px 20px;
	font-size: 80%;
	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 */




#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%;

}

#article .inner_banner {
	margin: 4px 0em 1em 1em; 
	float: right;
}

#article .inner_banner .inner_banner_text{
font-size: 11px; 
text-align: center; 
margin-top: 4px; 
color: rgb(0, 51, 255);
}



/* FX perfect guid style */

#article .mytable {
	width: 500px;
	margin: 0 auto 1em;
	padding: 0 0 0 1em;
}


#article .mytable .value {
	background-color: #CAE8EA;
	background-image: url(/yz/static/images/article/11255/bg_header.jpg);
	background-repeat: no-repeat;
}

#article .mytable .value_txt {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	color: #4f6b72;
	text-align: center;
	font-weight: bold;
}

#article .mytable .spec {

	background-color: #fff;
	background-image: url(/yz/static/images/article/11255/bullet1.gif);
	background-repeat: no-repeat;

}

#article .mytable .spec_txt {
	color: #4f6b72;
	font-weight: bold;
	text-align: center;
	margin-top:4px;
}


#article .mytable .specalt {
	background-color: #f5fafa;
	background-image: url(/yz/static/images/article/11255/bullet2.gif);
	background-repeat: no-repeat;
}


#article .mytable .specalt_txt {
	color: #797268;
	font-weight: bold;
	text-align: center;
	margin-top:4px;
}


#article #company {
	background-image: url(/yz/static/images/article/11255/company_back.png);
	background-repeat: repeat-x;
	border: 1px solid #C6DBD6;
	overflow: hidden;
	margin-bottom:10px;
}
#article #company .inner {
	margin: 10px;
}

#article #company .midasi {
	background-color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	color: #4A6973;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #4A6973;
	margin-bottom: 5px;
}


#article #company:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


/*\*/
#article * html #company {
	height: 1em;
	overflow: visible;
}
/**/

/* FX perfect guid style end */