@charset "UTF-8";

/* *****************************************************
Contents ---------------
01: base
02: LayerBase
03: LayerBody
05: LayerFooter
06: TopPage
------------------------
***************************************************** */

/* *****************************************************
base
***************************************************** */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
param,
embed
{
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
 word-break: break-all;
 word-wrap: break-word;
}

html,
body
  {
  width: auto;
  height: 100%;
  }

body
{
 color: #333333;
 font-size: 81%; /* 13px */
 line-height: 146%; /* 19px */
 font-family: "メイリオ", meiryo, Verdana, sans-serif;
 font-family: Helvetica\9, "Hiragino Kaku Gothic Pro"\9, "メイリオ"\9, meiryo\9, Verdana\9, sans-serif\9;
 min-width: 980px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
body

  {
   font-family: "メイリオ", meiryo, Verdana, sans-serif;
  }
}

body#PopUp
  {
  min-width: 920px;
  }

* html body {
width:expression(document.body.clientWidth < 982? "980px" : "auto");
}

h1,
h2,
h3,
h4,
h5,
h6,
strong
{
 font-weight: normal;
}

ul
{
 list-style:none;
}

blockquote,
q
{
 quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
 content:'';
 content:none;
}

a,
a:link,
a:visited
{
 margin:0;
 padding:0;
 color: #af435b;
 text-decoration: underline;
 background:transparent;
 outline: none;
 vertical-align: baseline;
}

a:hover,
a:active
{
 color: #cf8092;
 text-decoration: underline;
}

/* change colours to suit your needs */
ins
{
 background-color:#ff9;
 color:#000;
 text-decoration:none;
}

del
{
 text-decoration: line-through;
}

abbr[title],
dfn[title]
{
 border-bottom:1px dotted;
 cursor:help;
}

table
{
 border-collapse:collapse;
 border-spacing:0;
}

/* change border colour to suit your needs */
hr
{
 display:block;
 height:1px;
 border:0;
 border-top:1px dotted #d9d9d9;
 margin:1em 0;
 padding:0;
}

input,
select
{
 vertical-align:middle;
}

img,
object,
param,
embed,
iframe
  {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  }


/* *****************************************************
head
***************************************************** */
div#head
  {
  min-height: 117px;
  height: auto !important;
  height: 117px;
  margin: 0;
  clear: both;
  background: url(../img/common/header_base.png) left bottom repeat-x #a6032d;
  }

* html div#head {
width:expression(document.body.clientWidth < 982? "980px" : "auto");
}

div#head:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

*+html div#head /* IE 7 */
  {
  display: inline-block;
  }

* html div#head /* IE 6 */
  {
   zoom: 1;
  }

#head h1
  {
  position: absolute;
  top: 22px;
  left: 27px;
  width: 266px;
  height: 31px;
  zoom: 1;
  }

#headContents
{
  min-height: 79px;
  height: auto !important;
  height: 79px;
  background: url("../img/common/header_right_bg.png") no-repeat top right;
}
div#head.calendarheader #headContents
  {
  min-height: 39px;
  height: auto !important;
  height: 39px;
padding: 91px 0 0 0;
  }

#headRight {
	float: right;
    width: 577px;
    min-height: 59px;
    height: auto !important;
    height: 59px;
  	margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#headRight h2
  {
  clear: both;
  min-height: 24px;
  height: auto !important;
  height: 24px;
  margin: 20px 0 0 0;
  padding: 6px 21px 0 0;
  color: #ffffff;
  font-size: 14px; /* 14px */
  line-height: 142%; /* 20px */
  background: url("../img/common/header_h2_base.png") no-repeat top right #a6032d;
  border-bottom: none;
  text-align: right;
  }

div#headRight .clear:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

*+html div#headRight .clear /* IE 7 */
  {
  display: inline-block;
  }

* html div#headRight .clear /* IE 6 */
  {
   zoom: 1;
  }


#headRight ul {
    float: right;
	padding: 0;
	margin: 0 15px 0 0;
}

