@charset "UTF-8";
/* CSS Document */

html, body  {
	margin: 0;
	padding: 0;
}

body {
	color:#333;
	background: #fff url(../images/bg.gif) repeat-y center;
	text-align: center;
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}

body { behavior : url ("/css/csshover2.htc"); }

* html #page, 
* html #logo, 
* html .shop #header, 
* html .info #header, 
* html .pertner #header, 
* html #content,
* html .shop #content, 
* html .info #content, 
* html .pertner #content, 
* html .shop #footer, 
* html .info #footer, 
* html .pertner #footer, 
* html #main.gallery #photolist, 
* html #main.gallery #photo p.photo, 
* html .prev,
* html .next {
	behavior: expression(IEPNGFIX.fix(this));
}


/*
* html #main.gallery #photoList {
	behavior: expression(IEPNGFIX.fix(this));
}
*/

h1, h2, h3, h4, h5, h6,
p, pre, blockquote, 
dl,dt,dd,ul,ol,li, 
pre,form,fieldset,textarea,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.6em;
}

p, li, dt, dl { 
	line-height:1.6em; 
}

p { 
	margin:0 0 1em 0; 
}

ul li { 
	list-style-type:none; 
}

a img { border:0; }

a:link, 
a:visited {
	color:#333;
	text-decoration:none;
}

a:hover {
	color: #333333;
	text-shadow: #ffffee 0px 0px 3px;
}

a:active {
	color:#999;
}

/* for modern browser */
.clearfix { display: inline-block; }

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

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


.left {
	float: left;
	margin: 0 0 10px 10px;
	clear: right;
}

.right {
	float: right;
	margin: 0 10px 10px 0;
	clear: right;
}


/* beige#aca764 red#b5010d lime#597907 brown#341003 black#010101 freshlime#a6de0e turquoise#26cae1 yellow#f7ef0f orange#f7a90f pink#ff247e */

#color {
	display: block;
	margin: 0;
	width: 178px;
}
#color li {
	color:#FFFFFF;
	width: 50px;
	height:15px;
	font-size: 10px;
	display: block;
	line-height: 15px;
}
#color #red  { background: #b5010d; }
#color #lime  { background: #597907; }
#color #brown  { background: #341003; }
#color #black  { background: #010101; }
#color #beige  { background: #aca764; }
#color #freshlime  { background: #a6de0e; }
#color #turquoise  { background: #26cae1; }
#color #yellow  { background: #f7ef0f; }
#color #orange  { background: #f7a90f; }
#color #pink  { background: #ff247e; }

#page {
	height: 100%;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: #D7D6CF no-repeat;
}

html, body  {
	height: 100%;
/*	position:relative;*/
}

#header {
	width: 980px;
	display: block;
	height: 90px;
}



.shop #header,
.info #header {
	background: url(../images/content_shop_bg_top.png) no-repeat;
	height: 110px;
}

.pertner #header {
	background: url(../images/content_pertner_bg_top.png) no-repeat;
	height: 110px;
}



/*#footer---------081204hirano----------------------------------------------------------------*/



#footer {
	margin-top:20px;
	text-align: left;
	width: 980px;
	clear: both;
	height: 80px;
	display: block;
	background: url(../images/footer_bg2.gif) no-repeat 97% bottom;
	position:relative;
	bottom:0px;
}

#footer h5{
	margin: 0 0 0px 20px;
}

#footinfo{
	font-size:10px;
	margin: 0 0 0 20px;
	float:left;
}

#copyright {
	color: #666;
	margin: 40px 10px 0 0;
	display: block;
	height: 20px;
	float: right;
	font: 10px/1em Arial, Helvetica, sans-serif;
}


/*------------------------------------------------------------------------------*/







.shop #footer,
.info #footer {
	background: url(../images/content_shop_bg_bottom.png) no-repeat;
	height: 60px;
	margin: 0;
	padding-top: 30px;
}

.pertner #footer {
	background: url(../images/content_pertner_bg_bottom.png) no-repeat;
	height: 60px;
	margin: 0;
	padding-top: 30px;
}


