@charset "utf-8";

/* MASTER INIT
------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Osaka","lroSVbN";
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
}

body {
	font-size: 12px;
	color: #666666;
}

a {
	color: #0090BF;
	outline-style: none;
}

a:link {
    text-decoration: underline;
}
  
a:visited {
    text-decoration: underline;
}
  
a:hover {
	text-decoration: none;
}
  
a:active {
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: none;
}

.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearBoth {
	clear: both;
}

/* CONTAINER
------------------------------------------------------------------------------*/

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-y;
	min-height: 875px;
	position: relative;
}

* html body #container {
	height: 875px;
}

#containerInner {
	width: 730px;
	margin-left: 120px;
	padding-bottom: 25px;
}

/* CONTENT
------------------------------------------------------------------------------*/

#content {
	float: right;
	width: 600px;
}

#header {
	background-image: url(../images/common/bg_header.jpg);
	height: 195px;
	padding-top: 65px;
}

#header h1 {
	margin-left: 5px;
}

#wrapper {
	min-height: 425px;
}

* html body #wrapper {
	height: 425px;
}

#wrapper h1 {
	margin-bottom: 15px;
}

#footer {
	text-align: center;
	padding-top: 25px;
}

#gNav {
	float: left;
	width: 110px;
	margin-top: 135px;
	padding-left: 10px;
}

#gNav li {
	margin-bottom: 10px;
}

#gNav a {
	height: 33px;
	text-indent: -9999px;
	display: block;
	background-position: left top;
}

#gNav a:link {
    text-decoration: none;
}
  
#gNav a:visited {
    text-decoration: none;
}
  
#gNav a:hover {
	text-decoration: underline;
	background-position: left bottom;
}
  
#gNav a:active {
	text-decoration: underline;
}

#gNavHome a {
	background-image: url(../images/common/gnav_home.gif);
	width: 67px;
}

#gNavConcept a {
	background-image: url(../images/common/gnav_concept.gif);
	width: 96px;
}

#gNavProfile a {
	background-image: url(../images/common/gnav_profile.gif);
	width: 75px;
}

#gNavGallery a {
	background-image: url(../images/common/gnav_gallery.gif);
	width: 79px;
}

#gNavPrice a {
	background-image: url(../images/common/gnav_price.gif);
	width: 60px;
}

#gNavOrder a {
	background-image: url(../images/common/gnav_order.gif);
	width: 72px;
}

#gNavVoice a {
	background-image: url(../images/common/gnav_voice.gif);
	width: 64px;
}

#gNavBlog a {
	background-image: url(../images/common/gnav_blog.gif);
	width: 58px;
}

#gNavLink a {
	background-image: url(../images/common/gnav_link.gif);
	width: 54px;
}

#gNavMail a {
	background-image: url(../images/common/gnav_mail.gif);
	width: 50px;
}

#gNav ul li a {
	text-indent: 0px;
	background-image: none;
	font-size: 10px;
	color: #723F1F;
	display: inline;
	margin-left: 15px;
}

#gNav ul {
	margin-top: 5px;
	margin-bottom: 20px;
}

#gNav ul li {
	margin-bottom: 8px;
}

/* SUB PAGES
------------------------------------------------------------------------------*/

.btnOrderForm {
	text-align: right;
	margin-top: 15px;
	width: 590px;
	margin-bottom: 15px;
}

#wrapper .thanks {
	margin-bottom: 50px;
	line-height: 1.5;
	padding-right: 10px;
}
