@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

#outergroup {
	margin: 0px auto;
	width: 800px;
	background-image: url(../img/content_bg02.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	padding-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.3em;
}


#header {
	height: 130px;
	background-image: url(../img/header.jpg);
}

#headerlink {
	height: 100px;
	width: 400px;
	display: block;
	float: left;
}
#headerlink img {
	vertical-align:top;
}
h1 {
	font-size: 20px;
	display: none;
}

h2 {
	margin: 0px auto;
	color: #FFFFFF;
	font-size: 16px;
	text-indent: 10px;
	background-color: #000000;
}

h3 {
	font-size: 14px;
	line-height: 1.5em;
}

h4 {
	line-height: 1.7em;
	font-size: 14px;
}
h5 {
	line-height: 1.7em;
	font-size: 14px;
}


.span_hide {
	color: #FF0000;
	display: none;
}
#locationname01 {
	text-align: right;
	float: right;
	margin: 93px 0px 0px;
	padding: 0px 20px 0px 0px;
	color: #FFFFFF;
}
#locationname01 a {
	color: #FFFFFF;
}



#content {
	padding: 0px 30px 30px;
	overflow: visible;
	width: 740px;
	background-image: url(../img/content_bg02.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px 0px 30px;
}
#content_left {
	width: 530px;
	float: left;
	margin-right: 10px;
	line-height: 1.6em;
}
#content_left_head {
	background-image: url(../img/content_left_bg_head.gif);
	background-repeat: no-repeat;
	height: 10px;
	font-size: 0px;
	background-position: center top;
}
#content_left_middle {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#content_left_middle table {
	margin-left: 10px;
	margin-top: 10px;
}
#content_left_middle td {
	padding-right: 1em;
}

#content_left_bottom {
	height: 10px;
	background-image: url(../img/content_left_bg_bottom.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	background-position: center bottom;
}

#content_right {
	float: right;
	width: 200px;
}
.office {
	margin-bottom: 10px;
}
.office_head {
	height: 10px;
	background-image: url(../img/content_right_bg_head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 0px;
}
.office_content {
	background-color: #FFFFFF;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.office_bottom {
	height: 10px;
	background-image: url(../img/content_right_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0px;
}
.footer {
	text-align: center;
	display: block;
	clear: both;
	padding-top: 20px;
}


#content_subpage {
	padding: 30px;
	overflow: visible;
	width: 740px;
	background-image: url(../img/content_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0px 30px;
	float: left;
}
.close {
	border: 2px solid #FF0000;
	padding: 0.3em;
}
#content_left_middle .close .span_red {
	color: #FF0000;
}
