@charset "UTF-8";

html {background: #e6f2da url(../images/html_bg.jpg) 0 0 repeat-x;}
body {
	min-width: 841px;
	height: 100%;
	background: transparent url(../images/body_bg.gif) 0 0 repeat-y;
}
#wrapper {
	width: 834px;  /*34px(left margin) + 800px(content body)*/
	position: relative;
	background: transparent url(../images/wrapper_bg.jpg) 0 0 no-repeat;
}

section, nav, article, aside, header, footer, figure, legend {display: block !important;}


/* -------------------------
  Header  
------------------------- */
header {
	margin: 0 0 0 34px;
	height: 110px;
	padding: 0 20px 0 0;
	position: relative;
	font-size: 93%;  /*12px*/
	background: #fff url(../images/header_bg.jpg) 50% 0 no-repeat;
}
header #siteName {
	width: 149px;
	height: 71px;
	position: absolute;
	top: 23px;
	left: 23px;
}
header ul {
	margin: 0 -18px 10px 0;
	padding: 20px 0 0 0;
	text-align: right;
}
header ul li {
	margin: 0 18px 0 0;
	padding: 0 0 0 18px;
	display: inline;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
header ul li.plus {background-image: url(../images/header-li-plus.jpg);}
header ul li.minus {background-image: url(../images/header-li-minus.jpg);}
header form {
	padding: 0 0 0 25px;
	position: absolute;
	right: 20px;
	background: transparent url(../images/search_bg.jpg) 0 50% no-repeat;}
}
header form input#keyword {
	border: #999 1px solid;
	width: 134px;
	height: 17px;
}


/* -------------------------
  Nav  
------------------------- */
nav {
	margin: 0 10px 0 44px;  /*34px(left margin) + 10px*/
	background: #fff url(../images/nav_bg.jpg) 50% 0 no-repeat;
	height: 62px;
}
nav ul#navCommon {
	margin: 0 -18px 0 0;
	position: absolute;
	top: 78px;
	right: 20px;
	text-align: right
	font-size: 93%;  /*12px*/
}
nav ul#navCommon li {
	margin: 0 18px 0 0;
	padding: 0 0 0 15px;
	display: inline;
	background: transparent url(../images/nav-common-li.jpg) 0 50% no-repeat;
}
nav ul#navMain {
	margin: 0 0 0 60px;
	height: 57px;
}
nav ul#navMain li {float: left;}
nav ul#navMain li a {
	padding: 0 10px;
	display: block;
	z-index: 3;
	height: 57px;
	background-repeat: no-repeat;
	text-decoration: none;
}
nav ul#navMain li#navIntro a {
	width: 120px;
	background-image: url(../images/nav-intro_hover.gif);
}
nav ul#navMain li#navProduct a {
	width: 140px;
	background-image: url(../images/nav-product_hover.gif);
}
nav ul#navMain li#navMenu a {
	width: 100px;
	background-image: url(../images/nav-menu_hover.gif);
}
nav ul#navMain li#navShop a {
	width: 100px;
	background-image: url(../images/nav-shop_hover.gif);
}
nav ul#navMain li#navSignup a {
	width: 140px;
	background-image: url(../images/nav-signup_hover.gif);
}
nav ul#navMain li a:focus,
nav ul#navMain li a:hover,
nav ul#navMain li a:active {
	text-indent: -9999px;
	background-position: 10px -57px;
}
nav ul#navMain li a:active {background-position: 10px -114px;}
body#intro nav ul#navMain li#navIntro a,
body#product nav ul#navMain li#navProduct a,
body#menu nav ul#navMain li#navMenu a,
body#shop nav ul#navMain li#navShop a,
body#signup nav ul#navMain li#navSignup a {
	background-position: 0 0;
	text-indent: 0;
}

/* -------------------------
  Key Visual  
------------------------- */
p#keyVisual {
	margin: 0 10px 0 44px;  /*34px(left margin) + 10px*/
	padding: 0;
	height: 412px;
}


/* -------------------------
  Contents  
------------------------- */
#contents {
	margin: 0 10px 0 44px;  /*34px(left margin) + 10px*/
	border-bottom: #fff 1px solid;
	width: 780px;
	background: #fff url(../images/contents_bg.jpg) 100% 0 repeat-y;
}
#contents:after {  /*clearfix*/
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

/* -------------------------
  Contents/Main
------------------------- */
section#main {
	width: 562px;
	float: left;
}
section#main h2 {
	margin: 0 0 10px 0;
	padding: 12px 0 5px 5px;
	border-bottom: #edf4e5 1px solid;	
}
section#main p {
	padding: 0 0 1em 0;
	font-size: 108%;  /*14px*/
}
section#main section h3 {
	margin: 25px 0 10px 0;
	padding: 13px 0 8px 5px;
	border-bottom: #a1c799 1px solid;
	background: transparent url(../images/title-line.jpg) 50% 0 no-repeat;
	color: #7bac45;
}
section#main section h3 b {
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	background: transparent url(../images/title-line-sub.jpg) 100% 0 no-repeat;
	color: #333;
	font-size: 123.1%;  /*16px*/
	font-weight: bold;
}


/* -------------------------
  Contents/Aside
------------------------- */
aside {
	width: 198px;
	float: right;
}
aside section {margin-bottom: 12px;}
p.special {margin: 6px 3px 12px 3px;}


/* -------------------------
  Footer
------------------------- */
footer {
	height: 74px;
	position: relative;
	background: transparent url(../images/footer_bg.jpg) 44px 0 no-repeat;
	color: #fff;
	font-size: 93%;  /*12px*/
}
footer ul,
footer p.copyright {
	margin: 0 0 -10px 0;
	padding: 10px 0 0 0;
	width: 680px;
	text-align: right;
}
footer ul {width: 698px;}  /*680px + 18px(list magin)*/
footer ul li {
	margin: 0 18px 0 0;
	padding: 0 0 0 15px;
	display: inline;
	background: transparent url(../images/footer-li.gif) 0 50% no-repeat;
}
footer ul li a {color: #fff;}
