/**********************************************
	サイト構成
**********************************************/
h2 {
	margin-bottom:10px;
}

h3 {
	margin-top:10px;
	font-size:1.2em;
	color:#447e7e;
}

h4 {
	margin-top:10px;
	font-size:1.2em;
	color:#447e7e;
}

/**********************************************
	テーブル
**********************************************/
.telDefi {
	float:left;
	width:20em;
}

.telDefi dt {
	clear:both;
	float:left;
	width:5em;
}

.telDefi dd {
	float:left;
	width:12em;
	font-size:1.1em;
	font-weight:bold;
}

.list {
	margin:0.5em 0;
	padding:0.5em;
	border:1px solid #ccc;
}

.list li {
	margin-left:2em;
	list-style-type:circle;
	font-size:0.9em;
}

.commentText {
	margin:1em 0;
	padding-left:20px;
	font-size:0.9em;
	color:#040;
	background:url("../images/exclamation.png") no-repeat 0 0;
}

.mailTo {
	padding-left:20px;
	line-height:32px;
	font-size:1.2em;
	background:url("../images/email.png") no-repeat 0 8px;
}

