﻿@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

/*contents
----------------------------------------------------------- */
.main	{
	width: 730px;
	padding: 10px;
}
.main h1	{
	margin-bottom: 20px;
}

dl	{
	padding: 0 5px;
	margin-bottom: 15px;
}
dt	{
	background: url(../image/dt.gif) no-repeat 5px 10px;
	padding: 5px 5px 5px 18px;
	font-weight: bold;
	border: none
}
dd	{
	padding: 5px 5px 5px 15px;
}
dd li	{
	background: url(../image/icon.gif) no-repeat 0 7px;
	padding: 0 0 0 10px;
}



