/*
Theme Name: Greenstage
Theme URI: http://maxline.co.jp/
Description: Greenstageテーマ
Version: 1.0
Author: Maxline
Author URI: http://maxline.co.jp/
Tags: blue, custom header, fixed width, two columns, widgets
*/
/* 
=============================
(C) Greenstage
last update 100511
=============================*/

@charset "utf-8";

/*
==================================================

    CSS File Name - style.css
    Last-updated: 2010-04-28

    [base]
    +01: Formatting Reset
    +02: Redefine

    [class]
    +03: Class Set
    +04: List Set
    +05: Table Set

    [layout]
    +06: #container
    +07: #header
    +08: #mainBody
    +09: #mainContent
    +10: #subContent
    +11: #footer

==================================================
*/


/*--------------------------------------------------
    +01: Formatting Reset
==================================================*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

strong,
em {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

img {
	vertical-align: bottom;
}

object {
	vertical-align: middle;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +02: Redefine
==================================================*/

html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
	color: #333;
	font-family: osaka, Meiryo, "メイリオ", verdana, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 81.25%;
	line-height: 1.5em;
	text-align: center;
}

a {
	color: #669999;
}

a:link,
a:visited {
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
}

a.hover:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +03: Class Set
==================================================*/

*.clear {
	clear: both;
}

*.alignCenter {
	text-align: center;
}

*.alignRight {
	text-align: right;
}

*.boxSet {
	overflow: hidden;
	_height: 1%;
}

*.bL {
	display: inline;
	float: left;
}

*.bL108 {
	display: inline;
	float: left;
	width: 108px;
}

*.bL180 {
	display: inline;
	float: left;
	width: 180px;
}

*.bL188 {
	display: inline;
	float: left;
	width: 188px;
}

*.bL220 {
	display: inline;
	float: left;
	width: 220px;
}

*.bL250 {
	display: inline;
	float: left;
	width: 250px;
}

*.bL315 {
	display: inline;
	float: left;
	width: 315px;
}

*.bL440 {
	display: inline;
	float: left;
	width: 440px;
}

*.bR188 {
	display: inline;
	float: Right;
	width: 188px;
}

*.bR227 {
	display: inline;
	float: right;
	width: 227px;
}

*.bR440 {
	display: inline;
	float: Right;
	width: 440px;
}

*.mT050 {
	margin-top: 50px;
}

*.mT112 {
	margin-top: 112px;
}

*.mR010 {
	margin-right: 10px;
}

*.mR015 {
	margin-right: 15px;
}

*.mR015 {
	margin-right: 15px;
}

*.mR043 {
	margin-right: 43px;
}

*.mR102 {
	margin-right: 102px;
}

*.mL025 {
	margin-left: 25px;
}

*.pB010 {
	padding-bottom: 10px;
}

*.pB020 {
	padding-bottom: 20px;
}

*.sizeLarge {
	font-size: 1.15em;
	line-height: 1.5em;
}

*.width447 {
	width: 447px;
}

*.marginCenter {
	margin: 0 auto;
}