.shop #copyright,
.info #copyright { margin-top: 0px; }
#content {
	width: 960px;
	margin: 0 0 10px 20px;
	clear: both;
	background: url(../images/content_gallery_bg3.png) no-repeat;
	height: 400px;
}


.shop #content,
.info #content {
	margin: 0 0 0 20px;
	height: auto;
	background: url(../images/content_shop_body_bg.png) repeat-y 0px;
}
.pertner #content {
	margin: 0 0 0 20px;
	height: auto;
	background: url(../images/content_pertner_body_bg.png) repeat-y 0px;
}
#home, #navi {
	width: 960px;
	margin: 0 0 0 20px;
	clear: both;
	display: block;
}
#logo {
	background: url(../images/logo.png) no-repeat;
	display: block;
	width: 260px;
	height: 100px;
	margin: 0;
	float: left;
}

#logo a {
	height: 100px;
	width: 260px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#contentTitle {
	margin-top: 20px;
	color: #CCC;
	margin-right: 25px;
	text-align: right;
	height: 20px;
	font: bold 14px/20px "Myriad Pro", "Myriad Web", Myriad, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	/*text-shadow: #ffffee 0px 0px 3px;*/
}

#main {
	float: right;
	width: 760px;
	margin: 0;
	display: block;
	background-color: #FFF;
}

#main.specs {
	background: url(../images/specs_bg.jpg) no-repeat;
	height: 400px;
	overflow:auto;
}


#main.overview {
	letter-spacing: 0.1em;
	height: 400px;
}
#main.gallery { }
#main.features { height: 400px; }


#main .content, 
#main.overview .content, 
#main.about .content, 
#main.home .content { 
	margin: 25px 0 0 25px; 
}
#main.overview .content {
	margin: 25px 0 0 25px;
	display: block;
	width: 690px;
	height: 350px;
	top: 100px;
}
#sub {
	float: left;
	display: block;
	margin: 0;
	text-align: right;
	width: 198px;
	/*height: 400px;*/
}

#menu {
	display: block;
	margin: 0 0 40px;
}

#menu li {
	display: block;
	margin: 0 0 5px;
	width: 198px;
	display: block;
	height: 20px;
}
/* IE6の後方互換モード対策のため内側にmarginではなくpaddingにしてサイスを指定せず外側に指定する */
#menu a {
	text-decoration:none;
	display: block;
	padding: 0 20px 0 0;
	font-family: "Myriad Pro", "Myriad Web", Myriad, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

#menu a:link {
	color:#666666;
}

#menu a:visited { 
	color:#666666;
 }

#menu a:hover {
	color:#a6de0e;
	background: #FFF;
}

#menu a:active {
	color:#fff;
	background: #a6de0e;
	text-shadow: #ffffee 0px 0px 3px;
}

#menu a.current {
	color:#fff;
	background: #a6de0e;
}


/*topdiscription------------------------------------------------------------------------------*/
.topdiscription{
	font: normal 10px "Myriad Pro", "Myriad Web", Myriad, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 10px 20px 0px 0;
	text-align:right;
}




#title {
	font: bold 18px "Myriad Pro", "Myriad Web", Myriad, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 15px 20px 10px 0;
	text-shadow: #ffffee 0px 0px 3px;
}

main.overview .en {
	font: 14px "Myriad Pro", "Myriad Web", Myriad, Helvetica, sans-serif;
}

#main.overview .ja {
	font-size: 12px;
	line-height: 1.8em;
}

#info {
	float: right;
	display: block;
	text-align: right;
	margin: 10px 20px 0 0;
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#info a {
	display: inline;
	margin: 0 5px;
	color: #333;
	text-shadow: #fff 0px 0px 3px;
}
#info a:hover {
	color: #000;
	text-shadow: #999999 0px 0px 3px;
}
#info a:active {
	color: #000;
	text-shadow: #fff 0px 0px 5px;
}

#page #header #info li { display: inline; }

#main.home .photoPod {
	float: right;
	width: 220px;
	margin: 0 25px 0 0;
	display: inline;
	background: url(../images/loadingAnimation.gif) no-repeat center center;
	height: 330px;
}

