@charset "utf-8";


/* footer position --------------------------------  */

/* scroll bar */
html{overflow-y:scroll;}

/* footer fixed bottom */
html{ height:100%;}
body{ height:100%;}

/* footer inside container */
/*
* html #container{height:100%;}
div#container{position:relative;min-height: 100%;}
body > #container {height: auto;}
div#main{padding-bottom:30px;}
#footer{position:absolute;bottom:0px;height:30px;}
*/

/* footer inside containerWrap */
* html #containerWrap{height:100%;}
div#containerWrap{position:relative;min-height: 100%;}
body > #containerWrap {height: auto;}
div#container{padding-bottom:116px;}
#footer{position:absolute;bottom:0px;height: 106px;background: url(../img/footer_bg.gif) repeat-x;width: 100%;}


/* frame layout  ----------------------------------  */

body { 
	background: url(../img/body_bg.jpg) repeat-x 0 0;
}

#container {
	width: 970px;
	margin: 0 auto;
	background: url(../img/container_bg.png) no-repeat 0 141px;
}

#header {
	height: 137px;
	position: relative;
	margin-bottom: 19px;
}

#mainVisual {
	padding: 0 10px;
	margin-bottom: 20px;
}

#content {
	padding: 0 15px 0;
}

#main {
	width: 720px;
	float: right;
	font-size: 116%;
}

#home[class="ja"] #main {
	width: 500px;
	margin-left: 20px;
	float: left;
}

#leftbar {
	width: 200px;
	float: left;
}

#rightbar {
	width: 200px;
	float: right;
}

#footerInner {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	height: 106px;
	color: #fff;
}

/* header  ------------------------------------------  */

#header #logo {
	position: absolute;
	left: 5px;
	top: 30px;
}

#header #summary {
	position: absolute;
	left: 5px;
	top: 5px;
}

#header #summary h1,
#header #summary p { line-height: 1.4;}


#sNavi {
	position: absolute;
	right: 17px;
	top: 8px;
	width: 246px;
	height: 20px;
	background: url(../img/header_s_navi_bg.gif) no-repeat;
}

#gNavi {
	position: absolute;
	left: 5px;
	bottom: 0px;
	width: 960px;
	heigt: 46px;
}

#header #tel {
	position: absolute;
	right: 5px;
	top: 40px;
}

#header #tel img { vertical-align: top;}

/* mainvisual  --------------------------------------  */

#mainVisualInner {
	height: 290px;
	background: url(../img/mainvisual_bg.jpg) no-repeat;
	position: relative;
}

#mainVisual #mvText1 {
	position: absolute;
	left: 37px;
	top: 189px;
}

#mainVisual #mvText2 {
	position: absolute;
	left: 37px;
	top: 232px;
}


/* maintitle  --------------------------------------  */

#mainTitle {
	background: url(../img/maintitle_bg.jpg) no-repeat;
	height: 100px;
	position: relative;
}

#mainTitle p {
	position: absolute;
	left: 20px;
	top: 40px;
}


/* main common class  -------------------------------  */

#pankuzu {
	text-align: right;
	font-size: 78%;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-bottom: 6px;
}

#pageTitle {
	font-size: 141%;
	border-bottom: 1px solid #adadad;
	padding: 0 0 4px 0;
	margin-bottom: 10px;
}

#pageTitle h2,
#pageTitle h1 {
	border-left : 4px solid #248828;
	padding: 2px 0 0 8px;
	font-weight: bold;
	line-height: 1.3;
}

#pagetop {
	text-align: right;
	padding: 20px 0 10px;
	clear: both;
}

#pagetop a { 
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* leftbar  -----------------------------------------  */

.widget_pages h2 { display: none;}

.widget_nav_menu,
.widget_pages {
	background: url(../img/left_navi_bg.jpg) no-repeat left top #d9d9d9;
	padding: 5px;
	margin-bottom: 15px;
}

.widget_nav_menu ul,
.widget_pages ul { 
	background: #fff;
	margin: 0;
	padding: 0;
	min-height: 10px;
}

.widget_nav_menu li,
.widget_pages li {
	border-bottom: 1px dotted #adadad;
}

.widget_nav_menu li li,
.widget_pages li li {
	border-bottom: none;
	border-top: 1px dotted #adadad;
}

.widget_nav_menu li a,
.widget_pages li a { 
	color: #333;
	padding: 6px 4px 7px 22px;
	display: block;
	background: url(../img/leftbar_navi_arrow.jpg) no-repeat;
	background-position: 0.5em 0.9em;
	outline: none;
}

.widget_nav_menu li li a,
.widget_pages li li a {
	padding-left: 34px;
	background: url(../img/leftbar_navi_arrow2.jpg) no-repeat;
	background-position: 0.5em 0.9em;
}

.widget_nav_menu li li li a,
.widget_pages li li li a {
	padding-left: 44px;
	background: url(../img/leftbar_navi_arrow3.jpg) no-repeat;
	background-position: 0.5em 0.9em;
}

.widget_nav_menu li a:hover,
.widget_pages li a:hover { color: #009900;}


/* rightbar  -----------------------------------------  */

#rightbarBanner li { margin-bottom: 4px;}

/* footer  ------------------------------------------  */

#footer #footerLogo {
	position: absolute;
	top: 25px;
}

#footer #footerNavi {
	position: absolute;
	right: 0;
	top: 29px;
}

#footer #footerNavi li { 
	display: inline;
	padding: 0 0 0 26px;
}

#footer #footerNavi li a {
	background: url(../img/footer_link.gif) no-repeat left center;
	padding: 0 0 0 9px;
	color: #e1ffd1;
	text-decoration: none;
}

#footer #footerNavi li a:hover { color: #fff;text-decoration: underline;}

#footer #copyright {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 7px;
	font-size: 91%;
}




/* top  ---------------------------------------------  */

#news { margin-bottom: 20px;}

#news h2 img { display: block;}

#news dl {
	border-bottom: 1px dotted #adadad;
	padding: 5px 0 5px;
}

#news dt { width: 130px; float: left;}
#news dd { width: 370px;float: left;}



