/*::::::::::::::::::::::::::::::::::::::::::::
最終更新日：2008/10/22
::::::::::::::::::::::::::::::::::::::::::::*/
/***--- パーツスタイル読み込み ---***/
@import url("/style/parts-panlist.css");
@import url("/style/parts-bt_list.css");

@import url("/style/parts-sub_menulist.css");

/***--- 個別スタイル ---***/
/*--------------------------------------------
	
--------------------------------------------*/
div#main_column h2{
	clear: both;
	margin-bottom: 10px;
	border-bottom: 2px solid #ccc;
	color: #f63;
	font-size: 1.1em;
	font-weight: bold;
}

div#main_column h3{
	clear: both;
	margin-bottom: 5px;
	padding-left: 13px;
	border-bottom: 1px solid #ccc;
	background: url(/images/ico_square.gif) 0 2px no-repeat;
	color: #f63;
	font-size: 0.9em;
	font-weight: bold;
}

div#main_column h4{
	margin: 0 5px 5px;
	font-size: 0.8em;
	font-weight: bold;
}

div#main_column h5{
	margin-bottom: 5px;
	color: #f63;
	font-size: 0.9em;
	font-weight: bold;
}

div#main_column p{
	margin: 0 5px 20px;
	font-size: 0.8em;
}

/*--------------------------------------------
	著書紹介
--------------------------------------------*/
div#main_column table.book{
	margin-bottom: 20px;
}

div#main_column table.book th,
div#main_column table.book td{
	padding: 5px;
	font-size: 0.8em;
}

div#main_column table.book th{
	width: 60px;
	text-align: left;
	vertical-align: top;
}



.f_l{
	float: left;
	margin: 0 10px 10px 0;
}



