@charset "UTF-8";
/*! _normalize.css v2.1.2 | MIT License | http://github.com/hail2u/normalize.scss */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/* =============================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* =============================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333333;
}
a:hover {
  color: #339967;
}
a:active {
  outline: none;
}
a:focus {
  outline: none;
}

body {
  background-color: white;
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-selif;
}

hr {
  border-width: 1px 0px 0px 0px;
  border-style: dotted;
  border-color: #cccccc;
  height: 1px;
}

h1 {
  font-weight: normal;
  font-size: 28px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #339967;
}
h1 .en {
  color: #339967;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

h2 {
  margin: 0;
  font-weight:100;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.left{
	float:left;
}

.right{
	float:right;
}

.t_left{
	text-align:left;
}

.t_right{
	text-align:right;
}

.t_center{
	text-align:center;	
	padding-top: 20px;
}

.add{
	margin-bottom:20px;	
}

.red{
	color:#FF0000;	
}

#header {
  width: 100%;
  height: 163px;
  border-top: #339967 10px solid;
}
#header .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#header #logo, #header #user, #header #top-nav, #header #btn-logout {
  position: absolute;
}
#header #logo {
  top: 20px;
  left: 0;
}
#header #user {
  margin: 0;
  padding: 0;
  right: 135px;
  top: 12px;
}
#header #user li {
  list-style: none;
  display: inline;
}
#header #top-nav {
  top: 113px;
  right: 0;
}
#header #top-nav ul {
  margin: 0;
  padding: 0;
}
#header #top-nav ul li {
  list-style: none;
  display: inline;
}
#header #top-nav ul li a {
  padding-left: 1em;
  padding-right: 1em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAIAAAA/PgD0AAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFXRFWHRDcmVhdGlvbiBUaW1lADEzLjYuMTQuAwJOAAAAHnRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1LjGrH0jrAAAAjElEQVQYlX2QoQ7DMAwFrWVKpUpGDklRkVmQWf6hvx8QZJTwtLTawKRJSbsdPb0DD1prrx+YdV0BwDlnjIEes21brTWlNM8zEY0OAM7zVNVSCiIiYuc+HMeRc973nYimaXrChZyzqoYQHlf35WbHzCKCiJ3z3ovIsizdzlobY2TmsSkiIQRr7Vj/89kb9/FaLNQKTFUAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: 0em 50%;
}
#header #top-nav ul li a:hover {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAIAAAA/PgD0AAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFXRFWHRDcmVhdGlvbiBUaW1lADEzLjYuMTQuAwJOAAAAHnRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1LjGrH0jrAAAAnElEQVQYlWN4+unNfxyA+aDCRwYGBjURGXZmVgZUwCzla3L2+a211w4Jc/GrC8uiyzEwMPz6++fgg4tnnt2S4hWW4hVGkYOA51/ebrl1/Nnnt2rCsrzsXChyEHDr7ZPNt47/+vuHiQE3YMEU8lGzTDP2keIVRpEzklRLN/YxllJD0cfDxllsFearZoluZpqxT6SuEy8bF7rpeMIMAPkjX0cLUycNAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: 0em 50%;
}
#header #top-nav ul li a.last {
  padding-right: 0;
}
#header #btn-logout {
  top: 0px;
  right: 0;
  background-color: #339967;
}
#header #btn-logout a {
  display: block;
  padding: .5em 2.3em .5em 1em;
  color: white;
  text-decoration: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFXRFWHRDcmVhdGlvbiBUaW1lADEzLjYuMTQuAwJOAAAAHnRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1LjGrH0jrAAABU0lEQVQokWM0m50pzMn/6ut7BhzASFKNkZGBSZiTf4JHlpGkGlZFBhIq4doODAwMzPzu2vc/vIzRc7n/4cXb75/QFHW4pE44sfb889vMUr4mz7+8vf/hxbLg6mOPr776+gGuKEDDesqpDRde3GFgYGCCiN56+zhhQ2ecvpuBhArcpA03jkIUMTAwMEv5mkBYr75+eP3tY4lVGBszq6uS8YQTa+GKEOZBwIUXd7bcOpFu4nPx5V1kRejqDCRUfNQsZp3Zoi+uDHEAHCDs1RFTjNFznXl2y557Z998+9jhknrl1YMXX96hqFMTll0cVNl4cNGll/cYGBhefHl35dWDAA3rDz++QpQyS/maGEmqJRl6Vu6dc/3NQ7hFL768+/DjK9xUZoMI1ybHhBlntlx5dR8tMiCmRuo4vf/xmVnIU/fQw8t33j3FGm8vvrx7/+MzAwMDABwdoa4ebC6xAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: 6.4em 50%;
}
#header #btn-logout a:hover {
  color: #ffff66;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFXRFWHRDcmVhdGlvbiBUaW1lADEzLjYuMTQuAwJOAAAAHnRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1LjGrH0jrAAABHElEQVQokXXRMUvDYBAG4Pe+FKE4BmLi6BAKRhtCcOhcwUEh4CAWEbc6OnToT+iQoaPoIg5mEjI4OHQODlVSyFDyAzRGMkbHc0ggpKQ3fRwP7x330cH9UG4jzbGuLA1EEHIb0yO2tGZkqjjbZQAizeEGdLHPutyAJn32Inr/hADw8YXbOT2dsqHUkNPh8YzCBABE0Y0zXPl02WVTrZL8ZYkASNsndvFKc/z80qjHGxId7vD0rUJVXlFhgpeYhjYvvmto1ZkqjnW+m1N3q1ygwRkKBnvsBuRF8CKa9Gu0dLqMB4cfF+W4MMF4Rk6nogKApeHa5sEzRWltV39ZpbaUTYx67AYUZ6t3LlLPDZYEtbI/3LzSuv8NE0iCAPwDSAVplQaxBUYAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: 6.4em 50%;
}

.nav-sprite, .nav-nav1, .nav-nav2, .nav-nav3, .nav-nav4, .nav-nav5, .nav-nav6 {
  background: url('../common/nav-s7b4fbeb0b6.png') no-repeat;
}

.nav-nav1 {
  background-position: 0 -1184px;
}
.nav-nav1:hover, .nav-nav1.nav1_hover, .nav-nav1.nav1-hover {
  background-position: 0 -947px;
}
.nav-nav1:active, .nav-nav1.nav1_active, .nav-nav1.nav1-active {
  background-position: 0 -868px;
}

.nav-nav2 {
  background-position: 0 -533px;
}
.nav-nav2:hover, .nav-nav2.nav2_hover, .nav-nav2.nav2-hover {
  background-position: 0 -296px;
}
.nav-nav2:active, .nav-nav2.nav2_active, .nav-nav2.nav2-active {
  background-position: 0 -217px;
}

.nav-nav3 {
  background-position: 0 -592px;
}
.nav-nav3:hover, .nav-nav3.nav3_hover, .nav-nav3.nav3-hover {
  background-position: 0 -454px;
}
.nav-nav3:active, .nav-nav3.nav3_active, .nav-nav3.nav3-active {
  background-position: 0 -375px;
}

.nav-nav4 {
  background-position: 0 -1243px;
}
.nav-nav4:hover, .nav-nav4.nav4_hover, .nav-nav4.nav4-hover {
  background-position: 0 -1105px;
}
.nav-nav4:active, .nav-nav4.nav4_active, .nav-nav4.nav4-active {
  background-position: 0 -1026px;
}

.nav-nav5 {
  background-position: 0 -809px;
}
.nav-nav5:hover, .nav-nav5.nav5_hover, .nav-nav5.nav5-hover {
  background-position: 0 -730px;
}
.nav-nav5:active, .nav-nav5.nav5_active, .nav-nav5.nav5-active {
  background-position: 0 -651px;
}

.nav-nav6 {
  background-position: 0 -158px;
}
.nav-nav6:hover, .nav-nav6.nav6_hover, .nav-nav6.nav6-hover {
  background-position: 0 -79px;
}
.nav-nav6:active, .nav-nav6.nav6_active, .nav-nav6.nav6-active {
  background-position: 0 0;
}

#nav {
  width: 100%;
  border-bottom: #339967 2px solid;
}
#nav .inner {
  position: relative;
  width: 980px;
  height: 57px;
  margin: 0 auto;
}
#nav .inner ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#nav .inner ul li {
  display: inline;
  list-style: none;
}
#nav .inner ul li a {
  display: inline-block;
  margin-right: 4px;
  width: 160px;
  height: 59px;
  text-indent: -9999px;
  vertical-align: top;
}
#nav .inner ul li a:hover, #nav .inner ul li a.nav1-active, #nav .inner ul li a.nav1_active, #nav .inner ul li a.nav2-active, #nav .inner ul li a.nav2_active, #nav .inner ul li a.nav3-active, #nav .inner ul li a.nav3_active, #nav .inner ul li a.nav4-active, #nav .inner ul li a.nav4_active, #nav .inner ul li a.nav5-active, #nav .inner ul li a.nav5_active, #nav .inner ul li a.nav6-active, #nav .inner ul li a.nav6_active {
  height: 79px;
}
#nav .inner ul li a.last {
  margin-right: 0;
}

.ie7 #nav .inner ul {
  *zoom: 1;
}
.ie7 #nav .inner ul:after {
  content: "";
  display: table;
  clear: both;
}
.ie7 #nav .inner ul li a {
  float: left;
}

.sokan-sprite, .sokan-btn_sokanzu {
  background: url('../common/sokan-sdab5520b50.png') no-repeat;
}

.sokan-btn_sokanzu {
  background-position: 0 0;
}
.sokan-btn_sokanzu:hover, .sokan-btn_sokanzu.btn_sokanzu_hover, .sokan-btn_sokanzu.btn_sokanzu-hover {
  background-position: 0 -53px;
}

#main {
  width: 980px;
  margin: 0 auto;
  padding-top: 40px;
}
#main #main-left {
  float: left;
  width: 630px;
}
#main #aside {
  float: right;
  width: 300px;
}
#main #aside #btn-fig a {
  display: block;
  width: 300px;
  height: 53px;
  text-indent: -9999px;
}
#main #aside #kamoku {
  margin: 20px 0;
}
#main #aside #kamoku .top-shadow {
  width: 300px;
  height: 10px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAKCAIAAACBnfS9AAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFXRFWHRDcmVhdGlvbiBUaW1lADEzLjYuMTQuAwJOAAAAHnRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1LjGrH0jrAAABLklEQVRoge3YzarCMBCG4WRmKomKaN267v3fjq7tMhFBGoQ042LgcOAszsYiyPcsSkkpZPOSH6+qzjnnXM75er2WUlprDgCWQUQxxtPp1Pe9jXiL8HK55JyZOcYYQhAR7/1HpwrwbVS11lpKsaWu7/thGJxFeD6fc86bzWa324kIM6NAgCWo6jzPtdb7/T5N0/F4HIZBUkq32y3GeDgcuq6zCIkIHQK8l6q21ixCIlLVlFJKScZxJCIrcLVaWYfee0QI8F6qajtSInLO7ff75/M5jqOUUrbbLTOLiHVo21FECPBeFqEV2FoTkfV6PU2TtNZCCMxsHdoLCgRYgt2DikitlZlDCI/Hg2zIe2/nQKyBAMv5Scxy67rOOUd/P39uhgDf73do9qT/fgGAZb0AorKHYpHkm80AAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#main #aside #kamoku .kamoku-shadow {
  padding: 10px 20px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAKCAIAAACBnfS9AAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFXRFWHRDcmVhdGlvbiBUaW1lADEzLjYuMTQuAwJOAAAAHnRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1LjGrH0jrAAAAWElEQVRoge3TwQkDIBAAsFaQA0dw/1kcxRGEQ5BOUe6T7JDvWmvOGRFjjIjovbfWPsB/vPfuvZl5zsnMvbdvUExCKCYhFJMQikkIxSSEYhJCMQmhmIRQ7AdzpBRmdNz4iQAAAABJRU5ErkJggg==');
  background-repeat: repeat-y;
  background-position: 0 0;
}
#main #aside #kamoku .bottom-shadow {
  width: 300px;
  height: 10px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAKCAIAAACBnfS9AAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFXRFWHRDcmVhdGlvbiBUaW1lADEzLjYuMTQuAwJOAAAAHnRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1LjGrH0jrAAABMElEQVRoge3YsYrDMAyAYVtxME6HgroVz3n/p+hDZC7dGprFcZAt3yCudw/QEgj6Bg+ZtPzElr3dbtfr1Xs/DIP3vu97ADBKqe9gZiLati2ltG3b4/HQ3pTa2V+E7deO0yh1eP9DkxOMMaWU1hoza4dKfdU7McmNiIwxDgByzt77WmspRR6E1lpr7d4DK3Uokp+EVmutta7rCgAuhJBSOp1O7wKdcxqhUh8nEZZSiEjOnHMIwcUYp2lalqXrOmMMM0uNGqFSnyW3UPkTEtGyLMwcY3SIiIjP57O1dj6f+77vuk4LVOob5DpKRK/XK+d8uVwQ0coaZpqmeZ6ttSGEYRjkRrr3wEodimxiUko559YaIo7jaIyx713oPM/3+31dV2bedVSljgwAQggxRkSULz9x1+LoP5mwfQAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#main #aside #kamoku iframe {
  margin-top: 15px;
  width: 100%;
  height: 520px;
}
#main table {
  width: 100%;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
}
#main table th, #main table td {
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  padding: .9em;
  vertical-align: top;
}
#main table th {
  background-color: #F5F5CC;
  font-weight: normal;
  text-align: left;
}
#main .btn-pagetop {
  clear: both;
  width: 100%;
  height: 36px;
  text-align: right;
  position: relative;
  margin-top: 30px;
}
#main .btn-pagetop .btn {
  position: absolute;
  top: 0;
  right: 0;
}
#main .btn-pagetop .btn a {
  display: block;
  padding: .6em 1em .6em 2em;
  background-color: #339967;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAIAAACExCpEAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFXRFWHRDcmVhdGlvbiBUaW1lADEzLjYuMTQuAwJOAAAAHnRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1LjGrH0jrAAAAh0lEQVQYlWM0npnOAAMeKmYMDAw77pyCizDBWZws7Hbyenbyepws7FikAzVtOFnZOVnZAzVt0KWFOHlNpTUgbFNpDSFOXhTpKF1nBiQA5zIxMDCoCEkrC0kjSysLSasISUOlAzVsGDAARJDJTFpDik8EU1qKT8RMWoNx442jgjCHoIH33z8DAPsOE1DU0Ew4AAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: 14px 50%;
  color: white;
  text-decoration: none;
}
#main .btn-pagetop .btn a:hover {
  color: #ffff66;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAIAAACExCpEAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFXRFWHRDcmVhdGlvbiBUaW1lADEzLjYuMTQuAwJOAAAAHnRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1LjGrH0jrAAAAfUlEQVQYlW2OIQ6DQBBFXzcgxiBGsgLBCBBVDUj02rW9QM/Um/QwvctUUDYQeOrPf/nJ3B7vFxvJAD7fUhBKkoql86Vzqa50HpEaqcnjSaswRV/zFF3lqJ93Z0c5A2BKr3tLr5huOg+H6f+VwYEwR9rmbGkb5khIdjFdSeY/404UlfRWNbYAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: 14px 50%;
}

#footer {
  width: 100%;
  border-top: #339967 10px solid;
}
#footer address {
  font-style: normal;
  width: 980px;
  margin: 0 auto;
  padding: 20px 0 50px 0;
}

#login_box02{
	overflow:hidden;
	
}

#login_box02 p{
	clear:both;
	text-align:center;
}


.label{
	clear:both;
	padding: 30px;
	overflow:hidden;
	float:left;
	width:800px;
	
}

.login_t{
	font-size:16px;
	float:left;
	padding-right:8px;
	text-align:right;
	width:300px;
}

.login_v{
	float:left;
	text-align:left;
	500px;
}

