@charset "utf-8";
/* =============================================================================
   Common Styles
   ========================================================================== */
/* Base
------------------------------------------------ */
html, body {
  color: black;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}

h1 {
  font-weight: normal;
}

button,
input,
select,
textarea {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea,
input[type="text"] {
  border: 1px solid #c8c8c8;
  padding: 4px 8px;
}

form .w60 {
  width: 42px;
  _width: 60px;
}
form .w70 {
  width: 52px;
  _width: 70px;
}
form .w85 {
  width: 67px;
  _width: 85px;
}
form .w90 {
  width: 72px;
  _width: 90px;
}
form .w100 {
  width: 82px;
  _width: 100px;
}
form .w130 {
  width: 112px;
  _width: 130px;
}
form .w140 {
  width: 122px;
  _width: 140px;
}
form .w150 {
  width: 132px;
  _width: 150px;
}
form .w240 {
  width: 222px;
  _width: 240px;
}
form .w390 {
  width: 372px;
  _width: 390px;
}
form .w590 {
  width: 572px;
  _width: 590px;
}
form .w620 {
  width: 602px;
  _width: 620px;
}

label {
  cursor: pointer;
}

/* Links
------------------------------------------------ */
a {
  color: black;
  text-decoration: underline;
}
a:link {
  color: black;
}
a:hover {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
}

a:hover img.link_img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}

/* Text
------------------------------------------------ */
.left {
  text-align:left;
}
.center {
  text-align:center;
}
.right {
  text-align:right;
}

/* block style
------------------------------------------------ */
.hidden {
  display: none;
}

.clear {
  float: none;
  display: block;
}

.clear-L {
  float: none;
  display: block;
}

.clear-R {
  float: none;
  display: block;
}

.float-L {
  display: inline;
  float: left;
}

.float-R {
  display: inline;
  float: right;
}

.section {
  padding: 15px;
}

/* utility
------------------------------------------------ */
.padding-t5 {
  padding-top: 5px;
}

.padding-t10 {
  padding-top: 10px;
}

.padding-t15 {
  padding-top: 15px;
}

.margin-l5 {
  margin-left: 5px;
}

.margin-l10 {
  margin-left: 10px;
}

.margin-r0 {
  margin-right: 0;
}

.margin-r5 {
  margin-right: 5px;
}

.margin-r10 {
  margin-right: 10px;
}

.error {
  color: #ff0000;
  padding-bottom: 10px;
}

ul.error {
	width:770px;
	margin: 0 auto;
	padding: 15px;
	background-color: #FFF0F0;
    border: 1px solid #FF0000;
    color: #FF0000;
}
ul.error li {
	padding-bottom:10px;
}

/* Clearfix
----------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}
.clear hr {
  display: none;
}

/* ドットライン
----------------------------*/
.dotline {
  background: transparent url(../img/common/img_line_dot.gif) repeat-x left top;
}

.dotline-under {
  background: transparent url(../img/common/img_line_dot.gif) repeat-x left bottom;
}

.vertical-dotline {
  background: transparent url(../img/common/img_vertical_line_dot.gif) repeat-y left top;
}

.vertical-dotline-right {
  background: transparent url(../img/common/img_vertical_line_dot.gif) repeat-y right top;
}

/* 矢印リンク
----------------------------*/
.arrow-link {
  background: transparent url(../img/common/img_common_right_arrow.png) no-repeat left center;
}

/* ページトップ
----------------------------*/
.pagetop {
  *zoom: 1;
}
.pagetop:after {
  content: "";
  display: block;
  clear: both;
}
.pagetop a {
  float: right;
  display: block;
  margin: 5px 10px 0 0;
}

.btn-social-wrapper {
  *zoom: 1;
}
.btn-social-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.btn-social-wrapper .fb,
.btn-social-wrapper .twitter {
  float: left;
  width: 95px;
}
.btn-social-wrapper .twitter {
  padding-right: 10px;
}

