@charset "UTF-8";
/*nico cakes webサイトのCSS*/
/* CSS Document */

/*[CSS設定項目]-----

01.全体的な設定
02.header
03.menu
04.container
05.contents
06.footer
*/

/*01.全体的な設定*/
* {
	margin : 0;
	padding : 0;
	color : #555555;
	font-size:9pt;
	font-style : normal;
	font-weight : normal;
	font-family :  Verdana, Helvetica, Arial, sans-serif, "Osaka", "Hiragino Kaku Gothic Pro", "lroSVbN";
	line-height : 200%;
	text-decoration : none;
}

body {
	height:auto;
	width:100%;
	min-height:100%;
	min-width:950px;
	margin:0px;
	border:0px;
	padding:0px;
}

html{
	height:auto;
	min-width:950px;
	background-color:#FFFFFF;
	margin:0px;
	border:0px;
	padding:0px;
}

a, a img {
	outline:0;
	border:0;
}

a,a:link,a:visited {
	color:#999999;
	text-decoration:underline;
}

a:hover {
	color:#FF9900;
	text-decoration:none;
}

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

.clearfix {
	display:inline-table;
}

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

.clearfix {
	display:block;
}
/*END hides from IE-mac*/
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}
/*layout*/
#wrap_header {
	position:relative;
	width:100%;
	height:128px;
	margin:0 0 22px 0;
	padding:0px;
	text-align: left;
}

* html #wrap_header {
	position:relative;
	width:100%;
	height:128px;
	margin:0 auto 22px auto;
	padding:0px;
	text-align:center;
}

#index #wrap_flash {
	width:100%;
	height:350px;
	margin:0;
	padding:0;
	text-align:center;
}

#index #flash {
	width:950px;
	height:350px;
	margin:0 auto;
	padding:0;
}

#company #wrap_flash,
#products #wrap_flash,
#contact #wrap_flash,
#detail #wrap_flash {
	width:100%;
	height:150px;
	margin:0;
	padding:0;
}

#company #flash,
#products #flash,
#contact #flash,
#detail #flash {
	width:950px;
	height:150px;
	margin:0 auto;
	padding:0;
}

#wrap_container {
	width:100%;
	min-height:250px;
	height:auto;
	margin:0;
	padding:0px0 20px 0;
}

* html #wrap_container {
	width:100%;
	min-height:250px;
	height:auto;
	margin:0;
	padding:0px0 20px 0;
	text-align:center;
}

#wrap_footer {
	width:100%;
	height:100px;
	margin:25px 0 0 0;
	padding:0;
}

* html #wrap_footer {
	width:100%;
	height:100px;
	margin:25px 0 0 0;
	padding:0;
	text-align:center;
}

/*02_header*/
#header {
	width:950px;
	height:125px;
	padding:0;
	margin:0 auto;
	border-bottom:#573526 3px solid;
	text-align:center;
	position:relative;
}

* html #header {
	width:950px;
	height:128px;
	padding:0;
	margin:0 auto;
	border-bottom:#573526 3px solid;
	text-align:center;
	position:relative;
}

#header h1 a#logo,
#header h1 a#logo:hover {
	display:block;
	width:200px;
	height:80px;
	margin:15px 0 0 0;
	padding:0;
	float:left;
	background:url(../img/common/logo.png) center top no-repeat;
	behavior: url(/js/iepngfix.htc);
	text-decoration:none;
	position:relative;
}

#header h1.shop a#logo,
#header h1.shop a#logo:hover {
	display:block;
	width:200px;
	height:80px;
	margin:15px 0 0 0;
	padding:0;
	float:left;
	background:url(../img/onlineshop/logo.png) center top no-repeat;
	behavior: url(/js/iepngfix.htc);
	text-decoration:none;
	position:relative;
}

/** html #header h1 {
	background-image:url(../img/common/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:200px;
	height:80px;
	margin:15px 0 0 0;
	padding:0;
	float:left;
}

* html #header h1 a#logo,
* html #header h1 a#logo:hover {
	display:block;
	width:200px;
	height:80px;
	text-decoration:none;
	position:relative;
	zoom:1;
}*/

#header h1 a#logo em,
#header address span {
	visibility:hidden;
}