*.colorRed {
	color: #ff0000;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +04: List Set
==================================================*/

ul.listBullet {
	margin-bottom: 10px;
}

ul.listBullet li {
	margin: 0 0 0 25px;
	list-style-position: inside;
	list-style-type: disc;
}

dl.listNews dt {
	width: 8.5em;
	margin-bottom: 10px;
	border-bottom: 3px solid #337876;
	color: #4c9085;
}

dl.listNews dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.listNews dd.border {
	border-bottom: 1px dashed #c5c5c5;
}

dl.listStaff dt {
	clear: both;
	display: inline;
	float: left;
	width: 5.5em;
	margin-bottom: 10px;
	font-weight: bold;
}

dl.listStaff dd {
	margin-bottom: 10px;
	padding: 0 0 10px 5.5em;
	border-bottom: 1px dashed #ccc;
}

ul.listBorder {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dashed #ccc;
}

ul.listBorder li {
	list-style-type: disc;
	margin-left: 25px;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +05: Table Set
==================================================*/

table.tableStyle01 {
	width: 100%;
	border: 2px solid #337876;
}

table.tableStyle01 tr th {
	width: 5em;
	padding: 5px 10px;
	background-color: #f2f3e3;
	border: 2px solid #337876;
	font-size: 1.67em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}

table.tableStyle01 tr td {
	padding: 5px 20px;
	border: 2px solid #337876;
	text-align: right;
	font-size: 1.67em;
	font-weight: bold;
	line-height: 1.5em;
}

table.tableStyle02 {
	width: 370px;
	margin-bottom: 20px;
	border: 1px solid #337876;
}

table.tableStyle02.width100per {
	width: 100%;
}

table.tableStyle02 tr th {
	padding: 5px 10px;
	background-color: #f2f3e3;
	border: 1px solid #337876;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

table.tableStyle02 tr td {
	padding: 5px 10px;
	border: 1px solid #337876;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +06: #container
==================================================*/

div#container {
	background: url(images/common_bg_container_02.jpg) 0 0 repeat-x;
	text-align: left;
}

body.home div#container {
	background: url(images/common_bg_container_01.jpg) 0 0 repeat-x;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +07: #header
==================================================*/

div#header {
	background: url(images/common_bg_header_01.jpg) center 0 no-repeat;
	/zoom : 1;
}

div#header:after {
	content: '';
	display: block;
	clear: both;
}

div#header div.inner {
	width: 950px;
	margin: 0 auto;
}

div#header p.catch {
	height: 30px;
	padding: 10px 0 0 25px;
	color: #fff;
	font-size: 0.85em;
	line-height: 1.5em;
}

div#header p.logo {
	display: inline;
	float: left;
	padding: 5px 0 0 25px;
}

div#header p.tel {
	padding: 5px 20px 4px 0;
	text-align: right;
}

div#header ul#globalNav {
	display: inline;
	float: right;
	margin-right: 10px;
}

div#header ul#globalNav li {
	display: inline;
	float: left;
}

div#header ul#globalNav li.contact {
	margin-left: 12px;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +08: #mainBody
==================================================*/

div#mainBody {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background: url(images/common_bg_mainBody_03.gif) 0 0 repeat-x #fff;
}

div#mainBody p#pageTop {
	clear: both;
	text-align: right;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +7: #mainContent
==================================================*/

div#mainContent {
	display: inline;
	float: right;
	width: 666px;
	margin-right: 20px;
}

div#mainContent p#breadcrumb {
	margin-bottom: 20px;
}

div#mainContent h1 {
	margin-bottom: 10px;
	font-size: 1.46em;
	font-weight: bold;
	line-height: 1.5em;
}

div#mainContent h1.img {
	margin-bottom: 20px;
}

div#mainContent div.box {
	overflow: hidden;
	width: 650px;
	padding-bottom: 20px;
}

div#mainContent div.box.brownBorder {
	width: 626px;
	border: 2px solid #bf6700;
	margin-bottom: 30px;
	padding: 10px;
}

div#mainContent div.box h2 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.31em;
	line-height: 1.5em;
}

div#mainContent div.box h2.img {
	margin-bottom: 20px;
}

div#mainContent div.box h2.txt {
	margin-bottom: 25px;
	padding: 0 0 8px 8px;
	background: url(images/common_bg_h3_01.gif) 0 bottom no-repeat;
	font-size: 13px;
	line-height: 1.5em;
}

div#mainContent div.box h2.txt.sizeLarge {
	font-size: 15px;
	line-height: 1.5em;
}

div#mainContent div.box h2.txt span {
	margin-right: 5px;
	color: #337876;
	font-size: 1.46em;
	line-height: 1.5em;
}

div#mainContent div.box div.bL188 h2.txt {
	margin-bottom: 10px;
}