/* ポップアップカレンダー
----------------------------*/
.calendar {
  position: absolute;
  top: 28px;
  left: 228px;
  border: solid 5px #b4b4b4;
  background-color: #fff;
  padding: 10px 10px 20px;
  width: 400px;
  _width: 430px;
  z-index: 9999;
  display: none;
  font-size: 0.6em;
}

.calendar p.close {
  margin: 0;
  padding: 0 0 4px 0;
  text-align: right;
  float: right;
}

.calendar h4 {
  margin-bottom: 15px;
}
.calendar .leftCal {
  float: left;
  padding-right: 30px;
  height: 185px;
}
.calendar .rightCal {
  float: left;
  height: 185px;
}
.calerdar-wrapper {
  margin: 0 0;
}

.calerdar-wrapper .leftCal {
  float: left;
  padding-right: 30px;
  height: 185px;
}
.calerdar-wrapper .rightCal {
  float: left;
  height: 185px;
}

.calendar table {
  background-color: #cccccc;
  width: 180px;
  border-spacing: 1px;
  border-collapse: separate;
}

.calendar table th,
.calendar table td {
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  height: 22px;
  font-weight: normal;
  font-size: 160%;
}

.calendar table th.sun,
.calendar table td.sun {
  background-color: #fdf2f2;
}

.calendar table th.sat,
.calendar table td.sat {
  background-color: #eefeff;
}

.calendar table td {
  color: #adadad;
}

.calendar p {
  font-size: 160%;
  float: none;
  color: #5a5a5a;
}

.calendar p.date {
  line-height: 2.0em;
  margin-bottom: 5px;
}

.calendar p.date span.current {
  color: #0292d5;
  background-color: #ffffff;
  padding: 1px 3px;
  border: solid 2px #0292d5;
  font-weight: bold;
}

.calendar .navi {
  margin-top: 10px;
  width: 100%;
}

.calendar .navi .prev {
  float: left;
  width: 48%;
  text-align: left;
  background: url(../img//common/arrow_blue_l.gif) no-repeat 0 center;
  padding-left: 2%;
  display: none;
}

.calendar .navi .next {
  float: right;
  width: 48%;
  text-align: right;
  background: url(../img//common/arrow_blue.gif) no-repeat right center;
  padding-right: 2%;
}

/* pagination
------------------------------*/
.pagination {
  margin-top: 10px;
}
.pagination ul li {
  float: left;
  padding-left: 3px;
}
.pagination ul li a {
  display: block;
  padding-top: 6px;
  width: 22px;
  height: 16px;
  _height: 22px;
  text-align: center;
  text-decoration: none;
  color: #333333;
  background: url(../img//common/bg_pagination.jpg) repeat-x left center;
}
.pagination ul li a.side {
  width: 50px;
  color: #0292d5;
}
.pagination ul li a.active, .pagination ul li a:hover {
  background-image: none;
  background-color: #0292d5;
  color: #ffffff;
}

/* title
------------------------------*/
.tlBrown{
	color:#9f3b20;
	font-weight:normal;
	font-size:200%;
}
.tlGraySquare{
  background:url(../img/clip/icon_square.gif) no-repeat 10px center #f0f0f0;
  padding:7px 0 7px 26px;
  font-size:126%;
  font-weight:bold;
}
.tlSquare{
  background:url(../img/common/icon_square.gif) no-repeat 0 4px;
  padding:0 0 0 14px;
}
.tlLeftBar{
  border-left:solid 4px #0292d5;
  padding:3px 0 3px 6px;
  font-size:120%;
  color:#0292d5;
  font-weight:bold;
}

/* sub menu
------------------------------*/
ul#submenu{
	float:left;
	width:230px;
}
ul#submenu li{
	height:41px;
	margin-bottom:1px;
}
ul#submenu li a{
	height:26px;
	width:190px;
	display:block;
	padding:15px 0 0 40px;
	background:url(../img/common/arrow.png) no-repeat 16px 16px #f0f0f0;
}
ul#submenu li a:hover,ul#submenu li a.active{
	background-color:#d9d9d9;
	background-position:16px -14px;
	text-decoration:none;
}
div#rContents{
	float:right;
	width:688px;
}