@charset "shift_jis";

/* 本文中で呼び出すパーツに関する指定 */

/* フォーム */
.must{
  color: #CC0000;
}
.error{
  color: #CC0000;
  font-weight: bold;
}
.disabled{
  ime-mode: disabled;
}

/* ライン */
hr {
  color: #333333; /* IE */
  background-color: #333333; /* NN */
  height: 1px;
  border: 0px;
  margin: 12px 0px 12px 0px;
}

/* アイコン */
a.ico-c-arrowBlue,
a.ico-c-arrowYellow,
a.ico-c-arrowGreen,
a.ico-c-arrowPink {
  padding: 2px 0 2px 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-weight:bold;
}

a.ico-c-arrowBlue   {background-image: url(../image/ico_c_arrow_blue01.gif);}
a.ico-c-arrowYellow {background-image: url(../image/ico_c_arrow_yellow01.gif);}
a.ico-c-arrowGreen  {background-image: url(../image/ico_c_arrow_green01.gif);}
a.ico-c-arrowPink   {background-image: url(../image/ico_c_arrow_pink01.gif);}

a.ico-c-arrowBlue:link   {color:#89C3D6;text-decoration:none;}
a.ico-c-arrowYellow:link {color:#475EB0;text-decoration:none;}
a.ico-c-arrowGreen:link  {color:#81AB1B;text-decoration:none;}
a.ico-c-arrowPink:link   {color:#7394D0;text-decoration:none;}

a.ico-c-arrowBlue:visited,
a.ico-c-arrowYellow:visited,
a.ico-c-arrowGreen:visited,
a.ico-c-arrowPink:visited {text-decoration:none;}

a.ico-c-arrowBlue:hover,
a.ico-c-arrowYellow:hover,
a.ico-c-arrowGreen:hover,
a.ico-c-arrowPink:hover {text-decoration:none;}

a.ico-c-arrowBlue:active,
a.ico-c-arrowYellow:active,
a.ico-c-arrowGreen:active,
a.ico-c-arrowPink:active {text-decoration:none;}

.ico-circle {
  padding: 0 0 0 20px;
  background: url(../../rservice/image/ico_circle_01.gif) no-repeat 0 0.3em;
  font-weight: normal; /* Reset */
}

.window-new {
  background-image:url(../image/ico_window.gif);
  background-position:right center;
  background-repeat:no-repeat;
  padding-right:12px;
}

span.window {
  background-image:url(../image/ico_window.gif);
  background-position:right center;
  background-repeat:no-repeat;
  padding-right:12px;
}

span.pdf {
  background-image:url(../image/ico_pdf_01.gif);
  background-position:right center;
  background-repeat:no-repeat;
  padding-right:17px;
}


/* リスト */
dl {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

dt {
  font-weight: bold;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

dd {
  padding: 0;
  margin-left: 1.6em;
}

ul {
  padding: 0;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  margin-left: 1.8em;
}

ol {
  list-style: outside decimal;
  margin: 0 0 20px;
  padding: 0 0 0 40px;
}

ol li {
  margin: 0 0 20px;
}

ul.attend{
  margin: 0px 4px 4px 4px;
  padding: 0px;
}

ul.attend li {
  padding: 0px 0px 0px 18px;
  list-style: none;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-image: url(../image/attend.gif);
}

ul.ul-lidotted {
  list-style: none; /* Reset */
  height: 100%; /* for IE */
}

ul.ul-lidotted:after { /* for Modern Browser */
  content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

ul.ul-lidotted li {
  float: left;
  padding: 0 0 0 10px;
  width: 150px;
  background: url(../image/ico_dotted_black01.gif) no-repeat 0 50%;
}

ul.ul-liNo {
  list-style: none;
}

ul.ul01 {
  list-style: none inside;
  margin: 0;
  padding: 0;
}

ul.ul01 li {
  margin: 0;
  padding: 0 0 0 10px;
  background: url(../image/ico_arrow_01.gif) no-repeat 0 50%;
}

ul.ul02 {
  list-style: outside disc;
  margin: 0;
  padding: 0 0 0 25px;
}

ul.list-dottedBlue01 li,
ul.list-dottedGreen01 li,
ul.list-dottedPink01 li,
ul.list-dottedYellow01 li,
ul.list-dottedOrange01 li {
  padding: 0 0 0 14px;
  background-repeat: no-repeat;
  background-position: 0 0.6em;
  list-style: none;
}

ul.list-dottedBlue01 li   {background-image: url(../image/ico_dotted_blue01.gif);}
ul.list-dottedGreen01 li  {background-image: url(../image/ico_dotted_green01.gif);}
ul.list-dottedPink01 li   {background-image: url(../image/ico_dotted_pink01.gif);}
ul.list-dottedYellow01 li {background-image: url(../image/ico_dotted_yellow01.gif);}
ul.list-dottedOrange01 li {background-image: url(../image/ico_dotted_orange01.gif);}

ul.list-parenthesis01 {
  list-style: none;
}

ul.list-parenthesis01 li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

/* 表組み */
caption{
  text-align: left;
}

table.style_a{
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px; 
}

.style_a th{
  padding: 5px 10px;
  border: 1px solid #DDDDDD;
  background-color: #010F81;
  color: #FFFFFF;
  font-weight: normal;
}

.style_a td{
  padding: 5px 10px;
  border: 1px solid #DDDDDD;
}

/* 表組み入れ子 */
table.in{
  border-top: 1px solid #B4B4B4;
  border-left: 1px solid #B4B4B4;
  border-collapse: collapse;
  font-size: 100%;
}

.in th{
  padding: 2px 6px;
  border-right: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  background-color: #EEEEEE;
}

.in td{
  padding: 2px 6px;
  border-right: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
}

/* 表組みレイアウト用 */
table.layout{
  border-collapse: collapse;
  font-size: 100%;
  border: none;
}

table.layout td{
  padding: 6px;
  border-right: none;
  border: none;
  border-bottom: none;
}

/* 表組みストライプ用 */
tr.oddline {
  background-color:#dddddd;
}

td.evanline{
  background-color:#efefef;
}

/* table01 */
table.table01 {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.table01 tr {
}

table.table01 tr th {
  padding: 5px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFF0;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top;
}

table.table01 tr td {
  padding: 5px;
  width: 100%;
  border: 1px solid #CCCCCC;
}

/* table02 */
table.table02 {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.table02 th {
 text-align: center;
}

table.table02 tr th {
  padding: 5px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFF0;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
}

table.table02 tr td {
  padding: 5px;
  border: 1px solid #CCCCCC;
}

/* 第2階層index用 */
#index-box {
  float: left;
  width: 580px;
  height: 100%;
}

#index-box:after { /* for Modern Browser */
  content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

#index-box .leftColumn {
  float: left;
  width: 280px;
}

#index-box .rightColumn {
  float: right;
  width: 280px;
}

#twoColumn-box {
  width: 790px;
  height: 100%;
}

#twoColumn-box:after { /* for Modern Browser */
  content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

#twoColumn-box .leftColumn {
  width: 387px;
  float: left;
}

#twoColumn-box .rightColumn {
  float: right;
  width: 387px;
}

#sidebar {
  float: right;
  width: 195px;
}

#sidebar dl#schedule-menu {
  margin: 0 0 20px;
  padding: 0;
  line-height: 1;
}

#sidebar dl#schedule-menu dt {
  margin: 0;
  padding: 0;
}

