?@charset "utf-8";


/* FLASH
----------------------------------------------- */
div#flasharea {
    width: 545px;
    margin: 0 auto;
}


/* ニュース
----------------------------------------------- */
div.bloc_news_title {
	clear : both;
	background : #e2e2e2 url(../img/side/news.jpg) no-repeat;
	border-top : 1px solid #cdcdcd;
	border-left : 1px solid #cdcdcd;
	border-right : 1px solid #cdcdcd;
}
div.bloc_news_title h2 {
	margin : 0;
	padding : 0 0 10px 15px;
	font-size : 105%;
}
div#newsarea {
	clear : both;
	margin : 0 0 10px;
	padding : 2px 10px 8px;
	border-right : 1px solid #cdcdcd;
	border-bottom : 1px solid #cdcdcd;
	border-left : 1px solid #cdcdcd;
	font-size: 95%;
}

div#newsarea dl {
    padding: 10px 0;
    background: url("../img/common/line_400.gif") no-repeat bottom;
}

div#newsarea dl.end {
    padding: 10px 0;
    background: url("") no-repeat bottom;
}

div#newsarea dl dt {
    padding: 0 0 0 20px;
    background: url("../img/top/news_icon.gif") no-repeat;
	font-size: 90%;
}


/* おすすめ
----------------------------------------------- */
div#recomendarea {
    width: 400px;
    margin: 0 auto;
}

div.recomendblock {
    clear: both;
    width: 400px;
    padding: 10px 0;
    overflow: auto;
    background: url("../img/common/line_402.gif") no-repeat bottom;
}

div.recomendleft {
    float: left;
    margin: 0 5px 0 0;
}

div.recomendleft p {
    margin: 0 0 5px 0;
}

div.recomendright {
    float: right;
    width: 190px;
    position: relative;
}

div.recomendleft img, div.recomendright img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.recomendright p {
    margin: 0 0 5px 0;
}

div.recomendleft h3 {
    font-size: 100%;
}

div.recomendright h3 {
    font-size: 100%;
}


/* バナー設置2011,02
----------------------------------------------- */
ul.banner-box {
	margin-top :  4px;
}
ul.banner-box li {
    margin-bottom :  3px;
	list-style: none;
}





