@charset "shift_jis";
/*===========================================================
TOPページ用スタイルシート:top.css
============================================================*/

/* ベーススタイルシート読み込み
--------------------------------------- */
@import url(/english/material/css/base.css);

body#top{
background:url(/english/material/images/common/body_back_top.gif) repeat-x left top;
}

#leftArea {
float:left;
width:354px;
padding:12px 15px;
color:#636363;
line-height:1.5;
}
#rightArea {
float:right;
width:181px;
height:288px;
padding:15px;
background-color:#E7EDF0;
text-align:center;
}
#rightArea div {
font-size:14px;
font-weight:bold;
}
.lead {
margin-bottom:10px;
font-weight:bold;
}
.linkList ul {
float:left;
width:158px;
}
.linkList ul li {
padding-left:10px;
background:url(/english/material/images/top/ico_arrow.gif) no-repeat left center;
}
.linkList ul li.child {
background:none;
}
.linkList ul li a {
font-weight:bold;
}
