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

/* Tags */

body {
	background:#f2f2f2;
	font-size:80%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	color:#222;
	line-height:1.5em;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}

h1 {
	font-size:1px;
	line-height:0em;
	vertical-align:bottom;
	width:366px;
	height:30px;
	margin-bottom:17px;
}

h3.ttl {
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	line-height:1em;
	font-size:0;
	vertical-align:bottom;
}

table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}

th,td {
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0;
}

ul,ol,li,dl,dt,dd {
	list-style:none;
	margin:0;
	padding:0;
}

p,a { 
	margin:0;
	padding:0;
}

strong,em {
	margin:0;
	padding:0;
	font-weight:normal;
}

a { color:#ff6400; }
a { -moz-outline:none; }
img { border:none; }

p.msg {
	margin:20px 0;
	font-size:0px;
	line-height:1em;
	vertical-align:bottom;
}

a.jumpto {
	background:url(../images/arrow_org.png) no-repeat left center;
	padding-left:16px;
}



/* Box */
#wrapper {
	width:100%;
	margin:0 auto;
	padding-top:45px;
	background:url(../images/bg2.png) repeat-x center top #fdfdfd;
}

#innner-box {
	width:810px;
	margin:0 auto;
	position:relative;
}

#header {
	width:810px;
	height:202px;
	margin:0 auto 81px auto;
}

#himg {
	width:810px;
	height:155px;
	font-size:1px;
	line-height:0;
	vertical-align:bottom;
}

#main {
	width:770px;
	margin:0 20px 20px 20px;
}

#contents {
	width:550px;
	float:right;
}

#subnavi {
	width:190px;
	float:left;
}

#navi {
	width:760px;
	height:56px;
	background:url(../images/navi_bg.png) no-repeat left top;
	padding:0 25px;
	position:absolute;
	top:203px;
	left:0;
	margin:0 auto;
}

#goindex {
	width:800px;
	text-align:right;
	font-size:80%;
	position:absolute;
	top:20px;
}

#footer {
	width:100%;
	background:url(../images/fline.png) repeat-x top left #f2f2f2;
	padding:10px 0 20px 0;
}

#footer-inner {
	width:800px;
	margin:auto;
}

.jump {
	width:550px;
	text-align:right;
	margin:10px 0;
}

.cbox {
	width:550px;
	text-align:center;
}

#map {
	width:786px;
	height:400px;
	border:1px solid #ccc;
}



/* Navigation */ 
#navi li {
	width:190px;
	height:45px;
	float:left;
}

#navi li a {
	display:block;
	background:url(../images/navi.png) no-repeat left top;
	width:190px;
	height:45px;
	font-size:1px;
	line-height:1em;
	text-indent:-9999px;
}

#navi li.n1 a { background-position:left top; }
#navi li.n2 a { background-position:-190px top; }
#navi li.n3 a { background-position:-380px top; }
#navi li.n4 a { background-position:-570px top; }
#navi li.n1 a:hover { background-position:left -45px; }
#navi li.n2 a:hover { background-position:-190px -45px; }
#navi li.n3 a:hover { background-position:-380px -45px; }
#navi li.n4 a:hover { background-position:-570px -45px; }

/* sub navigation */
#subnavi ul {
	margin-bottom:20px;
}

#subnavi li {
	width:190px;
	height:49px;
	line-height:1em;
	vertical-align:bottom;
	font-size:90%;
}

#subnavi a {
	display:block;
	width:175px;
	height:13px;
	background:url(../images/subnav.png) no-repeat left top;
	padding:18px 0 18px 15px; 
	color:#999;
	text-decoration:none;
}

#subnavi a:hover {
	background:url(../images/subnav.png) no-repeat -190px top;
	color:#000;
}

#subnavi a.on {
	background:url(../images/subnav.png) no-repeat -190px top;
	color:#000;
}

/* index */
#goindex a {
	color:#666;
	background:url(../images/arrow_g.png) no-repeat left center;
	padding-left:8px;
}

#goindex a:hover {
	color:#c80000;
	background:url(../images/arrow_r.png) no-repeat left center;
	padding-left:8px;
}

/* Footer */
#footer li {
	line-height:1em;
	float:left;
	margin-bottom:10px;
}

#footer li.n1 {
	width:80px;
	height:15px;
}

#footer li.n2 {
	width:101px;
	height:15px;
}

#footer li a {
	display:block;
	height:15px;
	font-size:1px;
	line-height:1em;
	text-indent:-9999px;
	background:url(../images/footer.png) no-repeat left top;
}

#footer li.n1 a {
	width:81px;
	background-position:left top;
}

#footer li.n2 a {
	width:100px;
	background-position:-80px top;
}

#footer li.n1 a:hover { background-position:left -15px; }
#footer li.n2 a:hover { background-position:-81px -15px; }


#footer p {
	clear:both;
	width:268px;
	height:6px;
	font-size:1px;
	line-height:1em;
}


/* clearfix */
#main:after,
#navi:after {
content: "."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
#main,
#navi { display: inline-block; }
