

/** GLOBAL **/
body {
	overflow-x: hidden;
	min-width: 960px;
	color: #333;
	line-height: 1.8em;
	background-image: url(../img/common/bg.png);
	position: relative;
}

a:link {
	color: #69f;
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0;
}

a:visited {
	color: #36f;
}

a:hover {
	color: #03c;
}

a:active {
	color: #f96;
}

p {
	margin-bottom: 1.3em;
}

table {
	
}

th {
	text-align: left;
}

tr:nth-child(odd){
	background-color: #fff9f9;
}

tr:nth-child(even){
	background-color: #fff;
}
caption {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}


/*** MAIN LAYOUT***/

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	*zoom:1;
}

#container:after {
	  content: ""; 
	  display: block; 
	  clear: both;
}

#header {
	margin: 0 -500%;
	padding: 0 500%;
	width: 100%;
	height: 220px;
	background-image: url(../img/common/header_bg.png);
}

#header h1 {
	padding: 20px 0 0 3px
}

#main {
	width: 640px;
	margin-left: 20px;
	padding: 35px 0;
}

#shoppingMain {
	width: 860px;
	margin: 20px 0 20px 20px;
	padding: 20px 30px;
	border: 1px solid #ddd;
	line-height: 1.6em;
	background-color: #fff;
	box-shadow: 1px 1px 6px rgba(100,30,0,0.05);
	-webkit-box-shadow:  1px 1px 6px rgba(100,30,0,0.05);
	-moz-box-shadow: 1px 1px 6px rgba(100,30,0,0.05);
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}




#shoppingNav {
	text-align: center;
}

#shoppingNav ul {
	font-size: 90%;
	line-height: 1;
	text-align: left;
}
#shoppingNav li {
	margin-bottom: 5px;
}

ul.steps {
	text-align: center;
	margin-bottom: 20px;
}

ul.steps li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3px 0 0;
}
.need {
	color: #a00;
	font-weight: bold;
}

.formBlock {
	width: 740px;
	background-color: #fffaf0;
	padding: 20px;
	margin: 0 0 20px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#shoppingMain form dt {
	margin: 0;
	padding: 10px 20px 10px 0;
	width: 180px;
	border-top: 1px solid #ddd;
	text-align: right;
	float: left;
	clear: both;
}

#shoppingMain form dd {
	margin: 0;
	padding: 10px 0 10px 0;
	width: 540px;
	border-top: 1px solid #ddd;
	float: left;
}




#globalnavi {
	width: 330px;
	height: 156px;
	list-style: none;
	position: absolute;
	top: 30px;
	right: 0;
}

#globalnavi li {
	width: 22px;
	height: 156px;
	margin-left: 13px;
	overflow: hidden;
	float: right;
	position: relative;
}

#globalnavi li a img {
	position: relative;
	left: -44px;
}

#globalnavi li a:hover img {
	position: relative;
	left: -22px;
}

#globalnavi li.active img {
	position: relative;
	left: 0;
}

#toolTips li {
	display: block;
	width: 70px;
	font-size: 11px;
	line-height: 1.3em;
	padding: 15px;
	border-radius: 50px;
	border: 15px solid rgba(255,255,255,0.7);
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	margin: 0 -500%;
	padding: 10px 500%;
	width: 100%;
	color: #ddd;
	background-color: black;
	text-align: right;
	line-height: 1em;
	font-size: 80%;
	clear: both;
}

.submenu, #side {
	margin: 25px 0 20px 0;
	padding: 0;
	list-style: none;
	float: right;
}

.submenu li {
	position: relative;
	width: 260px;
	height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
}

.submenu li a:hover img {
	position: relative;
	top: -25px;
}

.submenu li a:active img {
	position: relative;
	top: -50px;
}

#toolTips {
	display: none;
}

/*** MAIN CONTENTS ***/

#main {
	margin: 0 0 1.3em 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	float: left;
}

#main h1 {
	margin: 0 0 1em 0;
}

#main h2 {
	margin: 0 0 1em 0;
}

#main h1 {
	margin: 0 0 1.5em 0;
}

#main hgroup h1 {
	margin: 0 0 0.2em 0;
}

#main hgroup h2 {
	margin: 0 0 0 0;
}

#main hgroup {
	margin: 0 0 1.5em 0;
}

