@charset "UTF-8";

/*================================================================
top
================================================================*/

body {
	background: url(../../img/bg_header.gif) repeat-x top;
	background-color: #f5f0da;
}
/*
00,wrapper
----------------------------------------------------------------*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}

/*
01,header
----------------------------------------------------------------*/
#header {
	width: 1000px;
	height: 546px;
	padding: 0;
	background: url(../../img/top_bg.jpg) no-repeat center bottom;
}
#header #site-logo {
	margin-top: 20px;
	margin-right: 70px;
}
* html #header #site-logo img {
	behavior: expression(IEPNGFIX.fix(this));
}
/*--------------------------------------------------------------*/
#header #header-info {
	position: absolute;
	top: 0;
	right: 0;
	width: 293px;
	height: 80px;
}
#header #header-info dl {
}
#header #header-info dl dt {
	position: absolute;
	width: 63px;
}
#header #header-info dl dd {
	position: absolute;
	width: 230px;
	left: 63px;
}
#header #header-info dl dd.telnum img {
	margin-left: 10px;
}
#header #header-info dl dt.time,
#header #header-info dl dd.time {
	top: 25px;
}
#header #header-info dl dd.time img {
	margin: 10px 0 0 10px;
}
#header #header-info p {
	position: absolute;
	top: 60px;
	left: 75px;
	font-size: 1.2em;
	color: #933;
}
/*--------------------------------------------------------------*/
#header #news-area {
	position: absolute;
	bottom: 24px;
	left: 20px;
	width: 460px;
	height: 180px;
	background: url(../../img/bg_news.jpg) no-repeat;
	overflow: hidden;
}
#header #news-area h2 {
	margin: 17px 30px;
}
#header #news-area ul.news-link li {
	position: absolute;
	top: 17px;
	right: 80px;
}
#header #news-area ul.news-link li#archive-btn {
	right: 20px;
}
#header #news-area dl {
	position: absolute;
	width: 400px;
	top: 45px;
	left: 30px;
	color: #FFF;
	font-size: 1.2em;
	overflow: hidden;
}
#header #news-area dl a {
	padding-right: 20px;
	color: #FFF;
	text-decoration: none;
	background: url(../../img/icon_news_post.gif) no-repeat 100% 0.4em;
}
#header #news-area dl a:hover {
	text-decoration: underline;
}
#header #news-area dl dd,
#header #news-area dl dt {
	margin-bottom: 3px;
}
#header #news-area dl dt {
	width: 100px;
	float: left;
}
#header #news-area dl dd {
	width: 300px;
	float: right;
}
/*--------------------------------------------------------------*/
#header #top-bnr {
	position: absolute;
	top: 342px;
	left: 500px;
}
#header #top-bnr li {
	margin-bottom: 20px;
}

/*
02,main
----------------------------------------------------------------*/
#main {
	width: 1000px;
	background: url(../../img/bg_main_bottom.gif) no-repeat bottom;
}

/*
3,contents
----------------------------------------------------------------*/
#contents {
	width: 760px;
}
#contents ul#global-nav {
	width: 723px;
	margin: 20px 20px 30px;
	padding: 3px 0 3px 3px;
	background: url(../../img/gnav_bg_top.gif) no-repeat;
	overflow: hidden;
}
#contents ul#global-nav li {
	display: inline;
	width: 143px;
	padding: 0 0 0 1px;
	float: left;
	background: url(../../img/bg_nav_child.gif) no-repeat 0 40px;
}
#contents ul#global-nav li img {
}
#contents ul#global-nav li ul {
	padding: 10px;
	background: none;
}
#contents ul#global-nav li ul li {
	display: block;
	width: auto;
	margin: 0 0 5px;
	padding: 0;
	float: none;
	background: none;
}
#contents ul#global-nav  li ul li a {
	padding: 3px 3px 3px 15px;
	background: url(../img/arrow_nav_child.gif) no-repeat left center;
}

#contents #site-intro {
	width: 720px;
	margin: 20px 20px 0;
	clear: both;
}
#contents #site-intro .in-sec {
	width: 720px;
	margin-bottom: 20px;
	overflow: hidden;
}
#contents #site-intro .in-sec p.image-left {
	float: left;
}
#contents #site-intro .in-sec h2 {
	width: 490px;
	margin-top: 5px;
	margin-bottom: 15px;
	float: right;
}
#contents #site-intro .in-sec p.text {
	width: 490px;
	margin-bottom: 0;
	float: right;
}
#contents #site-intro .in-sec p.text {
	font-size: 1.2em;
}

/*
4,side
----------------------------------------------------------------*/
#side #access-map dl#access-point {
	width: 190px;
}
#side #access-map dl#access-point dt {
	margin-bottom: 5px;
	padding-top: 15px;
	font-size: 1.2em;
	background: url(../img/side_bg_dot2.gif) repeat-x top;
}
#side #access-map dl#access-point dd {
	position: relative;
	width: 190px;
	margin-bottom: 15px;
	font-size: 1.0em;
}
#side #access-map dl#access-point dd span a {
	position: absolute;
	padding: 0px 2px;
	right: 0;
	background-color: #973e39;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
#side #access-map dl#access-point dd span a:hover {
	background-color: #990;
}
#side #access-map dl#access-point dd strong {
	color: #973e39;
}

/*
5,footer
----------------------------------------------------------------*/
#footer {
}
#footer #footer-inner {
	width: 1000px;
	background: url(../../img/bg_footer_inner.gif) no-repeat bottom;
}
#footer #ex-area {
	margin: 0 30px 20px;
	margin-top: -30px;
	text-align: left;
	font-size: 1.2em;
}