@charset "utf-8";
/* CSS Document */


/* COLOURS 
============================================================================== */

/* #52c6c2 - blue background */

/* #fafaf0 - white canvas */

/* #ea4486 - pink rollover */

/* #666 - grey text */

/* #6c6c6c - grey breadcrumbs */

/* #89bfcf - blue left panel rollover */

/* #4e9fbc sub menu background */

/* #68aec5 sub menu rollover */




/* FRAMEWORK 
============================================================================== */

html {
/*height:100%;*/
}

body {
text-align:center;
font:10px verdana, arial, helvetica, sans-serif;
/*height:100%;*/
background:#52c6c2 url(../global-images/bg-pattern.gif) repeat;
}

#wrap-site {
width:980px;
/*height:100%;*/
display:table;
margin:0 auto;
}

#top-left {
	float:left;
	width:90px;
	height:340px;
}

#top-rt {
	float:right;
	width:50px;
}
#top-middle {
	width:840px;
	float:left;
	height:auto;
}

p {
	line-height:20px;
	font-size:12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

a img  {
border:none;
}
img a {
border:none;
}

h2 {
	margin:0 0 15px;
	color: #666666;
	font-size: 14px;
}

#nav-global a:hover,#breadcrumbs a:hover {
color:#ea4486;
}





/* LOGO + BANNER 
============================================================================== */

#header {
	width:840px;
	float:left;
}

.logo img {
	border:none;
	float:left;
	margin:15px 0 0 20px;
}

.banner {
margin-bottom:20px;
width:900px;
float:left;
}





/* TOP NAVIGATION 
============================================================================== */

#nav-links {
width:400px;
float:right;
margin:38px 22px 0 0;
}

*html #nav-links {
margin:38px 10px 0 0;
}

#nav-global {
width:auto;
float:right;
}

#nav-global a {
color:#666;
text-decoration:none;
padding:0 3px 0 0;
}

#nav-global #active2 {
color:#ea4486
}

#nav-btn {
width:338px;
float:right;
clear:right;
margin-top:10px;
}

#nav-btn img {
border:none;
}




/* NAV PANEL 
============================================================================== */

#navpanel-title a {
	width:175px;
	text-align:left;
	font-size:12px;
	color:#3890ba;
	font-weight:700;
	float:left;
	margin:50px 0 0 20px;
	padding:0 0 10px 11px;
}
	*html #navpanel-title a {
	margin:54px 0 0 20px;
	}
	
#navpanel-title a, #navpanel-title-second a {
	color:#3890ba;
	text-decoration:none;
}
#navpanel-title a:hover, #navpanel-title-second a:hover {
	color:#ea4486;
}
#navpanel-title-second a {
	width:175px;
	text-align:left;
	font-size:12px;
	color:#3890ba;
	font-weight:700;
	float:left;
	margin:25px 0 0 20px;
	padding:0 0 5px 11px;
}
	*html #navpanel-title-second a {
	margin:29px 0 0 20px;
}

#navpanel {
float:left;
width:185px;
clear:both;
background:url(../global-images/gradient.jpg) no-repeat;
margin:0 0 0 20px;
}

*html #navpanel {
margin:0 0 0 10px;
}

#navpanel p {
margin:0;
padding:0;
}

#navpanel p a {
	line-height:16px;
	text-align:left;
	display:block;
	color:#fafaf0;
	text-decoration:none;
	margin:0 1px;
	padding:5px 7px 4px 10px;
	font-size: 10px;
}

#navpanel p a:hover {
background:#89bfcf;
}

#navpanel #active {
background:#89bfcf;
margin:0 1px;
}

#navpanel img {
filter:alpha(opacity=20);
-moz-opacity:.20;
opacity:.20;
padding-left:1px;
}

#navpanel-foot {
float:left;
background:url(../global-images/nav-panel-foot.gif) no-repeat;
height:72px;
width:185px;
}

#navpanel-foot p {
	text-align:left;
	font-size:9px;
	color:#fff;
	float:left;
	line-height:14px;
	margin:0 0 0 10px;
	padding:20px 0 0;
	display: inline;
}

*html #navpanel-foot p {
margin-left:10px;
}





#navpanel .subnav {
	background: #4e9fbc;
	margin:0 1px;

}
#navpanel p.subnav a {
	padding:3px 7px 2px 22px;
	background: url(../global-images/icon-blue-arrow.gif) no-repeat 10px center;
}
#navpanel p.subnav a:hover {
	background: #68aec5 url(../global-images/icon-blue-arrow.gif) no-repeat 10px center;
}