#sidebar dl#schedule-menu dd {
  margin: 0;
  padding: 0;
}

#sidebar dl#schedule-menu img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#sidebar p {
  margin: 0 0 12px;
}

/* 左に画像のあるコンテンツ領域 */
#main .image-contents {
  height: 100%;
}

#main .image-contents:after { /* for Modern Browser */
  content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

#main .image-contents .image {
  float: left;
  width: 198px;
}

#main .image-contents .contents {
  float: right;
  width: 592px;
}

/* 点線で左右に分かれたコンテンツ領域 */
#main .dottedBorderBox {
  margin: 0 0 20px;
  background: url(../image/line_dotted_02_tate.gif) repeat-y 186px 3px;
}

#main .dottedBorderBox .bg-top,
#main .dottedBorderBox .bg-btm {
  clear: both;
  height: 1px;
  background: url(../image/line_dotted_02.gif) repeat-x;
}

#main .dottedBorderBox .leftColumn {
  float: left;
  width: 174px;
}

#main .dottedBorderBox .rightColumn {
  float: right;
  width: 590px;
}

/* グレイグラデーションボックス */
.gray-gradation-box {
  border: 1px solid #DDD;
  background: #F1F1F1 url(../image/bg_adobe_intro_01.jpg) repeat-x;
  height: 100%;
}

.gray-gradation-box:after { /* for Modern Browser */
  content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

/* PDFダウンロードリンク */
#pdf-link {
  margin: 0 auto;
  padding: 16px 20px 0 20px;
  width: 543px;
}

#pdf-link h3 {
  margin: 0 0 9px 0;
}

#pdf-link p {
}

/* Shockwaveの紹介 */
#adobe-intro {
  padding: 16px 20px 13px 19px;
}

#adobe-intro p {
  margin: 0;
}

#adobe-intro p#adobe-bnr {
  float: left;
  padding: 0;
  width: 160px;
}

#adobe-intro p#intro-text {
  float: right;
  padding: 0 0 10px 17px;
  width: 355px;
  border-left: 1px solid #DDD;
  line-height: 1.4em;
}

/* アナウンス */

.announce {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
  color: #CC0000;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #CC0000;
  border-right-color: #CC0000;
  border-bottom-color: #CC0000;
  border-left-color: #CC0000;
}

.announce table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: bold;
  color: #000000;
}

.announce th {
  width:70px;
  text-align:left;
  vertical-align: top;
}

.announce td {
  margin-left:80px;
  text-align:left;
  vertical-align: top;
}

.announce02 {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  color: #CC0000;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #CC0000;
  border-right-color: #CC0000;
  border-bottom-color: #CC0000;
  border-left-color: #CC0000;
}

.announce02 table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #000000;
}

/* よくあるお問い合わせボタン */
#headlink img {
  vertical-align:middle;
}
#headlink a.btn {
  margin-right: 0;
}

