@charset "UTF-8";

/***********************************************/
/* CSS file For Hunglead, Inc.                 */
/* FileName: hunglead_006_red.css              */
/* data: 2008/06/16                            */
/* index:                                      */
/*   1 Universal Reset                         */
/*   2 Basic Style                             */
/*   3 fram Style                              */
/*   4 header                                  */
/*   5 sidemenu                                */
/*   6 footer                                  */
/***********************************************/



/* ------------------------------------------------------- */
/* ===== Universal Reset ===== */
/* ------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	}



/* ------------------------------------------------------- */
/* ===== Basic Style ===== */
/* ------------------------------------------------------- */
body{
	background: #FFFFFF;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", Meiryo, sans-serif;
	}

#wrapper{
	font-size: 75%;
	line-height: 140%;
	}

#wrapper/**/{
	font-size: 80%;
	}

div, ul{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	}

ul, dl, ol {
	list-style-position:outside;
	}

ul.none{
	list-style-type: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

h1{ 
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
	}

h2{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
	}

h3{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
	}

b{
	font-weight: bold;
	}

p{
	font-size: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	}

table, li{
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 140%;
	}

table{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	}

th{
	font-weight: normal;
	text-align: center;
	}

a, a:link, a:visited{
	text-decoration: underline;
	color: #e50000;
	background-color: inherit
	}

a:hover{
	text-decoration: none;
	color: #000000;
	background-color: inherit
	}

img{
	display: block;
	border: 0;
	position: relative;
	padding: 0px;
	margin: 0px;
	}

.hide, .alt{
	display: none;
	}

.clear{
	clear: both;
	}

.left{
	float: left;
	}

.left10{
	float: left;
	margin-right: 10px;
	}

.right{
	float: right;
	}

.taCenter{
	text-align: center;
	}

.taRight{
	text-align: right;
	}

.taRight10{
	text-align: right;
	margin-top: 10px;
	}

.zero{
	margin: 0;
	}

.red, .error_message{
	color: #cc0000;
	background-color: inherit;
	}

form{
	margin: 0;
	padding: 0;
	}

input, textarea{
	font-size: x-small;
	}

html>body input , html>body textarea{
	font-size: small;
	}
	
input.iText, textarea{
	border: 1px solid #CCCCCC;
	padding: 1px;
	}

select{
	border: 1px solid #CCCCCC;
	padding: 1px;
	}

.inputBox14{
	width: 140px;
	}

.inputBox5{
	width: 50px;
	}

.mb0{
	margin-bottom: 0;
	}
	
.mb5{
	margin-bottom: 5px;
	}
	
.mb10{
	margin-bottom: 10px;
	}

.mb15{
	margin-bottom: 15px;
	}

.mb20{
	margin-bottom: 20px;
	}
	
.mt15{
	margin-top: 15px;
	}

.pt10{
	padding-top: 10px;
	}

.pad10{
	padding: 10px;
	}

.pad5{
	padding: 5px;
	}

.imgCenter img{
	margin: 0 auto;
	text-align: center;
	}

.fontSize12{
	font-size: 1.2em;
	}

.fontSize8{
	font-size: 0.875em;
	}

STRONG{
  font-weight : normal;
  text-decoration : none;
}

.itemMainData{
	border-top: 1px solid #cccccc;
}
.itemMainData table{
	border-left: 1px solid #cccccc;
}
.itemMainData td{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 4px;
}
/* ------------------------------------------------------- */
/* ===== fram Style ===== */
/* ------------------------------------------------------- */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/hl/*****.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}

#wrapper{
	margin: 0 auto;
	width: 980px;
	text-align: left;
	}


/* Header
----------------------------------------------- */
#header{
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 0;
	width: 980px;
	height: 140px;
	position: relative;
	}

/* contentsArea 
----------------------------------------------- */
#contentsArea{
	clear: both;
	width: 980px;
	}

