@charset "iso-8859-2";

@import "layout.css";

div#header{
height:200px;
}
div#body{
padding:0 0 10px 0;
}
div#contents{
width:560px;
float:left;
}
div#contents_extra{
width:230px;
float:left;
}

p.skip{
display:none;
}



/*
--------------------------------------------------------
contents
--------------------------------------------------------
*/
/* sub navigation */
div#contents div.subnavigation{
width:260px;
float:left;
margin:0 0 0 10px;
}
div#contents div.subnavigation div.section{
margin:10px 0 20px 0;
padding:0;
background:url(../img/index_navi_background.gif) repeat 0 0;
}
div#contents div.subnavigation div.section h2{
margin:0;
padding:0 10px;
background:url(../img/index_navi_title.gif) no-repeat 0 0;
color:#fff;
font-weight:normal;
font-size:100%;
line-height:30px;
}
div#contents div.subnavigation div.section ul{
list-style:none;
margin:0;
padding:0 0 5px 0;
background:url(../img/index_navi_footer.gif) repeat-x 0 100%;
}
div#contents div.subnavigation div.section ul li ul{
background:none;
}
div#contents div.subnavigation div.section ul li{
padding:0 10px 0 30px;
background:url(../img/index_navi_list.gif) no-repeat 15px 0.45em;
}
div#contents div.subnavigation div.section ul li ul li{
margin:0 0 0 -10px;
padding:0 10px;
background:none;
}


/* contents extra */
div.news{
padding:5px;
border:1px solid #999;
}
div.news h2{
margin:0 0 5px 0;
padding:0 5px;
background:url(../img/index_news_title.gif) repeat 0 0;
color:#fff;
font-weight:normal;
font-size:100%;
line-height:1.4;
}
div.news dl{
margin:0;
padding:0 5px;
background:url(../img/index_news_background.gif) repeat-x 0 0;
}
div.news dl dt{
margin:0;
padding:5px 0 0 0;
font-weight:normal;
}
div.news dl dd{
margin:0 0 1em 0;
}


/*
--------------------------------------------------------
clearfix
--------------------------------------------------------
*/
div#contents:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
div#contents{
min-height:1px;
display:inline-table;
}
/* Mac IE \*/
* html div#contents{
height:1px;
}
div#contents{
display:block;
}
/* Mac IE */