#navpanel #active3 {
	background: #68aec5;
	margin:0 1px 0 1px;
}



/* BREADCRUMBS 
============================================================================== */

#breadcrumbs {
	float:left;
	width:525px;
	text-align:left;
	padding-left:30px;
	color:#6c6c6c;
	margin:15px 0 0;
}

#breadcrumbs a {
color:#6c6c6c;
text-decoration:underline;
}





/* SUB HEADER 
============================================================================== */

#sub-header {
	float:left;
	width:595px;
	margin: 0px 0px 20px;
	background: url(../global-images/border-595.gif) no-repeat top;
	padding: 15px 0px 0px;
	color: #666666;
}

.sub-header-title {
	float:left;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.sub-header-note,
#sub-header-note {
font-size:10px; font-weight:normal; margin-left:25px;
}

.next-page,
#next-page {
	float:right;
	color: #666666;
	margin: 5px 0px 0px;
}
.next-page a,
#next-page a {
	color: #ea4486;
	text-decoration:none;
}
.next-page a:hover,
#next-page a:hover {
	color: #ea4486;
}




/* CONTENT 
============================================================================== */

#content-wrap {
	float:left;
	clear:both;
	width:840px;
	margin: 0px 0px 20px;
}

#content-right {
float:right;
width:595px;
margin-top:155px;
padding-right:20px;
text-align:left;
}

*html #content-right {
margin-top:165px;
width:615px;
}

#content-right-second {
	float:right;
	width:595px;
	margin-top:30px;
	padding-right:20px;
	text-align:left;
}
#content-right-second a { color:#ea4486; text-decoration:none;}
#content-right-second a:hover { color:#ea4486; text-decoration:underline;}

	*html #content-right-second {
	margin-top:30px;
	width:615px;
	}

#content-right-second h1 {
	font-size:16px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 15px;
	line-height: 22px;
	background: url(../global-images/icon-pink-header.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
	letter-spacing: 1px;
}


.top-intro-text {
	margin: 0px 0px 0px;
	font-size: 14px;
	line-height: 27px;
}

#left-box {
	float:left;
	width: 390px;
}
*html #left-box {
	width: 393px;
}


#right-box {
	float:right;
	width:190px;
	height: 227px;
	padding: 6px 0px 0px;
}
#right-box2 {
	float:right;
	width:190px;
	height: 227px;
	padding: 0px 0px 0px;
}
.hot-product {
	margin-bottom:14px;
}

#right-box img a {
border:none;
}

a.pink-note1 {
	font-size:10px;
	line-height: 30px;
}


.note1 {
	font-size: 10px;
	margin: 6px 0px 0px;
	color: #666666;
}



/* THUM GALLERY 
============================================================================== */

ul.thum-wrap1 {
	list-style:none;
	margin: 0 0 5px 0;
	padding: 0;
	width: 595px;
	float: left;
}
	*html ul.thum-wrap1 {margin: 0 0 15px 0;}

ul.thum-wrap1 li {
	display:inline;
}

#content-right-second ul.thum-wrap1 li a {
	float:left;
	color:#666;
	text-decoration:none;
	width: 136px;
	height: 180px;
	padding:10px 0px 0px;
	background: url(../global-images/bg-gallery1-white.gif) no-repeat;
	text-align: center;
	margin: 0px 17px 7px 0px;
}

	*html #content-right-second ul.thum-wrap1 li a { margin-bottom: 17px; }



#content-right-second ul.thum-wrap1 li a:hover {
	color:#ea4486;
	background: url(../global-images/bg-gallery1-grey.gif) no-repeat;
}

.thum-text {
	display:block;
	margin:10px 0px 0px;
	text-align: left;
	padding: 0px 10px;
}


/* thums with no links */
ul.thum-wrap1-nolink {
	list-style:none;
	margin: 0;
	padding: 0;
	width: 595px;
	float: left;
}
	*html ul.thum-wrap1-nolink {margin: 0 0 15px 0;}
ul.thum-wrap1-nolink li {
	display:inline;
	float:left;
	color:#666;
	text-decoration:none;
	width: 136px;
	height: 180px;
	padding:10px 0px 0px;
	background: url(../global-images/bg-gallery1-white.gif) no-repeat;
	text-align: center;
	margin: 0px 17px 7px 0px;
}


/* thums with no links */
ul.thum-wrap1-nolink2 {
	list-style:none;
	margin: 0;
	padding: 0;
	width: 595px;
	float: left;
}
	*html ul.thum-wrap1-nolink {margin: 0 0 15px 0;}
