/***** import css *****/
@import url("class.css");
@import url("common.css");
@import url("main.css");
@import url("cate.css");
@import url("member.css");
@import url("login.css");
@import url("order.css");
@import url("mypage.css");
@import url("guide.css");
@import url("customer.css");
@import url("make.css");
@import url("contents.css");
@import url("mail_form.css");

body, table, td, div{
  margin:0px;
  padding:0px;
  font-size:12px;
	font-family:µ¸¿ò;
	color:#333333;
}

input, select, textarea{
	font-size:9pt;
}

img{
	border:none;
}

form, ul, li{
	margin:0px;
	padding:0px;
}

a:link,
a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover,
a:active{
	color:red;
	text-decoration:underline;
}

a.link_blue:link, a.link_blue:visited{
  color:blue;
  text-decoration:none;
}

a.link_blue:hover, a.link_blue:active{
  color:blue;
  text-decoration:underline;
}

a.link_blue1:link, a.link_blue:visited{
  color:#0033CC;
  text-decoration:none;
}

a.link_blue1:hover, a.link_blue:active{
  color:#0033CC;
  text-decoration:underline;
}

/***** area *****/
#bodyarea{
	text-align:-moz-center; /* Firefox - should be on top of IE */
	#text-align:center; /* IE */
}

#middlearea{
	width:940px;
	margin:0 auto;
}

#leftarea{
	float:left;
	width:200px;
	text-align:-moz-center; /* Firefox - should be on top of IE */
	#text-align:center; /* IE */
}

#mainarea{
	float:right;
	width:735px;
	padding-left:5px;
	text-align:-moz-left; /* Firefox - should be on top of IE */
	#text-align:left; /* IE */
}

#mainarea_500{
	width:500px;
	margin:0 auto;
	text-align:-moz-center; /* Firefox - should be on top of IE */
	#text-align:center; /* IE */
}

#mainarea_500 #bg_gray_468 {
	margin:0 auto;
}
#submenuarea{
	width:200px;
	height:304px;
}

#cate_listarea{
	width:714px;
	margin-left:10px;
}

/***** padding *****/
#padding_left_4{
	padding-left:4px;
}

#padding_left_5{
	padding-left:5px;
}

#padding_left_10{
	padding-left:10px;
}

#padding_left_15{
	padding-left:15px;
}

#padding_left_30{
	padding-left:30px;
}

#padding_right_30{
	padding-right:30px;
}

#padding_top_7{
	padding-top:7px;
}

#padding_top_8{
	padding-top:8px;
}

#padding_top_9{
	padding-top:9px;
}

#padding_btm_5{
	padding-bottom:5px;
}

#padding_5{
	padding:5px 0 5px 0;
}

#padding_10{
	padding:10px 0 10px 0;
}

#padding_20{
	padding:20px 0 20px 0;
}

#padding12{
	padding:12px;
}

/*****  border *****/
#border_de{
  border:1px solid #dedede;
}

#border_gray{
	border-bottom:1px solid #efefef;
}

#border_dashed{
	border:1px dashed #cdcdcb;
}

#border_green2{
	border-top:2px solid #92C202;
}

#border_green1{
	margin:0 auto;
	border-top:1px solid #92C202;
}

.tb_explan {
	margin:0 auto;
}

#border_dotted_right{
	border-right:1px dotted #afaeae;
}

/***** font *****/
#font_11{
	font-size:11px;
}

#font_strong{
	font-weight:bold;
}

#font_color87{
	color:#878787;
}

#font_color_orange{
	color:#ff6600;
}

.font_important{
	color:#ff6600;
  font-size:1.2em;
  font-weight:bold;
}

#font_orange_bold{
	color:#ff6600;
  font-weight:bold;
}

/***** bg *****/
#bg_gray_940{
	width:918px;
	padding:10px;
	border:1px solid #dedede;
	background:#f3f3f3;
}

#bg_gray_940 .tb_inner {
	margin:0 auto;
}

#bg_gray{
	width:920px;
	padding:10px;
	background:#f3f3f3;
}

#bg_gray_468{
	width:464px;
	padding:6px;
	background:#f3f3f3;
}

#whitebg_top{
	padding-top:5px;
	background:url(../images/order/infobg_top.gif) no-repeat left top;
}

#whitebg_bg{
	padding-top:1px;
	background:url(../images/order/infobg_bg.gif) repeat-y left top;
}

#whitebg_bottom{
	padding-top:5px;
	background:url(../images/order/infobg_bottom.gif) no-repeat left top;
}

#whitebg_top_s{
	padding-top:5px;
	background:url(../images/order/pop_bg_top.gif) no-repeat left top;
}

#whitebg_bg_s{
	padding-top:1px;
	background:url(../images/order/pop_bg_bg.gif) repeat-y left top;
}

#whitebg_bottom_s{
	padding-top:5px;
	background:url(../images/order/pop_bg_bottom.gif) no-repeat left top;
}