#header address {
	width:175px;
	height:60px;
	display:block;
	float:right;
	background:url(../img/header/address.png) top center no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#header address.shop {
	width:175px;
	height:60px;
	display:block;
	float:right;
	clear:right;
	background:url(../img/header/address.png) top center no-repeat;
	behavior: url(/js/iepngfix.htc);
	margin:20px 0 0 0;
	padding:0;
}

/*03_menu*/
#gloval_navi {
	width:601px;
	height:45px;
	margin:15px auto 0 auto;
	padding:0;
	overflow:hidden;
	float:right;
	clear:right;
	background:url(../img/bg/gn_bg.png) left top no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#gloval_navi ul {
	width:600px;
	height:45px;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	border-right:#CCCCCC 1px dashed;
}

#gloval_navi li {
	float:left;
	display:block;
	width:149px;
	height:45px;
	border-left:#CCCCCC 1px dashed;
	list-style:none;
	margin:0;
	padding:0;
}

* html #gloval_navi li {
	float:left;
	display:block;
	width:148px;
	height:45px;
	border-left:#CCCCCC 1px dashed;
	list-style:none;
	margin:0;
	padding:0;
}

#gloval_navi li a {
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	width:149px;
	height:45px;
	margin:0;
	padding:0;
}

* html #gloval_navi li a {
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	width:148px;
	height:45px;
	margin:0;
	padding:0;
}

#gn_01 a {
	background:url(../img/navi/gn_01.png) top center no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#gn_01 a:hover {
	background:url(../img/navi/go_01.png) top center no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#gn_02 a {
	background:url(../img/navi/gn_02.png) top center no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#gn_02 a:hover {
	background:url(../img/navi/go_02.png) top center no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#gn_03 a {
	background:url(../img/navi/gn_03.png) top center no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#gn_03 a:hover {
	background:url(../img/navi/go_03.png) top center no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#gn_04 a {
	background:url(../img/navi/gn_04.png) top center no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#gn_04 a:hover {
	background:url(../img/navi/go_04.png) top center no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#local_navi {
	width:235px;
	height:auto;
	padding:0;
	margin:0 0 20px 0;
}

#local_navi h2 {
	width:auto;
	height:25px;
	border-left:#573526 solid 3px;
	/*background:#EFEFEF;*/
	margin:0 0 8px 0;
	padding:2px 0 5px 5px;
	font-size:14px;
}

#local_navi ul {
}

#local_navi li {
	list-style:none;
	display:block;
	height:25px;
	margin:0;
	padding:5px 0 5px 0px;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/list/circle_01.png) left no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#local_navi li:hover {
	list-style:none;
	display:block;
	height:25px;
	margin:0;
	padding:5px 0 5px 0px;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/list/circle_02.png) left no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#local_navi li a {
	display:block;
	text-decoration:none;
	padding:0 0 0 20px;
	margin:0 0 0 5px;
}

#local_navi li a:hover {
	display:block;
	text-decoration:none;
	padding:0 0 0 20px;
	margin:0 0 0 5px;
}

/*オンラインショップ*/
#header_navi {
	width:401px;
	height:25px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	float:right;
}

#header_navi ul {
	width:400px;
	height:25px;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	border-right:#CCCCCC 1px dashed;
}

#header_navi li {
	float:left;
	display:block;
	width:99px;
	height:25px;
	border-left:#CCCCCC 1px dashed;
	list-style:none;
	margin:0;
	padding:0;
}

* html #header_navi li {
	float:left;
	display:block;
	width:98px;
	height:25px;
	border-left:#CCCCCC 1px dashed;
	list-style:none;
	margin:0;
	padding:0;
}

#header_navi li a {
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	width:99px;
	height:25px;
	margin:0;
	padding:0;
}

* html #header_navi li a {
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	width:98px;
	height:25px;
	margin:0;
	padding:0;
}

#header_navi #gn_01 a {
	background:url(../img/onlineshop/gn_01.png) top center no-repeat;
}

#header_navi #gn_01 a:hover {
	background:url(../img/onlineshop/go_01.png) top center no-repeat;
}

#header_navi #gn_02 a {
	background:url(../img/onlineshop/gn_02.png) top center no-repeat;
}

#header_navi #gn_02 a:hover {
	background:url(../img/onlineshop/go_02.png) top center no-repeat;
}

#header_navi #gn_03 a {
	background:url(../img/onlineshop/gn_03.png) top center no-repeat;
}

