@charset "UTF-8";
/**set base**/
* {
	margin : 0px;
	padding : 0px;
}
html {
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "ＭＳ Ｐゴシック", sans-self;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 900px;
	font-size: 80%;
	background-image: url(../img/space_02.gif);
	color: #333333;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a {
	text-decoration: none;
}
hr {
	color: #DFE3E2;
	background-color: #DFE3E2;
	height: 4px;
	margin-top: 16px;
	border: 0px none;
}
img,img a {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	vertical-align: top;
}
em {
	visibility: hidden;
	font-style: normal;
}
#header,#contents,#footer {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-color: #FFFFFF;
}
#header {
	text-align: left;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
}
h1 {
	padding-left: 20px;
	padding-top: 36px;
	padding-bottom: 24px;
	font-size: 140%;
}
h1 a {
	height: 60px;
	width: 400px;
	display: block;
	background-image: url(../img/bg_header.jpg);
	background-position: -20px -36px;
}
#contents {
	text-align: left;
	background-image: url(../img/bg_contents.gif);
	background-repeat: repeat-y;
}
#rbox {
	float: right;
	width: 252px;
}
#lbox {
	float: left;
	width: 252px;
}
#banner {
	background-image: url(../img/bg_rbox.gif);
	background-repeat: no-repeat;
	background-position: 247px 24px;
	padding-top: 24px;
	padding-left: 24px;
}
#banner li {
	margin-top: 12px;
}
#contact {
	background-image: url(../img/bg_rbox.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 24px;
	padding-bottom: 20px;
}
#contact dt {
	width: 200px;
	background-image: url(../img/bg_info.jpg);
	background-position: 0px -4px;
	height: 24px;
}
#contact dd {
	background-image: url(../img/bg_info.jpg);
	margin-top: 12px;
	width: 200px;
}
#contact dd.index,#contact dd.index a {
	height: 50px;
	background-position: 0px -40px;
	display: block;
}
#contact dd.sub,#contact dd.sub a {
	height: 100px;
	background-position: 0px -100px;
	display: block;
}
#contact dd.subinfo,#contact dd.subinfo a {
	height: 60px;
	background-position: 0px -210px;
	display: block;
}
#contact dd.link,#contact dd.link a {
	height: 18px;
	background-position: 0px -280px;
	display: block;
}
#contact dd.link {
	margin-left: 0px;
}
.tx_r {
	text-align: right;
}
.tx_c {
	text-align: center;
}
#footer {
	text-align: left;
	background-image: url(../img/bg_contents.gif);
	background-repeat: repeat-y;
	padding-top: 16px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
address {
	font-style: normal;
}
