@charset "utf-8";
/*
=Global
*/
* {
	margin:0;
	padding:0;
}
html
,body {
	background:#FFF;
}
html {
	overflow-y:scroll;
}
body {
	background:url(../img/body_back.gif) repeat 0px 0px;
	margin:0px;
	padding:0px;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3" ,"Hiragino Kaku Gothic Pro" ,Osaka ,"ＭＳ Ｐゴシック","MS PGothic" ,Geneva ,Verdana ,Sans-Serif;
	font-size:62.5%;
	line-height:150%;
}
html>/**/body {
	font-size:10px;
}
* + html body {
	font-family:"メイリオ","Meiryo";
}
a {
/*\*/
	overflow:hidden;
/**/
}
div {
	display:inline-block;
}
div:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hides from IE-mac \*/
* html div {
	height:1%;
}
div {
	display:block;
}
/* End hide from IE-mac */
table	{
	border-collapse:separete;
	border-spacing:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
img {
	border:none;
}
p {
	margin:0px 0px 10px;
}
form {
	margin:0px;
}
ul, li, ol, dl, dt, dd {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
}

/*
=Text
*/
a:link
,a:visited
,a:active {
	color:#FF6600;
	text-decoration:underline;
	font-weight:normal;
}
a:hover
,a:focus {
	color:#003399;
	text-decoration:none;
}
.small {
	font-size:0.8em;
	line-height:1.5em;
	font-weight:normal;
}
.small a:link
,.small a:visited
,.small a:active {
	font-size:0.8em;
	color:#FF6600;
	text-decoration:underline;
	font-weight:normal;
}
.small a:hover
,.small a:focus {
	color:#003399;
	text-decoration:none;
}
.big {
	font-size:1.2em;
	line-height:1.7em;
	font-weight:normal;
}
.big a:link
,.big a:visited
,.big a:active {
	font-size:1.2em;
	color:#FF6600;
	text-decoration:underline;
	font-weight:normal;
}
.big a:hover
,.big a:focus {
	color:#003399;
	text-decoration:none;
}
strong {
	font-weight:bold;
}

/*
=Heading
*/
h2
,h3
,h4 {
	font-weight:bold;
}
h1 {
}
h2 {
	clear:both;
	margin:0px 0px 15px;
	padding:0px;
}
h3 {
	clear:both;
	padding:0px;
	margin:20px 0px 15px;
}
h3.st {
	margin:0px;
}
h4 {
	clear:both;
	margin:0px;
	padding:15px 0px 10px;
}
h4.st {
	margin:0px;
	padding:0px 0px 10px;
}
h5 {
	clear:both;
	margin:20px 0px 15px;
}
h5.st {
	margin:0px 0px 15px;
}

/*
=Image
*/
.imgframe {
	border:1px solid #F4F4F4;
	padding:4px;
	background-color:#FFF;
}
.imgleft {
	clear:left;
	display:inline;
	float:left;
	margin:0px 15px 15px 0px;
}
.imgright {
	clear:right;
	display:inline;
	float:right;
	margin:0px 0px 15px 15px;
}
a.imglink:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}

/*
=Misc
*/
.sp0 {
	margin-bottom:0px;
}
.sp05 {
	margin-bottom:5px;
}
.sp10 {
	margin-bottom:10px;
}
.sp15 {
	margin-bottom:15px;
}
.sp20 {
	margin-bottom:20px;
}
.sp30 {
	margin-bottom:30px;
}
.sp0- {
	paddin-top:0px;
}
.sp05- {
	paddin-top:5px;
}
.sp10- {
	paddin-top:10px;
}
.sp15- {
	paddin-top:15px;
}
.sp20- {
	paddin-top:20px;
}
.sp30- {
	paddin-top:30px;
}
.link {
	background:url(../img/icon_link.gif) no-repeat left center;
	padding:0px 0px 0px 12px;
	margin:0px;
}
.dotline {
	clear:both;
	height:1px;
	background:url(../img/dotline.gif) repeat left center;
	margin:15px 0px 20px;
	padding:0px;
	overflow:hidden;
}
.notice {
	border:2px solid #E5D389;
	background:#F9F5E1;
	padding:10px;
}
.ar {
	text-align:right;
}
.ac {
	text-align:center;
}
.al {
	text-align:left;
}
.clear {
	clear:both;
}