#header_navi #gn_03 a:hover {
	background:url(../img/onlineshop/go_03.png) top center no-repeat;
}

#header_navi #gn_04 a {
	background:url(../img/onlineshop/gn_04.png) top center no-repeat;
}

#header_navi #gn_04 a:hover {
	background:url(../img/onlineshop/go_04.png) top center no-repeat;
}

/*04.container */
#container {
	width:950px;
	height:auto;
	min-height:250px;
	margin:25px auto;
	padding:0;
	border:none;
	clear:both;
	text-align:left;
}

#index #main,
#contact #main {
	width:700px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

#index #side,
#contact #side {
	width:235px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
}

#company #main,
#archive_index #main,
#products #main,
#detail #main {
	width:700px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
}

#company #side,
#archive_index #side,
#products #side,
#detail #side {
	width:235px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

.shop #main {
	width:750px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
}

.shop #side {
	width:175px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

#pan {
	width:710px;
	height:25px;
	margin:0 20px 15px 20px;
	padding:3px 0 0 0;
}

.shop #pan {
	width:750px;
	height:25px;
	margin:0 0 15px 0;
	padding:3px 0 0 0;
	border-top:#D2691E 3px solid;
}

#main #flash {
	width:750px;
	height:300px;
	margin:0 0 25px 0;
	padding:0;
}

#main #flash #image {
	width:750px;
	height:300px;
	margin:0 0 0px 0;
	padding:0;
}


/*05.contents*/
h1 {
}
h4 {
}

h5 {
}

h6 {
}

#fair {
	width:700px;
	height:auto;
	margin:0 0 25px 0;
}

#side #map {
	margin:0 0 20px 0;
}

#side #map h2 {
	width:235px;
	height:20px;
	background:url(../img/contents/access_h2.png) top left;
	text-indent:-9999px;
}

#side #map a {
	border:#EEEEEE solid 5px;
	display:block;
	margin:0;
	padding:0;
}

#side #map a:hover {
	border:#BBBBBB solid 5px;
	display:block;
	margin:0;
	padding:0;
}

#side #map a img {
	width:225px;
	height:225px;
}

#side .blog {
	margin:0 0 20px 0;
}

#side .blog a {
	border:#EEEEEE solid 5px;
	display:block;
	margin:0;
	padding:0;
}

#side .blog a:hover {
	border:#BBBBBB solid 5px;
	display:block;
	margin:0;
	padding:0;
}

#fair a {
	display:block;
	width:690px;
	height:auto;
	margin:0;
	padding:0;
	border:#DDDDDD solid 5px;
}

#fair a:hover {
	display:block;
	width:690px;
	height:auto;
	margin:0;
	padding:0;
	border:#D2691E solid 5px;
}

#fair a img {
	width:690px;
	height:auto;
}

#news,
#archive {
	width:700px;
	height:auto;
}

#news h2 {
	width:700px;
	height:35px;
	background:url(../img/contents/news_release.png) top left no-repeat;
	text-indent:-9999px;
	margin:0 0 10px 0;
	padding:0;
}

#company #archive h2 {
	width:700px;
	height:35px;
	background:url(../img/contents/company_h2.png) top left no-repeat;
	text-indent:-9999px;
	margin:0 0 10px 0;
	padding:0;
}

#products #archive h2 {
	width:700px;
	height:35px;
	background:url(../img/contents/products_h2.png) top left no-repeat;
	text-indent:-9999px;
	margin:0 0 10px 0;
	padding:0;
}

#products #archive h3 {
	width:680px;
	height:35px;
	background:url(../img/contents/h3.png) left no-repeat;
	margin:0 0 20px 0;
	padding:5px 0 0 20px;
	font-size:14px;
	border-bottom:#CCCCCC solid 1px;
}

#products #archive h2 {
	width:700px;
	height:35px;
	background:url(../img/contents/pickup_p_h2.png) top left no-repeat;
	text-indent:-9999px;
	margin:0 0 10px 0;
	padding:0;
}

#contact #main h2 {
	width:700px;
	height:35px;
	background:url(../img/contents/contact_h2.png) top left no-repeat;
	text-indent:-9999px;
	margin:0 0 20px 0;
	padding:0;
}

