/*
////////////////////////////////////////////////////////////////////////////////
-----------------------------
スタイルシート [トップページ]
-----------------------------
CSS File Name : index.css
Last Update : 2007/06/29
Copyright (C) QUARRO All Rights Reserved.
////////////////////////////////////////////////////////////////////////////////
*/
@import url("common.css");

.imgIndex
{
    height : 220px;
    width : 470px;
    margin-top : 20px;
    margin-bottom : 10px;
}

.h2Index
{
    height : 25px;
    width : 470px;
    margin-bottom : 10px;
}

.ulIndex
{
    width : 470px;
    margin-bottom : 10px;
    list-style-type : none;
}

.ulIndex li
{
    height : 18px;
    line-height : 18px;
    text-indent : 25px;
    text-align : left;
    background-image : url("../images/li_bg.gif");
    background-repeat : no-repeat;
    border-bottom : solid 1px #eeeeee;
}

.ulEnd
{
    height : 25px;
    width : 470px;
    text-align : right;
    line-height : 25px;
    background-image : url("../images/ulEnd_bg.gif");
    background-repeat : no-repeat;
}
