html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background-position:0 0;
background-repeat:no-repeat;
border:0 none;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
text-align:left;
vertical-align:baseline;
}
a img, :link img, :visited img {
border:0 none;
}
table {
border-collapse:collapse;
border-spacing:0;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
q:before, q:after, blockquote:before, blockquote:after {
content:"";
}

html, body {
	height: 100%;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #1c1c1c;
	width: 100%;
}

strong {
	font-weight: bold;
}

a {
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #00675a;
}

a:hover {
	text-decoration: none;
    color: #012d27;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    font-size: 35px;
    color: #002924;
}

h2 {
    margin: .3em 0;
    font-size: 18px;
    color: #226f33;
}

h3 {
    margin: 0 .3em;
    font-size: 18px;
    color: #006730;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    color: #6a8d5c;
}


/*
Main
*/

#wrap {
	position: relative;
	min-width: 970px;
	max-width: 1280px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 1.2em;
    background-color: #abffff;
}

#main {
    width: 100%;
    height: 100%;
	background-image: url(../../_img/i/skyline.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#lay_f1 {
    height: 372px;
    background-image: url(../../_img/i/header.png);
    background-position: top left;
}

#lay_f1 .c {
    position: relative;
    height: 100%;
}

.logo {
    position: absolute;
    top: -20px;
}

#content .l,
#content .m,
#content .r {
    padding: 50px 0;
    vertical-align: top;
}

#content .l,
#content .r {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
}


#content .squash {
    padding: 0 0 50px 0;
    vertical-align: top;
}

#content .l .head {
    padding-left: 28px;
    font-size: 11px;
    line-height: 26px;
    color: #181818;
    background-image: url(../../_img/i/download.png);
}

#content .l ul {
    margin: 0 0 0 26px;
}

#content .l ul li {
    margin: 10px 0;
}

/*
Notice
*/

.notice {
    width: 50%;
    margin: 0 auto;
    font-style: italic;
}

/*
List
*/

ul.list {
    word-spacing: -1ex;
    text-align: center;
}

ul.list li.list-item {
    display: inline-block;
    width: 33%;
    margin: 40px 0 0;
    word-spacing: normal;
    vertical-align: top;
}

ul.list li.list-item .img img {
    border: 2px solid #226f33;
}

ul.list li.list-item .head {
    margin: .5em 0;
    font-weight: bold;
    color: #226f33;
}

ul.list li.list-item .date {
    margin: 0 0 .6em;
    font-size: .9em;
    color: #494e4a;
}

ul.list li.list-item .content,
ul.list li.list-item .content p,
ul.list li.list-item .more {
    display: inline;
}

ul.list li.list-item .more {
    margin: 0 0 0 2em;
    color: #226f33;
}

ul.list li.list-item .more a {
    color: #226f33;
}

/*
Text
*/

#lay_body .m.wide .html,
#lay_body .squash.wide .html {
    margin: 0 25%;
}

.txt {
    font-size: 1.1em;
    line-height: 1.55em;
}

.txt p {
    margin: .3em 0;
}

.txt img {
    border: 2px solid #226f33;
    margin: 0 1em 1em 0;
}

.txt td {
    padding: .3em 1em .3em 0;
    vertical-align: middle;
}

.txt td img {
    margin: 0;
    border: 0;
}

q {
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    background-color: #8febc7;
}

q img {
    margin: 0 3em 0 0 !important;
}

q table {
    width: 50%;
    margin: 0 25%;
}

q table td {
    vertical-align: middle;
}

q .txt {
    font-style: italic;
}

/*
Objs
*/

.objs {
    padding: 0 10%;
}

.objs.once {
    padding: 0;
    margin: 0 20%;
}

.objs.once ul.list li.list-item {
    width: 100%;
    margin: 0;
}

.objs.once ul.list li.list-item .head {
    font-size: 1.1em;
}

.objs.once ul.list li.list-item .img {
    text-align: center;
}

.objs.once ul.list li.list-item .img img {
    margin: 1em .5em;
}

.objs.once ul.list li.list-item .content {
    display: block;
}

/*
Menu
*/

/* top */

.menu.top {
    position: absolute;
    top: 65px;
    right: 45px;
    width: 450px;
}

.menu.top ul {
    word-spacing: -1ex;
}

.menu.top li {
    display: inline-block;
    width: 50%;
    background-image: url(../../_img/i/ball.png);
    background-position: left center;
    word-spacing: normal;
}

.menu.top a {
    display: inline-block;
    padding-left: 15px;
    font-size: 15px;
    line-height: 26px;
    color: #00675a;
}

/* icons */

.menu.icons {
    position: absolute;
    top: 115px;
    left: 360px;
}

