@charset "utf-8";
/* CSS Document */



/* -------------------------------------------------------
			Default
------------------------------------------------------- */

body { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, blockquote {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

p {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
	}

address { font-style: normal; }

textarea { font-size: 100%; }

img { border: none; vertical-align: bottom; }

cite { font-style: normal; color: #666666; }

hr { display: none; }



/* -------------------------------------------------------
				HTML Tags
------------------------------------------------------- */

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #000000;
	background-color: #F6F4F0;
	padding-bottom: 30px;
}
/*
body {
	font-family: "メイリオ","Meiryo";
}
*/
* html body {
	text-align: center;
}

a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
a:link {
	/*color: #E65F0A;*/
	color: #CC6600;
}
a:visited {
	/*color: #BA5414;*/
	color: #CC8800;
}
a:hover {
	color: #E65F0A;
}
a:active {
	/*color: #E6A00A;*/
	color: #FF6600;
}



/* -------------------------------------------------------
				Wrapper / Outline
------------------------------------------------------- */

div#wrapper {
	width: 1100px;
	
	margin-left: auto;
	margin-right: auto;
}
* html div#wrapper {
	text-align: left;
}

div#outline {
	/*outline: solid 1px #BDB39B;
	border: solid 1px #FFFFFF;*/
	border: solid 1px #BDB39B;
	padding: 1px;
	
	background-color: #FFFFFF;
}



/* -------------------------------------------------------
				Header
------------------------------------------------------- */

div#header {
	/*height: 148px;*/
	
	background-image: url(../images/header/header_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}



/* -------------------------------------------------------
				Contents
------------------------------------------------------- */

div#contents {
	background-image: url(../images/sidebar/gnavi_bg_mid.gif);
	background-position: 8px 0;
	background-repeat: repeat-y;
}

div#main {
	float: right;
	text-align: left;
	width: 670px;
	
	margin-right: 28px;
	
	padding-top: 15px;
}
* html div#main {
	display: inline;
}

div#sidebar {
	float: left;
	width: 350px;
	
	margin-left: 8px;
}
* html div#sidebar {
	display: inline;
}



/* -------------------------------------------------------
				Sidebar
------------------------------------------------------- */

div#sidebar {
	background-image: url(../images/sidebar/sidebar_bg_above.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
	padding-top: 10px;
}



/* -------------------------------------------------------
				Global Navigation
------------------------------------------------------- */

div#gnavi {
	background-image: url(../images/sidebar/gnavi_bg_above.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #92BA34;
	
	padding-top: 5px;

	margin-left: 10px;
	margin-right: 10px;
	
	margin-bottom: 20px;
}

div#gnavi ul {
	background-image: url(../images/sidebar/gnavi_bg_below.gif);
	background-position: left bottom;
	background-repeat: no-repeat;

	
	padding-bottom: 5px;
	
	padding-left: 4px;
	padding-right: 4px;
}

div#gnavi ul li {
	background-image: url(../images/sidebar/gnavi_lnk_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FAFCEB;
	
	border-bottom: solid 1px #86A835;
}

div#gnavi ul li a {
	display: block;
	border: solid 1px #FFFFFF;
	padding: 20px 15px;
	
	font-size: 1.2em;
	color: #25500D;
	text-decoration: none;
	
	background-image: url(../images/sidebar/gnavi_lnk_arrow.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
* html div#gnavi ul li a {
	background-image: none;
}

div#gnavi ul li a:hover {
	color: #489A1B;
	
	background-image: url(../images/sidebar/gnavi_lnk_arrow_r.png);
}
* html div#gnavi ul li a:hover {
	background-image: none;
}


/* ==================== Lv02 ==================== */

div#gnavi ul li ul {
	background-image: url(../images/sidebar/gnavi_lv02_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFFFF1;
	
	border-style: solid;
	border-color: #86A835 #E0E0E0 #E0E0E0;
	border-width: 1px;

	padding-bottom: 0;
	
	padding-left: 0;
	padding-right: 0;
}

div#gnavi ul li ul li {
	border-bottom: dotted 1px #92BA34;
	
	background-image: none;
	background-color: transparent;
}

div#gnavi ul li ul li a {
	background-image: url(../images/arrow_brown.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	
	padding: 15px 20px;
	
	font-size: 1em;
	color: #000000;
}
* html div#gnavi ul li ul li a {
	background-image: none;
}

div#gnavi ul li ul li a:hover {
	background-image: url(../images/arrow_brown_r.png);
	
	color: #666666;
}

/* Bottom */
div#gnavi ul li ul li.gnavi-lv02-bottom {
	border-bottom: none;
}




/* -------------------------------------------------------
				Contact / Faq (Sidebar)
------------------------------------------------------- */

