@charset "utf-8";

/* ---------------------------------------------

	CSS document for hohoujun.jp
	This CSS for screen view layout
	
	filename : layout.css
	author : Zentsu
	release :
	last modified:  2010-02-18 Tanaka 
	
	* page index
	
		1. common
		2. header
		3. topic-path
		4. mainColumn
		5. subColumn
		6. footer
	
	* color scheme
		
		Key : #fe6567
		Sub : #efefef
		Accent : #fe6567
		Balance : #ffffff
		
		font : #333333
		border : #cccccc
		captions-font: #606040
	
--------------------------------------------- */

/* 1= common
--------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	line-height: 120%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
}

img {
	border: 0;
	vertical-align: bottom;
}

.strike {
	display: block;
	font-size: 80%;
	color: #666666;
	text-align: right;
	text-decoration: line-through;
}

em,
address {
	font-style: normal;
}

abbr { 
	border-bottom : 1px dotted;
	cursor: help;
}

hr,
.hiddens,
.hiddens p,
.hiddens abbr {
	display: none;
}

.speechGuide,
.speechGuide p,
.speechGuide dl,
.speechGuide dt,
.speechGuide dd,
.speechGuide a {
	display: block;
	position: absolute;
	top: 112px;
	left: -1141px;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	background: url(../../images/re/header/bg.jpg) repeat-x;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.pageUp {
	clear: both;
	padding: 1.5em 0 1em 0;
	text-align: right;
}

h3 {
	margin: 1.2em 0 0.5em 0;
	font-weight: bold;
	font-size: 122%;
}

a:hover img {
	filter: alpha(opacity=75);
	/*IE*/ -moz-opacity: 0.75;
	/*FF*/ opacity:0.75;
}

a {
	cursor: pointer;
}

a:hover {
	color: #ff9900;
}

.txtBlock {
	display: block;
}

.txtRed {
	color: #cc3333;
}

.txtSmall {
	margin-bottom: 0.5em;
	font-size: 85%;
	line-height: 120%;
}

ul.write li {
	margin-left: 20px;
	list-style: disc;
}

ol.write li {
	margin-left: 25px;
	list-style: decimal;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    min-height: 1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

/* 2= header
--------------------------------------------- */

#header {
	position: relative;
	width: 800px;
	margin-bottom: 20px;
	padding-top: 15px;
}

#siteTitle {
	float: left;
	margin-right: 80px;
	width: 200px;
	height: 75px;
	z-index: -1;
}

#copy {
	position: absolute;
	left: 3px;
	font-weight: bold;
	font-size: 85%;
	color: #666666;
	top: 11px;
	z-index: 1;
}

#headContext {
	float: left;
	width: 370px;
	margin-bottom: 10px;
}

#headContext li {
	float: left;
}

#headContext p {
	float: left;
	margin-right: 20px;
}

#headContext li a {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	width: 120px;
	height: 35px;
	text-indent: -9999px;
	font-size: 0;
}

#toSitemap a {
	background: url(../../images/re/header/bt-sitemap.jpg) no-repeat;
}

#toTrust a {
	background: url(../../images/re/header/bt-trust.jpg) no-repeat;
}

#toSitemap a:hover,
#toTrust a:hover {
	background-position: 0 -35px;
}

#vsIe6 {
	width: 100%; /* for IE6 position bug */
}

#toCart {
	position: absolute;
	top: 0;
	left: 670px;
}

#toCart a {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	width: 135px;
	height: 90px;
	background: url(../../images/re/header/bt-cart.jpg) no-repeat;
	text-indent: -9999px;
	font-size: 0;
}

#toCart a:hover {
	background-position: 0 -90px;
}
	
#headerBox {
	clear: both;
	width: 800px;
	text-align: left;
}

#globalNavi {
	width: 100%;
}

#globalNavi li {
	float: left;
}

#globalNavi li a {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	width: 160px;
	height: 55px;
	background: url(../../images/re/header/bt-menu.jpg) no-repeat;
	text-indent: -9999px;
	font-size: 0;
}

