@charset "utf-8";

/*
(C) GREEN SMILE OITA INC

	Table of Contents
	
	DEFOULT
	BASIC INLINE/TEXT STYLING
	BASSIC LAYOUT
	
	HEADER
	
	NAVI
	
	SLIDE
	
	MAIN
	
	FOOTER

*/

/*
-------------------------------------------------------------------------------
DEFOULT
-------------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
img{margin: 0px;}
hr{margin: 0px;}

/* standard helper classes */
.clr {clear: both;float: none;overflow: hidden;width: 1px;height: 1px;margin: 0 -1px -1px 0;border: 0;padding: 0;font-size: 0;line-height: 0;}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
* html .pkg {display: inline-block;}
/* no ie mac \*/
* html .pkg {height: 1%;}
.pkg {display: block;}
/* */

/* 
----------------------------------------------------------------------------- 
BASIC INLINE/TEXT STYLING
-----------------------------------------------------------------------------*/

html { border: none; }

body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Lucida Grande, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 13px;
	color: #000;
	text-align: center;
	background-image: url(img_web/bg-bl.gif);
}

/*
-------------------------------------------------------------------------------
BASSIC LAYOUT
-------------------------------------------------------------------------------*/

div.wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

div#header, div#footer { width: auto; background-color: #007b3a; }

div#header div.inner, div#footer div.inner {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/

div#header div.inner {
	height: 110px;
	background-image: url(image/eng.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div.logo {
	top: 20px;
	left: 15px;
	z-index: 9999;
	width: auto;
	height: auto;
}

/* 
----------------------------------------------------------------------------- 
NAVI
-----------------------------------------------------------------------------*/


ul#Navi{
	position: relative;
	bottom: 0px;
	left: 0px;
	height: 33px;
	width: 950px;
	background-image: url(image/nav.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}

ul#Navi li{
	height: 33px;
	width: 158px;
	position: absolute;
	top: 0;
}

ul#Navi li a{
	height: 33px;
	width: 158px;
	display: block;
	text-indent: -7777em;
	background-image: url(image/navi.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}

ul#Navi li#con1{
	width: 158px;
	left: 0px;
}

ul#Navi li#con1 a{
	background-position: 0px 0px;
	width: 158px;}
ul#Navi li#con1 a:hover{ background-position: 0px -33px; }
ul#Navi li#con1 a:active{ background-position: 0px -33px; }


ul#Navi li#con2 { left: 158px; }

ul#Navi li#con2 a{ 
	background-position: -158px 0px; }
ul#Navi li#con2 a:hover{ background-position: -158px -33px; }
ul#Navi li#con2 a:active{ background-position: -158px -33px; }


ul#Navi li#con3 { left: 316px; }

ul#Navi li#con3 a{ background-position: -316px 0px; }
ul#Navi li#con3 a:hover{ background-position: -316px -33px; }
ul#Navi li#con3 a:active{ background-position: -316px -33px; }


ul#Navi li#con4 { left: 474px; }

ul#Navi li#con4 a{ background-position: -474px 0px; }
ul#Navi li#con4 a:hover{ background-position: -474px -33px; }
ul#Navi li#con4 a:active{ background-position: -474px -33px; }


ul#Navi li#con5 { left: 632px; }

ul#Navi li#con5 a{ background-position: -632px 0px; }
ul#Navi li#con5 a:hover{ background-position: -632px -33px; }
ul#Navi li#con5 a:active{ background-position: -632px -33px; }


ul#Navi li#con6 { left: 790px; }

ul#Navi li#con6 a{ background-position: -790px 0px; }
ul#Navi li#con6 a:hover{ background-position: -790px -33px; }
ul#Navi li#con6 a:active{ background-position: -790px -33px; }


/* 
----------------------------------------------------------------------------- 
SLIDE
-----------------------------------------------------------------------------*/

div.slideshow {
	width: 950px;
	height: 520px;
	margin: 0px;
}

div.slide {
	width: 950px;
	height: 520px;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

div#message {
	background-image: url(image/aisatu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 267px;
	height: 292px;
	overflow: hidden;
	text-indent: -7777em;
	position: absolute;
	right: 65px;
	top: 70px;
	z-index: 9999;
}

* html div#message {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="image/aisatu.png", sizingMethod="crop");
}


/* 
----------------------------------------------------------------------------- 
MAIN
-----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------- INDEX */

div.indexnote {
	width: 950px;
	height: auto;
}

div.indexnote a {
	color: #4e5a32;
}

div.indexnote a:visited {
	color: #4e5a32;
}

div.indexnote a:hover {
	color: #ea5a18;
}

/*---------------------------------------------------------------------- TOP */

div.main {
	width: 950px;
	margin: 0px;
	padding: 20px 0;

}