div#contact-side,
div#faq-side {
	/*outline: solid 1px #86A835;
	border: solid 1px #FFFFFF;*/
	border: solid 1px #86A835;
	padding: 1px;
	
	background-color: #FFFFFF;
	
	margin-left: 15px;
	margin-right: 15px;
	
	margin-bottom: 10px;
}

div#contact-side ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

div#contact-side ul li {
	text-align: center;
}
* html div#contact-side ul li {
	background-image: url(../images/sidebar/contact_btn.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
	text-align: left;
	
	margin-left: 10px;
}
* html div#contact-side ul li a {
	display: block;
	width: 296px;
	height: 43px;
	
	background-image: url(../images/sidebar/contact_btn.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
* html div#contact-side ul li a:hover {
	background-image: url(../images/sidebar/contact_btn_r.gif);
}




/* -------------------------------------------------------
				Title
------------------------------------------------------- */

.title {
	/*min-height: 40px;*/
	
	background-image: url(../images/title_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 1.2em;
	font-weight: bold;
	color: #326E12;
	letter-spacing: 0.05em;
	
	margin-bottom: 10px;
	
	clear: both;
}



/* -------------------------------------------------------
				Textbox
------------------------------------------------------- */

div.txtbox {
	padding-left: 5px;
	padding-right: 5px;
	
	margin-bottom: 65px;
}

div.txtbox p {
	text-align: justify;
	text-justify: inter-ideograph;
	
	margin-bottom: 0.4em;
}

div.txtbox a:hover img {
	background-color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}



/* -------------------------------------------------------
				List
------------------------------------------------------- */

ul.list-general li,
ol.list-general li {
	margin-left: 30px;
	list-style-position: outside;
	
	margin-bottom: 0.4em;
}

ul.list-general li {
	list-style-type: disc;
}

ol.list-general li {
	list-style-type: decimal;
}



/* -------------------------------------------------------
				Link
------------------------------------------------------- */

ul.lnk-general li {
	background-image: url(../images/arrow_brown.png);
	background-position: left center;
	background-repeat: no-repeat;
	
	padding-left: 10px;
}

ul.lnk-general li a {
	text-decoration: none !important;
}



/* -------------------------------------------------------
				Text / Font
------------------------------------------------------- */

.txt-red {
	color: #CC0000;
}

.txt-primary {
	color: #33631A;
}

.font-bold {
	font-weight: bold !important;
}



/* -------------------------------------------------------
				Hidden
------------------------------------------------------- */

.hidden {
	display: none;
}



/* -------------------------------------------------------
				Clearfix
------------------------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* -------------------------------------------------------
				Clear
------------------------------------------------------- */

.clear-both {
	clear: both;
}


/* -------------------------------------------------------
				Footer
------------------------------------------------------- */

div#footer-wrapper {
	clear: both;
	
	background-image: url(../images/sidebar/sidebar_bg_below.gif);
	background-position: 8px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
	padding-top: 100px;
}
* html div#footer-wrapper {
	padding-top: 50px;
}
*:first-child+html div#footer-wrapper {
	padding-top: 50px;
}

div#footer-wrapper ul.gototop {
	padding-right: 40px;
	margin-bottom: 20px;
}

ul.gototop li {
	text-align: right;
	
	font-size: 0.9em;
}
ul.gototop li a {
	color: #666666 !important;
	text-decoration: none !important;
}
ul.gototop li a:hover {
	color: #999999 !important;
}

div#footer {
	background-color: #9ABF43;
	
	padding-top: 20px;
}


/* ==================== Links ==================== */

ul.footer-lnk {
	float: left;
	width: 320px;
	
	padding-bottom: 50px;
}

ul.footer-lnk li {
	margin-left: 25px;
	margin-right: 25px;
	
	margin-bottom: 0.3em;
}
* html ul.footer-lnk li {

	
	border: solid 1px #9ABF43;
}

ul.footer-lnk li a {
	display: block;

	background-image: url(../images/footer/footer_lnk_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	
	padding-left: 14px;
	
	color: #FFFFFF !important;
	text-decoration: none !important;
}

ul.footer-lnk li a:hover {
	color: #FFFF33 !important;
}

ul.footer-lnk li ul {
	padding-top: 0.3em;
}
ul.footer-lnk li ul li {
	margin-bottom: 0.2em;
}

ul.footer-lnk li ul li a {
	background-image: url(../images/arrow_green.png);
}


/* ==================== Copyright ==================== */

p#copyright,
p#copyright a {
	color: #FFFFFF;
}

p#copyright {
	clear: both;
	
	background-color: #437926;
	
	font-size: 0.9em;
	
	padding-left: 25px;
	padding-right: 25px;
}

p#copyright a {
	text-decoration: none;
}

p#copyright a:hover {
	color: #9ABF43;
}