#contact #main h3 {
	width:700px;
	height:35px;
	background:url(../img/contents/contact_h3.png) top left no-repeat;
	text-indent:-9999px;
	margin:0 0 20px 0;
	padding:0;
}

#news .contents,
#company #archive .contents{
	width:700px;
	height:auto;
}

#products #archive .contents {
	width:720px;
	height:auto;
	margin:0 0 0 -20px;
	padding:0 0 0 0px;
}

* html #products #archive .contents {
	width:700px;
	height:auto;
	margin:0 0px 0 0px;
	padding:0 0 0 0px;
}

#news .entry,
#company #archive .entry {
	width:700px;
	height:150px;
	overflow:hidden;
	padding:0 0 8px 0;
	border-bottom:#CCCCCC dotted 1px;
	margin:0 0 16px 0;
}

* html #news .entry,
* html #company #archive .entry {
	width:700px;
	height:166px;
	overflow:hidden;
	padding:0 0 16px 0;
	border-bottom:#CCCCCC dotted 1px;
	margin:0 0 16px 0;
}

#products #archive .entry {
	width:160px;
	height:auto;
	overflow:hidden;
	padding:0;
	border:none;
	margin:0 0 16px 20px;
	float:left;
}

* html #products #archive .entry {
	width:160px;
	height:auto;
	overflow:hidden;
	padding:0;
	border:none;
	margin:0 0px 16px 10px;
	float:left;
}

#page .entrybody {
	width:94%;
	margin:10px 3%;
}

#page .coments span {
	color:#D2691E
}

#page .coments {
	text-align:right;
}

#page .entry_more {
	text-align:right;
}

#news .entry .left,
#company #archive .entry .left {
	width:150px;
	height:150px;
	float:left;
	margin:0 0 0px 0;
	_margin:0 0 16px 0;
	padding:0;
}


#products #archive a.image {
	display:block;
	width:150px;
	height:150px;
	border:#CCCCCC solid 1px;
	margin:0 0 5px 0;
	padding:4px;
}

#products #archive .entry a.image:hover {
	display:block;
	width:150px;
	height:150px;
	border:#D2691E solid 1px;
	margin:0 0 5px 0;
	padding:4px;
}

#products #archive .entry p {
	text-align:center;
	height:2em;
}

#products #archive .entry p a {
	color:#999999;
	text-decoration:none;
	font-size:110%;
}

#products #archive .entry p a:hover {
	color:#D2691E;
	text-decoration:none;
	font-size:110%;
}

#products .contents .left {
	width:600px;
	text-align:center;
	min-height:420px;
}

#products .contents .right {
	width:100px;
}

#products .contents .left img {
	width:560px;
	height:auto;
	padding:4px;
	border:#CCCCCC solid 1px;
	margin:10px auto;
}

#products .contents .right img {
	width:90px;
	height:auto;
	padding:4px;
	border:#CCCCCC 1px solid;
	margin:10px 0;
}

#products .contents .right img:hover {
	width:90px;
	height:auto;
	padding:4px;
	border:#D2691E 1px solid;
	margin:10px 0;
}

#products .contents .price {
	width:680px;
	clear:both;
	margin:10px;
}

#products .contents .price span {
	color:#D2691E;
}

#products .contents .entrybody {
	width:680px;
	clear:both;
	margin:10px;
}

#news .entry .left a,
#company #archive .left a {
	display:block;
	width:140px;
	height:140px;
	border:#CCCCCC solid 1px;
	margin:0;
	padding:4px;
}

#news .entry .left a:hover,
#company #archive .entry .left a:hover {
	display:block;
	width:140px;
	height:140px;
	border:#D2691E solid 1px;
	margin:0;
	padding:4px;
}

#news .entry .left a img,
#archive_index #news .entry .left a img,
#company #archive .entry .left a img {
	width:140px;
	height:140px;
	margin:0;
	padding:0;
} 

#news .entry .right,
#company #archive .entry .right,
#archive_index .entry .right {
	width:550px;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;
}

#news .entry .right h3,
#company #archive .entry .right h3,
#archive_index .entry .right h3 {
	width:350px;
	margin:0 0 0 20px;
	padding:3px 3px 3px 5px;
	border-left:#553c32 3px solid;
	float:left;
}

