@charset "utf-8";

/* ----------------------------------------------- */
/* 記事タイトル周辺部分（2P以降）                     */
/* ----------------------------------------------- */

#signage{
	margin-bottom:10px;
}

/* 記事タイトル全体（右寄せ背景のカンバンとタイトル文字全体） */
#title-parts{
  width:605px;
}
/* 記事タイトル（テキストの部分だけ）*/
#title{
	padding:0 0 5px 0;
	border-bottom:solid 3px #bdd7d6;
}
/* ▼ h1はメインタイトル、h2はサブ、h3はコラムタイトル ▼ */
#title h1{
	font-size:1.0em;
	line-height:1.2em;
	background-color:#fff;
	margin-bottom:3px;
}
#title h1 span{
	font-weight:normal;
	font-size:0.95em;
}
#title h3{
	font-size:0.8em;
	font-weight:bold;
	border-bottom: 1px dotted #808080;
	margin-bottom:5px;
	/*width:400px;*/
}
#title h3 a{
	color:#808080;
}
#title h3 a:hover{
	color:#000000;
}
/*▼▼▼▼▼▼▼のち削除▼▼▼▼▼▼▼*/
.title-detail{
	float:left;
	margin-top:7px;
}
.date{
	font-size:0.8em;
}
.author{
	font-size:0.8em;
}
/*▲▲▲▲▲▲▲のち削除▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼サービスメニュー（プリント、RSS、フォントサイズレイアウト）のち削除▼▼▼▼▼▼▼*/
#service-menu{
	float:right;
	height:15px;
	margin-top:7px;
	padding:0px;
	font-size:13px;
}
#service-menu img {
	margin-right:5px;
}
/* toolbar start */
.tools{
        cursor:pointer;
        width:68px;
        float:left;
        margin-left:0px;
        margin-left:3px;
        padding:1px;
        text-align:left;
}
.tools img{
        border:none;
        margin:2px;
        margin-right:3px;
        vertical-align: middle;
}
.tools ul{
        list-style-type: none;
        list-style-position: outside;
        margin:0px;
        padding:0px;
}
* html .tools ul {
        position:absolute;
}
.tools ul li a{
        display: block;
}
* html .tools ul li a {
        display:inline;
        width:72px;
}
* html .tools ul li.on a {
        display:block;
        width:72px;
}
.tools ul li ul{
        display: none;
}
.tools ul li.off ul{
        display: none;
}
.tools ul li.on ul {
        display: block;
        position: absolute;
        z-index: 999;
        border:solid 1px #ccc;
        background-color:#000;
        /*width:130px;*/
}
.tools ul li.on ul li {
        display:block;
        float:left;
        /*width:120px;*/
        line-height:0px;
        padding:3px 5px;
        background-color:#fff;
}
* html .tools ul li.on ul li a{
        /*width:130px;*/
}

#toolsbm ul li.on ul {width:170px;}
#toolsbm ul li.on ul li {width:160px;}
* html #toolsbm ul li.on ul li a{width:170px;}

#toolresize ul li.on ul {width:120px;}
#toolresize ul li.on ul li {width:110px;}
* html #toolresize ul li.on ul li a{width:120px;}
/* toolbar end */
/*▲▲▲▲▲▲▲▲▲▲▲▲▲のち削除▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