.sidemenu{
	width: 180px;
	float: left;
	position:relative;
	}

#right{
	margin-left: 19px;
	}

#left{
	margin-right: 19px;
	}
	
#three_maincolumn{
	width: 580px;
	float: left;
	margin: 0;
	padding-bottom: 10px;
	position:relative;
	}

#two_maincolumn{
	width: 780px;
	float: left;
	padding-bottom: 10px;
	position:relative;
	}
	
	
/* Footer
----------------------------------------------- */
#footer{
	color: #666666;
	clear: both;
	width: 980px;
	height: 60px;
	margin-top: 20px;
	background-color: #E3E3E3;
	}



/* ------------------------------------------------------- */
/* ===== header ===== */
/* ------------------------------------------------------- */
#shopExp{
	font-size: 0.875em;
	position: absolute;
	top: 8px;
	left: 15px;
	}

#logo{
	position: absolute;
	top: 25px;
	left: 10px;
	}


/* sub Navigation 
----------------------------------------------- */
ul#subNav{
	list-style-type: none;
	width: 240px;
	height: 20px;
	position: absolute;
	top: 32px;
	right: 11px;
	}

ul#subNav li{
	float: left;
	padding-left: 2px;
	}


/* Global Navigation 
----------------------------------------------- */
ul#globalNav{
	list-style-type: none;
	width: 980px;
	height: 30px;
	position: relative;
	top: 100px;
	}

ul#globalNav li{
	float: left;
	}



/* ------------------------------------------------------- */
/* ===== center ===== */
/* ------------------------------------------------------- */
.mBox{
	width: 580px;
	margin-bottom: 10px;
	}

/* top news
----------------------------------------------- */
#newsBox{
	padding: 10px 0 20px;
	}

#newsTitle{
	width: 580px;
	height: 35px;
	position: relative;
	}

#icoRss{
	position: absolute;
	top: 5px;
	left: 65px;
	}

.news{
	margin-bottom: 20px;
	color: #444444;
	background-color: inherit;
	}

.news dt{
	font-weight: bold;
	color: #333333;
	background-color: inherit;
	}

.newsDate{
	padding-left: 8px;
	font-size: 0.875em;
	font-weight: normal;
	color: #666666;
	background-color: inherit;
	}

.news a, .news a:link,
.news a:visited{
	color: #e50000;
	background-color: inherit;
	text-decoration: underline;
	}

.news a:hover{
	text-decoration: none;
	}



/* top recommend item 
----------------------------------------------- */
.recoBox{
	border: 1px solid #D9D9D9;
	/*width: 163px;*/
	width: 168px;
	_width: 190px;
	padding: 10px 10px 10px 10px;
	margin: 0px 5px 5px 0px;
	}
/*
.recoBox1{
	border: 1px solid #D9D9D9;
	width: 163px;
	padding: 10px 10px 10px 10px;
	margin: 0px 5px 5px 0px;
	margin-right: 0 !important;
	}
*/
.mgn-rgt-0px {
	margin-right: 0 !important;
}

.recoImg img{
	margin: 0 auto;
	text-align: center;
	}	

.recoName{
	font-weight: bold;
	margin-bottom: 5px;
	}

.recoName a, .recoName a:link,
.recoName a:visited{
	color: #666666;
	background-color: inherit;
	text-decoration: none;
	}

.recoName a:hover{
	color: #e50000;
	background-color: inherit;
	text-decoration: none;
	}

.recoPrice{
	font-weight: bold;
	margin-bottom: 2px;
	color: #cc0000;
	background-color: inherit;
	}

.recoExp{
	margin-bottom: 0;
	line-height: 125%;
	}



/* ------------------------------------------------------- */
/* ===== sidemenu ===== */
/* ------------------------------------------------------- */
.sBox{
	width: 180px;
	border: 1px solid #D9D9D9;
	margin-bottom: 10px;
	}

