﻿@charset "utf-8";

#title_member {
	display: block;
	width: 430px;
	height: 190px;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 430px;
	background-repeat: no-repeat;
	background-image: url(../images/title_member.gif);
	margin-bottom: 30px;
}

#content {
	width: 630px;
	margin: 10px auto;
	min-height: 400px;
}

#content h3{
	font-size: 16px;
	color: #788A00;
	clear: both;
	font-family: メイリオ;
	padding-top: 5px;
}

#content h4{
	font-size: 110%;
	color: #788A00;
	font-weight: normal;
	font-family: メイリオ;
	padding-top: 5px;
}

#content dl {
	line-height: 140%;
}

#content dt {
	font-size: 110%;
	clear: both;
	font-weight: bold;
	font-family: メイリオ;
	padding: 8px 0px 8px 0px;
	color: #333;
}

#content dd {
	padding: 0px 0px 8px 25px;
	margin: 5px;
	color: #666;
}

#content p {
	margin-top: 10px;
}

#content ul {
	margin-left: 20px;
}

.small {
	display: block;
	padding: 8px;
	background-color: #F3F3F3;
	font-size: 10px;
	line-height: 140%;
}

