@charset "UTF-8";


/* init */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	width: 982px;
	margin: 0 auto;
	background: #cce6be url(../images/common/bg-body.gif) repeat-y center top;
	font-family: Verdana;
	color: #333;
}
.clear {
	clear: both;
}
a {
	color: #276700;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*
h1{
    color:#276700;
    font-size:20px;
    line-height:23px;
    padding:0 0 24px;
}
*/


/* header */
div.header {
	padding: 0 26px 23px 31px;
}
div.header div.logo {
	padding: 18px 0 0 0;
	width: 396px;
	float: left;
}
div.header div.header-navi {
	padding: 24px 0 0 0;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	width: 500px;
	float: right;
}




/* global-navi */
div.global-navi {
	margin: 0 0 0 5px;
	*margin: 0 0 0 6px;
	background: url(../images/common/navi-hover.jpg) no-repeat left top;
}
div.global-navi a {
	display: block;
	float: left;
}
div.global-navi a:hover,
body.news a.news,
body.aboutus a.aboutus,
body.esco a.esco,
body.case a.case,
body.member a.member,
body.login a.login {
	opacity: 0;
	filter:alpha(opacity=0);
}




/* topicpath */
div.topicpath {
	font-size: 10px;
	line-height: 20px;
	padding: 0 0 35px 54px;
}




/* contents */
div.contents {
        overflow: hidden;
        width:928px;
	padding: 0 0 0 54px;
}
div.contents div.left,
div.contents div.right {
        overflow: hidden;
}




/* footer */
div.footer {
	background: #277700 url(../images/common/footer-bg.gif) no-repeat left top;
	margin: 0 5px 0 5px;
	*margin: 0 4px 0 6px;
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	padding: 10px 0 120px 49px;
}




