@charset "utf-8";

/*===通常ページ===*/

@import url(common.css);

body {
	background-image:url(images/reg_banner.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#head {
	height:120px;
}
h1 {
	width:260px;
	height:60px;
	margin:30px 0 0 30px;
	text-indent:-9000px;
}
h1 img {
	vertical-align:bottom;
}
p#topnavi {
	margin:0 0 10px;
}
#main h2 {
	font-size:100%;
	line-height:120%;
	color:#fff;
	padding-top:2px;
	margin-bottom:10px;
}
h2#entrytitle {
	font-size:135%;
	line-height:120%;
	letter-spacing:2px;
	padding-left:5px;
	border-top:none;
	border-left:solid 3px #897d87;
	border-bottom:solid 1px #897d87;
}
#main h3 {
	font-size:100%;
	line-height:120%;
	padding-left:0px;
	border:none;
}
#more {
	padding-top:2px;
}
#sideblock {
	padding-top:10px;
}
dl#qanda dt {
	font-weight:bold;
	display:list-item;
	margin-left:2em;
}
dl#qanda dd {
	margin-left:4em;
	margin-bottom:15px;
}