@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 {
	padding-top: 233px;
	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: #996633;
	text-decoration: underline;
}
a:visited {
	color: #996633;
	text-decoration: underline;
}
a:hover {
	color: #996633;
	text-decoration: none;
}
a:active {
	color: #996633;
	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
--------------------------------------------------------------------------------------- */

.fix-area {
	position: absolute;
	top: 10px;	
	left: 0;
	width: 100%;
}

#ct-area {
	width: 750px;
	margin: 0 auto 8px;
	padding-top: 3.4em;
	text-align: left;
}
.index #ct-area {
	padding-top: 10px;
}

#l-area {
	float: left;
	width: 446px;
}

#r-area {
	float: right;
	width: 292px;
	margin-top: 20px;
}

/* tx-frame ------------------------------ */

.tx-frame {
	margin: 10px;
	padding: 3px;
	border: 1px solid #CBC9C9;
}

.tx-frame p {
	margin: 3px;
	padding: 0;
	font-size: 10px;
	color: #858282;
	word-wrap:break-word;
}

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

.location {
	width: 750px;
	margin: 10px auto 0;
}
* html .location {
	margin: 10px 0 0;
}

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


/* --------------------------------------------------------------------------------------
 hd-area
--------------------------------------------------------------------------------------- */

#hd-area {
	width: 750px;
	margin: 0 auto;
	background: url(../img/hd_bg.jpg) no-repeat;
	text-align: left;
}

#hd-area p.lead {
	height: 34px;
	margin-top: 8px;
	overflow: hidden;
}

#hd-area .logo {
	padding-top: 50px;
}


/* --------------------------------------------------------------------------------------
 nav-area
--------------------------------------------------------------------------------------- */

.nav-area {
	width: 100%;
	min-width: 750px;
	margin-bottom: 10px;
	padding: 7px 0;
	background: #306844;
}

.nav-area ul {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
* html .nav-area ul {
	margin: 0;
}

.nav-area li {
	float: left;
	margin-left: 11px;
}

.nav-area li.first {
	margin-left: 0;
}


/* --------------------------------------------------------------------------------------
 l-area
--------------------------------------------------------------------------------------- */

#l-area h1 {
	margin-bottom: 14px;
	background: url(../img/ttl_rp.gif) repeat-y;
	color:#ffffff;
	font-size: 125%;
	font-weight: bold;
}

#l-area h1 .bg {
	display: block;
	padding-bottom: 8px;
	background: url(../img/ttl_bt.gif) no-repeat left bottom;
}

#l-area h1 .bg span {
	display: block;
	min-height: 24px;
	padding: 11px 15px 2px 25px;
	background: url(../img/ttl.gif) no-repeat;
	line-height: 24px;
}
* html #l-area h1 .bg span {
	height: 37px;
}

#l-area .m-block p {
	margin-bottom: 15px;
	font-size: 117%;
}

#l-area .image {
	text-align: center;
}

#l-area h2 {
	margin: 20px 0 10px;
	padding: 4px 5px;
	background: #699177;
	color: #ffffff;
	font-size: 117%;
	font-weight: bold;
}

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

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

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

/* tx-frame ------------------------------ */

#l-area .m-block .tx-frame {
	margin-bottom: 15px;
}

#l-area .tx-frame p {
	margin: 3px;
	font-size: 10px;
	line-height: 1.5;
}

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

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


/* --------------------------------------------------------------------------------------
 r-area
--------------------------------------------------------------------------------------- */

#r-area .tx-frame {
	margin-top: 15px;
}


/* --------------------------------------------------------------------------------------
 ft-area
--------------------------------------------------------------------------------------- */

#ft-area {
	width: 100%;
	margin-top: 15px;
	padding: 12px 0 5px;
	background: #999999;
	text-align: center;
}

#ft-area ul.
#ft-area address {
	width: 750px;
	margin: 0 auto;
}

#ft-area li {
	display: inline;
	padding: 0 3px 0 6px;
	border-left: 1px solid #484745;
}
#ft-area .first {
	border-left: none;
}

#ft-area li a {
	white-space: nowrap;
}

#ft-area address {
	margin-top: 10px;
}

#ft-area a:link,
#ft-area a:visited {
	color: #484745;
	text-decoration: none;
}
#ft-area a:hover,
#ft-area a:active {
	color: #484745;
	text-decoration: underline;
}
