/* ************************************************ 
 *	HOME用設定
 * ************************************************ */

/* 見出し */
#home h1 {
display:none;
}



/* ************************************************ */
/**** 大枠ID ****/
/* ************************************************ */

/* content */
#home #content {
clear:both;
width:780px;
margin:0px;
padding:0px 20px;
text-align:left;
background:url(/image/custom/home/content_home_bg.gif) repeat-y top center;
}


/* main */
#home #main {
float:left;
width:600px;
margin:0px 0px 0px 0px;
padding:0px 0px;
text-align:left;
}

/* right */
#right {
float:left;
width:180px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}


/* ************************************************ */
/**** ヘッダ関係 ****/
/* ************************************************ */
/* flashエリア */
.flasharea {
clear:both;
margin:0px;
padding:0px 3px 3px 3px;
background:#E0E0E0;
width:774px;
z-index:1;
}


/* ************************************************ */
/**** メイン関係 ****/
/* ************************************************ */

/**** メインカラム ****/
/** タイトル関係 **/
/* 一覧へボタン */
#home a.tolist {
float:right;
margin:8px 8px 0px 0px;
padding:0px 0px 0px 0px;
width:53px;
height:19px;
display:inline;
background:url(/image/custom/common/btn_tolist.gif) no-repeat top left;
}
#home a.tolist:hover {
background:url(/image/custom/common/btn_tolist.gif) no-repeat bottom left;
}

/* タイトル */
#home .tit_h2_topics {
clear:both;
font-size: 0px;
line-height:0px;
margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
width:585px;
height:39px;
display:block;
background:url(/image/custom/home/h2_topics.gif) no-repeat top left;
}
#home .tit_h2_topics p {
display:none;
}

#home .tit_h2_brand {
clear:both;
font-size: 0px;
line-height:0px;
margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
width:585px;
height:39px;
display:block;
background:url(/image/custom/home/h2_brand.gif) no-repeat top left;
}
#home .tit_h2_brand p {
display:none;
}


/** コンテンツ **/
#home .home_topics {
clear:both;
width:585px;
height:79px;
overflow:auto;
padding:1px 0px 0px 0px;
margin:0px 0px 20px 0px;
}

#home .home_brand {
clear:both;
width:585px;
padding:0px;
margin:0px;
}

#home .home_brand ul {
padding:0px;
margin:0px 0px 20px 0px;
list-style: none;
}

#home .home_brand ul li {
float:left;
width:287px;
margin:0px 11px 0px 0px;
padding: 0px;
background:url(none);
color:#333;
}

#home .home_brand p.h3 {
float:left;
width:217px;
height:16px;
margin:0px 0px 2px 0px;
padding: 0px 0px 2px 0px;
font-size:10px;
line-height:15px;
color:#333;
font-weight:bold;
background:url(/image/custom/common/dotline.gif) repeat-x bottom left;
}

#home .home_brand p {
float:left;
width:217px;
margin:0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
font-size:10px;
line-height:14px;
color:#666;
}

#home .home_brand p.home_brand_img {
float:left;
width:65px;
margin:0px;
padding: 0px 5px 5px 0px;
}
















