@charset "utf-8";
/* CSS Document */

/*================================================
 Home
================================================*/

body#home div#main{
	background:none;
	}

body#home div#sidemenu{
	padding:1px;
	border:1px #bbb solid;
	text-align:center;
	width:270px;
	}
	
body#home div#sidemenu div#product_list{
	padding-bottom:10px;
	border-top:1px #ccc solid;
	border-right:1px #ddd solid;
	border-bottom:1px #ddd solid;
	border-left:1px #ddd solid;
	background-color:#f0f0f0;
	width:268px;
	}	

body#home div#sidemenu div#product_list div.product{
	position:relative;
	margin-top:10px;
	padding:1px;
	border:1px #bbb solid;
	background-color:#fff;
	text-align:left;
	width:256px;
	height:130px;
	}
	
body#home div#sidemenu div#product_list div.product div.product_contents{
	border:1px #ebebeb solid;
	width:254px;
	height:98px;
	}
	
body#home div#sidemenu div#product_list div.product div.product_contents img.product_icon{
	margin:8px 5px 0 2px;
	float:left;
	}
	
body#home div#sidemenu div#product_list div.product div.product_contents ul.product_features{
	margin-left:87px;
	padding:5px 0 0;
	border:none;
	background-color:transparent;
	width:160px;
	}
	
body#home div#sidemenu div#product_list div.product div.product_contents ul.product_features li{
	background:
		url(../../images/global/sign_arrow.gif)
		no-repeat center left;
	text-indent:10px;
	width:160px;
	height:auto;
	}
	
body#home div#sidemenu div#product_list div.product div.product_contents a.detail{
	position:absolute;
	left:100px;
	top:103px;
	}
	
body#home div#sidemenu div#product_list div.product div.product_contents a.register{
	position:absolute;
	left:180px;
	top:103px;
	}
	
body#home div#contents{
	width:480px;
	}

body#home div#contents object#flash{
	margin-bottom:10px;
	z-index:0;
	}
	
body#home div#contents div#information{
	float:left;
	}
	
body#home div#contents div#information div#commerce{
	margin-bottom:10px;
	padding:1px;
	border:1px solid #bbb;
	width:287px;
	height:112px;
	}
	
body#home div#contents div#information div#commerce img{
	border:1px solid #ccc;
	}

body#home div#contents div#information div#news{
	padding:1px;
	border:1px solid #bbb;
	width:285px;
	float:left;
	}
	
body#home div#contents div#information div#news ul{
	padding-bottom:3px;
	border-top:1px #ccc solid;
	border-right:1px #ddd solid;
	border-bottom:1px #ddd solid;
	border-left:1px #ddd solid;
	width:283px;
	}

body#home div#contents div#information div#news ul li{
	padding:3px 0;
	text-indent:5px;
	border-bottom:1px dotted #ddd;
	}

body#home div#contents div#information div#news span{
	padding-right:5px;
	}

body#home div#contents div#contact{
	width:170px;
	float:right;
	}
	
body#home div#contents div#contact li{
	margin-bottom:5px;
	}

/*================================================
 END
================================================*/