@charset "Shift_JIS";

/* --------------------------------------------------------------------------------------
 base
--------------------------------------------------------------------------------------- */

/* font ------------------------------ */

body {
	color: #484745;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.7;
	letter-spacing: 1px;
}
html:not(:target) body {
	font-size: 12px;
}

input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/* tag ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #eb6100;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}

/* text link ------------------------------ */

a:link {
	color: #026d9e;
	text-decoration: underline;
}
a:visited {
	color: #026d9e;
	text-decoration: underline;
}
a:hover {
	color: #026d9e;
	text-decoration: none;
}
a:active {
	color: #026d9e;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 clearfix
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 layout
--------------------------------------------------------------------------------------- */

#wrapbox {
	width: 750px;
	margin: 0 auto;
	border-bottom: 5px solid #000000;
	background: #ffffff;
	text-align: left;
}

#mainbox {
	width: 730px;
	margin: 15px 10px 0;
}

#leftbox {
	float: left;
	width: 428px;
}

#rightbox {
	float: right;
	width: 282px;
}

#mainbox h2 {
	margin: 20px 0 10px;
	padding: 4px 5px;
	background: #000000;
	color: #ffffff;
}

#mainbox h2 span {
	display: block;
	padding-left: 8px;
	border-left: 4px solid #ffffff;
	line-height: 18px;
	font-size: 117%;
	font-weight: bold;
}

#mainbox h2 a:link,
#mainbox h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}
#mainbox h2 a:hover,
#mainbox h2 a:active {
	color: #ffffff;
	text-decoration: underline;
}

#mainbox h3 {
	min-height: 17px;
	margin: 0 0 0 2px;
	padding-left: 15px;
	background: url(../img/icon.gif) no-repeat 0 .4em;
	font-weight: bold;
}
* html #mainbox h3 {
	height: 17px;
}

/* location ------------------------------ */

.location {
	margin: 0 5px;
}

.location li {
	float: left;
	margin-right: 0.5em;
	white-space: nowrap;
}

/* noteframe ------------------------------ */

#wrapbox #mainbox .noteframe {
	margin: 10px;
	padding: 3px;
	border: 1px solid #CBC9C9;
}

#wrapbox #mainbox .noteframe p {
	margin: 3px;
	padding: 0;
	color: #858282;
	font-size: 10px;
	line-height: 1.5;
	word-wrap:break-word;
}


/* --------------------------------------------------------------------------------------
 headbox
--------------------------------------------------------------------------------------- */

#headbox {
	width: 750px;
	margin-bottom: 8px;
	padding-top: 5px;
}

#headbox p {
	margin: 0 7px 5px;
}

#headbox .logo {
	margin: 5px 0 0;
	padding-left: 40px;
	background: url(../img/logo_bg.jpg) no-repeat;
}

#headbox .logo img {
	vertical-align: top;
}


/* --------------------------------------------------------------------------------------
 leftbox
--------------------------------------------------------------------------------------- */

#leftbox h1 {
	background: url(../img/ttl_rp.gif) repeat-y;
	color: #ffffff;
	font-size: 125%;
	font-weight: bold;
}

#leftbox h1 span {
	display: block;
	min-height: 25px;
	padding: 15px 15px 15px 70px;
	background: url(../img/ttl.gif) no-repeat;
	line-height: 25px;
}

* html #leftbox h1 span {
	height: 25px;
}

#leftbox p {
	margin-bottom: 15px;
	font-size: 117%;
}

/* sitemap ------------------------------ */

#leftbox .sitemap {
	margin-bottom: 20px;
}

#leftbox .sitemap li {
	min-height: 17px;
	margin: 5px 20px 0;
	padding-left: 15px;
	background: url(../img/icon.gif) no-repeat 0 .4em;
}
* html #leftbox .sitemap li {
	height: 17px;
}


/* --------------------------------------------------------------------------------------
 navibox
--------------------------------------------------------------------------------------- */

.navibox {
	width: 750px;
	margin: 30px 0 0 0;
}

.navibox li {
	display: inline;
	float: left;
	margin-left: 10px;
}

.navibox li ul {
	width: 176px;
}

.navibox li ul li {
	margin: 0 0 1px;
}


/* --------------------------------------------------------------------------------------
 footerbox
--------------------------------------------------------------------------------------- */

#footerbox {
	margin: 27px 4px 0;
	padding: 12px 0 5px;
	border-top: 1px solid #b0cad6;
	text-align: center;
}

#footerbox li {
	display: inline;
	padding: 0 2px 0 5px;
	border-left: 1px solid #474646;
}
#footerbox .first {
	border-left: none;
}

#footerbox li a {
	white-space: nowrap;
}

#footerbox address {
	margin-top: 5px;
	color: #474646;
}

#footerbox a:link,
#footerbox a:visited {
	color: #474646;
	text-decoration: none;
}
#footerbox a:hover,
#footerbox a:active {
	color: #474646;
	text-decoration: underline;
}
