* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 135%;
}

#container {
	width: 861px;
	margin: 0 auto;
	background-image:url(images/haikei.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 850px;
	position: relative;
	background-image: url(images/title2.jpg);
	background-repeat: no-repeat;
	height: 79px;
	margin-left: 6px;
}

#header .inquiry {
	position: absolute;
	top: 58px;
	left: 768px;
	font-size: 12px;
}

#header .inquiry a {
	color: #0000FF;
}

#contents {
	display: inline-block;
	width: 850px;
	margin: 0 5px 0 6px;
}

#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#contents .return_top {
	text-align: center;
	margin: 20px 0 10px 0;
}

#left {
	position: relative;
	float: left;
	width: 213px;
}

#left .about {
	margin: 10px 0;
	font-size: 12px;
}

#left .about p {
	margin-left: 20px;
}

#left #lay1 {
	position: absolute;
	top: 105px;
	left: 211px;
	display: none;
}

#right {
	float: right;
	width: 637px;
	text-align: center;
}

#footer {
	width: 850px;
	margin: 5px 0 0 6px;
	border-top: 2px solid #896943;
	border-bottom: 2px solid #896943;
}

/*****************************************
** tags
*****************************************/
img {
	border: none;
}

h1 {
	display: none;
}

h2 {
	margin: 30px 0 10px 0;
}

h2.top {
	margin-top: 10px;
}

h3 {
	margin: 20px 0 5px 0;
}

p {
	text-align: left;
	margin: 0 10px 10px 10px;
}

/*****************************************
** common classes
*****************************************/
.f_red {
	color: #FF0000;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

table.list {
	width: 580px;
	margin: 5px 0;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

table.list th,
table.list td {
	padding: 3px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	text-align: left;
}

table.list th {
	background-color: #E0FCE5;
}

table.imglist th,
table.imglist td {
	padding: 2px;
}

.m5 {
	margin: 5px;
}

.m10 {
	margin: 10px;
}

/*****************************************
** pages
*****************************************/
#contents.top #left {
	width: 451px;
	margin-left: 1px;
}

#contents.top #right {
	width: 390px;
}

#contents.top #right dl {
	display: inline-block;
	margin-top: 5px;
}

#contents.top #right dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#contents.top #right dt {
	float: left;
	font-size: 14px;
	width: 80px;
	text-align: left;
}

#contents.top #right dd {
	float: right;
	font-size: 14px;
	width: 295px;
	padding-left: 15px;
	background-image: url(images/top/icon_news.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	text-align: left;
}


#right .w580 {
	width: 580px;
	text-align: left;
}

#right p.mb0 {
	margin-bottom: 0;
}

#right p.ml20 {
	margin-left: 50px;
}

#ssl #container {
	width: 711px;
	background-image:url(images/haikei_ssl.jpg);
}

#ssl #header {
	width: 700px;
	background-image: url(images/title_ssl.jpg);
}

#ssl #contents {
	width: 700px;
}

#ssl #contents_inner {
	margin: 5px;
	text-align: center;
}

#ssl #contents_inner p {
	text-align: left;
	margin-left: 40px;
}

#ssl #contents_inner h3 {
	margin: 5px 0;
	border-left: 10px solid #B0ECB5;
	padding: 2px 3px 2px 3px;
	text-align: left;
	font-size: 14px;
	background-color: #FFEBCD;
}

#ssl #contents_inner .required {
	font-size: 12px;
	color: #FF0000;
	padding-left: 5px;
}

#ssl #contents_inner table {
	margin: 0 auto;
}

#ssl #contents_inner table th,
#ssl #contents_inner table td {
	padding: 3px;
	text-align: left;
}

#ssl #contents_inner table th {
}

#ssl #contents_inner input.border {
/*	border: 1px solid #B0ECB5;*/
}

#ssl #footer {
	width: 700px;
}
