@charset "utf-8";

/* **************************************************************************
 *
 *
 *   Indexページ
 *
 *
 * **************************************************************************/
#MainContents h2#IndexTitle {
    text-indent: -9999em;
    background: url(/img/hl_h2.gif) no-repeat 0px -35px;
    height: 35px;
}

.sitesPics ul li {
    float: left;
    margin: 3px 3px;
}
.sitesPics ul li a img {
    padding: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #D8D8D8 #CCCCCC #CCCCCC #D8D8D8;
}

.sitesPics ul li a:hover img {
    border-color: #00B7FF;
}

/* **************************************************************************
 *
 *
 *   詳細ページ
 *
 *
 * **************************************************************************/
#SiteDesc .textAds {
    float: right;
}

#SiteDesc {
    padding: 1em;
}

h3.hl3Production {
    text-indent: -9999em;
    background: url(/img/hl_main_h3.gif) no-repeat 0px 0px;
    height: 24px;
}

table.standard {
    width: 510px;
}

table.standard h4 {
    font-size: 116%;
}



/* **************************************************************************
 *
 *
 *   タグページ
 *
 *
 * **************************************************************************/
.siteList {
    padding: 2em 10px;
    margin: 0 0;
    /*border-top: 1px solid #333333;*/
    border-bottom: 1px dotted #CCCCCC;
    _zoom: 1;
    overflow: hidden;
}

.siteListLeft {
    float: left;
    margin: 0 10px 0 0;
}

.siteListRight {
    overflow: hidden;
    _zoom: 1;
}

#MainContents .siteListRight h3 {
    font-size: 100%;
    margin: 0px;
}

.siteListRight h4 {
    color: #008000;
    margin: 0px;
}

.siteListRight p {
    color: #333333;
    margin: 1em 0px;
}

.siteListRight dl {
    border-left: 5px solid #CCCCCC;
    padding: 2px 0px 2px 5px;
}

.siteListRight dt,
.siteListRight dd
{
    margin: 0px;
}

.siteListLeft a img {
    padding: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #D8D8D8 #CCCCCC #CCCCCC #D8D8D8;
}

.siteListLeft a:hover img {
    border-color: #00B7FF;
}
/* **************************************************************************
 *
 *
 *   タグクラウド
 *
 *
 * **************************************************************************/
.siteTagCloud h3 {
    height: 20px;
    text-indent: -9999em;
    background: url(/img/hl_h3.gif) no-repeat 0px -20px;
}

.siteTagCloud li {

    margin: 0px 5px;
    display: inline-block;
}
.siteTagCloud li a {
    color: #333333;
}

.siteTagCloud li a:hover {
    color: #0000FF;
}


/* **************************************************************************
 *
 *
 *   Hack
 *
 *
 * **************************************************************************/
/* +++++++++++++++++++++++++++++++++++++++++++++++
 *
 *   ClearFix
 *
 * +++++++++++++++++++++++++++++++++++++++++++++++*/
#SiteDesc
{
    zoom:1;/*for IE 5.5-7*/
}


#SiteDesc:after
{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

