/* CSS Document */

html,
body {
	height: 100%;
	width: 100%;
}

.clearboth {
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

body,
div,
pre,
p,
blockquote,
form,
fieldset,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
embed,
object,
hr {
	vertical-align: baseline;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a img {
	border: none;
}
a {
	color: #245fbb;
	text-decoration: none;
}
a:hover {
	color: #245fff;
}

body {
	padding: 0px;
	margin: 0px;
	font-size: small;
	color: #525252;
	font-family: "ＭＳ Ｐゴシック", Osaka, Geneva, Arial, Helvetica, sans-serif,
		"ヒラギノ角ゴ Pro W3";
}

#container_01 {
	height: 88px;
	background: url(img/container_01.png) repeat-x top left;
}
#container_02 {
	clear: both;
	height: 65px;
	background: url(img/container_02.png) repeat-x top left;
}
#container_03 {
	clear: both;
	background: url(img/container_03.png) repeat-x top left;
}
#container_04 {
	clear: both;
	/* height:170px; */
	background: url(img/container_04.png) repeat-x top left;
	background-size: auto 300px;
	overflow: hidden;
}

#container {
	width: 1000px;
	font-size: 93%;
	margin: 0px auto;
}

#top_main_img {
	margin-bottom: 30px;
	padding-top: 10px;
	position: relative;
}

#top_main_text {
	margin: 0px;
	margin-top: -200px;
	margin-left: 630px;
	position: relative;

	line-height: 32px;
	width: 335px;
	height: 200px;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
}
#top_main_text_a {
	color: #ff6600;
}

#main_01 {
	overflow: hidden;
	margin-bottom: 20px;
}

#main_02 {
	overflow: hidden;
	margin-bottom: 40px;
}

#path {
	padding: 10px;
}
#path_text {
	font-size: 12px;
	font-weight: bold;
}
#contents {
	padding-bottom: 30px;
}
h1#title {
	padding-top: 7px;
	padding-left: 30px;
	height: 30px;
	background: url(img/title_01.png) no-repeat 10px 4px;
	font-size: 18px;
	margin-bottom: 16px;
}
#contents_area {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

#footer {
	width: 1000px;
	clear: both;
	color: #ffffff;
	padding-top: 20px;
}
#footer a {
	color: #ffffff;
}

#float_clear {
	width: 100%;
	clear: both;
}