div#mainContent div.box h2.faq {
	margin-bottom: 15px;
	padding: 0 0 10px 40px;
	background: url(images/faq_h2_01.gif) 0 0 no-repeat;
	border-bottom: 3px outset #337876;
	font-size: 13px;
	line-height: 1.5em;
}

div#mainContent div.box h3 {
	margin-bottom: 10px;
	font-size: 1.23em;
	font-weight: bold;
	line-height: 1.5em;
	clear:both;
}

div#mainContent div.box h3.txt {
	clear: both;
	padding: 0 0 8px 8px;
	background: url(images/common_bg_h3_01.gif) 0 bottom no-repeat;
	font-size: 13px;
	line-height: 1.5em;
}

div#mainContent div.box h3.img {
	padding: 10px 0 0 0;
	background: none;
}

div#mainContent div.box h3.date {
	padding: 0;
	background: none;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	line-height: 1.5em;
}

div#mainContent div.box h3.green a {
	color: #4c9085;
}

div#mainContent div.box h3.red a {
	color: #d5171a;
}

div#mainContent div.box div.bL188 h3 {
	margin-bottom: 5px;
	padding: 0 0 10px 0;
	background: none;
	border-bottom: 1px solid #8c9c9a;
	color: #808080;
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
}

div#mainContent div.box h4 {
	margin-bottom: 10px;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.5em;
}

div#mainContent div.box h5 {
	margin-bottom: 10px;
	font-size: 1.08em;
	font-weight: bold;
	line-height: 1.5em;
}

div#mainContent div.box h6 {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em;
}

div#mainContent div.box p {
	margin-bottom: 5px;
}

div#mainContent div.box p.imgLeft {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

div#mainContent div.box p.imgRight {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

div#mainContent div.box p.border {
	margin-bottom:20px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}

div#mainContent div.boxGreen {
	margin-bottom: 30px;
	background: url(images/common_bg_boxGreen_01.jpg) 0 bottom no-repeat #06505e;
	overflow: hidden;
	_height: 1%;
}

div#mainContent div.boxGreen div.inner {
	padding: 10px 0 5px 10px;
	background: url(images/common_bg_boxGreen_03.jpg) 0 0 no-repeat;
}

div#mainContent div.boxGreen div.box {
	width: 615px;
	margin-bottom: 10px;
	padding: 15px 15px 10px 15px;
	background: url(images/common_bg_boxGreen_02.jpg) 0 bottom no-repeat;
}

div#mainContent div.box img.border {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #010101;
}

div#mainContent div#googleMap {
	width: 650px;
	height: 400px;
	margin: 0 auto 30px auto;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +09: #subContent
==================================================*/

div#subContent {
	display: inline;
	float: left;
	width: 240px;
	margin-left: 7px;
}

div#subContent p,
div#subContent ul {
	margin-bottom: 10px;
}

div#subContent div#greeting {
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	background: url(images/common_bg_greeting_01.jpg) 0 bottom no-repeat;
}

div#subContent div#greeting p.txt {
	width: 200px;
	margin: 0 auto;
	padding: 5px;
	background: url(images/common_bg_greeting_02.gif) 0 bottom no-repeat #fff;
	font-size: 0.85em;
	line-height: 1.5em;
}

div#subContent dl#bannerNav {
	font-size: 0.85em;
	line-height: 1.5em;
	text-align:center;
}

div#subContent dl#bannerNav dt {
	margin-bottom: 15px;
}

div#subContent dl#bannerNav dd {
	margin-bottom: 10px;
}

div.sideNav_bnr {
	margin:0 auto 20px;
	text-align:center;
}
div.sideNav_bnr img.bnr_border {
	border:#CCC 1px solid;
}

/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +10: #footer
==================================================*/

div#footer {
	clear: both;
	border-top: 1px solid #83776e;
	font-size: 0.85em;
	line-height: 180%;
}