#main.overview .photoPod, 
#main.about .photoPod, 
#main.contact .photoPod {
	float: right;
	width: 120px;
	margin: 25px 25px 0 0;
}

#main.overview .sidebar, 
#main.about .sidebar, 
#main.contact .sidebar {
	float: right;
	width: 180px;
	margin: 25px 25px 0 0;
}

#main.home .photoPod img, 
#main.overview .photoPod img, 
#main.about .photoPod img, 
#main.contact .photoPod img { 
	margin: 0 0 10px; 
}

#main.about .content {
	width: 380px;
	margin: 45px 0 0 25px;
	font-size: 12px;
}
#main.about .content table {
	width: 100%;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 5px;
	font-size: 12px;
}

#main.about .content th, 
#main.about .content td {
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
}

#main.about h3 {
	margin: 18px 0 0 25px;
	font-size: 12px;
	font-weight: normal;
}
#main.contact .form {
	width: 500px;
	margin: 15px 0 0 25px;
	padding: 0;
	height: 320px;
	float: left;
}
#main.about .content h3 {
	margin: 5px;
	font: 14px normal;
}

#main.contact .form table {
	margin: 10px 0 1em;
	font-size: 12px;
}

#main.contact .form th, 
#main.contact .form td {
	padding: 0 3px 6px 5px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: normal;
}
#main.contact .form .content th {
	text-align: left;
	font-weight: normal;
}

#main.contact h3 {
	margin: 18px 0 0 25px;
	font-size: 12px;
	height: 25px;
	border-bottom: 1px solid #333333;
	width: 500px;
}



#main.contact .thanks h3 {
	margin: 25px 0 0 25px;
	font-size: 14px;
	line-height: 2em;
}


#contact #comment { margin: 5px 0; }

#sub p {
	margin: 10px;
	color: #FFFFFF;
	font-size: 10px;
	display: block;
	height: 100px;
}

#main.home .content {
	float: left;
	width: 450px;
	margin: 1em 0 0 25px;
}

#content #main.home .topicPod {
	background: #FFFFFF;
	padding: 5px 15px;
	overflow: auto;
	height: 180px;
	border: 2px solid #CCCCCC;
	margin-top: 1em;
}




/*画像ホバー透明度-------081204hirano-----------------------------------------------------------*/
a:hover img{
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*homeCont--ホームにのみ入るBOX（新着情報とか）-------081204hirano-----------------------------------------------------------*/


#homeCont{
	width: 960px;
	margin: 0 0 0 20px;
}

#homeCont .homeContmain{
	float:left;
	margin: 0 7px 10px 0;
}

#newsBox{
	width:176px;
	height:180px;
	overflow:auto;
	background: #FFFFFF;
	float:left;
}

#newsBox p{
	font-size:12px;
	margin:5px 0 5px 5px;
}

#newsBox ul{
	font-size:10px;
	margin:5px 0 10px 5px;
}

#newsBox ul li{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dashed #DCDCDC;
}

#newsBox .date{
	font-size:10px;
	font-weight:bold;
	color:#145c68;
	line-height:2em;
}

/*navi-english----------081204hirano-----------------------------------------------------------*/

#homeCont_e{
	width: 960px;
	margin: 0 0 0 20px;
}

#homeCont_e .homeContmain{
	float:left;
	margin: 0 7px 10px 0;
}


#homeCont_e .homeContmain ul{
	margin:10px 0 0 0;
}

#homeCont_e .homeContmain ul li{
	float:left;
}

#homeCont_e .homeContmain ul .mgnR{
	margin:0 17px 0 0;
}

#homeCont_e .homeContmain ul li h3{
	font-size:12px;
	border-bottom:1px solid #666;
	margin:0 0 5px 0;
}

#homeCont_e #newsBox{
	width:176px;
	height:320px;
	overflow:auto;
	background: #FFFFFF;
	float:left;
}

#homeCont_e #newsBox p{
	font-size:12px;
	margin:5px 0 5px 5px;
}

