@charset "Shift_JIS";

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

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

body {
	color: #373737;
	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: #FFFFFF;
	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: #666464;
	text-decoration: underline;
}
a:visited {
	color: #666464;
	text-decoration: underline;
}
a:hover {
	color: #666464;
	text-decoration: none;
}
a:active {
	color: #666464;
	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
--------------------------------------------------------------------------------------- */

#all-contents {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#contents {
	width: 750px;
	margin: 10px 0 8px;
}

#main-content {
	float: left;
	width: 507px;
}

#sub-content {
	float: right;
	width: 228px;
	text-align: center;
}

/* menu-area ------------------------------ */

#all-contents #contents .menu-area {
	margin: 10px 15px;
	padding: 3px;
	border: 1px solid #CBC9C9;
}

#all-contents #contents .menu-area p {
	margin: 3px;
	padding: 0;
	color: #858282;
	font-size: 10px;
	line-height: 1.5;
	word-wrap:break-word;
}


/* --------------------------------------------------------------------------------------
 top-content
--------------------------------------------------------------------------------------- */

#top-content {
	position: relative;
	width: 750px;
}

#top-content .site-logo {
	position: absolute;
	top: 28px;
	left: 12px;
}


/* --------------------------------------------------------------------------------------
 main-content
--------------------------------------------------------------------------------------- */

#main-content h1 {
	margin-bottom: -22px;
	padding: 5px 10px 5px 40px;
	background: #888888 url(../img/ttl.gif) no-repeat;
	color: #ffffff;
	font-size: 125%;
	font-weight: bold;
}

#main-content h1 span {
	display: block;
	min-height: 24px;
	line-height: 24px;
}
* html #main-content h1 span {
	height: 24px;
}

#main-content .main-block p {
	margin: 28px 0 0 4px;
	font-size: 117%;
}

#main-content .main-block .image {
	float: right;
	margin: 0 0 0 9px;
}
* html #main-content .main-block .image {
	margin-top: 28px;
}
*:first-child+html #main-content .image {
	margin-top: 28px;
}

#main-content h2 {
	margin: 27px 0 12px;
	padding: 4px 5px;
	background: #6c6c6c;
	color: #ffffff;
	font-size: 117%;
}

#main-content h2 span {
	display: block;
	padding-left: 8px;
	border-left: 5px solid #ffffff;
	line-height: 18px;
}

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

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

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

#main-content .location {
	margin-bottom: 5px;
}

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

/* linkBlock ------------------------------ */

#main-content .linkBlock p {
	margin: 0 5px 0 15px;
}

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

#main-content .sitemap {
	margin-top: 10px;
}

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


/* --------------------------------------------------------------------------------------
 sub-content
--------------------------------------------------------------------------------------- */

/* right-content ------------------------------ */

#sub-content .right-content {
	margin-bottom: 10px;
}

#sub-content .right-content li {
	width: 228px;
}


/* --------------------------------------------------------------------------------------
 bottom-content
--------------------------------------------------------------------------------------- */

#bottom-content {
	width: 750px;
	margin-top: 48px;
	padding: 22px 0 11px;
	border-top: 15px solid #3f3f3f;
	background: #e6e6e6;
	text-align: center;
	line-height: 1.5;
}

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

#bottom-content li a {
	white-space: nowrap;
}
#bottom-content li a:link,
#bottom-content li a:visited {
	color: #474646;
	text-decoration: none;
}
#bottom-content li a:hover,
#bottom-content li a:active {
	color: #474646;
	text-decoration: underline;
}

#bottom-content address {
	margin-top: 13px;
	color: #6981b8;
}

#bottom-content address a:link,
#bottom-content address a:visited {
	color: #6981b8;
	text-decoration: none;
}
#bottom-content address a:hover,
#bottom-content address a:active {
	color: #6981b8;
	text-decoration: underline;
}