div.news {
	background-image: url(image/e-na-logo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 80px;
	width: 450px;
	height: auto;
	float: left;
	display: inline;
}

div.club {
	width: 420px;
	height: auto;
	text-align: right;
	float: right;
}

/*---------------------------------------------------------------- NOTE BOOK */

div.Notebook {
	width: 950px;
	height: auto;
	padding: 10px 0;
}

/*--------------------------------------------------------------------- MENU */

div.l-menu {
	width: 199px;
	height: auto;
	font-size: 12px;
	background-image: url(image/menu/sidenavi_main.jpg);
	background-repeat: repeat-y;
	text-align: left;
	display: inline;
	float: left; 
}

div.l-menu div.menucont {
	background-image: url(image/menu/sidenavi_top.jpg);
	background-repeat: no-repeat;
	width: 199px;
	height: 44px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	text-indent: -7777em;
}

div.l-menu span {
    background-image: url(image/menu/sidenavi_midashi.jpg);
    background-repeat: no-repeat;
    background-position: left center;
	margin: 15px 0px 10px 10px;
    padding-left: 25px;
    padding-top: 2px;
    width: 176px;
	color: #4e5a32;
	font-weight: bold;
}

div.l-menu ul {
	margin-bottom: 20px;
}

div.l-menu li {
    background-image: url(image/menu/sidenavi_li.jpg);
    background-repeat: no-repeat;
    background-position: left center;
	color: #4e5a32;
	margin: 3px 0px 3px 15px;
    padding-left: 23px;
    padding-top: 2px;
    width: 176px;
}

div.l-menu div.menuend {
	background-image: url(image/menu/sidenavi_bottom.jpg);
	background-repeat: no-repeat;
	width: 199px;
	height: 11px;
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
	text-indent: -7777em;
}

div.l-menu a {
	color: #4e5a32;
}

div.l-menu a:visited {
	color: #4e5a32;
}

div.l-menu a:hover {
	background-color: #ffa07a;
}

/*--------------------------------------------------------------------- NOTE */

div.note {
	width: 730px;
	height: auto;
	margin: 10px 0;
	float: right;
	text-align: left;
}

div.note span.w1 {
	font-size: 15px;
	font-weight: bold;
	color: #4e5a32;
}

div.note img.imgmg-l {
	margin: 0 1em 0 0;
}

div.note img.imgmg-r {
	margin: 0 0 0 1em;
}

div.note span.sep {
	border-top: 1px dashed #fff;
	display: block;
	clear: both;
	float: none;
	margin: 50px 0 50px 0;
	height: 0px;
	overflow: hidden;
}

div.note span.dod hr { display: none; }

div.note span.dod {
	border-top: 1px dashed #2e8b57;
	display: block;
	clear: both;
	float: none;
	margin: 5px 0 5px 0;
	height: 0px;
	overflow: hidden;
}

div.note span.minitit hr { display: none; }


div.note strong {
	font-weight: bold;
}

div.note a {
	color: #4e5a32;
}

div.note a:visited {
	color: #FF6600;
}

div.note a:hover {
	background-color: #99FF00;
}

table.sol-w {
	border-collapse: collapse;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	margin: 5px 0;
}
 
table.sol-w td {
	border-style: solid;
	border-color: #666666;
	border-width: 1px 1px;
	padding: 5px;
	font-size: 12px;
}

dl.tab dt{
  clear: left;
  float: left;
  width: 10em;
}

dl.tab dd{
  margin-left: 10em;
}

/*-------------------------------------------------------------------- TITLE */

p.gree {
	color: #006633;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	display: block;
	clear: both;
	float: none;
}

div.note span.minitit {
	border-top: 5px solid #006633;
	display: block;
	clear: both;
	float: none;
	margin: 2px 0 15px 0;
	height: 0px;
	overflow: hidden;
}

div.note span.minitit hr { display: none; }

p.sagyou {
	font-size: 20px;
	font-weight: bold;
	color: #228b22;
}

p.hitokoto {
	font-size: 15px;
	font-weight: bold;
	color: #228b22;
	margin-bottom: 10px;
}

div.hitokoto-w {
	border: 1px solid #009900;
	padding: 10px;
	margin: 10px 40px;
	display: block;
	clear: both;
	float: none;
}

div.note div.tit-aboutgso {
	background-image: url(image/about_02.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 730px;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -7777em;
}

div.note div.tit-about2 {
	background-image: url(image/company_presentation_ca.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 730px;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -7777em;
}

div.note div.tit-about3 {
	background-image: url(image/company_vision_ca.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 730px;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -7777em;
}

div.note div.tit-about4 {
	background-image: url(image/company_info_ca.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 730px;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -7777em;
}

div.note div.tit-activity {
	background-image: url(image/tit-activity.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 730px;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -7777em;
}

div.note div.tit-activity-2 {
	background-image: url(image/tit-activity-2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 730px;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -7777em;
}

div.note div.tit-activity-3 {
	background-image: url(image/tit-activity-3.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 730px;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -7777em;
}

div.note div.tit-activity-4 {
	background-image: url(image/tit-activity-4.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 730px;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -7777em;
}

div.note div.tit-negi {
	background-image: url(image/negikko.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 730px;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -7777em;
}

div.note div.tit-soba {
	background-image: url(image/sobakko.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 730px;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -7777em;
}

div.note div.tit-link {
	background-image: url(image/tit-link.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 730px;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -7777em;
}

/*--------------------------------------------------------------------- LINK */

div.link-w {
	border: 1px solid #009900;
	height: 170px;
	padding: 10px;
	margin: 10px 20px;
	display: block;
	clear: both;
	float: none;
}

p.linkname {
	font-size: 15px;
	font-weight: bold;
	color: #006633;
}

div.note span.linkline {
	border-top: 1px solid #fff;
	display: block;
	clear: both;
	float: none;
	margin: 0;
	height: 0px;
	overflow: hidden;
}

div.note span.linkline hr { display: none; }


/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/

div#footer div.inner {
	height: 50px;
	width: 930px;
	clear: both;
	position: relative;
	text-align: left;
	overflow: hidden;
	padding: 10px;
	color: #fff;
}

div#footer div.inner p {
	font-size: 0.75em;
}

div.inner a {
	color: #fff;
}

div.inner a:visited {
	color: #fff;
}

div.inner a:hover {
	color: #007b3a;
	background-color: #fff;
}