* html #news .entry .right h3,
* html #company #archive .entry .right h3,
* html #archive_index .entry .right h3 {
	width:350px;
	margin:0 0 0 10px;
	padding:3px 3px 3px 5px;
	border-left:#553c32 3px solid;
	float:left;
}

#news .entry .right h3 a,
#company #archive .entry .right h3 a,
#archive_index .entry .right h3 a {
	font-size:14px;
	color:#D2691E;
	text-decoration:none;
}

#news .entry .right h3 a:hover,
#company #archive .entry .right h3 a:hover,
#archive_index .entry .right h3 a:hover {
	font-size:14px;
	color:#FF9900;
	text-decoration:underline;
}

#news .entry .right h4,
#archive_index .entry .right h4 {
	width:150px;
	margin:0 0 0 0px;
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#CCCCCC;
	text-align:right;
}

#company #archive .entry .right h4 {
	width:150px;
	margin:-4px 0 0 0px;
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#CCCCCC;
	text-align:right;
}

#news .entry .right .excerpt,
#company #archive .entry .right .excerpt,
#archive_index .entry .right .excerpt {
	width:530px;
	margin:0 0 0 20px;
}

#page {
	width:700px;
	padding:0 0 10px 0;
	border-bottom:#CCCCCC dotted 1px;
	margin:0 0 20px 0;
}

#page h2,
#sitemap h2 {
	width:680px;
	height:25px;
	background:url(../img/contents/h2.png) top left no-repeat;
	margin:0 0 10px 0;
	padding:5px 10px;
	font-size:110%;
	color:#D2691E;
}

#page h3 {
	width:auto;
	margin:0 0 10px 10px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#CCCCCC;
}

#page img {
	max-width:700px;
}

.entrybody img {
	border:#CCCCCC solid 1px;
	padding:4px;
}

.seeall {
	text-align:right;
}

#banner {
	width:235px;
	height:auto;
	margin:0;
	padding:0 0 10px 0;
	background:url(../img/bg/side_bg.png) top center repeat-y;
	behavior: url(/js/iepngfix.htc);
}

#banner h2 {
	width:235px;
	height:20px;
	background:url(../img/contents/link_h2.png) top left;
	text-indent:-9999px;
}

#banner h2 {
	width:235px;
	height:20px;
	background:url(../img/contents/link_h2.gif) top left;
	text-indent:-9999px;
}

#banner a {
	display:block;
	width:200px;
	height:auto;
	margin:10px 16px 5px 17px;
	padding:0;
	border:#CCCCCC solid 1px;
}

#banner a:hover {
	display:block;
	width:200px;
	height:auto;
	margin:10px 16px 5px 17px;
	padding:0;
	border:#D2691E solid 1px;
}

.sitemap {
	width:50%;
	height:auto;
	float:left;
	margin:10px 0;
}

.sitemap h3 {
	width:90%;
	height:25px;
	border-left:#573526 solid 3px;
	/*background:#EFEFEF;*/
	margin:0 0 8px 0;
	padding:2px 0 5px 5px;
}

.sitemap h3 a {
	font-size:14px;
	color:#D2691E;
	text-decoration:none;
}

.sitemap h3 a:hover {
	font-size:14px;
	color:#FF9900;
}

.sitemap ul {
	list-style:none;
	display:block;
	width:90%;
	margin:0 10% 10px 0%;
	border-bottom:#CCCCCC dotted 1px;
}

.sitemap ul li {
	margin:5px 10px;
}

/*コメント*/
#comments-open-data label{
	display:block;
	width:250px;
}

#comment-form-name,#comment-form-email,#comment-form-url,#comment-form-remember-me,#comment-form-reply,#comments-open-text{
	margin:10px 0;
}

#comments-open-footer {
	padding:5px 0 20px 0;
	border-bottom:#CCCCCC dotted 1px;
	margin:0 0 15px 0;
}

.comments-content, .comments-open-content {
	width:630px;
	margin:10px 10px 30px 10px;
}
/*メールフォーム*/
#ajax_mail {
	width:700px;
}

form fieldset {
	margin:0px 0 0 0px;
	border:none;
}

fieldset dl,
fieldset dt,
fieldset dd,
form,fieldset,input,textarea,button{
	margin:0;
	padding:0;
	font-size:100%;
}

fieldset dt {
	margin:2px 0 0 0;
	width:20%;
	float:left;
}

