@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: Koburina Gothic W6 JIS2004,yugothic,游ゴシック,ヒラギノ角ゴ pro w3,hiragino kaku gothic pron,sans-serif;
    font-weight: 500;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

ul {
  list-style: none;
}

/**
 * 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;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
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;
}

h2 {
  margin: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#header {
  width: 100%;
  border-top: #522929 10px solid;
}
#header .inner {
  width: 980px;
  height: 170px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #ccc;
}
#header #logo, #header #btn-logout {
  position: absolute;
}
#header #logo {
  top: 20px;
  left: 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%;
}

#main {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
}
#main #main-right {
  float: right;
  width: 740px;
}
#main #aside {
  float: left;
  width: 210px;
}
#main #aside #select-year {
  *zoom: 1;
  margin-top: 6px;
  width: 100%;
  height: 60px;
}
#main #aside #select-year:after {
  content: "";
  display: table;
  clear: both;
}
#main #aside #select-year h2 {
  float: left;
  padding-top: 3px;
}
#main #aside #select-year #selecter {
  float: none;
  margin-left: 1em;
}
#main #aside h2 {
  color: #339967;
  font-size: 15px;
}
#main #aside h2#s-menu1 {
  background: url('/common/icon_snav-s8130d0218e.png') 0 -93px no-repeat;
}
#main #aside h2#s-menu2 {
  background: url('/common/icon_snav-s8130d0218e.png') 0 -30px no-repeat;
}
#main #aside h2#s-menu3 {
  background: url('/common/icon_snav-s8130d0218e.png') 0 -125px no-repeat;
}
#main #aside h2#s-menu4 {
  background: url('/common/icon_snav-s8130d0218e.png') 0 -62px no-repeat;
}
#main #aside h2#s-menu5 {
  background: url('/common/icon_snav-s8130d0218e.png') 0 -156px no-repeat;
}
#main #aside h2#s-menu6 {
  background: url('/common/icon_snav-s8130d0218e.png') 0 0 no-repeat;
}
#main #aside h2.s-menu {
  padding: 5px 0 5px 30px;
}
#main #aside ul {
  margin: .5em 0 1.5em 0;
  padding: 0;
}
#main #aside ul li {
  list-style: none;
  padding: .2em 0;
}
#main #aside 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%;
}
#main #aside 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%;
}
#main #aside ul li a.last {
  padding-right: 0;
}
#main .btn_new-sprite, #main .btn_new-btn_new {
  background: url('/common/btn_new-sad39aa4346.png') no-repeat;
}
#main .btn_new-btn_new {
  background-position: 0 -38px;
}
#main .btn_new-btn_new:hover, #main .btn_new-btn_new.btn_new_hover, #main .btn_new-btn_new.btn_new-hover {
  background-position: 0 0;
}
#main #tools {
  margin: 20px 0;
  width: 100%;
  *zoom: 1;
}
#main #tools:after {
  content: "";
  display: table;
  clear: both;
}
#main #tools #tool-btn {
  float: left;
}
#main #tools #tool-btn a {
  display: block;
  width: 201px;
  height: 38px;
  text-indent: -9999px;
}
#main #tools #view_cnt {
  float: right;
  margin-top: 13px;
}
#main #pager {
	clear:both;
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
#main #pager ul {
  margin: 0;
  padding: 0;
}
#main #pager ul li {
  list-style: none;
  display: inline;
}
#main #pager ul li a {
  text-decoration: underline;
}
#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: 1em .6em;
  vertical-align: top;
  background: none repeat scroll 0 0 white;
}
#main table th {
  background-color: #F5F5CC;
  font-weight: normal;
}
#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%;
}

.search_user{
	width:400px;
	position:absolute;
	padding-left:250px;	
}

.search_user #s_btn{
	padding-left:10px;
	margin-bottom:5px;
	vertical-align: bottom;
}

#footer {
  width: 100%;
  border-top: #522929 10px solid;
}
#footer address {
  font-style: normal;
  width: 980px;
  margin: 0 auto;
  padding: 20px 0 50px 0;
}

.left{
	float:left;
}

.right{
	float:right;
}

.t_left{
	text-align:left;
}

.t_right{
	text-align:right;
}

.t_center{
	text-align:center;	
}

.info_box{
	float:right;
	text-align:right;
	position:relative;
}

