@import url("/tools/tool.css");
@import url("/styles_toppage.css");

/*----------- 共通 -----------*/


body {
	width: 950px;
/*	background-color: #17184b;	*/
    　　background-color: #ffffff;	
 /*    background-image: url("http://www.oshiete-kun.net/archives/image07/1105/back.jpg");*/
 /*    background-repeat: repeat;*/
 /*    background-attachment: fixed;*/
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
/*	background-image: url(images/bodyback.gif);	*/
/*	background-repeat: repeat; */
/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
	font-family:'ＭＳ Ｐゴシック';
}

img {	border: none;	}
a {color: #0000DD;	text-decoration: none;}
a:link {color: #0000DD; text-decoration: none;}
a:visited {color: #7F57BA; text-decoration: none;}
a:active {color: #ff0000; text-decoration: none;}
a:hover {color: #ff0000;text-decoration: none;}

p {
	margin-bottom: 10px;
	margin-top: 3px;
	line-height: 120%;
}
p img{
	margin-right:10px;
	float: left;
}
p br{
	clear: both;
}
blockquote {
	font-style: italic;
}
h1 {
	height: 48px;
	background-color: #FFCCCC;
	font-size: 100%;
	margin: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	padding-left: 51px;
	background-image: url(/images/q_48.gif);
	background-repeat: no-repeat;
	border: 1px solid #FF0000;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	clear: both;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	clear: both;
}

/* main_titleはカテゴリーアーカイブと検索結果に使用 */
h1.main_title {
	height: 100%;
	background-color: #0000ff;
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	margin-top: 9px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-width: 0px;
	background-image: none;
	clear: both;
}
/*
h1.main_title a {color: #ffffff;	text-decoration: none;}
h1.main_title a:link {color: #ffffff;text-decoration: none;}
h1.main_title a:visited {color: #ffffff; text-decoration: none;}
h1.main_title a:active {color: #ff0000; text-decoration: none;}
h1.main_title a:hover {color: #ff0000;text-decoration: none;}
*/

}

h3.top_title {
	font-weight: bold;
	font-size: small;
	font-color: #0086CD;
}
/*
h3.top_title a {color: #0086CD;	text-decoration: none;}
h3.top_title a:link {color: #0086CD; text-decoration: none;}
h3.top_title a:visited {color: #003F74; text-decoration: none;}
h3.top_title a:active {color: #ff0000; text-decoration: none;}
h3.top_title a:hover {color: #ff0000;text-decoration: none;}
*/

p.posted {
	color: #999999;
	border-bottom: 1px dotted #999999;
	text-align: right;
	margin-bottom: 7px;
	padding-bottom: 3px;
	line-height: normal;
}

span.new {
    display: none;
    color: red;
    font-weight: bold;
}


#logo{
    float:left;
    display: block;
    padding-top:800px;
    padding-left:100px;
} 

/*----------- ナビ と ヘッダー-----------*/

.header_banner {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #07275A;
	height: 90px;
	overflow: hidden;
}

.navi {
	padding-left: 7px;
	background-color: #07275A;
	color: #ffffff;
	font-size: small;
	text-align: left;
	height: 20px;
}
.navi a {color: #ffffff;	text-decoration: none;}
.navi a:link {color: #ffffff;text-decoration: none;}
.navi a:visited {color: #ffffff; text-decoration: none;}
.navi a:active {color: #ff0000; text-decoration: none;}
.navi a:hover {color: #ff0000;text-decoration: none;}

/*----------- 共通レイアウト -----------*/

#archive_header{
	overflow:hidden;
	width:550px;
}

#container {
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding:0px;
	width: 950px;
	background-color: #ffffff;
}

#header {
	width: 950px;
/*	height: 113px;	*/
	margin: 0px;
	overflow: hidden;
	background-color: #ffffff;
	padding-bottom: 10px;
	}

#footer {
/*	height: 20px;	*/
	margin: 0px;
	overflow: hidden;
	clear: both;
	}


.googleAd {
	width: 336px;
	height: 280px;
	margin: 10px 20px;
	overflow: hidden;
	display: inline;
	text-align: center;
	clear: both;
	}


/* ----個別記事ページレイアウト(一般3ペイン)---- */

#kiji_main {
	width: 720px;
	margin: 0px;
	overflow: hidden;
	float: left;
	margin-right: -720px;
	display:inline;
}

#kiji_sidebar_left {
	width: 150px;
	margin: 0px;
	overflow: hidden;
	float: left;
	display:inline;
}

#kiji_center_and_left_sidebar {
	width: 720px;
	margin: 0px;
	float: left;
	display:inline;
	margin:0 -570px 0 0;
}

#kiji_sidebar_right {
	width: 220px;
	margin: 0px;
	margin-left: 580px;
	overflow: hidden;
	float: left;
	display:inline;
}