fieldset dd {
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:1px dotted #CCCCCC;
}

fieldset dd p{
	text-align:left;
}

fieldset form {
	padding:0;
	width:500px;
}

fieldset fieldset {
	margin:30px 0 50px 0;
	border:none;
}

fieldset input,
fieldset textarea {
	padding:0.2em;
	border:1px solid #aaa;
}

fieldset input {
	width:35%;
}

fieldset textarea {
	width:75%;
	height:200px;
}

fieldset p {
	text-align:center;
	margin:0 auto;
	width:300px;
}

fieldset button {
	padding:3px 5px;
	border-top:3px double #bbb;
	border-right:3px double #666;
	border-bottom:3px double #666;
	border-left:3px double #bbb;
	background:#ECECEC;
}

fieldset button:active {
	padding:3px 5px;
	border-top:3px double #666;
	border-right:3px double #bbb;
	border-bottom:3px double #bbb;
	border-left:3px double #666;
	background-color:#333333;
	color:#FFFFFF;
}

#thanks h3 {
	text-align:center;
}
/*---------------------*/
.red {
	color:#FF0000;
}

.gray {
	color:#777777;
}

#tel_fax {
	margin:30px 0 20px 0;
}

#tel_fax dl {
	display:block;
	margin:10px auto;
}

.entrybody dl {
	display:block;
	margin:15px 0;
	width:100%;
}

#tel_fax dt {
	margin:2px 20px 0 0;
	width:25%;
	float:left;
	font-size:110%;
	border-right:#CCCCCC dashed 1px;
}

.entrybody dt {
	margin:2px 20px 0 0;
	width:24%;
	height:100%;
	float:left;
	clear:left;
	font-size:110%;
	border-right:#CCCCCC dashed 1px;
}

#tel_fax dd,
.entrybody dd {
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:1px dotted #CCCCCC;
	font-family:monospace;
	font-size:120%;
}

.entrybody dd {
	width:75%;
	clear:right;
}

.entrybody dd p {
	clear:right;
}

.entrybody .cell {
}

.entrybody iframe {
	padding:4px;
	border:#CCCCCC solid 1px;
}

.english {
	color:#999999;
}

/*テーブル*/
.cell table {
	width:680px;
	margin:10px auto;
	border:#CCCCCC solid 1px;
	border-collapse:collapse;
}

.cell table td {
	border:#CCCCCC solid 1px;
	padding:5px;
}

.cell table td.item {
	width:150px;
	font-size:110%;
	background:url(../img/contents/table_dt.png) left top repeat;
}

.celltable td.content {
	width:500px;
	font-family:monospace;
}

.celltable td.content p {
	font-family:monospace;
}

/*オンラインショップ*/
#main #recommend,
#main #foryou,
.shop #main #archive,
.shop #main #page {
	width:750px;
	height:auto;
	margin:0 0 25px 0;
	padding:0;
}

.shop #main #recommend .contents,
.shop #main #foryou .contents,
.shop #main #archive .contents {
	width:770px;
	height:auto;
	margin:0 0 0 -20px;
	padding:0 0 0 0px;
}

* html .shop #main #recommend .contents,
* html .shop #main #foryou .contents,
* html .shop #main #archive .contents,
* html .shop #main #page .contents {
	width:750px;
	height:auto;
	margin:0 0px 0 0px;
	padding:0 0 0 0px;
}

.shop #main #recommend .entry,
.shop #main #foryou .entry,
.shop #main #archive .entry {
	width:134px;
	height:auto;
	overflow:hidden;
	padding:0;
	border:none;
	margin:0 0 16px 20px;
	float:left;
	text-align:center;
}

* html .shop #main #recommend .entry,
* html .shop #main #foryou .entry,
* html .shop #main #archive .entry {
	width:134px;
	height:auto;
	overflow:hidden;
	padding:0;
	border:none;
	margin:0 0px 16px 10px;
	float:left;
	text-align:center;
}

.shop #main #recommend a.image,
.shop #main #foryou a.image,
.shop #main #archive a.image {
	display:block;
	width:124px;
	height:auto;
	border:#CCCCCC solid 1px;
	margin:0 0 5px 0;
	padding:4px;
}