#homeCont_e #newsBox ul{
	font-size:10px;
	margin:5px 0 10px 5px;
}

#homeCont_e #newsBox ul li{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dashed #DCDCDC;
}

#homeCont_e #newsBox .date{
	font-size:10px;
	font-weight:bold;
	color:#145c68;
	line-height:2em;
}




#naviBox_e{
	width: 960px;
	margin: 0 0 0 20px;
	clear: both;
	display: block;
}




/*navi----------081204hirano-----------------------------------------------------------*/

#naviBox{
	width: 960px;
	margin: 0 0 0 20px;
	clear: both;
	display: block;
}

.naviMain{
	width:770px;
	margin: 0 7px 10px 0;
	float:left;
}



.naviSide{
	width:176px;
	margin: 0 0 10px 0;
	float:left;
}


/**ie7hack　sideの高さ*/
*:first-child+html .naviSide li{
	margin: 0 0 4px 0;
}
/**〜ie6hack　sideの高さ*/
* html .naviSide li{
	margin: 0 0 4px 0;
}


.nM440{
	width:440px;
	margin: 0 10px 0 0;
	float:left;
}
.nM320{
	width:320px;
	float:left;
}

.nMtitle{
	font-size:14px;
	border-bottom: 1px solid #969493;
}

.nM440 p,
.nM320 p{
	margin: 5px 0 10px; 0
}


/*spanにつける（リンクのalt代わり）*/
.dispNo{
display:none;
}








/*SPEC------------------------------------------------------------------------------*/


.spec {
	/*background: url(../images/specs_bg.jpg) no-repeat;*/
	height: 400px;
	overflow:auto;
}

.spec .content {
	width: 700px;
	height:;
	/*background-color:#666;*/
	margin: 25px 0 0 25px;
	font-size: 11px;
	line-height: normal;
}

.spec_Bn{
	width:700px;
	margin:170px 0px 180px 0px;
}

.specBn1{
	width:300px;
	height:50px;
	display:block;
	float:left;
	margin-left:0px;
}
.specBn2{
	width:300px;
	height:50px;
	display:block;
	float:right;
	margin-right:10px;
}


.product_cell{
	margin:10px 0px 50px 0px;
	
	/*background-color:#cc0000;*/
}
.product_cell h3{
	font-size:14px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}





.txt_box{
	width:360px;
	margin-right:10px;
	float:left;
}






/*SPECS------------------------------------------------------------------------------*/


#main.specs .content {
	width: 680px;
	height:;
	margin: 7px 0 0 10px;
	font-size: 11px;
	line-height: normal;
}

#main.specs .content table {
	font-size: 11px;
	margin-bottom: 10px;
}

#main.specs .content th {
	width: 6em;
	vertical-align: top;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	height: 2em;
}

#main table.specs th, 
#main table.specs td {
	padding: 2px;
	vertical-align: top;
	line-height: normal;
}










.shop #main .content {
	margin: 10px 25px 10px 25px;
	font-size: 11px;
}
.info #main .content {
	margin: 10px 25px 0 25px;
}
#main.shop .content table {
	font-size: 11px;
	margin-bottom: 1em;
}
#main.shop .content .info td { padding: 5px; }

body.frame div.content table {
	font-size: 12px;
	margin: 10px 0;
}
body.frame div.content th, 
body.frame div.content td {
	padding: 5px;
}

body.frame div.content .souryo th, 
body.frame div.content .souryo td {
	text-align: center;
}

body.frame div.content .souryo th {
	background: #DADAD7;
	font-weight: normal;
	color: #000000;
}

#main.about .content th {
	text-align: left;
	font-weight: normal;
}

#main.home .news {
	font-size: 12px;
	margin: 15px 0 0.5em 25px;
	width: 100%;
}

#main contact form {
	margin: 0;
	padding: 0;
	width: 100%;
}