html>body .sBox{
	width: 180px;
	}

.sCont{
	padding: 5px 5px 10px;
	}

.sBox dl{
	margin: 0 5px 10px;
	}

.sBox dd{
	margin-bottom: 5px;
	}

.sBox a, .sBox a:link, .sBox a:visited{
	color: #e50000;
	background-color: inherit;
	text-decoration: underline;
	}

.sBox a:hover{
	text-decoration: none;
	}
	
.btn_sideLeft{
	clear: both;
	margin-left: 5px;
	margin-bottom: 0;
	}

.btn_login{
	text-align: right;
	margin-right: 5px;
	}


/* shopping cart 
----------------------------------------------- */
#sCartBox{
	font-weight: bold;
	width: 145px;
	}

#sCartBox dt{
	float: left;
	color: #808080;
	background-color: inherit;
	}

#sCartBox dd{
	text-align: right;
	padding: 1px 0 1px 5px;
	}


/* category 
----------------------------------------------- */
#categoryarea{
	margin-bottom: 10px;
	}

#categoryarea ul{
	list-style-type: none;
	}

.level1 a{
	display: block;
	border: 1px solid #D9D9D9;
	width: 180px;
	padding: 5px 9px;
  	vertical-align: top;   /* IE6 + 5.x 対策 */
	}

html>body .level1 a{
	width: 145px;
	}

.level1 a:hover, .level1 a.onlink{
	border: 1px solid #FF9999;
	}

.level1 a, .level1 a:link,
.level1 a:visited, .level1 a:hover{
	text-decoration: none;
	color: #000000;
	background-color: inherit;
	}

.level1 li a, .level1 li a:link,
.level1 li a:visited, .level1 li a:hover{
	text-decoration: none;
	color: #000000;
	background-color: inherit;
	}

.level1 li a{
	display: block;
	background: url(/user_data/packages/default/img/hl/wp_23.gif) top left no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	}

.level1 li.level3 a{
	padding-left: 18px;
	width: 180px;
	}

html>body .level1 li.level3 a{
	width: 136px;
	}

.level1 li.level4 a{
	padding-left: 26px;
	width: 180px;
	}

html>body .level1 li.level4 a{
	width: 128px;
	}

.level1 li.level5 a{
	padding-left: 34px;
	width: 180px;
	}

html>body .level1 li.level5 a{
	width: 120px;
	}

/* shop info 
----------------------------------------------- */
#shopInfoBox h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	}

#shopInfo{
	margin: 5px;
	text-align: center;
	width: 160px;
	}


/* calendar 
----------------------------------------------- */
#sCalendar table{
	width: 168px;
	margin-bottom: 10px;
	}

#sCalendar table th{
	padding: 1px 0;
	background-color: #eeeeee;
	color: #333333;
	border: 1px solid #D9D9D9;
	}

#sCalendar table td{
	padding: 1px 0;
	text-align: center;
	border: 1px solid #D9D9D9;
	color: #333333;
	}

#sCalendar td.off{
	color: #cc0000;
	}

#sCalendar table caption{
	padding-top: 3px;
	padding-bottom: 3px;
	}

#calendarNote{
	padding: 5px;
	background-color: #FFFFFF;
	color: #333333;
	}



/* --------------------------------------------------------------------------- */
/* ===== footer ===== */
/* --------------------------------------------------------------------------- */
ul#footerNav{
	padding-top: 7px;
	padding-left: 10px;
	color: #666666;
	}

ul#footerNav li{
	display: inline;
	margin-right: 8px;
	}

#footerNav a, #footerNav a:link,
#footerNav a:visited{
	text-decoration: none;
	color: #666666;
	background-color: inherit;
	}

#footerNav a:hover{
	text-decoration: underline;
	color: #cccccc;
	background-color: inherit;
	}

#copyright{
	font-size: 0.875em;
	padding-left: 10px;
	padding-top: 4px;
	}
