@charset "UTF-8";

/*
@prefix : <http://purl.org/net/ns/doas#>
<> a :CSSstylesheet;
  :title "トップページ用スタイルシート";
  :description "トップページに関する内容を記述します。"
*/


#header {
    height: 608px;
    background-image: url(../img/home/bg_header_home.png);
}
ul.globalNavi {
    top: 371px;
}

/* 上部画像・Flash */
p.headImg {
    position: absolute;
    top: 101px;
    left: 10px;
}
object.headFlash {
    position: absolute;
    top: 101px;
    right: 10px;
}

/* 上部製品説明 */
ul.productNavi {
	position: absolute;
	top: 432px;
	left: 30px;
	font-size: 93%;
	line-height: 120%;
}
ul.productNavi li {
    margin-right: 10px;
    float: left;
    width: 135px;
}
ul.productNavi li img {
    margin-bottom: 8px;
}

#main {
    padding-top: 15px;
    float: left;
    width: 545px;
}
h2 {
    padding: 0;
    background-color: transparent;
    background-image: none;
}
div.section {
    margin: 0 0 15px;
}
#main div.section {
    margin-left: 25px;
}
div.section p.more {
    padding: 0 0 0 18px;
    float: right;
    background:
        url(../img/ico_arrow_square.png)
        no-repeat
        0 0.2em
    ;
    font-size: 85%;
}
div.whatsnew ul {
    margin-right: 1px;
    padding: 10px 0 5px;
    border: 1px solid #cccccc;
    border-top: none;
}
div.whatsnew li {
    margin: 0 15px 10px 10px;
    padding: 0 0 10px 15px;
    border-bottom: 1px solid #dddddd;
    line-height: 1.4;
    background:
        url(../img/ico_arrow_square.png)
        no-repeat
        0 0.3em
    ;
    font-weight: bold;
    text-indent: 10px;
}
div.whatsnew li a {
    font-weight: normal;
}
div.pickup dt {
    padding-top: 15px;
}
div.pickup dd {
    padding-bottom: 15px;
}

#navigation {
    padding-top: 15px;
    float: right;
    width: 340px;
}
#navigation div.section {
    margin-right: 25px;
}
div.channel p {
    font-size: 93%;
}
div.channel object {
    margin-bottom: 10px;
}
ul.navi {
    padding: 15px 0 10px;
}
ul.navi li {
    margin-bottom: 5px;
}
div.link li {
    margin-top: 5px;
}
