@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background: #f9f9f9 url(interview_back.gif); /* 全体の背景（斜線の背景画像） */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link {color: #000040; }
a:visited {color: #0040C0; }
a:hover {color : #ff3399 ;}

/* --- 共通設定 --- */
img {border: none;}
.R {float: right;}
.L {float: left;}
.clear {clear: both;}

/* --- コンテナ --- */
#container {
width: 654px; /* コンテナの幅 */
background: url(interview_back_640.gif) center top repeat-y; /* コンテナの背景（影の背景画像） */
margin: 10px 0 10px 20px;
}

/* --- ページ --- */
#page {
width: 640px; /* ページの幅 */
border-bottom: 1px #c0c0c0 solid; /* ページの下境界線 */
margin-left: 7px;
background-color: #eeeeff;
}

/* --- ヘッダ --- */
#header {
background-color: #eeeeff; /* ヘッダの背景色 */
padding: 3px;
}
#header img {vertical-align: middle;}
#link {
font-family: "ＭＳ Ｐゴシック", "Osaka";
font-size: 10pt;
color: #ffffff;
text-align: center;
padding-top: 2px;
background-color: #8080ff;
height: 18px;
margin: 0 0 3px 0;
}
.linktxt {
font-family: "ＭＳ Ｐゴシック", "Osaka";
font-size: 10pt;
color: #0000ff;
text-decoration: underline;
}
#logo {
width: 626px;
border: #0000a0 2px;
color: gray;
border-style: solid;
padding: 2px;
line-height: 15px;
vertical-align: top;
}

/* --- コンテンツ --- */
#content {
font-size: 13px;
margin-top: 10px;
padding: 3px;
background-color: #ffffff; /* コンテンツの背景色 */
color: #000000;
}
#content img {
vertical-align: top;
margin-right: 5px;
}
/* --- セリフブロック --- */
#content div.lead {
width: 613px;
line-height: 130%;
background-color: #0000a0;
color: #cccccc;
padding: 0 13px 0 8px;
margin-bottom: 10px;
}
#content div.level0 {
width: 608px;
line-height: 130%;
background-color: #e9e9e9;
padding: 2px 13px 2px 8px;
margin-bottom: 10px;
border-left: 5px #666666 solid; /* 左境界線 */
}
#content div.level1 {
width: 608px;
line-height: 130%;
background-color: #f0f8ff;
padding: 2px 8px 2px 13px;
margin-bottom: 10px;
border-right: 5px #b0b8ef solid; /* 右境界線 */
}
#content div.level2 {
width: 608px;
line-height: 130%;
background-color: #fff5ee;
padding: 2px 8px 2px 13px;
margin-bottom: 10px;
border-right: 5px #efa59e solid; /* 右境界線 */
}
#content div.level3 {
width: 608px;
line-height: 130%;
background-color: #f5f5dc;
padding: 2px 8px 2px 13px;
margin-bottom: 10px;
border-right: 5px #a5a58c solid; /* 右境界線 */
}
#content p {margin: 0.3em 0 0.3em 0;}
/* --- ブロック内画像の回り込み解除 --- */
#content div:after {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both; /* 画像などの回り込み解除 */
}
#content div {display: inline-block;}
/* --- フッタ --- */
#footer {
font-size: 12px;
color: gray;
text-align: center;
margin: 5px 3px 0 3px;
background-color: #f0f0f0; /* フッタの背景色 */
}