.shop #main #recommend .entry a.image:hover,
.shop #main #foryou .entry a.image:hover,
.shop #main #archive .entry a.image:hover {
	display:block;
	width:124px;
	height:auto;
	border:#D2691E solid 1px;
	margin:0 0 5px 0;
	padding:4px;
}

#main #recommend h2 {
	width:750px;
	height:35px;
	background:url(../img/onlineshop/recommend_h2.png) top left no-repeat;
	text-indent:-9999px;
	margin:0 0 20px 0;
	padding:0;
}

.shop #page h2,
.shop #detail h2,
.shop #foryou h2,
.shop #archive h2,
.shop #privacy h2,
.shop #shop h2 {
	width:730px;
	height:25px;
	background:url(../img/contents/h2.png) top left no-repeat;
	margin:0 0 10px 0;
	padding:5px 10px;
	font-size:110%;
	color:#D2691E;
}

.shop #main #contents h3 {
	width:730px;
	height:35px;
	background:url(../img/contents/h3.png) left no-repeat;
	margin:0 0 20px 0;
	padding:5px 0 0 20px;
	font-size:14px;
	border-bottom:#CCCCCC solid 1px;
}

.shop #main #contents .note {
	width:98%;
	margin:0 auto 10px auto;
}

.shop #archive .sort,
.shop #archive .pagenavi {
	width:750px;
	margin:0 0 5px 20px;
}

.shop #detail .left {
	width:500px;
	height:auto;
	margin:10px 0;
}

.shop #detail .contents .right {
	width:250px;
	height:auto;
	margin:10px 0;
}

.shop #detail img#target {
	padding:4px;
	border:#CCCCCC solid 1px;
}

.shop #detail .thumbnail img {
	display:block;
	padding:4px;
	margin:10px 10px 10px 0;
	width:100px;
	height:auto;
	border:#CCCCCC solid 1px;
	float:left;
}

.shop #detail .thumbnail img:hover {
	display:block;
	padding:4px;
	margin:10px 10px 10px 0;
	width:100px;
	height:auto;
	border:#FF9900 solid 1px;
	float:left;
}

.shop #detail .contents .right table.spec {
	width:100%;
	border:#CCCCCC solid 1px;
	border-collapse:collapse;
}

.shop #detail .contents .right table th {
	padding:3px;
	border:#CCCCCC solid 1px;
	background:url(../img/contents/table_dt.png) left top repeat;
}

.shop #detail .contents .right table td {
	padding:3px;
	border:#CCCCCC solid 1px;
	text-align:center;
}

.shop #detail .contents .right table td table {
	border:none;
	margin:2px auto;
}

.shop #detail .contents .right table td table td {
	border:none;
}

.shop #detail .contents .right .cart_in {
	width:250px;
	margin:10px 0;
	text-align:right;
}

.shop #shop #contents table {
	width:98%;
	margin:10px auto;
	border:#CCCCCC solid 1px;
	border-collapse:collapse;
}

.shop #shop #contents table th {
	width:25%;
	padding:5px;
	border:#CCCCCC solid 1px;
	background:url(../img/contents/table_dt.png) left top repeat;
}

.shop #shop #contents table td {
	padding:5px;
	border:#CCCCCC solid 1px;
}

.shop #detail .contents .entrybody {
	padding:15px 0;
	border-bottom:#CCCCCC dotted 1px;
}

#side #cart {
	width:175px;
	height:auto;
	border-top:#CCCCCC dotted 1px;
}

#side #cart a {
	display:block;
	width:175px;
	height:48px;
	text-decoration:none;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/onlineshop/cart.png) 50% center no-repeat;
}

#side #cart a:hover {
	display:block;
	width:175px;
	height:48px;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/onlineshop/cart_over.png) 50% center no-repeat;
}

#side #cart a span,
#side #login a span,
#side #logout a span,
#side #signup a span {
	visibility:hidden;
}

#side #cart ul {
}

#side #cart li {
	list-style:none;
	display:block;
	margin:0;
	height:25px;
	padding:5px 0 5px 0px;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/list/circle_01.png) left no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#side #cart li:hover {
	list-style:none;
	display:block;
	margin:0;
	padding:5px 0 5px 0px;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/list/circle_02.png) left no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#side #cart li a {
	display:block;
	text-decoration:none;
	padding:0 0 0 20px;
	margin:0 0 0 5px;
	width:150px;
	background:none;
}