ul.thum-wrap1-nolink2 li {
	display:inline;
	float:left;
	color:#666;
	text-decoration:none;
	width: 136px;
	height: 180px;
	padding:10px 0px 0px;
	background: url(../global-images/bg-gallery1-white.gif) no-repeat;
	text-align: center;
	margin: 0px 12px 7px 0px;
}



/* LAYOUT 
============================================================================== */

#steps-header {
	float:left;
	width:595px;
	margin: 15px 0px 0px;
	background: url(../global-images/border-595.gif) no-repeat bottom;
	padding: 0px 0px 15px;
}
#steps-header-img {
	float:left;
	margin: 0px 10px 0 0;
}
#steps-header-info {
	float: right;
	width: 442px;
	text-align: left;

}
/*#steps-header-info p {
	float: left;
	text-align: left;}*/


#steps-header-banner {
	background: url(../consumer/images/tanoshi-kousaku-banner-large.jpg) no-repeat left top;
	height: 76px;
	width: 442px;
	margin: 20px 0px 0px;
	float: left;
	padding: 0px;

}
#steps-header-banner p {
	font-size: 10px;
	padding: 20px 0px 0px 70px;
	width: 360px;

}
/*.print {
	float: right;
	margin: 10px 30px 0px 0px;
}*/


.steps {
	float:left;
	width:595px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../global-images/border-595.gif) no-repeat bottom;
}
.steps img {
	float:left;
}
.steps ul {
	list-style:none;
	margin: 7px 0px 0px;
	padding: 0px;
	float: right;
	width: 435px;
}
.steps li {
	padding: 0px;
}
.steps-title {
	font-size:9px;
	color: #666666;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	line-height: 11px;
	height: 13px;
}
.steps-title img {
	float:left;
	margin:0 5px 0 0;
}
.steps-number {
	font-size:140%;
	color: #666666;
	font-weight: bold;
	margin-bottom: 15px;
}
.steps-info {
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}
.steps-info a { color:#ea4486; text-decoration:none;}
.steps-info a:hover { text-decoration:underline;}

.steps-link {
	color: #ea4486;
	margin: 20px 0px 0px;
}




/* LISTS 
============================================================================== */

div#catalog-left ul.linklist-pinkarrow {
	float: left;
	width: 289px;
	margin: 0px;
	padding: 0px;
}
div#catalog-left ul.linklist-pinkarrow li a {
	background: url(../global-images/icon-pink-arrow.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
	margin: 0 0 0 5px;
}
div#catalog-left ul.linklist-pinkarrow li a:hover {
	text-decoration:none;
}


ol.ordered-list1 {
	color: #666666;
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 30px;

}
ol.ordered-list1 li {
	margin: 0px 0px 5px;
	line-height: 16px;

}




/* FOOTER + COPYRIGHT 
============================================================================== */
#footer {
	width:840px;
	clear:both;
	float:left;
	background:url(../global-images/footer.jpg) no-repeat;
	height:50px;
	color:#fafaf0;
	margin: 0px 0px 0px 90px;
	padding: 0px;
}

*html #footer {
	margin-left: 45px;
}

#footer .links {
	float:left;
	margin:20px 0 0 20px;
	font-size: 10px;
	color: #fafaf0;
	width: 400px;
	text-align: left;
}

*html #footer .links {
margin-left:10px;
}

#footer .copyright {
	float:right;
	margin:20px 20px 0 0;
	text-align: right;
	width: 250px;
	display: inline;
}
#footer .copyright a {
	color:#fafaf0;
	font-size:10px;
	text-decoration: none;
}

*html #footer .copyright {
margin-right:15px;
}


#footer .copyright a:hover {
text-decoration:underline;
}

#bottom-link {
	text-align:right;
	float: left;
	width: 595px;
	color: #666666;
	margin: 20px 0px 0px;
}




/* BORDERS 
============================================================================== */
.border-595 {
	width:595px;
	float:left;
	margin:20px 0px;
}
.border-595-B {
	width:595px;
	float:left;
	margin:5px 0px 20px 0;
}
.border-595-C {
	width:595px;
	float:left;
	margin:5px 0px 5px 0;
}
.border-595-D {
	width:595px;
	float:left;
	margin:0;
}

.border-289 {
	width:289px;
	float:left;
	margin:0 0 15px 0;
}



/* OTHERS 
============================================================================== */

p#verisign  {
	text-align:center;
	height: 75px;
}

.icon-star { color:#ea4486;}