#kiji_center {
	width: 580px;
	margin: 0px;
	margin-top: 0px;
	overflow: hidden;
	margin-left: 150px;
}

#bannerH {
	height: 60px;
	padding-top: 0px;
	padding-bottom: 11px;
}



#social {
	width: 550px;
	height: 28px;
        margin: 1px 1px 10px 1px;
        background-color: #FFFDE6;
        border: 1px dashed #FDD57C;
}

div#social li  {
	float: left;
	width: 130px;
	height: 20px;
	margin: 5px 1px 1px 5px;
        list-style:none;
	text-align: left;
}


p.social { 
        font-size: small;
        color:darkorange;
        font-weight: bold;
        margin: 1px 5px 5px 10px;
 }

ul,li {
        padding: 0px;
        margin: 0px;
}



/* ----個別記事ページ各カラム---- */

.kiji-column-main {
	margin-top: 0px;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 6px;
/*	padding: 5px;	*/
	padding-top: 0px;
	line-height: 150%;
	background-color: #FFFFFF;
/*	border: 2px solid #28AC2B;	*/
}

.kiji-column-main .separator {
	margin-top: 3px;
	margin-bottom: 10px;
/*	border-bottom: 1px dotted  #888888;	*/
	border-bottom: 1px solid  #dddddd;
}

.kiji-column-main p {
	margin-bottom: 15px;
	line-height: 150%;
}

.kiji-column-main #bannerB {
/*	height: 60px; */
	padding-top: 0px;
	padding-bottom: 9px;
	text-align: center;
}

#bannerO {
/*	display:none; visibility: hidden;*/
}

/*#bannerO {
	height: 95px;
	padding-top: 0px;
	margin-left: 1px;
	padding-bottom: 5px;
	text-align: center;
}*/

.kiji-column-main #bannerC {
/*	height: 60px; */
	height:100%;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	clear: both;
}

.kiji-column-main .top_cb {
	margin-bottom:16px;
}

.kiji-column-trackback {
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 13px;
	margin-right: 13px;
/*	background-color: #FFFFFF;	*/
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: small;
	line-height: 120%;
}
.kiji-column-list {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 13px;
	margin-right: 13px;
/*	background-color: #FFFFFF;	*/
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: small;
	line-height: 120%;
}
.kiji-column-main .sbm {
	float: right;
	margin-left: 15px;
}

.kiji_header {
	margin-bottom: 3px;
	font-size: small;
	line-height: 150%;
}

.kiji_answer {
/*	border-left: 1px solid #0000FF;	*/
/*	border-right: 1px solid #0000FF;	*/
/*	border-bottom: 1px solid #0000FF;	*/
/*	border-top: 1px solid #0000FF;	*/
}
.kiji_answer img {
	border: 1px solid #000000;
}

.kiji_cat {
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
/*	border-left: 1px solid #0000FF;	*/
/*	border-right: 1px solid #0000FF;	*/
/*	border-bottom: 1px solid #0000FF;	*/
/*	border-top: 1px solid #0000FF;	*/
}

