@charset "UTF-8";
*{
	margin: 0px;
	padding: 0px;
	zoom:1;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	font-size:0.8em;
	line-height:1.4;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body a {
	color: #333333;
}
body a:hover {
	color: #CCCCCC;
}
.twoColFixLtHdr #container {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background-repeat: no-repeat;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
} 
#header img {
	vertical-align: bottom;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	height: 145px;	
}
#mainContent h2 {
	padding-top: 7px;
	padding-bottom: 10px;
}
#sidebar1 p {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#mainContent h3 {
	padding-top: 5px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-left: 223px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	position: relative;
} 

 /*ナビゲーション */
#navibox {
	width:780px;
	height:64px;
	margin: 0 auto;
	
}
#globalnavi {
	list-style-type: none;
	width: 780px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
#globalnavi li {
	float: left;
	width: 156px;
	height: 64.5px;
	display: inline;
	
}
#globalnavi a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 156px;
	height: 64.5px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}
#soba a { background-position: 0 0; }
#info a { background-position: -156px 0; }
#menu a { background-position: -312px 0; }
#shop a { background-position: -468px 0; }
#cm a { background-position: -624px 0; }

#soba a.active { background-position: 0 -73px; }
#info a.active { background-position: -156px -73px; }
#menu a.active { background-position: -312px -73px; }
#shop a.active { background-position: -468px -73px; }
#cm a.active { background-position: -624px -73px; }

#globalnavi a:hover {
	text-decoration: none;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#soba a:hover { background-position: 0 -64.5px; }
#info a:hover { background-position: -156px -64.5px; }
#menu a:hover { background-position: -312px -64.5px; }
#shop a:hover { background-position: -468px -64.5px; }
#cm a:hover { background-position: -624px -64.5px; }

#globalnavi2 {
	list-style-type: none;
	width: 180px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
#globalnavi2 li {
	float: left;
	width: 180px;
	height: 70px;
	display: inline;
	
}
#globalnavi2 a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 180px;
	height: 70px;
	background-image: url(images/cm_botan.gif);
	background-repeat: no-repeat;
}
#cm2 a { background-position: 0 0; }

#globalnavi2 a:hover {
	text-decoration: none;
	background-image: url(images/cm_botan.gif);
	background-repeat: no-repeat;
}

#cm2 a:hover {
	background-position: 0 -71px;
}


#shopnavi {
	list-style-type: none;
	list-style-position: inside;
	padding-top: 4px;
}

#shopnavi li {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	font-weight: bolder;
}


.twoColFixLtHdr #footer {
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
	width: 780px;
	background-color: #6B8D32;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
}
.fltlft2 { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent li {
	list-style-position: inside;
	list-style-type: circle;
	padding-left: 10px;
	padding-bottom: 3px;
}

.highlight a:hover *{
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
	float: left;
}  

/* パンくずりすと*/
#topicpath {
	text-align: right;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topicpath li {
	display:inline;  
	line-height:110%;  
	list-style-type:none;
}
#topicpath li a {
	padding-right:10px;
	background:url(images/topicpath.gif) no-repeat right center;
	color: #000000;
}
#mainContent h4 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 16px;
	color: #6B8D32;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#mainContent h5 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 16px;
	text-transform: uppercase;
	color: #6B8D32;
}

#menu2 {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu2 li {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
}
#menu2 a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu2 a:hover {
	color: #fff;
	padding-bottom: 8px;
	background-color: #436731;
	background-image: url(netshop/images/hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.toppage{
	padding-bottom: 8px;
	width: 100%;
	font-size: 12px;
	text-align: right;
	padding-top: 5px;
}
.toppage a{
	color: #333333;
}
.twoColFixLtHdr #container #mainContent li {
	list-style-position: inside;
	list-style-type: circle;
}
.listbox{
	width: 90%;
	padding-left: 10px;
}


#topicpath2 {
	text-align: right;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	left: 580px;
	top: 33px;
	top/*\**/: 48px\9;
	width: 187px;
	text-transform: uppercase;
}
#topicpath2 li {
	display:inline;  
	line-height:110%;  
	list-style-type:none;
}
#topicpath2 li a {
	padding-right:10px;

	text-decoration: none;
}