.menu.icons li {
    display: inline;
    margin: 0 10px;
}

.menu.icons a {
    display: inline-block;
    width: 13px;
    height: 22px;
    background-image: url(../../_img/i/icons.png);
}

.menu.icons a.map {
    background-position: -13px 0;
}

.menu.icons a.feedback {
    background-position: -26px 0;
}

/*
Breadcrumbs
*/

.breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 330px;
    font-size: 13px;
    line-height: 24px;
}

.breadcrumbs ul,
.breadcrumbs ul li,
.breadcrumbs h1 {
    display: inline;
}

.breadcrumbs ul li {
    position: relative;
}

.breadcrumbs ul li span {
    color: #012d27;
}

.breadcrumbs ul li ul {
    position: absolute;
    left: 0;
}

.breadcrumbs ul li ul.prev {
    bottom: 100%;
}

.breadcrumbs ul li ul.next {
    top: 100%;
}

.breadcrumbs ul li ul li {
    display: block;
}

/*
Footer
*/

#lay_f2 {
    height: 90px;
}

#lay_f2 .c {
    padding-left: 70px;
	font-size: .95em;
}

#lay_f2 td {
    vertical-align: top;
}

#lay_f2 .delim {
    position: relative;
    height: 28px;
    background-image: url(../../_img/i/bush.png);
    background-position: bottom left;
    border-bottom: 6px solid #215924;
}

#lay_f2 .copyright {
    position: relative;
    top: -.5em;
    right: 0;
    padding-right: 2em;
    text-align: right;
}

#lay_f2 .copyright,
#lay_f2 .copyright a {
    color: #6a8d5c;
}

#lay_f2  .copyright .seomen img {
    margin-left: .5em;
}

#lay_f2 .counter {
    float: left;
    padding: .8em;
}

#lay_f2 .r {
    width: 50%;
}

#lay_f2 .r p {
    margin-right: 2em;
}

#lay_f2 p {
    margin: .5em 0;
    line-height: 1.5em;
}

#lay_f2 table {
    width: 100%;
}

/*
Fixs
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }  /* for IE/Mac */

/*
Form
*/

.form {
    margin: 0 auto;
}

.form table {
    width: 100%;
}

.form input,
.form textarea {
    width: 100%;
}

.form td {
    padding: .3em 0;
}

.form .coll {
    padding-right: 1em;
    color: #6a8d5c;
}

.form .coll span {
    color: #e00000;
}

.form .colr {
    width: 99%;
    text-align: right;
}

.form input.submit {
    width: auto;
}

/*
Feedback
*/

div.feedback {
    width: 440px;
    margin: 20px auto;
}

/* 7. SYSTEM ****************************************************************************************************/

table#sign{width:100%; display: none !important;}
table#sign td{text-align:left;font-family:Verdana; font-size:10px; color:#119419; padding-right:10px; padding-top:10px; padding-bottom:10px;}
table#sign A, table#sign A:hover, table#sign A:visited {color:#119419;text-decoration:underline; font-size:10px; padding-left:5px;}

#stat {display:none;}
#sp {display:none;}

.status_error { color:#660000; /* font-size:10;*/}
.status_notice { color:#298700; font-size:11px; /*margin-left: 10px;*/ }
.status_normal { color:#000000; font-size:10;}

/* SYSTEM Text editor styles */

div.amiroTEdDiv{ }
div.amiroTEdDivEditor{ display: block; }
div.amiroTEdDivPreview{ border: 1px solid black; display: none; overflow: auto; }
img.amiroTEdCtrl{ border: 0px; cursor: pointer; }
select.amiroTEdCtrl, input.amiroTEdCtrlButton{
    font: normal 10px Arial; text-decoration: none; color: #000000; margin-bottom: 4px; width: auto;
}
img.amiroTEdSep{ border: 0px; }
img.amiroTEdSmile{ border: 0px; cursor: pointer; }
textarea.amiroTEdCtrl{}
div.amiroTEdDivResize{
    height: 4px;
    margin-top: 1px;
    background-color: #d4d0c8;
    border-bottom: 1px solid #808080;
    margin-bottom: 1px;
    cursor: s-resize;
}
span.amiroTEdMore{
    cursor: pointer;
    height: 25px;
	font: bold 16px arial;
    text-decoration: underline;
    color: #000000;
}
BLOCKQUOTE.edQuote { border-left: 2px solid #999999; margin: 0px; padding: 10px; margin-left: 15px; background: #f9f9f9; }

PRE.edCode{ margin:5px 0px 5px 16px; width: 500px; overflow: auto; border: 1px dotted gray; padding: 5px; }

/* SYSTEM Text editor styles */

/* END SYSTEM */