/*
Header
*/
#header {
	background:url(../img/header_back.gif) repeat-x 0px 0px;
	width:100%;
	height:178px;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}
#hframe {
	background:#FFF url(../img/header_back.gif) repeat-x 0px 0px;
	width:880px;
	height:116px;
	margin:0px auto;
	padding:0px 40px;
	overflow:hidden;
}
#hnavi {
	background:url(../img/header_naviback.gif) no-repeat 0px 0px;
	width:864px;
	height:24px;
	padding:4px 8px 0px 8px;
	margin:0px 0px 20px;
}
#hnavi a:link ,#hnavi a:visited ,#hnavi a:active {
	font-size:1.2em;
	line-height:1.5em;
	color:#FFF;
	text-decoration:none;
}
#hnavi a:hover ,#hnavi a:focus {
	color:#808080;
	text-decoration:none;
}
#hnavi ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#hnavi ul li {
	display:inline;
	margin:0px;
	padding:0px 8px;
	border-right:1px dotted #FFF;
}
#hnavi ul li.ed {
	border-right:none;
}
#htitle {
	display:inline;
	float:left;
	width:336px;
	margin:0px;
	padding:0px;
}
p#disc {
	height:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#logo {
	width:336px;
	height:30px;
	margin:9px 0px 0px;
	padding:0px;
}
#hright {
	display:inline;
	float:right;
	width:522px;
	height:50px;
	margin:0px;
	text-align:right;
}
#hcontact {
	display:inline;
	float:left;
	width:290px;
}
#hcontact #hbt01 {
	display:inline;
	float:left;
	width:140px;
	margin:0px 0px 6px;
}
#hcontact #hbt02 {
	display:inline;
	float:right;
	width:140px;
	margin:0px 0px 6px;
}
#hsearch {
	clear:both;
	position:relative;
}
#hsearch input#search {
	position:absolute;
	top:0;
	left:0;
	display:inline;
	float:left;
	background:#F2F2F2;
	border:1px solid #CCC;
	width:242px;
	height:14px;
	vertical-align:bottom;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#hsearch input#submit {
	display:inline;
	float:right;
	width:40px;
	height:20px;
	vertical-align:bottom;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#hphone {
	display:inline;
	float:right;
	width:220px;
	margin:3px 0px 0px;
}
#hmenu {
	background:#FFF url(../img/header_back.gif) repeat-x 0px bottom;
	clear:both;
	width:880px;
	height:62px;
	overflow:hidden;
	margin:0px auto;
	padding:0px 40px;
}
#hmul {
	list-style:none;
	width:880px;
	height:62px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#hmul li {
	float:left;
}
#hmul li a {
	display:block;
	height:0px;
	padding:62px 0px 0px;
	margin:0px;
	overflow:hidden;
}
#hmul #hm01 a {
	width:147px;
	background:url(../img/header_menu.gif) no-repeat 0px 0px;
}
#hmul #hm01 a:hover
,#hmul #hm01 a:focus
,#hmul #hm01 a:active {
	background-position:0px -62px;
}
#hmul #hm02 a {
	width:147px;
	background:url(../img/header_menu.gif) no-repeat -147px 0px;
}
#hmul #hm02 a:hover
,#hmul #hm02 a:focus
,#hmul #hm02 a:active {
	background-position:-147px -62px;
}
#hmul #hm03 a {
	width:147px;
	background:url(../img/header_menu.gif) no-repeat -294px 0px;
}
#hmul #hm03 a:hover
,#hmul #hm03 a:focus
,#hmul #hm03 a:active {
	background-position:-294px -62px;
}
#hmul #hm04 a {
	width:147px;
	background:url(../img/header_menu.gif) no-repeat -441px 0px;
}
#hmul #hm04 a:hover
,#hmul #hm04 a:focus
,#hmul #hm04 a:active {
	background-position:-441px -62px;
}
#hmul #hm05 a {
	width:146px;
	background:url(../img/header_menu.gif) no-repeat -588px 0px;
}
#hmul #hm05 a:hover
,#hmul #hm05 a:focus
,#hmul #hm05 a:active {
	background-position:-588px -62px;
}
#hmul #hm06 a {
	width:146px;
	background:url(../img/header_menu.gif) no-repeat -734px 0px;
}
#hmul #hm06 a:hover
,#hmul #hm06 a:focus
,#hmul #hm06 a:active {
	background-position:-734px -62px;
}

