@charset "utf-8";

/*------------------------------
	Font Setting
------------------------------*/
.red {
	color:#ce0a15;
}
.damy {
	color:#F60;
}
img.right{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}


/* Layout Setting */
.cl{
	clear:both;
	height: 1px;
	font-size: 0px;
}
.right{
	float:right;
}
.left{
	float:left;
}

#pagetop{
	background:url(../lib_img/bg_header.gif) repeat-x top;
}

#set_body{}

#set_cont{
	width:980px;
	margin:0 auto;
	padding-bottom:80px;
	overflow:hidden;
}
@media screen and (max-width: 980px) {
#set_cont{
	width: 940px;
	margin:0 20px;
}
}

#left_cont{
	float:left;
	width:710px;
	overflow:hidden;
}
@media screen and (max-width: 980px) {
#left_cont{
	width:670px;
}
}

p.smoletxt {
  font-size: 12px;
}


/*********************************
               header
*********************************/

#set_head {
	overflow:hidden;
	width:1070px;
	margin:0 auto;
}
@media screen and (max-width:980px) {
#set_head {
	width:100%;
}
}

#set_head .gnavi{
	float:right;
	overflow:hidden;
	width:700px;
	padding:17px 0;
	margin-right:45px;
}

#set_head .gnavi a{
	padding:8px 15px;
	display:block;
	float:right;
	background:url(../lib_img/gnavi_bg.jpg) repeat-x;
	border:#ad0108 1px solid;
	color:#FFF;
	margin-left:13px;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}
#set_head .gnavi a:hover,
#set_head .gnavi a.visit{
	background:#FFF;
	border:#ad0108 1px solid;
	color:#ae0912;
	margin-left:13px;
	text-decoration:none;
}


/*********************************
           right area
*********************************/

#bana_area{
	float:right;
	width:240px;
}
	
#bana_area .brand_list{
	border-bottom: 3px solid #b09252;
	border-right: 3px solid #b09252;
	border-left: 3px solid #b09252;
	margin-bottom: 20px;
}
#bana_area .brand_list li{
	margin:0 18px 15px 18px;
}

#bana_area .face_book{
	margin-bottom: 20px;
}

#bana_area .bana{
	margin-bottom: 20px;
}
	





/*********************************
            contents
*********************************/

#main_cont{
	width:725px;
	float:right;
}


	
	
/*********************************
              foot
*********************************/

#set_foot{
	background-color:#ae0912;
}
#set_foot dl{
	padding:20px 0;
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
#set_foot dt,
#set_foot dd{
	color: #fff;
	float: left;
	padding-right: 30px;
	font-size: 13px;
}	

#set_foot .copyright{
	background-color:#c6000b;
	text-align:center;
	padding:15px;
	color:#fff;
	font-size:80%;
}
	

	
	
/*********************************
            page-top
*********************************/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	background:url(../lib_img/page_top.gif) no-repeat;
	width:78px;
	height:61px;
	display:block;
	text-indent:-9999px;
}
#page-top a:hover {
	background:url(../lib_img/page_top_over.gif) no-repeat;
}


/*********************************
            pankuzu
*********************************/
#pankuzu {
	padding:0 0 18px 18px;
	font:90%;
}