div#footer p#footNav {
	padding: 10px 0;
	color: #9cb6b2;
	text-align: center;
}

div#footer div.address {
	padding: 10px 0 ;
	background: url(images/common_bg_footer_01.gif) 0 0 repeat-x;
}

div#footer div.address div.inner {
	width: 590px;
	margin: 0 auto;
}

div#footer div.address p.catch {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #b1c3c1;
	text-align: center;
}

div#footer div.address p.logo {
	display: inline;
	float: left;
	margin-left: 50px;
}

div#footer div.address address {
	margin-left: 308px;
	color: #337876;
}

div#footer p#copyright {
	padding: 5px 0;
	background: url(images/common_bg_footer_02.gif) 0 0 repeat-x;
	text-align: center;
}

/*----2010,05,12追加--------*/

/*--------------------------------------------------------------------
404,ファインダ
--------------------------------------------------------------------*/

#finder {
padding:0px 0px 0px 0px;
margin:0px auto;
}

#finder .title {
width:636px;
font-size:14px;
font-weight:bold;
line-height:normal;
background-repeat:no-repeat;
padding:5px 5px 5px 25px;
margin:0px auto 15px auto;
background-color:#577D88;
color:#ffffff;
}

#finder div#txt {
font-size:12px;
font-weight:bold;
letter-spacing:1px;
margin:0 auto;
padding:0 0 15px;
width:666px;
}

#finder div.finder_box {
margin:0 auto;
width:666px;
}

#finder div.finder_in {
margin:0px auto 15px auto;
}

#finder div.finder_in a:hover img{
opacity: 0.5;
filter: alpha(opacity=60);
}

#finder div.finder_in .img {
width:188px;
float:left;
}

#finder div.finder_in .ttl_right {
width:455px;
float:left;
margin:5px 0px 0px 0px;
}

#finder div.finder_in p.txt {
font-size:10px;
letter-spacing:2px;
line-height:160%;
margin:0px;
padding:10px 0px 0px 13px;
}


#finder div.finder_in p.ttl_a {
border-left:3px solid;
color:#025194;
font-size:14px;
line-height:140%;
margin:0 0 5px 10px;
padding:0 0 0 5px;
}

#finder div.finder_in p.ttl_a a {
color:#005095;
text-decoration:none;
}

#finder div.finder_in p.ttl_a a:hover {
color:#3580c1;
text-decoration:underline;
}

#finder .bnr {
margin:10px 15px 0;
padding:0;
text-align:right;
}

#finder #searchbar {
border:2px solid #CCCCCC;
margin:20px 20px 0;
padding:12px;
}

#finder #searchbar input#f {
width:90%;
}

/*--------------------------------------------------------------------
各カテゴリページのサムネイルリスト　共通
--------------------------------------------------------------------*/

#common_thumnail_list {
	padding:0;
	width:680px;
	margin:0 auto;
}
#common_thumnail_list .list_box {
	background-color:#FFFFFF;
	float:left;
	margin:0 9px 20px;
	_margin:0 5px 20px;
	width:198px;
}

#common_thumnail_list .list_box p.img {
	margin:0 auto 0;
	padding:4px;
}
#common_thumnail_list .list_box .thum_txt {
	color:#777777;
	font-size:12px;
	letter-spacing:1px;
	line-height:130%;
	padding:6px;
	text-align:center;
}


/*--最下層アンダーリンク--*/

#back-nextlink {
margin:0 auto;
}

.back {
	width:300px;
	float:left;
	text-align:left;
	margin:30px 10px 40px 0px;
	}

.next {
	width:300px;
	float:right;
	clear:right;
	text-align:right;
	margin:30px 0px 40px 10px;
}


#back-next {
text-align:center;
font-weight:bold;
}

.ichiran {
	text-align:right;
}

.clearfix:after {
content: "."; 
display: block; 
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

/*--------------------------------------------------------------------
lightbox
--------------------------------------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox_nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