/*
Content
*/
#frame {
	background:#FFF;
	clear:both;
	width:880px;
	margin:0px auto;
	padding:15px 40px 50px;
	text-align:left;
	font-size:1.2em;
	line-height:1.5em;
}
* html #frame {
	margin:0px auto;
}
*:first-child+html #frame {
	margin:0px auto;
}

/*
Footer
*/
#footer {
	background:#E9DCCF url(../img/footer_back.gif) repeat-x 0px 0px;
	clear:both;
	width:100%;
	margin:0px auto;
	padding:5px 0px 30px;
}
#fbar {
	width:880px;
	margin:0px auto;
	height:35px;
}
#fbar a:link
,#fbar a:visited
,#fbar a:active {
	color:#FFF;
	text-decoration:underline;
	font-weight:normal;
}
#fbar a:hover
,#fbar a:focus {
	color:#CCC;
	text-decoration:none;
}
p#pagetop {
	display:inline;
	float:right;
	width:150px;
	padding:0px;
	margin:0px;
	text-align:right;
}
p#pagetop a {
	background:url(../img/icon_top_wt.gif) no-repeat left center;
	margin:0px;
	padding:0px 0px 0px 10px;
}
#breadcrumbs {
	display:inline;
	float:left;
	width:700px;
	list-style:none;
	margin:0px;
	padding:0px;
}
#breadcrumbs li {
	display:inline;
	margin:0px;
	padding:0px 2px 0px 0px;
	color:#CCC;
}
#breadcrumbs li span {
	background:url(../img/icon_breadcrumbs.gif) no-repeat right center;
	margin:0px;
	padding:0px 10px 0px 0px;
}
#breadcrumbs li a {
	background:url(../img/icon_breadcrumbs.gif) no-repeat right center;
	margin:0px;
	padding:0px 10px 0px 0px;
}
#fnavi {
	width:880px;
	margin:0px auto 20px;
}
#fnavi a:link
,#fnavi a:visited
,#fnavi a:active {
	color:#333;
	text-decoration:underline;
	font-weight:normal;
}
#fnavi a:hover
,#fnavi a:focus {
	color:#808080;
	text-decoration:none;
}
#fnavi dl {
	display:inline;
	float:left;
	width:138px;
	padding:0px 4px 0px 3px;
	border-left:1px solid #EEB39B;
}
#fnavi dt {
	font-size:1.2em;
	font-weight:bold;
	margin:0px 0px 2px;
}
#fnavi dd {
	margin:0px 0px 5px 2px;
}
#fnavi dd a {
	background:url(../img/icon_link_rd.gif) no-repeat left 2px;
	margin:0px;
	padding:0px 0px 0px 10px;
}
#fframe {
	width:880px;
	margin:0px auto;
}
#flogo {
	display:inline;
	float:left;
	width:560px;
	margin:0px;
}
#fcontact {
	display:inline;
	float:right;
	width:290px;
}
#fcontact p {
	margin:0px;
	text-align:right;
}
#fcontact #fbt01 {
	display:inline;
	float:left;
	width:140px;
	margin:0px 0px 4px;
}
#fcontact #fbt02 {
	display:inline;
	float:right;
	width:140px;
	margin:0px 0px 4px;
}
