@charset "Shift_JIS";

/* ページ・バー
----------------------------------------------------------------- */
#bar {
background: url(../images/bar_column.gif) no-repeat #ffffff;
}

/* サイド・メニュー
----------------------------------------------------------------- */
#side h3 {
height: 60px;
background: url(../images/title_column.gif) no-repeat #ffffff;
}
/* サブ・ナビゲーション */
#side li.story {
height: 26px;
background: url(../images/navi_side_column_off.gif) no-repeat 0px 0px;
}
#side li.process {
height: 27px;
background: url(../images/navi_side_column_off.gif) no-repeat 0px -26px;
}
#side li.story-on {
background: url(../images/navi_side_column_on.gif) no-repeat 0px 0px;
}
#side li.process-on {
height: 27px;
background: url(../images/navi_side_column_on.gif) no-repeat 0px -26px;
}
#side li.story a:hover {
background: url(../images/navi_side_column_on.gif) no-repeat 0px 0px;
}
#side li.process a:hover {
height: 27px;
background: url(../images/navi_side_column_on.gif) no-repeat 0px -26px;
}

/* コンテンツ
----------------------------------------------------------------- */
#content h4.story {
width:129px;
background:url(../images/title_column_story01.gif) no-repeat #ffffff;
}

#content p {
text-indent:1em;
line-height:140%;
font-size:small;
}
#content p.right {
text-align:right;
}
#content img.message {
float:right;
margin:0 0 7px 10px;
}

/* 小見出し　概要 */
#content h5 {
height:24px;
}
#content h5#story01 {
width:95px;
background:url(../images/title_column_story02.gif) no-repeat #ffffff;
}
#content h5#story02 {
width:95px;
background:url(../images/title_column_story03.gif) no-repeat #ffffff;
}
#content h5#story03 {
width:95x;
background:url(../images/title_column_story04.gif) no-repeat #ffffff;
}
#content h4#process01 {
width:185px;
background:url(../images/title_column_process01.gif) no-repeat #ffffff;
}
#content h5#process02 {

width:95px;
background:url(../images/title_column_process02.gif) no-repeat #ffffff;
}
#content h5#process03 {
width:368x;
background:url(../images/title_column_process03.gif) no-repeat #ffffff;
}
#content h5#process04 {
width:192px;
background:url(../images/title_column_process04.gif) no-repeat #ffffff;
}


#content table {
margin:10px 0 20px 0;
border:0;
}
#content th {
border:1px solid #666666;
padding:5px 0 5px 0;
background-color:#F0F0F0;
font-weight:400;
font-size:small;
}
#content td {
border:1px solid #666666;
padding:5px 0 5px 0;
background-color:#ffffff;
font-size:small;
}
#content ul {
font-size:small;
list-style:decimal;
line-height:140%;
}
#content ul ul {
list-style:lower-roman;
}
#content strong {
font-weight:400;
text-decoration:underline;
}