.whitebox {
	margin: 0 0 20px 0;
	padding: 20px 30px;
	border: 1px solid #ddd;
	line-height: 1.6em;
	background-color: #fff;
	box-shadow: 1px 1px 6px rgba(100,30,0,0.05);
	-webkit-box-shadow:  1px 1px 6px rgba(100,30,0,0.05);
	-moz-box-shadow: 1px 1px 6px rgba(100,30,0,0.05);
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#main .whitebox h2 {
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #ccc;
}

#main .whitebox p {
	margin: 0 0 5px 0;
}




/*** EGG ***/

#eggIntro {
	margin-bottom: 2em;
	background-image: url(../egg/img/contents_bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#eggSubmenu {
	padding-bottom: 200px;
	background-image: url(../egg/img/submenu/submenu_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#sec1, #sec2, #sec3, #sec4, #sec5 {
	background-position: bottom right;
	background-repeat: no-repeat;
}


#sec1 {
	background-image: url(../egg/img/sec1.jpg);
	padding-bottom: 60px;
	background-position: 380px 55px;
}

#sec1 p {
	width: 360px;
}

#sec1 {
	background-image: url(../egg/img/sec1.jpg);
	padding-bottom: 60px;
	background-position: 380px 55px;
}

#sec1 p {
	width: 360px;
}

#sec2 {
	background-image: url(../egg/img/sec2.jpg);
	background-position: left bottom;
	padding-bottom: 20px;
}

#sec2 p {
	width: 360px;
	padding-left: 220px;
}

#sec3 {
	background-image: url(../egg/img/sec3.jpg);
	padding-bottom: 20px;
}

#sec3 p {
	width: 390px;
}

#sec4 {
	background-image: url(../egg/img/sec4.jpg);
	background-position: left bottom;
	padding-bottom: 10px;
}

#sec4 p {
	width: 380px;
	padding-left: 220px;
}

#sec5 {
	background-image: url(../egg/img/sec5.jpg);
	background-position: 360px 70px;
}

#sec5 p {
	width: 330px;
}

/*** PRODUCT ***/


.photos {
	text-align: center;
	margin: 0;
	padding-top: 10px;
}

.photos img {
	margin: 1px;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}


/*** SHOP ***/


dl#shopInfo {
	width: 100%;
	border-bottom: 1px solid #ddd;
    zoom:1;
}

dl#shopInfo:before,
dl#shopInfo:after {
    content:"";
    display:table;
}
 
#shopInfo dl:after {
    clear:both;
}

#shopInfo dt {
	margin: 0;
	padding: 10px 20px 10px 0;
	width: 80px;
	border-top: 1px solid #ddd;
	text-align: right;
	float: left;
	clear: both;
}

#shopInfo dd {
	margin: 0;
	padding: 10px 0 10px 0;
	width: 540px;
	border-top: 1px solid #ddd;
	float: left;
}


#map {
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#shopPhotos {
	width: 230px;
	list-style: none;
	position: absolute;
	top: 250px;
	left: 692px;
}

#shopPhotos img {
	border-radius: 3px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}


/*** ABOUT ***/

dl#outline {
	width: 100%;
	border-bottom: 1px solid #ddd;
    zoom:1;
}

dl#outline:before,
dl#outline:after {
    content:"";
    display:table;
}
 
#outline dl:after {
    clear:both;
}

#outline dt {
	margin: 0;
	padding: 10px 20px 10px 0;
	width: 130px;
	border-top: 1px solid #ddd;
	text-align: right;
	float: left;
	clear: both;
}

#outline dd {
	margin: 0;
	padding: 10px 0 10px 0;
	width: 490px;
	border-top: 1px solid #ddd;
	float: left;
}



/*** SHOPPING ***/

.shopping .whitebox {
	font-size: 90%;
}

.shopping .whitebox h2 span {
	font-size: 80%;
	font-weight: normal;
}

.shopping .whitebox h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 3px 0 0 0;
}


#shoppingNav h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 0;
}

body.shopping .submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: static;
}
 
#shoppingNav {
	text-align: left;
 	position: absolute;
 	top: 250px;
 	right: 0;
 	width: 250px;
}

#shoppingNav div {
 	border: 1px solid #ddd;
 	border-radius: 5px;
 	background-color: #fff;
 	margin: 0 0 20px 0;
 	padding: 10px 15px;
 	width: 220px;
 	text-align: center;
}


.shopping .whitebox form {
	position: relative;
	clear: both;
	border-top: 1px dotted #ddd;
	padding-top: 10px;
	margin-bottom: 10px;
}

.shopping .whitebox input {
	position: absolute;
	top: 10px;
	right: 0;
}


.price {
	font-weight: bold;
	color: #900;
}

.price span {
	font-weight: normal;
	color: #000;
	font-size: 80%;
}