li#navNo2 a { background-position: -160px 0; }
li#navNo3 a { background-position: -320px 0; }
li#navNo4 a { background-position: -480px 0; }
li#navNo5 a { background-position: -640px 0; }

li#navNo1 a:hover { background-position: 0px -55px; }
li#navNo2 a:hover { background-position: -160px -55px; }
li#navNo3 a:hover { background-position: -320px -55px; }
li#navNo4 a:hover { background-position: -480px -55px; }
li#navNo5 a:hover { background-position: -640px -55px; }

#guide {
	width: 800px;
	height: 40px;
	background: url(../../images/re/header/search.jpg) no-repeat;
}

* html #guide {
	position: relative;
	left: -10px;
}

* html #guide {
	position: relative;
	left: -10px;
}

#guide ul {
	margin-left: 170px;
}

#guide li {
	float: left;
	margin: 5px 0;
}

#guide li a {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	height: 30px;
	text-indent: -9999px;
	font-size: 0;
}

#guideNo1 {
	padding-right: 20px;
}

#guideNo2 {
	padding-right: 165px;
}

#guideNo1 a {
	width: 115px;
	background: url(../../images/re/header/bt-ingredient.jpg) no-repeat;
}

#guideNo2 a {
	width: 110px;
	background: url(../../images/re/header/bt-purpose.jpg) no-repeat;
}

#guideNo1 a:hover,#guideNo2 a:hover { background-position: 0 -30px; }


#searchForm iframe {
	width: 210px;
	height: 30px;
}

/* 3= topicPath
--------------------------------------------- */

#topicPath {
	clear: both;
	width: 100%;
	padding: 0 0 9px 0;
}

#topicPath ul,
#topicPath li {
	display: inline; 
	list-style-type: none;
}
 
#topicPath dt,
#topicPath span {
	position: absolute;
	left: -9999px;
	font-size: 0;
}

#topicPath a {
	margin-right: 5px;
	padding-right: 10px;
	background: url(../../images/re/header/locus.gif) no-repeat center right;
}


/* 4= mainColumn
--------------------------------------------- */

#mainColumn {
	width: 600px;
	float: left;
	margin-bottom: 20px;
}

.captions {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	width: 600px;
	height: 45px;
	margin: 5px 0 15px 0;
	text-indent: -9999px;
	font-size: 0;
}

.mainContents {
	width: 600px;
	text-align: center;
}

.pageSubTitle,
.mainContents h3 {
	margin-bottom: 10px;
}

.contentInner {
	width: 580px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 10px;
}

.mainContents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.mainContents {
    display: inline-block;
    min-height: 1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .mainContents { height: 1%;}
.mainContents { display: block;}
/* End hide from IE-mac */



#mainColumn800 {
	width: 800px;
}


/* 5= subColumn
--------------------------------------------- */

#subColumn {
	width: 180px;
	float: left;
	margin-right: 20px;
}

#sideBanner li {
	margin-bottom: 10px;
}

#login {
	margin-bottom: 10px;
	background: url(../../images/re/sub/bg-middle-member.jpg) repeat-y;
}

#login h2 {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	height: 5px;
	text-indent: -9999px;
	font-size: 0;
	background: url(../../images/re/sub/bg-top-member.jpg) no-repeat;
}

#login div {
	padding: 5px 0 10px 10px;
	background: url(../../images/re/sub/bg-bottom-member.jpg) bottom no-repeat;
}

#toMemb a {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	width: 165px;
	height: 55px;
	margin-bottom: 5px;
	text-indent: -9999px;
	font-size: 0;
	background: url(../../images/re/sub/bt-login.jpg) no-repeat;
}

#toMemb a:hover {
	background-position: 0 -55px;
}
	
#toEntry a {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	width: 165px;
	height: 40px;
	text-indent: -9999px;
	font-size: 0;
	background: url(../../images/re/sub/bt-new.jpg) no-repeat;
}

#toEntry a:hover {
	background-position: 0 -40px;
}

#members img {
	margin-bottom: 10px;
}

#beginners dt {
	height: 20px;
	text-indent: -9999px;
	font-size: 0;
	background: url(../../images/re/sub/beginner.jpg) no-repeat;
}

