@charset "Shift_JIS";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

/*contents
----------------------------------------------------------- */
.main	{
	width: 420px;
	//padding: 10px;
}
.main h1	{
	margin-bottom: 20px;
}

dl	{
	//padding: 0 5px;
	//margin-bottom: 15px;
}
dt	{
	background: url(../image/dt.gif) no-repeat 5px 8px;
	padding: 5px 5px 5px 18px;
	font-weight: bold;
	color:#025AB1;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}
dd	{
	//padding: 5px 5px 5px 15px;
}
dd li	{
	//background: url(../image/icon.gif) no-repeat 0 7px;
	//padding: 0 0 0 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
}