#main.gallery h3 {
	font-size: 18px;
	font-style: normal;
	margin: 20px 0 0 25px;
	font-weight: bold;
	color: #666666;
	line-height: 1em;
	text-shadow: #999 0px 0px 3px;
	display: block;
	width: 710px;
	height: 60px;
}
#main.gallery #concept {
	font-size: 12px;
	font-style: normal;
	margin: 0 0 0 25px;
	display: block;
	width: 350px;
	height: 270px;
	line-height: 1.6em;
	white-space: normal;
}

#main.gallery #description {
	font-size: 11px;
	font-style: normal;
	clear: left;
}


#main.gallery #photo {
	float: right;
	height: 270px;
	margin: 0 25px 0 0;
	display: inline;
	width: 320px;
}

#main.gallery #photo p.photo {
	background: url(../images/gallery_photo_bg.png) no-repeat;
	margin: 0 0 0.5em;
	height: 240px;
	width: 320px;
	border: 1px solid #CCCCCC;
	text-align: center;
	display: block;
}

#main.gallery #photo p.photo img {
	margin-top: auto;
	margin-bottom: auto;
}

#main.gallery #gallery_navi {
	display: block;
	margin: 6px 0 0 0;
	width: 760px;
	height: 44px;
	overflow: hidden;
}

#main.gallery #photoList {
	height: 44px;
	margin: 0;
	overflow: visible;
	width: 760px;
	background: url(../images/gallery_navi_bg.png) no-repeat;
	display: block;
	float: left;
}

#main.gallery .prev, 
#main.gallery .next {
	height: 132px;/*透過PNGボタンのIEPNGFIX.fix対策：ボタンの高さではなくPNG画像の高さを指定*/
	width: 23px;
	display: block;
	float: left;
	overflow: hidden;
	font-size: 5px;
	text-indent: -9999px;
}

#main.gallery .prev { background: url(../images/gallery_navi_arrow-l.png) no-repeat 0 0; cursor:w-resize; }
#main.gallery .next { background: url(../images/gallery_navi_arrow-r.png) no-repeat 0 0; cursor:e-resize; }
#main.gallery .prev:hover { background: url(../images/gallery_navi_arrow-l.png) no-repeat 0 -44px; }
#main.gallery .next:hover { background: url(../images/gallery_navi_arrow-r.png) no-repeat 0 -44px; }
#main.gallery .prev:active { background: url(../images/gallery_navi_arrow-l.png) no-repeat 0 -88px; }
#main.gallery .next:active { background: url(../images/gallery_navi_arrow-r.png) no-repeat 0 -88px; }

#main.gallery #photoList li {
	width:42px;
	height:44px;
	float: left;
	display: block;
}
#main.gallery #photoList a {
	height: 40px;
	width: 40px;
	margin: 2px 1px 0;
	display: block;
	position: relative;
}
#main.gallery #photoList a:hover {
	border: 1px solid #666;
	margin: 1px 0 0;
}
#main.gallery #photoList img {
	height: 40px;
	width: 40px;
	margin: 0;
}


#color li { cursor: pointer; }

.topicPod h4.date {
	font: normal 0.9em/1.6em Arial, Helvetica, sans-serif;
	color: #666666;
}

#main.home .topicPod h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em;
	font-weight: normal;
	color: #666666;
}

.itemcomment {font-size: #itemcommentfontsize#px; color: #itemcommentfontcolor#; background-color: #itemcommentbg#;border:#itemcommentborder# solid; border-width: 0px 1px 1px}
.itemphoto {font-size: 12px; color: #000000; background-color: #itemphotobg#;border:#itemophotoborder# }
/*
body.shop img {
	visibility: hidden;
	position: absolute;
	top: 0px;
}
body.shop #page img {
	visibility: visible;
	position: static;
}
*/
.shop #main .content #itemInfo {
	float: right;
	display: block;
	width: 370px;
}

.shop #page #content #main .content .cartbtn {
	margin-top: 1em;
	display: block;
	width: 120px;
	margin-right: 10px;
}

.shop #page #content #main .content h3 {
	font: 16px/1em Arial, Helvetica, sans-serif;
	color: #8EB612;
	margin-bottom: 0.6em;
}

.shop #page,
.info #page { background: url(none); }

.shop #main .content h2 {
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 1em;
}