#side #cart li a:hover {
	display:block;
	text-decoration:none;
	padding:0 0 0 20px;
	margin:0 0 0 5px;
	width:150px;
	background:none;
}

#side #cart li p {
	display:block;
	text-decoration:none;
	padding:0 0 0 20px;
	margin:0 0 0 5px;
	width:150px;
	background:none;
}

#side #login {
	width:175px;
	height:auto;
}

#side #login span.block {
	display:block;
	width:auto;
	height:15px;
	padding:3px 5px 8px 5px;
	font-size:10px;
	color:#FFFFFF;
	background:url(../img/onlineshop/block.png) top left repeat-y;
}

#side #login_btn a {
	display:block;
	width:175px;
	height:50px;
	border-top:#CCCCCC dotted 1px;
	border-bottom:#CCCCCC dotted 1px;
	text-decoration:none;
	background:url(../img/onlineshop/login.png) 50% center no-repeat;
}

#side #login_btn a:hover {
	display:block;
	width:175px;
	height:50px;
	border-top:#CCCCCC dotted 1px;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/onlineshop/login_over.png) 50% center no-repeat;
}

#side #logout_btn a {
	display:block;
	width:175px;
	height:50px;
	border-top:#CCCCCC dotted 1px;
	border-bottom:#CCCCCC dotted 1px;
	text-decoration:none;
	background:url(../img/onlineshop/logout.png) 50% center no-repeat;
}

#side #logout_btn a:hover {
	display:block;
	width:175px;
	height:50px;
	border-top:#CCCCCC dotted 1px;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/onlineshop/logout_over.png) 50% center no-repeat;
}

#side #signup_btn a {
	display:block;
	width:175px;
	height:50px;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/onlineshop/signup.png) 50% center no-repeat;
}

#side #signup_btn a:hover {
	display:block;
	width:175px;
	height:50px;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/onlineshop/signup_over.png) 50% center no-repeat;
}

#qr_cord {
	text-align:center;
	margin:25px 0;
}

#qr_cord h3 {
	text-indent:-9999px;
	background:url(../img/onlineshop/qr_h3.png) top center no-repeat;
	width:175px;
	height:20px;
	margin:0 0 0px 0;
}

#category {
	margin:0 0 10px 0;
}

#category h3 {
	text-indent:-9999px;
	background:url(../img/onlineshop/category_h3.png) top center no-repeat;
	width:175px;
	height:20px;
	margin:0 0 0px 0;
}

#side #category li {
	list-style:none;
	display:block;
	margin:0;
	height:25px;
	padding:5px 0 5px 0px;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/list/circle_01.png) left no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#side #category li:hover {
	list-style:none;
	display:block;
	margin:0;
	padding:5px 0 5px 0px;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/list/circle_02.png) left no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#side #category li a {
	display:block;
	text-decoration:none;
	padding:0 0 0 20px;
	margin:0 0 0 5px;
	width:150px;
	background:none;
}

#side #category li a:hover {
	display:block;
	text-decoration:none;
	padding:0 0 0 20px;
	margin:0 0 0 5px;
	width:150px;
	background:none;
}
/*オンラインストア 決済画面*/
.base01 .title_area a {
	display:block;
	width:200px;
	height:80px;
	margin:15px 0 0 0;
	padding:0;
	float:left;
	background:url(../img/onlineshop/logo.png) center top no-repeat;
	behavior: url(/js/iepngfix.htc);
	text-decoration:none;
	position:relative;
}

.title_area a span.shop_title {
	visibility:hidden;
}

/*06.footer*/
#footer {
	width:950px;
	height:90px;
	margin:0 auto;
	padding:5px 0 0 0;
	border-top:#CCCCCC solid 1px;
	font-size:8px;
}

#footer ul {
	display:block;
}

#footer li {
	float:left;
	list-style:none;
	margin:0px 5px 0 0px;
}

#footer li a {
	font-size:10px;
}

#copyright {
	display:block;
	width:250px;
	height:25px;
	float:right;
	text-align:right;
	background:url(../img/common/copy.png) top right no-repeat;
}

* html #copyright {
	display:block;
	width:250px;
	height:25px;
	float:right;
	text-align:right;
	background-image:url(../img/common/copy.png);
	background-position:right;
	background-repeat:no-repeat;
}

#copyright em {
	visibility:hidden;
}

