@charset "UTF-8";

/* ****************************************************************** 

	COPYRIGHT(C) CYBRiDGE CORPORATION.
	URL: http://www.cybridge.jp/

****************************************************************** */

/*==================================================================
	1: common setting
===================================================================*/

h1{
	margin:15px 0px;
	font-size: 170%;
	font-weight:bold;
	}


ul#information{
	color:#2F6D00;
	padding:6px;
	border-top:2px solid #DDD;
	margin-bottom:8px;
	background: url("/img/common/line_dot.gif") repeat-x 0px 100%;
	}
ul#information li{
	display:inline;
	margin-right:5px;
	}
ul#information li img{
	vertical-align:middle;
	}



/* 記事
-------------------------------------------------------------------*/
#article{
	margin:1em 0px;
	font-size: larger;
	}

#article p{
	margin:0px;
	margin-bottom:1.7em;
	}

#article img.rightBox{
	float:right;
	margin:0px 0px 10px 10px;
	}
#article img.leftBox{
	float:left;
	margin:0px 10px 10px 0px;
	}



h2{
	font-size:125%;
	font-weight:bold;
	margin-bottom:8px;
	}

/* カテゴリ名 */

div#ctname{
	background-color:#FFF092;
	border-bottom:1px solid #FFCC00;
	font-weight:bold;
	padding:2px 4px;
	}

/* 配信元 */
.section#articleVendor{
	text-align:right;
	}
	
/* バンクナンバー
-------------------------------------------------------------------*/
.section#backnumber{}

#main .section{
	margin-bottom:15px;
	}

#main .section h4{
	background-color:#DDD;
	padding:3px 5px;
	font-weight:bold;
	font-size:110%;
	margin-bottom:8px;
	}

#main .section ul{
	}
#main .section li{
	margin-bottom:3px;
	}
.data{
	margin-left:10px;
	color:#888;
	}