@charset "shift-jis";
/* formatting style
------------------------------ */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family:  "lr oSVbN", Osaka, Arial, Helvetica, "qMmpSPro W3", "Hiragino Kaku Gothic Pro","CI", sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #FFF;
}
h1 {
	margin: 0px;
	visibility: hidden;
}
h2 {
	margin: 0px;
}
h3 {
	margin: 0px;
}
h4 {
	font-size:110%;
	color: #FF6600;
}
h5 {
	font-size:100%;
	font-weight: normal;
	margin-left: 80px;
}
img {
	margin: 0px;
	border: none;
}


/*@link styles
------------------------------ */
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	position: relative;
	left: +1px;
	top: +1px;
	color: #FF3333;
}
/*@header style
------------------------------ */
#wrapper {
	background-color: #FFF;
	margin: 0px auto;
	width: 1000px;
}
#header {
	position: relative;
	height: 100px;
	background-image:url(img/header.jpg);
	background-repeat: no-repeat;
	z-index: 1;	
}
#header p {
	text-align:right;
	margin-right:40px;
	clear: both;
}
/*@navigation style
------------------------------ */
#navigation {
	height: 18px;
	font-size: 100%;
	margin-right:30px;
}
#navigation ul{
	margin-right: 0px;
	display: block;
	float: right;
	line-height: 1.2em;
}
#navigation ul li{
	display: block;
	float:left;
	height: 18px;
	width: auto;
	background-image: url(img/navilist.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	list-style: url(none) none;
	text-indent: 12px;
	margin: 0px 10px;
	padding: 0px;
}



/*@main layout
------------------------------ */
#container {
	position: relative;
	background: #FFF;
}
#main {
	width: 980px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.section0 {
	text-align: center;
}
.section1 {
	text-align: right;
	line-height: 1.6em;
}
.section2 {
	margin: 0px 40px;
	text-align: right;
}
.cellimg {

}

.section3 {
	margin: 20px 40px;
	clear: left;
}
.section4 {
	margin: 20px 40px;
}


/*@footer style
------------------------------ */
#footer {
	background-image:url(img/footer.jpg);
	height: 40px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
#footer address {
text-align: center;
}
