/********************************************************************
 * home
 ********************************************************************/

#main .home {
}

/* News */

#main .home .news {
    float: left;
    width: 325px;
    margin: 0 10px 0 0;
}


#main .home .news li {
    display: block;
    width: 325px;
    height: 80px;
    padding: 10px 0 10px 0;
    background-image: url(../../img/common/line.png);
    background-repeat: repeat-x;
    background-position: bottom right;
    color: #ffffff;
}

#main .home .news li img {
    float: right;
    width: 100px;
    height: 75px;
    margin: 0 0 0 4px;
    border: 1px solid #333452;
}

#main .home .news li h1 {
    float: left;
    width: 219px;
}

#main .home .news li p {
    float: left;
    width: 219px;
}

#main .home .news li p a {
    color: #ffffff;
}

/* Shop */

#main .home .shop {
    float: left;
    width: 325px;
    padding: 0 0 0 0;
}

#main .home .shop li {
    display: block;
    width: 325px;
    height: 80px;
    padding: 10px 0 10px 0;
    background-image: url(../../img/common/line.png);
    background-repeat: repeat-x;
    background-position: bottom right;
    color: #ffffff;
}

#main .home .shop li img {
    float: right;
    width: 100px;
    height: 75px;
    margin: 0 0 0 4px;
    border: 1px solid #333452;
}

#main .home .shop li h1 {
    float: left;
    width: 219px;
}

#main .home .shop li p {
    float: left;
    width: 219px;
}

#main .home .shop li p a {
    color: #ffffff;
}

/* Blog */

#main .home .blog {
    width: 660px;
    margin: 0 0 4px 0;
}

#main .home .blog table {
    width: 714px;
    margin: -7px -27px -27px -27px;
    padding: 0 0 0 0;

}

#main .home .blog td {
    width: 202px;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    vertical-align: top;
    background-image: url(../../img/common/line.png);
    background-repeat: repeat-x;
    background-position: bottom right;
}

#main .home .blog td .icon img {
    width: 200px;
    height: 75px;
    margin: 0 0 4px 0;
    border: 1px solid #333452;
}

#main .home .blog td .created {
    font-size: 0.9em;
}

#main .home .blog td .created a {
    color: #C5C8CF;
}

#main .home .blog td h1 {
    font-weight: 600;
}

#main .home .blog td h1 a:link {
    color: #ffffff;
}

#main .home .blog td h1 a:hover {
    color: #2F9BFF;
}

#main .home .blog td p {
}

#main .home .blog td p a {
    color: #C5C8CF;
}

/* Event */

#main .home .event {
    width: 660px;
}

#main .home .event table {
    width: 680px;
    margin: 10px -10px -6px -10px;
    padding: 0 0 0 0;
}

#main .home .event td {
    width: 325px;
    padding: 0 0 12px 0;
    vertical-align: top;
    background-image: url(../../img/common/line.png);
    background-repeat: repeat-x;
    background-position: bottom right;
}

#main .home .event td .icon img {
    float: right;
    width: 80px;
    height: 60px;
    margin: 0 0 4px 0;
    border: 1px solid #333452;
}

#main .home .event td h1 {
    float: left;
    width: 243px;
}

#main .home .event td .shop_name {
    float: left;
    width: 243px;
    margin: 0 0 6px 0;
    font-size: 0.8em;
}

#main .home .event td .shop_name a {
    color: #C5C8CF;
}

#main .home .event td p {
    float: left;
    width: 243px;
}

#main .home .event td p a {
    color: #ffffff;
}

/* other */

#main .home .more {
    margin: 0 0 24px 0;
    text-align: right;
}
