@charset "utf-8";
@import url("../style/original.css");
@import url("../style/sidebar.css");

/* はじめにのスタイルシート */

h3{
	display:block;				/* 表示形式 */
	width:100%;				/* 表示の横幅 */
	padding:3px 8px;				/* パディング一括指定 */
	margin:20px 0 10px;				/* 上マージン */
	border-bottom:1px solid #80B6BF;				/* 下ボーダー */
	border-left:3px solid #80B6BF;				/* 下ボーダー */
	font-size:14px;			/*  フォントサイズ */
	_font-size:133%;			/*  フォントサイズ */
	font-weight:bold;			/* 太さ */
}
h4{
	font-size:12px;			/*  フォントサイズ */
	_font-size:100%;			/*  フォントサイズ */
	font-weight:bold;			/* 太さ */
	margin:10px 0 5px 5px;				/* 上マージン */
}
#content li{
	list-style-position:inside;
	margin-left:10px;				/* 左マージン */

}
#content p{
	margin-left:12px;				/* 左マージン */
}