.shop #main .content p { margin-bottom: 1.5em; }

.shop #main .content #itemSample {
	float: left;
	width: 370px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.shop #main .content .title {
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

body.frame {
	background: #D7D6CF url(none);
	text-align: left;
	height: 590px;
}

.frame .title {
	font-size: 14px;
	margin-bottom: 1em;
	line-height: 1em;
}

.frame div.content {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.frame .content p { margin-left: 1em; }


#slideshow{
   margin-top:0px;
   width:760px;
   position:relative;
}

#slideshow li{
   position:absolute;
   left:0;
   top:0;
}

#slideshow li img{
   vertical-align:bottom;
}

.info .title {
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}
#faq { width: 42em; }

#faq dt {
	margin-bottom: 1em;
	background: #FFFFFF url(../images/FAQ-Q.gif) no-repeat 0.5em 0.5em;
	padding-left: 2em;
	line-height: 2em;
	display: block;
	cursor: pointer;
	padding-top: 5px;
	border-bottom: 1px solid #D7D6CF;
	border-top: 1px solid #D7D6CF;
	padding-right: 2em;
}

#faq dd {
	list-style: none;
	margin-bottom: 2em;
	padding-left: 2em;
	background: url(../images/FAQ-A.gif) no-repeat 0.5em 0.5em;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #D7D6CF;
	padding-right: 2em;
}


#main a:link, 
#main a:visited {
	color:#7A9900;
	text-decoration:none;
}

.shop #title, .info #title { margin-top: 5px; }

#home ul {
	display: block;
	margin-bottom: 10px;
	width: 600px;
}
#navi ul {
	display: block;
	width: 600px;
	margin: 0;
}
#navi .news li {
	display: block;
	width: 600px;
	margin: 0 0 10px;
	line-height: 10px;
}

#home .title, #navi .title {
	font: bold 24px/1em "Myriad Pro", "Myriad Web", Myriad, Helvetica, sans-serif;
	color: #333333;
	text-shadow: #ffffee 0px 0px 3px;
	height: 30px;
	display: block;
	margin: 0;
	padding: 0;
}
#home #information, #navi #information {
	background: #FFFFFF;
	overflow: auto;
	float: right;
	width: 350px;
	/*height: 320px;*/
	height: 300px;
	display: block;
}

#home #information .pot, #navi #information .pot {
	padding: 5px 15px;
	display: block;
}

.shop .content #itemPhoto {
	display: block;
	height: 300px;
	width: 300px;
	float: left;
}

.shop #itemColor,
.shop #itemDetail {
	width: 370px;
	margin-bottom: 1em;
	display: block;
	clear: left;
	float: left;
}
.shop #itemColor a,
.shop #itemDetail a {
	display: block;
	float: left;
}

.shop #itemColor img,
.shop #itemDetail img {
	height: 60px;
	width: 60px;
	margin-right: 5px;
}

.shop #itemColor .title,
.shop #itemDetail .title {
	text-align: left;
	font: bold 14px "Myriad Pro", "Myriad Web", Myriad, Helvetica, sans-serif;
	margin-bottom: 0px;
}

.shop #itemInfo li {
	float: left;
	width: 370px;
}

.shop #itemInfo #itemComent {
	margin-bottom: 1em;
	display: block;
}

.shop #itemInfo .contactBtn {
	display: block;
	width: 117px;
	float: left;
	clear: none;
	margin-top: 10px;
}

body#navi {
	background: #D7D6CF url(none);
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#navi .menu li { display: inline; }

#navi #information .pot .title {
	line-height: 1em;
	color: #D7D6CF;
	font-size: 20px;
	margin-top: 10px;
	height: 30px;
}

#navi #information .pot .date {
	font: bold 10px Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

.shop #main { margin-bottom: 10px; }

#navi .menu a {
	display: inline;
	float: left;
}

#navi .menu {
	display: block;
	height: 300px;
}



/*TOP_Bn--------------------------------------------------------------------------------------------------------------------------*/


