/***************************************************************
**
** 文字デザイン
**
***************************************************************/

/***************************************************************
** 見出し用
***************************************************************/
h1{
	padding-top:16px;					/* 上側パディング     */
	padding-bottom:16px;				/* 下側パディング     */
	font-size:32px;						/* 文字サイズ         */
}

h2{
	padding-top:12px;					/* 上側パディング     */
	padding-bottom:12px;				/* 下側パディング     */
	font-size:24px;						/* 文字サイズ         */
}

h1,h2{
	width:600px;						/* 幅サイズ           */
	text-align:center;					/* 中央寄せ           */
	background-color:#c5e1ed;			/* 背景色             */
	color:#2d444f;						/* 文字色             */
	margin-left:auto;					/* 左側余白           */
	margin-right:auto;					/* 右側余白           */
}


/***************************************************************
** 小見出し用
***************************************************************/
h3{
	font-size:18px;						/* 文字サイズ         */
/*	border-left:solid 18px #5e8eab;		/* 左側ボーダー       */
	padding-left:9px;					/* 左側パディング     */
	margin-top:3px;						/* 上側余白           */
	margin-bottom:3px;					/* 下側余白           */
}


/***************************************************************
** 文書用
***************************************************************/
h4{								/* ブラウザの標準文字サイズ   */
	font-size:16px;						/* 文字サイズ         */
	color:#2d444f;						/* 文字色             */
	line-height:1.6em;					/* 行間               */
	margin-bottom:0px;					/* 下側余白           */
	text-align:left;					/* 中央寄せ           */
}

h5{								/* デフォルト文字として使用   */
	font-size:14px;						/* 文字サイズ         */
	color:#024c78;						/* 文字色             */
	line-height:1.4em;					/* 行間               */
	font-weight:normal;	/* 文字の太さ(bold,lighter,normal)    */
}

h6{
	font-size:12px;						/* フォントサイズ     */
	color:#024c78;						/* 文字色             */
	line-height:1.5em;					/* 行間               */
	font-weight:normal;	/* 文字の太さ(bold,lighter,normal)    */
}