#toShopping a {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	width: 160px;
	height: 30px;
	text-indent: -9999px;
	font-size: 0;
	background: url(../../images/re/sub/bt-shopping.jpg) no-repeat;
}

#toShopping a:hover {
	background-position: 0 -30px;
}

#toPayment a {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	width: 160px;
	height: 30px;
	text-indent: -9999px;
	font-size: 0;
	background: url(../../images/re/sub/bt-payment.jpg) no-repeat;
}

#toPayment a:hover {
	background-position: 0 -30px;
}

#toFaq a {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	width: 160px;
	height: 30px;
	text-indent: -9999px;
	font-size: 0;
	background: url(../../images/re/sub/bt-faq.jpg) no-repeat;
}

#toFaq a:hover {
	background-position: 0 -30px;
}

#faxButton {
	width: 180px;
	height: 120px;
	margin-bottom: 10px;
	background: url(../../images/re/sub/fax.jpg) no-repeat;
	text-align: center;
}

#faxButton dd {
	margin-left: 10px;
	padding-top: 75px;
}

#faxButton dd a {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	width: 165px;
	height: 40px;
	text-indent: -9999px;
	font-size: 0;
	background: url(../../images/re/sub/bt-fax.jpg) no-repeat;
}

#faxButton dd a:hover {
	background-position: 0 -40px;
}

#itemList {
	background: url(../../images/re/sub/bg-middle-goods.jpg) repeat-y;
	margin-bottom: 10px;
}

#itemList h2 {
	display: block;
	/* Hides from IE-mac \*/
	overflow: hidden;
	/* End Hides from IE-mac */
	height: 30px;
	margin-bottom: 5px;
	text-indent: -9999px;
	font-size: 0;
	background: url(../../images/re/sub/goods.jpg) no-repeat;
}

#itemList div {
	padding: 0 0 7px 10px;
	background: url(../../images/re/sub/bg-bottom-goods.jpg) bottom no-repeat;
}

.itemListBox {
	width: 160px;
	border-bottom: 1px solid #999999;
	margin-bottom: 3px;
	background-color: #ffffff;
}

.itemListBox dd {
	width: 158px;
	border-top: 1px dotted #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.itemListBox dd a {
	display: block;
	width: 128px;
	padding: 9px 5px 9px 25px;
	background: url(../../images/re/sub/arrow_orange.gif) center left no-repeat;
	background-position: 7px;
	background-color: #ffffff;
}

.itemListBox dd a:hover {
	background-color: #ffffe5;
}

/* 6= footer
--------------------------------------------- */

#footer {
	clear: both;
	width: 100%;
	border-top: 1px dotted #339900;
	text-align: left;
}

#footInscription {
	width: 780px;
	margin: 0 auto;
	padding: 10px;
}

#footInscription01,
#footInscription02 {
	float: left;
	width: 300px;
}

.inscriptionImg {
	float: left;
	width: auto;
	margin-right: 5px;
}

.notes {
	padding: 0 10px;
	line-height: 130%;
	font-size: 85%;
}

#footGuide {
	float: left;
	width: auto;
	margin-left: 10px;
}

#footGuide li {
	width: auto;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../../images/re/sub/arrow_orange.gif) no-repeat center left;
}

#footNavi {
	padding-bottom: 10px;
	border-top: 2px solid #339900;
	background-color: #d2e6ac;
	font-size: 92%;
}

#footNavi01,
#footNavi02 {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#footNavi01 ul,
#footNavi02 ul {
	position: relative;
	left: 50%;
	float: left;
	margin-top: 10px;
}

#footNavi01 ul li,
#footNavi02 ul li {
	position: relative;
	left: -50%;
	float: left;
	padding: 0 10px;
}

address {
	padding-top: 5px;
	text-align: center;
	font-size: 92%;
	background-color: #85c41d;
}


#headInfo {
	width: 100%;
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	border: 1px dotted #ff6600;
}

#headInfo01 {
	width: 100%;
	margin-top: 10px;
}

.temp02 {
	_margin-top: -10px;
}
