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

/*YUI Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* MAIN */

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	height:100%;
	position:relative;
}

body#mainbody {
	margin:0;
	padding:0;
	background-color:#D8D8D8;
}

#all {
	width:800px;
	margin:0;
	padding:0;
	position:absolute;
	left:50%;
	margin-left:-400px;
}

#head_wrap {
	background-image:url(../img/head_background01.jpg);
	background-repeat:repeat-x;
	height:130px;
}

#header {
	width:800px;
	height:130px;
	background-color:#FFFFFF;
	background-image: url(../img/head.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#background {
	width:800px;
	background-image:url(../img/background01.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#main_contents {
	width:620px;
	height:805px;
	background-color:#FFFFFF;
	margin-left:75px;
	padding:30px 0 0 30px;
}

#sub_contents {
	width:620px;
	background-color:#FFFFFF;
	margin-left:75px;
	padding:30px 0 0 30px;
}

#topic {

}

#topic .img {
	width:565px;
	height:40px;
	background-image:url(../img/h_topic.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;	
}

#topic .text {
	padding:20px 0 50px 30px;
}

#topic .text-p {
	width:500px;
	padding:20px 0 50px 30px;
}

#topic .text-p dt{
	font-weight:bold;
}

#topic .text-p dd{
	font-size:12px;
}


#information {

}

#information .img {
	width:566px;
	height:35px;
	background-image:url(../img/h_general.jpg);
	background-repeat:no-repeat;	
	text-indent:-9999px;	
}

#information .text {
	padding:20px 0 50px 30px;
}

#information .text .info {
	padding-bottom:3px;
}

#information .text .info dd {
	padding-left:50px;
}

#inquiry {

}

#inquiry .img {
	width:566px;
	height:39px;
	background-image:url(../img/h_inquiry.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;	
}

#inquiry .text {
	width:500px;
	padding:20px 0 50px 30px;
}


#host {
	position:absolute;
	top:850px;
	right:110px;
}


#footer {
	width:800px;
	height:35px;
	background-image:url(../img/foot.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}