@charset "UTF-8";

/**base set**/
* {
	margin : 0px;
	padding : 0px;
}
html {
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "ＭＳ Ｐゴシック", sans-self;
	color: #333333;
	width: 848px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../img/bg_base.gif);
}
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,a img {
	border: 0px none;
}
a:link,a:visited {
	color: #2C92B8;
}
a:hover,a:active {
	color: #97CCE6;
}
strong {
	color: #E11E71;
}
em {
	font-style: normal;
	overflow: hidden;
	visibility: hidden;
}
hr {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	height: 16px;
}
* html hr {
	height: 8px;
}
/**body set**/
#top_back,#bottom_back {
	background-image: url(../img/bg_inner.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
}
#header,#contents,#footer {
	background-image: url(../img/bg_main.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 840px;
}
/**header set**/
#header {
	height: 100px;
	text-align: left;
	position: relative;
}
#header address {
	font-size: 70%;
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	float: right;
	padding: 4px 20px 4px 30px;
	background-image: url(../img/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
}
#header h1,#header h1 a {
	width: 560px;
	height: 52px;
	background-image: url(../img/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#header h1 {
	font-size: 120%;
	position: absolute;
	top: 30px;
	left: 20px;
}
#header h1 a {
	display: block;
	text-decoration: none;
}
#header ul {
	font-size: 80%;
}
#header ul#hnavi {
	position: absolute;
	right: 10px;
	bottom: 3px;
}
#header ul#hnavi li {
	float: left;
}
#header ul#hnavi li a {
	width: 110px;
	height: 24px;
	display: block;
	text-decoration: none;
	background-image: url(../img/bg_title.jpg);
	background-repeat: no-repeat;
}
#hl01 a:link,#hl01 a:visited {
	background-position: -600px -48px;
}
#hl01 a:hover,#hl01 a:active {
	background-position: -600px -73px;
}
#hl02 a:link,#hl02 a:visited {
	background-position: -710px -48px;
}
#hl02 a:hover,#hl02 a:active {
	background-position: -710px -73px;
}
#hl03 a:link,#hl03 a:visited {
	background-position: -820px -48px;
}
#hl03 a:hover,#hl03 a:active {
	background-position: -820px -73px;
}
/**contents set**/
#contents {
	font-size: 80%;
	text-align: left;
	background-position: 0px -100px;
	position: relative;
	background-image: url(../img/bg_main.jpg);
	background-repeat: no-repeat;
}
#blank {
	padding: 40px 20px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
	padding-left: 12px;
}
.tx_c {
	text-align: center;
}
#tx_end {
	height: 20px;
	clear: both;
	float: none;
	padding: 20px 0px 0px;
	margin-left: 680px;
}
#tx_end a {
	text-decoration: none;
	height: 20px;
	width: 140px;
	background-image: url(../img/tx_end.gif);
	background-position: 0px 0px;
	display: block;
	overflow: hidden;
}
/**footer set**/
#footer {
	font-size: 80%;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../img/bg_title.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: none;
	padding: 16px 0px;
	background-position: 0px -100px;
}