/*----------- サイドバー -----------*/

.sidebar {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}
.sidebar img {
	border: none;
	clear: both;
	margin-top: 0px;
	margin-bottom: 4px;
}

/*----------- サイドバー(全共通)) -----------*/

.top-column-sidenetrun {
	display:none; visibility: hidden;
}

/*.top-column-sidenetrun {
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 2px;
	background-color: #FFFFFF;
	font-size: small;
	text-align: left;
	font-weight: bold;
	border: 1px solid #0000FF;
}
.top-column-sidenetrun a         { color: #0000FF;	text-decoration: none;	}
.top-column-sidenetrun a:link    { color: #0000FF;	text-decoration: none;	}
.top-column-sidenetrun a:visited {	color: #0000FF;	text-decoration: none;	}
.top-column-sidenetrun a:active  {	color: #FF0000;	text-decoration: none;	}
.top-column-sidenetrun a:hover   {	color: #FF0000;	text-decoration: none;	}
.top-column-sidenetrun img {
	width: 120px;
	text-align: center;
}*/

.top-column-sidelist {
	overflow-x: hidden;
	width:124px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	line-height: 120%;
	font-size: small;
	text-align: left;
}


.top-column-sidelist-noline {
	overflow-x: hidden;
	width:124px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	line-height: 120%;
	font-size: small;
	text-align: left;
}


.top-column-sidelist h2 {
	padding: 2px;
	background-color: #000000;
	color: #ffffff;
	font-size: x-small;
	font-weight: bold;
}
.top-column-sidelist img {
	width: 115px;
	text-align: center;
}

.top-column-sidelist form {
	margin: 0px;
	padding: 0px;
}
.top-column-sidelist  input.btn {
	border: 0px;
	background-image: url(images/top_button.gif);
	color: #ffffff;
}


.top-column-sidelist2 {
	overflow-x: hidden;
	width:160px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	line-height: 120%;
	font-size: small;
	text-align: center;
}
.top-column-sidelist2 h2 {
	padding: 2px;
	background-color: #000000;
	color: #ffffff;
	font-size: x-small;
	font-weight: bold;
}
.top-column-sidelist2 img {
	width: 115px;
	text-align: center;
}

.top-column-sidelist2 form {
	margin: 0px;
	padding: 0px;
}
.top-column-sidelist2  input.btn {
	border: 0px;
	background-image: url(images/top_button.gif);
	color: #ffffff;
}





/* -------------------- おしえてくん記事専用 -------------------- */

.answer {
	height: 48px;
	margin-bottom: 2px;
	font-weight: bold;
	background-color: #CCCCFF;
	padding-left: 51px;
	background-image: url(/images/a_48.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	border-left: 1px solid #0000FF;
	border-right: 1px solid #0000FF;
}

.lead {
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 24px;
/*	text-indent: 1em;*/
}

.procedure {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}


/* -------------------- カテゴリーアーカイブ用(超旬、超凄、ネトランINDEXも) -------------------- */

.cat-column-main {
	margin-top: 0px;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 0px;
	font-size: small;
	line-height: 120%;
}
.cat-column-main .cat_header {
	margin-bottom: 3px;
	font-size: small;
	line-height: 150%;
}
.cat-column-main .separator {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted  #888888;
	clear: both;
}

.cat-column-main #bannerB {
/*	height: 60px; */
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.cat-column-main #bannerC {
/*	height: 60px; */
	height:100%;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
}

.cat-column-main .listtitle {
	font-size:large;
	padding:7px;
}

