@charset "Shift_JIS";
/*共通のボディー指定*/
body {
	font-size: 100%;
	color: #666666;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	clear: right;
	background-image: url(../img/background.gif);
	background-repeat: repeat;
}
#area {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B4B4B4;
	border-left-color: #B4B4B4;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333530;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
}
#up_catch {
	font-size: 75%;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D9DB;
}

#colorbar {
	width: 782px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#address {
	background-image: url(../img/under_bk.gif);
	background-repeat: repeat-x;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.5em;
}
#sublink {
	font-size: 70%;
	line-height: 1.5em;
	background-image: url(../img/sublink_bk.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 19px;
	padding-right: 5px;
	padding-top: 3px;
}

#pagetop {
	text-align: right;
	margin-bottom: 10px;
}

#contents_area {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	margin-bottom: 10px;
}

.se_subtitle {
	background-image: url(../img/title_bk.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
	padding-left: 15px;
	padding-top: 9px;
	font-size: 100%;
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bold;
}
.se_subtitle2 {
	background-image: url(../img/title_bk2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
	padding-left: 28px;
	padding-top: 9px;
	font-size: 100%;
	margin-bottom: 8px;
	margin-top: 15px;
	font-weight: bold;
	color: #019EC1;
	clear: both;
}

.se_subtitle3 {
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 3px;
	color: #00AC96;
}

form input{
	border: 1px solid #E3E3E3;
	background-color: #FAFAFA;
	margin-top: 2px;
	margin-bottom: 2px;
}
.clear {
	clear: both;
}