.shopping table, table.mainLayout  {
	width: 100%;
	border: 1px solid #dba;
	margin: 10px 0 10px 0;
	border-collapse: collapse;
}

#shoppingMain table.noBorder,
#shoppingMain table.noBorder th,
#shoppingMain table.noBorder td,
#shoppingMain table.noBorder tr:nth-child(odd),
#shoppingMain table.noBorder tr:nth-child(even), 
table.noBorder,
table.noBorder th,
table.noBorder td {
	border; 1px solid #fff;
	/**IE**/
	border: none;
	background: #fff;
	vertical-align: top;
}



.shopping table td, .shopping table th, table.mainLayout td, table.mainLayout th {
	border: 1px solid #dba;
	padding: 3px 5px;
}

table.mainLayout th {
	background-color: #ffccaa;
}

.shopping table td, .shopping table th {
	padding: 3px 5px;
	border-bottom: 1px solid #dba;
	vertical-align: top;
}

.shopping table th {
	border-left: 1px solid #dba;
	white-space: nowrap;
}

table.bank {
	margin-bottom: 1em;
}

table.bank th {
	width: 6em;
}

/*** CONTACT ***/

form {

}

form dl {
	width: 100%;
	border-bottom: 1px solid #ddd;
    zoom:1;
}

form dl:before,
form dl:after {
    content:"";
    display:table;
}
 
form dl:after {
    clear:both;
}


form dt {
	margin: 0;
	padding: 10px 20px 10px 0;
	width: 180px;
	border-top: 1px solid #ddd;
	text-align: right;
	float: left;
	clear: both;
}

form dd {
	margin: 0;
	padding: 10px 0 10px 0;
	width: 440px;
	border-top: 1px solid #ddd;
	float: left;
}

#submit {
	clear: both;
}


input {
	margin: 0px 3px 0px 0px;
	vertical-align: middle;
}

input[type="text"], input[type="email"], input[type="password"] {
	width: 200px;
	padding: 3px 5px;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

#shoppingMain input[type="text"], #shoppingMain input[type="email"], .shoppingForm input[type="text"], .shoppingForm input[type="email"] {
	width: 150px;
	padding: 3px 5px;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}



select {
	margin: -1px 3px 0px 3px;
	font-size: 14pt;
}



dd textarea {
	width: 400px;
	height: 60px;
	padding: 3px 5px;
	line-height: 1.5em;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

.sendForm {
	text-align: center;
	padding-top: 15px;
}


.sendForm input, .shopping input[type="submit"], .shoppingForm input[type="submit"] {
	padding: 5px 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(0.5, rgb(240, 240, 240)));
	background-image: -moz-linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(240, 240, 240) 50%);
	background-image: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(240, 240, 240) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffffff, endcolorstr=#fff0f0f0, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffffff, endcolorstr=#fff0f0f0, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2)";
	zoom: 1;
}

.sendForm input:hover, .shopping input[type="submit"]:hover, .shoppingForm input[type="submit"]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(240, 240, 240)),color-stop(0.5, rgb(225, 225, 225)));
	background-image: -moz-linear-gradient(-90deg,rgb(240, 240, 240) 0%,rgb(225, 225, 225) 50%);
	background-image: linear-gradient(-90deg,rgb(240, 240, 240) 0%,rgb(225, 225, 225) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffdddddd, endcolorstr=#ffeeeeee, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffdddddd, endcolorstr=#ffeeeeee, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2)";
}


.sendForm input:active, .shopping input[type="submit"]:active, .shoppingForm input[type="submit"]:active {
	position: relative;
	top: 1px;
	left: 1px;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.3);

}

dl.partner {
	zoom:1;
	margin-bottom: 0.8em;
	padding-top: 0.5em;
	border-bottom: 1px dotted #ddd;
}

dl.partner dt {
	margin: 0;
	padding: 3px 0px;
	width: 100px;
	text-align: right;
	border-top: 1px dotted #ddd;
	float: left;
	clear: both;
}

dl.partner dd {
	margin: 0;
	width: 450px;
	padding: 3px 0 3px 15px;
	border-top: 1px dotted #ddd;
	float: left;
}


/* For modern browsers */
dl.partner:before,
dl.partner:after {
    content:"";
    display:table;
}
 
dl.partner:after {
    clear:both;
}

.whitebox p.netShop {
	text-align: right;
	color: #666;
	font-size: 90%;
	margin: -5px 0;
}

.whitebox a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}



.alignRight {
	text-align: right;
}