@charset "UTF-8";

/*
@prefix : <http://purl.org/net/ns/doas#>
<> a :CSSstylesheet;
  :title "デフォルトスタイル用スタイルシート";
  :description "各要素のデフォルトスタイルをリセットして再定義します。";
  :note "
    1 フォントサイズの定義
    2 デフォルトスタイルリセット・再設定
      2.1 Structure モジュール
      2.2 Text モジュール
      2.3 Hypertext モジュール
      2.4 List モジュール
      2.5 Edit モジュール
      2.6 Forms モジュール
      2.7 Table モジュール
      2.8 Image モジュール
      2.9 Object モジュール
    3 CSS 適用下で非表示
  ";
  :contributor [
    :title "Yahoo! UI Library: Fonts CSS";
    :description "異なるブラウザ間のフォントの見え方の違いを調整します。";
    :revisiton "2.6.0";
    :name "Yahoo";
    :homepage <http://developer.yahoo.com/yui/fonts/>;
    :license <http://developer.yahoo.com/yui/license.txt>;
    :note "
       77% = 10px   123.1% = 16px   167% = 22px
       85% = 11px   131  % = 17px   174% = 23px
       93% = 12px   138.5% = 18px   182% = 24px
      100% = 13px   146.5% = 19px   189% = 25px
      108% = 14px   153.9% = 20px   197% = 26px
      116% = 15px   161.6% = 21px
    "
  ]
*/


/* 1 フォントサイズの定義
=================================================================== */

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/* 2 デフォルトスタイルリセット・再設定
=================================================================== */

/* 2.1 Structure モジュール
------------------------------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #333333;
    background:
        #ffffff
        url(../img/bg_body.png)
        repeat-x
    ;
}

/* 2.2 Text モジュール
------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
h1 {
    margin-bottom: 12px;
}
h2 {
    padding: 0 10px;
    clear: both;
    line-height: 30px;
    color: #ffffff;
    background:
        #265eb3
        url(../img/main/bg_h2.png)
        no-repeat
    ;
    font-size: 116%;
}
p {
    margin: 0;
    padding: 0;
}
address {
    margin: 0;
    padding: 0;
    font-style: normal;
}
strong {
    color: #0240a2;
}
em {
    font-style: normal;
    font-weight: bold;
}

span.txt-s {
	font-size: 95%;
}


/* 2.3 Hypertext モジュール
------------------------------------------------------------------- */
a {
    color: #2971a7;
    text-decoration: underline;
}
a:hover {
    color: #cc0000;
}

/* 2.4 List モジュール
------------------------------------------------------------------- */
dl,
ul,
ol,
dt,
dd,
li {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}

/* 2.5 Edit モジュール
------------------------------------------------------------------- */

/* 2.6 Forms モジュール
------------------------------------------------------------------- */

form,
fieldset,
input,
button {
    margin: 0;
    padding: 0;
}
fieldset {
    border: none;
}
input,
textarea {
    border: 1px solid #xxxxxx;
}
input:hover,
textarea:hover {
    border-color: #xxxxxx;
}
input:focus,
textarea:focus {
    background-color: #xxxxxx;
}
input.button,
input.radio {
    border: none;
}

/* 2.7 Table モジュール
------------------------------------------------------------------- */

table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 639px;
}
table,
th,
td {
    border: 1px solid #999999;
}
caption {
    padding: 20px 0 10px;
    font-weight: bold;
    text-align: center;
}
th {
	padding: 10px 15px;
	vertical-align: top;
	color: #666666;
	background-color: #efefef;
}
tbody th,
thead th.title {
    background-color: #d2ebfa;
    text-align: left;
}
td {
    padding: 10px;
    background-color: #ffffff;
}
td ul {
    margin-bottom: -5px;
}
td li {
    padding: 0 0 5px 18px;
    background:
        url(../img/ico_arrow_square.png)
        no-repeat
        0 0.1em
    ;
}


/* 2.8 Image モジュール
------------------------------------------------------------------- */
img {
    border: none;
    vertical-align: bottom;
}

/* 2.9 Object モジュール
------------------------------------------------------------------- */
object,
embed {
}


/* 3 CSS 適用下で非表示
=================================================================== */

.skip,
legend {
    display: none;
				}

.section ul.arrow {
	margin-bottom: 5px;
	margin-left: 10px;
}

.section ul.arrow li {
    padding: 0 0 5px 18px;
    background:
        url(../img/ico_arrow_square.png)
        no-repeat
        0 0.1em
    ;
}