h2.entry_title {
	font-size: small;
	font-weight: bold;
	height: 32px;
	background-image: url(/images/q_32.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}

.entry_cat {
	padding-left: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #17184b;
	font-size: x-small;
}

.pagelinks {
	text-align: center;
	padding: 2px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.pagelinks a {	color: #000000;	text-decoration: none;}
.pagelinks a:link {color: #000000;	text-decoration: none;}
.pagelinks a:visited {	color: #000000;	text-decoration: none;}
.pagelinks a:active {	color: #000000;	text-decoration: none;}
.pagelinks a:hover {color: #CC0000; text-decoration: none;}

a.blink {	color: #cc0000;	text-decoration: none;}
a.blink:link {color: #cc0000;	text-decoration: none;}
a.blink:visited {	color: #cc0000;	text-decoration: none;}
a.blink:active {	color: #cc0000;	text-decoration: none;}
a.blink:hover {color: #cc0000; text-decoration: none;}

/* -------------------- カテゴリー別の設定 -------------------- */

/* --- 超旬ツール -- */

.cat_00tool h1 {
	height: auto;
	background-color:#273C89;
	font-size: large;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 0px;
	padding: 7px 5px;
	font-weight: bold;
	background-image: none;
	clear: both;
	border-width: 0px;
}
.cat_00tool h1.main_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.cat_00tool .kiji_answer {
	border-width: 0px;
}
.cat_00tool .kiji_cat {
	border-width: 0px;
}
.cat_00tool h2.entry_title {
	background-image: url(/images/ico32_shun.gif);
}



/* --- イチオシ特集 -- */

.cat_10ichioshi h1 {
	height: auto;
	background-color:#273C89;
	font-size: large;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 10px;
	padding: 7px 5px;
	font-weight: bold;
	background-image: none;
	clear: both;
	border-width: 0px;
}
.cat_10ichioshi h1.main_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.cat_10ichioshi .kiji_answer {
	border-width: 0px;
}
.cat_10ichioshi .kiji_cat {
	border-width: 0px;
}
.cat_10ichioshi h2.entry_title {
	background-image: url(/images/ico32_shun.gif);
}




/* --- 動画 -- */

.cat_11movie h1 {
	height: auto;
	background-color:#009966;
	font-size: large;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 10px;
	padding: 7px 5px;
	font-weight: bold;
	background-image: none;
	clear: both;
	border-width: 0px;
}
.cat_11movie h1.main_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.cat_11movie .kiji_answer {
	border-width: 0px;
}
.cat_11movie .kiji_cat {
	border-width: 0px;
}
.cat_11movie h2.entry_title {
	background-image: url(/images/ico32_shun.gif);
}







.cat_11movie.kiji_center {
	width: 780px;
	margin: 0px;
	margin-top: 0px;
	overflow: hidden;
	margin-left: 150px;
}





/* --- レビュー -- */

.cat_08review h1 {
	height: auto;
	background-color:#273C89;
	font-size: large;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 10px;
	padding: 7px 5px;
	font-weight: bold;
	background-image: none;
	clear: both;
	border-width: 0px;
}
.cat_08review h1.main_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.cat_08review h1 a {color: #ffffff;	text-decoration: none;}
.cat_08review h1 a:link {color: #ffffff;text-decoration: none;}
.cat_08review h1 a:visited {color: #ffffff; text-decoration: none;}
.cat_08review h1 a:active {color: #ff0000; text-decoration: none;}
.cat_08review h1 a:hover {color: #ff0000;text-decoration: none;}

.cat_08review .kiji_answer {
	border-width: 0px;
}
.cat_08review .kiji_cat {
	border-width: 0px;
}
.cat_08review h2.entry_title {
	background-image: url(/images/ico32_shun.gif);
}


/* --- 超凄サービス --- */

.cat_01service h1 {
	height: auto;
	background-color:#65117E;
	font-size: large;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 0px;
	padding: 7px 5px;
	font-weight: bold;
	background-image: none;
	clear: both;
	border-width: 0px;
}
.cat_01service h1.main_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.cat_01service .kiji_answer {
	border-width: 0px;
}
.cat_01service .kiji_cat {
	border-width: 0px;
}
.cat_01service h2.entry_title {
	background-image: url(/images/ico32_sugo.gif);
}

/* --- ネトラン試し読み --- */

.cat_02netrun h1 {
	height: auto;
	background-color:#5D9F23;
	font-size: large;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 10px;
	padding: 7px 5px;
	font-weight: bold;
	background-image: none;
	clear: both;
	border-width: 0px;
}
.cat_02netrun h1.main_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.cat_02netrun .kiji_answer {
	border-width: 0px;
}
.cat_02netrun .kiji_cat {
	border-width: 0px;
}
.cat_02netrun h2.entry_title {
	background-image: url(/images/ico32_yomi.gif);
}

/* --- ツールバージョンアップ --- */

.cat_03toolverup h1 {
	height: auto;
	background-color:#ff7f24;
	font-size: medium;
	line-height:1.2;
	margin: 5px;
	padding: 2px;
	font-weight: bold;
	background-image: none;
	clear: both;
	border-width: 0px;
}

.cat_03toolverup h1 a {color: #ffffff;	text-decoration: none;}
.cat_03toolverup h1 a:link {color: #ffffff;text-decoration: none;}
.cat_03toolverup h1 a:visited {color: #ffffff; text-decoration: none;}
.cat_03toolverup h1 a:active {color: #ff0000; text-decoration: none;}
.cat_03toolverup h1 a:hover {color: #ff0000;text-decoration: none;}

.cat_03toolverup h1.main_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.cat_03toolverup .kiji_answer {
	border-width: 0px;
}
.cat_03toolverup .kiji_cat {
	border-width: 0px;
}
.cat_03toolverup h2.entry_title {
	background-image: none;
}

/* --- 裏ツール --- */

.cat_04uratool h1 {
	height: auto;
	background-color:#FF7F24;
	font-size: large;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 10px;
	padding: 7px 5px;
	font-weight: bold;
	background-image: none;
	clear: both;
	border-width: 0px;
}
.cat_04uratool h1.main_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.cat_04uratool .kiji_answer {
	border-width: 0px;
}
.cat_04uratool .kiji_cat {
	border-width: 0px;
}
.cat_04uratool h2.entry_title {
	background-image: none;
}

/* --- 超楽マシーン --- */

.cat_05hardware h1 {
	height: auto;
	background-color:#AA0A0A;
	font-size: large;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 0px;
	padding: 7px 5px;
	font-weight: bold;
	background-image: none;
	clear: both;
	border-width: 0px;
}
.cat_05hardware h1.main_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.cat_05hardware .kiji_answer {
	border-width: 0px;
}
.cat_05hardware .kiji_cat {
	border-width: 0px;
}
.cat_05hardware h2.entry_title {
	background-image: none;
}

/* --- 最新ニュース --- */

.cat_06news .kiji_answer {
	border-width: 0px;
}
.cat_06news .kiji_cat {
	border-width: 0px;
}
.cat_06news h2.entry_title {
	background-image: url(/images/ico32_news.gif);
}

.cat_06news_readmore{
	text-align:right;
}

/* 最新ニュース カテゴリリスト(news.html) */

.cat_06news_list p{
	line-height:1.3;
	font-size:small;
}

/* 200810  新着ニュース一覧の表示(news.html)（トップ同様） */
.cat_06news_list .top_img{
/*	width:160px;
	height:120px; */
	width:120px;
	height:90px;
	float:left;
	margin-right:10px;
	margin-top:5px;
}

/* 200810 新着ニュース一覧の表示(news.html) MTEntryBodyのエントリ用画像を消去 */
.cat_06news_list .entry_img{
	display:none; visibility: hidden;
}

/* 200810 新着ニュース一覧の表示(news.html) MTEntryBodyの clear:allを無効化 */
.cat_06news_list .top_cb{
	clear:none;
	height:0px;
	line-height:0px;
}

/* --- 月別ツールリストインクルード用 --- */

.toollists_box {
	overflow-x: hidden;
	width:400px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	line-height: 120%;
	font-size: small;
	text-align: left;
}
.toollists_box h2 {
	padding: 2px;
	background-color: #000000;
	color: #ffffff;
	font-size: medium;
	font-weight: bold;
}
.toollists_box img {
	width: 115px;
	text-align: center;
}

/* --- 超楽ツールスペック表用 --- */
.spectable {
	white-space: nowrap;
	font-size:small;
	padding: 1px;
	vertical-align:top;
}

.spectitle {
	white-space: nowrap;
	font-size:midium;
	font-weight: bold;
	background-color:#FFE79B;
	padding: 2px;
}

/* --- 定番ツール：関連ツールリスト用 --- */
.kanrentool {
	border:1px solid #000000;
	padding:5px;
}

.kanrentitle {
	font-size:16px;
	color:#cc0000;
}

.hokanko_tool_hokanko_column {
	margin:0px;
	padding:0px;
}

.hokanko_tool_hokanko_column dl{
	margin:0px;
	padding:0px;
}

.hokanko_tool_hokanko_column dt{
	list-style: circle outside;
	font-weight:bold;
	font-size:12px;
	line-height:125%;
	margin-top:5px;
}

.hokanko_tool_hokanko_column h3{
	margin-left:3px;
	font-weight:bold;
	font-size:14px;
	background-color:#CCCCAA;
}

.hokanko_tool_hokanko_column dd{
	font-weight:normal;
	font-size:12px;
	line-height:125%;
}

.hokanko_tool_hokanko_column h2 {
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/hokanko-subtitle.gif);
	background-repeat:no-repeat;
}

.hokanko_tool_hokanko_left {
	width: 250px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 5px;
	font-size: 14px;
	line-height: 120%;
	background-color: #FFFFFF;
}

.hokanko_tool_hokanko_right {
	width: 250px;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 5px;
	font-size: 14px;
	line-height: 120%;
	background-color: #FFFFFF;
}

 /* フロート解除 */

.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ----個別記事ページレイアウト(ニュースのみ)---- */

.cat_06news #kiji_main {
	width: 720px;
	margin: 0px;
	overflow: hidden;
	float: left;
	margin-right: -720px;
	display:inline;
}

.cat_06news #kiji_sidebar_left {
	width: 150px;
	margin: 0px;
	overflow: hidden;
	float: left;
	display:inline;
}

.cat_06news #kiji_sidebar_right {
	width: 220px;
	margin: 0px;
	margin-left: 580px;
	overflow: hidden;
	float: left;
	display:inline;
}

.cat_06news #kiji_center {
	width: 580px;
	margin: 0px;
	margin-top: 0px;
	overflow: hidden;
	margin-left: 150px;
}

.cat_06news h1 {
	height: auto;
	background-color:#FFFFFF;
	font-size: large;
	color: #3377BB;
	margin: 0px;
	margin-bottom: 0px;
	padding: 7px 5px;
	font-weight: bold;
	background-image: none;
	clear: both;
	border-width: 0px;
}
.cat_06news h1.main_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.cat_06news .kiji_answer {
	border-width: 0px;
}
.cat_06news .kiji_cat {
	border-width: 0px;
}

/**************************************************************/
/* 月別アーカイブ用 */

/* 200810 新着一覧 */
#monthly_list {
	overflow: hidden;
	float: left;
	font-size:small;
}

#monthly_list .separator{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted  #888888;
}

/* 200810 新着一覧 トップ用画像表示 */
#monthly_list .top_img{
/*	width:160px;
	height:120px; */
	width:120px;
	height:90px;
	float:left;
	margin-right:10px;
	margin-top:5px;
}

/* 200810 新着一覧 MTEntryBodyのエントリ用画像を消去 */
#monthly_list .entry_img{
	display:none; visibility: hidden;
}

/* 200810 新着一覧 MTEntryBodyの clear:allを無効化 */
#monthly_list .top_cb{
	clear:none;
	height:0px;
	line-height:0px;
}