* html #headRight ul {
	margin: 0 7px 0 0;
}


#headRight ul li {
    float: left;
	margin: 0 0 0 0;
	padding: 0;
}

#headRight ul li a{
    display: block;
    height: 29px;
	padding: 0;
    text-indent: -9999px;
}

#headRight ul li#IdSetting a
  {
  min-width: 40px;
  margin: 0 10px 0 0;
  }

#headRight ul li#IdLogout a
  {
  min-width: 72px;
  }

#headRight ul li.btn-header a,
#headRight ul li.btn-header a:link,
#headRight ul li.btn-header a:visited
  {
  display: block;
  margin: 0 0 0 0;
  text-align: center;
  text-indent: 0;
  font-weight: bold;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  min-height: 18px;
  height: auto !important;
  height: 18px;
  padding: 7px 5px 3px 5px;
  color: #ffffff;
  text-decoration: none;
  background: #b81c45; /* Old browsers */
  background: -moz-linear-gradient(top,  #b81c45 0%, #790825 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b81c45), color-stop(100%,#790825)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #b81c45 0%,#790825 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #b81c45 0%,#790825 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #b81c45 0%,#790825 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #b81c45 0%,#790825 100%); /* W3C */
  -pie-background: linear-gradient(top,  #b81c45 0%,#790825 100%); /* IE10+ */
  position: relative;
  behavior:url(/PIE.htc);
  }

#headRight ul li.btn-header a:hover,
#headRight ul li.btn-header a:active
  {
  color: #ffffff;
  text-decoration: none;
  background: #d15e7d; /* Old browsers */
  background: -moz-linear-gradient(top,  #d15e7d 0%, #853046 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d15e7d), color-stop(100%,#853046)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d15e7d 0%,#853046 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d15e7d 0%,#853046 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d15e7d 0%,#853046 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #d15e7d 0%,#853046 100%); /* W3C */
  -pie-background: linear-gradient(top,  #d15e7d 0%,#853046 100%); /* IE10+ */
  position: relative;
  behavior:url(/PIE.htc);
  }


#headRight ul li#IdData a,
#headRight ul li#IdData a:link,
#headRight ul li#IdData a:visited
  {
  width: 159px;
  margin: 0 16px 0 0;
  background: url(../img/common/button_data.png) 0 0 no-repeat
  }

#headRight ul li#IdData a:hover,
#headRight ul li#IdData a:active
  {
  background: url(../img/common/button_data.png) 0 -29px no-repeat
  }

#headRight ul li#IdNews a,
#headRight ul li#IdNews a:link,
#headRight ul li#IdNews a:visited
  {
  width: 159px;
  margin: 0 16px 0 0;
  background: url(../img/common/button_news.png) 0 0 no-repeat
  }

#headRight ul li#IdNews a:hover,
#headRight ul li#IdNews a:active
  {
  background: url(../img/common/button_news.png) 0 -29px no-repeat
  }

/* tabs //////////*/
#tab {
    position:relative;
	min-height: 38px;
    height: auto !important;
    height: 38px;
    width: 100%;
	margin: 0 0 0 0;
	padding: 0;
    clear:both;
    /clear: none;
    background-color: #7c0927;
}

#tab div
  {
  float: left;
  }

#tab h3
  {
  float: left;
  margin: 0 10px 0 0;
  padding: 8px 0 0 0;
  _padding: 9px 0 0 0;
  color: #ffffff;
  }

#tab ul {
	float: left;
	margin: 0;
	list-style: none;
}

#tab li {
	float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#tab li a,
#tab li a:link,
#tab li a:visited{
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 0 10px;
  color: #ffffff;
  text-decoration: none;
  background: #cb093b; /* Old browsers */
  background: -moz-linear-gradient(top,  #cb093b 0%, #7d0927 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb093b), color-stop(100%,#7d0927)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cb093b 0%,#7d0927 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cb093b 0%,#7d0927 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cb093b 0%,#7d0927 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cb093b 0%,#7d0927 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb093b', endColorstr='#7d0927',GradientType=0 ); /* IE6-9 */
  }

#tab li a:hover,
#tab li a:active
  {
  background: #cb093b; /* Old browsers */
  background: -moz-linear-gradient(top,  #cc4e6d 0%, #7e2f44 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc4e6d), color-stop(100%,#7e2f44)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cc4e6d 0%,#7e2f44 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cc4e6d 0%,#7e2f44 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cc4e6d 0%,#7e2f44 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cc4e6d 0%,#7e2f44 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4e6d', endColorstr='#7e2f44',GradientType=0 ); /* IE6-9 */
  }

#tab #AreaCalendar
  {
  margin: 3px 0 0 15px;
  }

#tab #AreaCalendar li a
  {
  width: 105px;
  min-height: 25px;
  height: auto !important;
  height: 25px;
  padding: 7px 0 0 0;
  text-align: center;
  }


#tab #AreaMySearch,
#tab #AreaReport
  {
  width: auto;
  min-height: 21px;
  height: auto !important;
  height: 21px;
  margin: 0 0 0 25px;
  padding: 3px 0 0 0;
  }

* html #tab #AreaMySearch,
* html #tab #AreaReport
  {
  margin: 0 0 0 12px;
  }

#tab #AreaMySearch li a,
#tab #AreaReport li a
  {
  min-height: 26px;
  height: auto !important;
  height: 26px;
  margin: 0 0 0 5px;
  padding: 7px 10px 0;
  }

/* *****************************************************
main
***************************************************** */
div#main {
  margin: 20px 0 0 0;
}

* html div#main {
width:expression(document.body.clientWidth < 982? "980px" : "auto");
}

#PopUp div#main
  {
  margin: 15px 0 0 0;
  }

div#main:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

*+html div#main /* IE 7 */
  {
  display: inline-block;
  }

* html div#main /* IE 6 */
  {
   zoom: 1;
  }


/* *****************************************************
foot
***************************************************** */
div#foot {
	padding-top: 30px;
	padding-bottom: 20px;
	clear: both;
}

