/* CSS Document */

/* 初期設定 */
h1,h2,dl,dt,dd,ol,ul,li,a,img {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style-type:none;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-repeat: repeat-x;
    text-align: center;
    position: relative;
}

#container {
    width: 960px;
    margin: 0 auto;
    clear: both;
}

/* 上段設定 */
#top {
    margin: 0 auto;
    clear: both;
}

#main {
    width: 960px;
    height: 625px;
    overflow: hidden;
    background-image:url(../img/back_02.jpg);
    background-repeat:no-repeat;
    margin: 0 0 30px 0;
    padding: 0;
    left: auto;
    top: auto;
    position:relative;
}

span.btn_01 {
    height: 29px;
    width: 86px;
    top: 454px;
    left: 650px;
    position: absolute;
    z-index: 1;
}

span.btn_02 {
    height: 29px;
    width: 176px;
    top: 485px;
    left: 650px;
    position: absolute;
    z-index: 1;
}

span.btn_03 {
    height: 80px;
    width: 412px;
    top: 250px;
    left: 130px;
    position: absolute;
    z-index: 1;
}

span.btn_04 {
    height: 80px;
    width: 412px;
    top: 250px;
    left: 450px;
    position: absolute;
    z-index: 1;
}

span.btn_05 {
    height: 30px;
    width: 187px;
    top: 491px;
    left: 459px;
    position: absolute;
    z-index: 1;
}

/* 中段設定 */
#add_info {
	width: 500px;
	margin: 30px 0 50px 140px;
	*margin: 30px 0 50px 70px;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
}

#add_info p {
	margin: 0 0 20px 0;
	padding: 0;
}

#add_info p.caption {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0 0 5px 0;
}

span.red {
	color: #ff0000;
}

/* 下段設定 */
.title_list {
    background-image: url(../img/title_brand.gif);
    background-repeat: no-repeat;
    height: 86px;
    clear: both;
    text-indent: -9999px;
    margin: 0 0 15px 0;
}

#bottom {
    width: 880px;
    clear: both;
    margin: 0 auto;
}

#brand_list {
    width: 880px;
}

#brand_list ul {
    clear: both;
    overflow: hidden;
    *height: 100%;
    margin: 0;
    padding: 0 0 15px 0;
}

#brand_list li {
    border-right: 1px solid #C2C2C2;
    width: 146px;
    display: block;
    float: left;
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 10px;
    color: #ED3655;
}

#brand_list li.list_right {
    padding: 10px 0 0 0;
    width: 145px;
    display: block;
    float: right;
    text-align: center;
    border: none;
}

#brand_list a:hover img {
    border-bottom: 5px solid #000000;
}

#brand_list a:hover li { /*FF用設定*/
    height: 35px;
    display: block;
}

#brand_list li a{ /*IE用設定*/
    height: 40px;
    display: block;
}

#brand_list li a:hover{ /*IE用設定*/
    *height: 35px;
    display: block;
}

.bland img,
.bland_right img {
    margin: 20px 0 0 0;
}

#list_bottom {
    margin: 35px 0 0 0;
}

#fs_area {
    margin: 40px 0 0 0;
}

#footer {
    padding: 50px 0 ;
    clear: both;
}

.clear {
    clear: both;
}

/* 画像透過 */
a img.css-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

a:hover img.css-hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
