@charset "utf-8";

/* ----------------------------------------------

	ArtMeter / SHOP styles
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */

@import url("/css/common.css");
/* CONTENTS HEAD
---------------------------------------------- */

div#contHead{
	margin-bottom:0;
	height: 16px;
	overflow: hidden;
}

div#contHead h2{
margin:0;
padding:0;
background-image:url(/img/present/ti_present.gif);
background-repeat:no-repeat;
width:350px;
height:16px;
}


div#contHead2{
margin-bottom:0;
height: 226px;
overflow: hidden;
}

div#contHead2 h2{
margin-left:20px;
padding:0;
background-image:url(/img/present/present_header.jpg);
background-repeat:no-repeat;
width:930px;
height: 226px;
}

div#contHead h2 span,div#contHead2 h2 span{
display:none;
}


div.contWrap{
padding:10px 0 10px 30px;
clear:both;
margin-bottom:20px;
}

div#contBody h3#headTxt{
margin:0;
padding:0;}



div#contents div.contWrap h3{
text-align:right;
margin-bottom:0;
padding-bottom:5px;
}

div#contents p#headTxt{
padding:0;
margin:0;}

div.cl{
clear:left;}

div.cr{
clear:right;}


div.contBox1{
width:900px;
background:url(/img/present/present_arw.gif);
background-repeat:no-repeat;
background-position:right top;
}

div.contBox1 .contBoxMain{
padding:5px 0px 15px;
}

div.contBox1 .contBoxMain p.art_img{
width:160px;
float:left;
margin:10px 10px 10px 10px;
_margin:10px 10px 10px 5px;
}

div.contBox1 .contBoxMain p.art_txt{
width:330px;
float:left;
margin:10px 30px 10px 0;
}

div.contBox1 .contBoxMain p.art_txt2{
width:330px;
float:right;
margin:10px 0 10px 0;
}


div.contBox3{
float:left;
width:435px;
}

div.contBox3 .contBoxMain{
padding-top:5px 0px 0px 0px;
}

div.contBox3 .contBoxMain p.art_img{
width:150px;
float:left;
margin:10px 0 10px 10px;
_margin:10px 0 10px 5px;
}

div.contBox3 .contBoxMain p.art_txt{
width:265px;
float:right;
margin:10px 0 10px 0;
}


div.contBox4{
float:left;
width:435px;
margin-left:30px;
}

div.contBox4 .contBoxMain{
padding-top:5px 0px 0px 0px;
}

div.contBox4 .contBoxMain p.art_img{
width:125px;
float:left;
margin:10px 0 10px 10px;
_margin:10px 0 10px 5px;
}

div.contBox4 .contBoxMain p.art_txt{
width:290px;
float:right;
margin:10px 0 10px 0;
}

div.contBox5{
float:left;
width:435px;
background:url(/img/present/gift_wrapping.gif);
background-repeat:no-repeat;
background-position:right top;
}

div.contBox5 .contBoxMain{
}

div.contBox5 .contBoxMain p{
width:290px;
margin:10px 0 10px 20px;
}

div.contBox6{
float:left;
width:435px;
margin-left:30px;
background:url(/img/present/order_link.gif);
background-repeat:no-repeat;
background-position:right top;
}

div.contBox6 .contBoxMain{
}

div.contBox6 .contBoxMain p{
width:400px;
height:70px;
margin:10px 0 10px 20px;
}


div#orderBtn a{
margin: 3px 0 3px 20px;
background: url(/img/present/order_btn.gif) 14px;
width: 220px;
height: 31px;
display: block;
background-position: 0 0;
background-repeat: no-repeat;
}

div#orderBtn a:hover{
background-position: 0 100%;
}

div#orderBtn a span{
display: none;
}

/* clearfix
---------------------------------------------- */

div.contBoxMain,
div.contWrap {
    zoom:1;/*for IE 5.5-7*/
}
div.contBoxMain:after,
div.contWrap:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html div.contBoxMain.
* html div.contWrap {
	display:inline-table;
	/*\*/display:block;/**/
}