body#PopUp div#foot {
	margin: 14px 0 0 0;
}


* html div#foot {
width:expression(document.body.clientWidth < 982? "980px" : "auto");
}

#AreaFooterLink
  {
  padding: 0 0 20px 0;
  text-align: right;
  }

#AreaFooterLink ul
  {
  padding: 4px 22px 4px 0;
  padding: 5px 22px 3px 0\9;
  background-color: #8a0c28;
  }

@media screen and (-webkit-min-device-pixel-ratio:0)
{
#AreaFooterLink ul
  {
  padding: 5px 22px 0 0;
  }
}


#AreaFooterLink ul li
  {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 0 0 -4px;
  /margin: 0 0 0 0;
  }

#AreaFooterLink ul li a
  {
  margin: 0 0 0 35px;
  padding: 0 0 0 12px;
  color: #ffffff;
  text-decoration: none;
  background: url(../img/common/footer_link.png) 0 4px no-repeat;
  }

@media screen and (-webkit-min-device-pixel-ratio:0)
{
#AreaFooterLink ul li a
  {
  background: url(../img/common/footer_link.png) 0 center no-repeat;
  }
}

#AreaFooterLink ul li a:hover
  {
  text-decoration: underline;
  }

div#foot .copy
  {
  margin: 0 0 0 25px;
  font-size: 76%; /* 10px */
  line-height: 160%; /* 16px */

  }

div#foot .copy img
  {
  margin: 0 16px 0 0;
  vertical-align: middle;
  }

div#foot .copy .policy
  {
  float: right;
  color: #333333;
  text-decoration: none;
  margin: 4px 43px 0 0;
  padding: 0 0 0 11px;
  background: url(../img/common/policy_link.png) 0 2px no-repeat;
  /margin: -18px 43px 0 0;
   vertical-align: middle;
 }