#TOP_Bn{
 width:960px;
 height:180px;
 text-align:right;
 margin:0px 0px 10px 20px;
}
#TOP_Bn span{
display:none;
}



/*TOP_SHOP_MENU--------------------------------------------------------------------------------------------------------------------------*/
.shop_menu{
	width:600px;
	height:200px;
	/*background-color: #ff0000;*/
}


.shop_head{
	float:left;
}

.shop_link{
   width:390px;
	height:200px;
	float:right;
}
.shop_link a{
   display:block;
   margin-bottom:10px;
}




/*LINKページ--------------------------------------------------------------------------------------------------------------------------*/
#main.link h3 {
	margin: 18px 0 0 25px;
	font-size: 12px;
	height: 25px;
	border-bottom: 1px solid #333333;
	width: 700px;
}








#language {
	float: left;
	margin: 35px 20px 0;
	font-family: "Myriad Pro", "Myriad Web", Myriad, Helvetica, sans-serif;
}
#language li {
	color: #000000;
	font: 10px "Myriad Pro", "Myriad Web", Myriad, Helvetica, sans-serif;
	margin-right: 5px;
	display: block;
	float: left;
}
#language a {
	color: #999999;
	font-family: "Myriad Pro", "Myriad Web", Myriad, Helvetica, sans-serif;
	padding: 0px 5px;
	display: block;
	border: 1px solid #999999;
}

#language .active a { background: #FFFFFF; }

#language a:hover { color: #000; border: 1px solid #000 }
#language a:active { background: #000; color: #FFF; }
#contact-btn {
	float: left;
	margin: 45px 25px 0;
}
#contact-btn li {
	color: #000000;
	font: 10px "Myriad Pro", "Myriad Web", Myriad, Helvetica, sans-serif;
	margin-right: 5px;
	display: block;
	float: left;
	width: 200px;
}
#main #contact-btn a {
	color: #999999;
	padding: 25px 5px;
	display: block;
	border: 1px solid #999999;
	text-align: center;
	font-size: 12px;
	background: #FFFFFF;
}

#main #contact-btn a:hover {
	color: #000000;
	border: 1px solid #000000;
	background: #FFFFFF;
}
#main #contact-btn a:active {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background: #999999;
}

#shoplist {
	width: 42em;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 3em;
}

#shoplist dt {
	line-height: 2em;
	display: block;
	cursor: pointer;
	font-weight: bold;
	margin-top: 1em;
}

#shoplist dd {
	list-style: none;
	display: block;
	font-size: 11px;
}

.info #content #main h3 { margin-top: 8px; }

#contract {
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 25px;
}

.pertner #main .header {
	margin: 15px 0px 0px;
	padding: 0px;
	height: 80px;
	width: 760px;
	border-style: none;
}

.pertner #main.contract .title {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: 1em;
	display: block;
	border-bottom: 1px solid #C3D83F;
	padding-left: 25px;
	padding-bottom: 0.2em;
}

.pertner #main p { margin-left: 25px; }

.pertner #contract dt {
	width: 150px;
	float: left;
	display: block;
	clear: left;
	margin-bottom: 1em;
}

.pertner #contract dd {
	float: right;
	display: block;
	width: 550px;
	margin: 0px 0px 1em;
	clear: right;
}

.pertner #main.pertner .title {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 14px;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #F09C00;
	padding-left: 25px;
}

.pertner #main.pertner form {
	margin-right: 25px;
	margin-left: 25px;
	width: 650px;
	display: block;
}

#main.pertner form th, 
#main.pertner form td {
	padding: 0 3px 6px 5px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: normal;
}

#menu .ja a { font: 12px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif; }
.con {
}
#con {
	background-color: #FFF;
	height: 30px;
	width: 760px;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 8px;
}
/*TOPICsページ--------------------------------------------------------------------------------------------------------------------------*/

.topics_date{
	font-size:10px;
	text-align:left;
}
.topics_img{
	width:400px;
	text-align:left;
}

.topics_new{
	color:#ff0000;
}


.cont_area{
	margin:0px 0px 40px 0px;
}
.gline {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: 14px;
	padding-left: 25px;
}
