@charset "shift_jis";
#base {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#head {
}
#foot {
	font-size: 13px;
	text-align: center;
	background-color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}
#pr {
	font-size: 10px;
	text-align: center;
	margin: 10px;
}
#pr a {
	color: #666666;
}



body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F9F9F9;
}
h1 {
	font-size: 30px;
	margin-top: 0px;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
h1  a {
	color: #FFFFFF;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	color: #333333;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-left: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
h3 {
	font-size: 18px;
	color: #333333;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-left: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
p {
	font-size: 15px;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(img/note_line.gif);
	color: #333333;
	margin: 20px;
}
dt {
	font-weight: bold;
	color: #333333;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
}
dd {
	line-height: 18px;
	color: #333333;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
