@charset "Shift_JIS";

/* ページ・バー
----------------------------------------------------------------- */
#bar {
background: url(../images/bar_topics.gif) no-repeat #ffffff;
}

/* サイド・メニュー
----------------------------------------------------------------- */
#side {
float:right;
padding:10px 0 10px 0;
}
/* バナー */
#side p {
font-size:1px;
text-indent:-9999px;
width:130px;
margin:5px;
}
#side p a {
display:block;
text-decoration: none;
height:20px;
}
#side p.dl {
font-size:x-small;
margin:10px;
text-indent:0;
width:130px;
margin:5px;
}
/* TOPICS一覧ページへのバナー */
#side p#topics-list a {
background:url(../images/bnr_topics_off.gif) no-repeat #ffffff;
}
#side p#topics-list a:hover {
background:url(../images/bnr_topics_on.gif) no-repeat #ffffff;
}
/* 海外拠点へのバナー */
#side p#branch a {
background:url(../images/bnr_branch_off.gif) no-repeat #ffffff;
}
#side p#branch a:hover {
background:url(../images/bnr_branch_on.gif) no-repeat #ffffff;
}
/* 技術者ページへのバナー */
#side p#tech a {
background:url(../images/bnr_tech_off.gif) no-repeat #ffffff;
}
#side p#tech a:hover {
background:url(../images/bnr_tech_on.gif) no-repeat #ffffff;
}
/* 紹介ムービーダウンロードページへのバナー */
#side p#movie a {
background:url(../images/bnr_movie_off.gif) no-repeat #ffffff;
}
#side p#movie a:hover {
background:url(../images/bnr_movie_on.gif) no-repeat #ffffff;
}
/* 印刷の背景画像についてのバナー */
#side p#print a {
background:url(../images/bnr_print_off.gif) no-repeat #ffffff;
}
#side p#print a:hover {
background:url(../images/bnr_print_on.gif) no-repeat #ffffff;
}

/* コンテンツ
----------------------------------------------------------------- */
#center {
float: left;
width: 550px;
border: 0;
}
#content dl {
margin:20px 0 20px 0;
padding:0;
border:0;
}
#content dt {
font-size:small;
width:100px;
margin:5px 0 0 0;
padding:0;
border:0;
border-bottom:1px solid #999;
}
#content dd {
width:390px;
font-size:small;
line-height:20px;
margin:-21px 0 21px 100px;
padding:0;
border:0;
border-bottom:1px solid #999;
}
 







