@charset "UTF-8";

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	/*border:0;*/
        border-color:#F5F5F5;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

img { border:0; }

/* ---------- body ---------- */

body
{
	background-color:#f3f3e7;
	text-align:center;
}

a
{
	color:#006699;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.waku-a {
	font-size: 12px;
	line-height: 140%;
	padding: 7px;
	border: 1px solid #CCCCCC;
}

/*---------ここからshop.css--------*/

.text12 {
	font-size: 12px;
}
.text12b {
	font-size: 12px;
	line-height: 140%;
	padding: 10px;
}
.text12c {
	font-size: 12px;
	line-height: 140%;
	padding: 10px;
	color: #666666;
}
.text12d {
	background: #999966;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 130%;
	padding: 3px;
}
.text12e {
	font-size: 12px;
	line-height: 130%;
	background: #EEEEEE;
	padding: 5px 5px 5px 10px;
}
.photo {
	padding: 5px;
}
.text12f {
	font-size: 12px;
	background: #DDDDDD;
	padding-left: 10px;
}
.text10 {
	font-size: 10px;
}
.price {
	font-size: 12px;
	border-top: 1px dashed #666666;
	border-bottom: 1px dotted #666666;
	line-height: 150%;
}
.text10b {
	font-size: 10px;
	line-height: 130%;
	padding: 5px;
}
.mail {
    width: 95px;
	height: 15px;
}
.text12pad7 {
	font-size: 12px;
	padding: 7px;
}
.cart {
	font-size: 12px;
	line-height: 180%;
	padding-left: 7px;
}
.test16 {
	font-size: 16px;
}

/*--------ここまでshop.css---------*/

/*-----------postmail_form-------------*/

.textfield
{ 
     border: 1px solid #cccccc;
}

/* ---------- inquiry-content ---------- */

div#inquiry-content
{
	background:#ffffff;
	width:520px;
	margin:0 auto;
	border:1px solid #cccccc;
	text-align:left;
}

div.inquiry-content-inner
{
	padding:20px 20px;
}

div.inquiry-content-inner h1
{
	margin:0 0 10px 0;
}

/* ---------- inquiry-content_end ---------- */

/* ---------- inquiry-table ---------- */

p.caption
{
	font-size:80%;
	margin:0 0 10px 0;
}

table.inquiry-table
{
	width:100%;
	border-collapse:collapse;
	margin:0 0 20px 0;
}

table.inquiry-table th,
table.inquiry-table td
{
	border:1px solid #cccccc;
	padding:5px;
	font-size:80%;
}

table.inquiry-table th
{
	font-weight:normal;
	text-align:left;
	background:#eeeeee;
	width:200px;
}

/* ---------- inquiry-table_end ---------- */

/* ---------- form-submit ---------- */

div.form-submit
{
	text-align:center;
}

div.form-submit input
{
	width:100px;
	font-size:80%;
}

/* ---------- form-submit_end ---------- */

/* ---------- error ---------- */

blockquote.error
{
	color:#ff0000;
	font-size:80%;
	text-align:center;
	margin:0 0 20px 0;
	border:1px solid #cccccc;
	padding:15px;
}

blockquote.error p
{
	line-height:150%;
}

/* ---------- error_end ---------- */

/* ---------- success ---------- */

blockquote.success
{
	color:#333333;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
	border:1px solid #cccccc;
	padding:15px;
}


/* ---------- success_end ---------- */

/* ---------- color ---------- */

span.red
{
	color:#ff0000;
}

/* ---------- color_end ---------- */
/*-------postmail_form_end--------*/


/* ---------- body_end ---------- */

/* ---------- container ---------- */

div#container
{
	background-image:url(http://kolk.chicappa.jp/img/container_bg.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	border-bottom:1px solid #d7d6c1;
	width:800px;
	margin:0 auto;
	text-align:left;
}

div.container-inner
{
	background-image:url(http://kolk.chicappa.jp/img/container_inner_bg2.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
	padding:0 2px;
}

div.container-archive
{
	background-image:url(http://kolk.chicappa.jp/img/container_archive_bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
	padding:0 2px;
}

/* ---------- container ---------- */

/* ---------- header ---------- */

div#header
{
	width:100%;
}

div.header-inner
{
	padding:15px;
}

div#header img
{
	float:left;
}

div#header p
{
	text-align:right;
	font-size:70%;
	color:#999999;
}

div#header p a
{
	color:#666666;
}

/* ---------- header_end ---------- */

/* ---------- content ---------- */

div#content
{
	clear:left;
	padding:10px;
}

/* ---------- content_end ---------- */

/* ---------- main ---------- */

div#main
{
	width:560px;
	float:right;
	margin-bottom:15px;
}

div#banner
{
	width:100%;
	height:150px;
}

div.banner-inner
{
	padding-top:55px;
	padding-left:15px;
}

div.banner-inner h1
{
	text-decoration:none;
	margin-bottom:5px;
}

div.banner-inner h2
{
	font-size:80%;
	font-weight:normal;
	color:#003399;
}

div#info-box
{
	width:100%;
	background-image:url(http://kolk.chicappa.jp/img/dotted.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	padding-top:5px;
	margin-bottom:10px;
}

div#info-box p
{
	font-size:80%;
	color:#666666;
	line-height:150%;
	margin-bottom:10px;
}

div#info-box img
{
	float:left;
	margin-right:15px;
	vertical-align:middle;
}

div.info-box-btm
{
	clear:left;
	width:100%;
	background-image:url(http://kolk.chicappa.jp/img/dotted.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	height:1px;
}

div.info-box-btm hr
{
	display:none;
}

div#news-box h3
{
	font-size:2px;
	font-weight:normal;
	text-align:left;
	text-indent:-9999px;
	width:571px;
	height:30px;
	background-image:url(http://kolk.chicappa.jp/img/news_box_tit.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin-bottom:10px;
}

div.news-box-inner ul li
{
	font-size:80%;
	list-style:none;
	line-height:160%;
	color:#666666;
}

table.toshi td
{
	font-size: 12px;
	padding: 5px;
}

/* ---------- main_end ---------- */

/* ---------- sidebar ---------- */

div#sidebar
{
	margin-bottom:15px;
	width:200px;
}

div.contents-menu h4,div.contents-search h4
{
	font-size:2px;
	font-weight:normal;
	text-align:left;
	text-indent:-9999px;
	width:100%;
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin-bottom:10px;
}

div.contents-menu
{
	margin-bottom:20px;
}

div.contents-menu h4
{
                width: 104px;
	height:2px;
}

div.contents-search h4
{
	height:1px;
}

div.category-archives
{
	font-size:80%;
}

div.category-archives ul
{
	list-style:none;
	background-image:url(http://kolk.chicappa.jp/img/dotted.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	padding:1px 0 1px 0;
}

div.category-archives ul li
{
	background-image:url(http://kolk.chicappa.jp/img/dotted.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	padding:1px 0 2px 0;
}

div.category-archives ul li a
{
	padding:5px 0;
	display:block;
	border-left:10px solid #006699;
	text-indent:10px;
}

div.category-archives ul li a:hover
{
	border-left:10px solid #006699;
	background-color:#efefef;
}

div.category-archives ul.sub-category li a
{
	padding:3px 0;
	display:block;
	border-left:none;
	text-indent:20px;
	background-image:url(http://kolk.chicappa.jp/img/sub_category_icon.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
}

div.category-archives ul.sub-category li a:hover
{
	padding:3px 0;
	display:block;
	border-left:none;
	text-indent:20px;
	background-image:url(http://kolk.chicappa.jp/img/sub_category_icon.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

div.category-archives ul.sub-category
{
	background-image:url(http://kolk.chicappa.jp/img/dotted.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	margin:1px 0 0 0;
	padding:0 0 5px 0;
}

div.category-archives ul.sub-category li
{
	background-image:none;
	padding:2px 0 1px 0;
}

div.contents-search label
{
	font-size:70%;
	color:#999999;
}

div.search-form
{
	background-color:#ffffff;
	padding:10px;
	margin-bottom:5px;
}

div.contents-search input#search
{
	border:1px solid #999999;
	font-size:80%;
	color:#666666;
	margin:5px 0;
}

div#sidebar a.rss
{
	font-size:2px;
	text-decoration:none;
	text-align:left;
	display:block;
	height:32px;
	text-indent:-1200px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(http://kolk.chicappa.jp/img/rss.gif);
	margin-bottom:5px;
	margin-left:13px;
}

div#sidebar a.rss:hover
{
	background-position:0 0%;
}

div#sidebar a.powered
{
	font-size:60%;
	color:#cccccc;
}

/* ---------- sidebar_end ---------- */

/* ---------- footer ---------- */

div.footer
{
	clear:both;
	border-top:1px solid #a7d3d3;
	text-align:center;
	font-size:60%;
	color:#999999;
	padding:5px 0 20px 0;
}

/* ---------- footer_end ---------- */

/* ---------- archives ---------- */

div#main p.navi
{
	font-size:60%;
	margin-bottom:10px;
	color:#666666;
}

div#main ul.site-archives
{
	list-style-position:inside;
}

div#main ul.site-archives li
{
	font-size:80%;
	margin:0 0 5px 0;
}

div.entry
{
	margin-bottom:20px;
}

div.entry blockquote
{
	border:1px solid #edce8d;
	background-color:#f7efdc;
	padding:10px;
	font-size:80%;
	color:#666666;
	line-height:150%;
	margin:0 0 10px; 0;
}

div.entry h1
{
	background-image:url(http://kolk.chicappa.jp/img/entry_h1.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#ecb5b5;
	color:#ffffff;
	border-left:1px solid #66cccc;
	border-right:1px solid #66cccc;
	border-bottom:1px solid #66cccc;
	padding:7px 5px 3px 5px;
	margin:0 0 10px 0;
}

div.entry h2
{
	background-image:url(http://kolk.chicappa.jp/img/entry_h2.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#e0bc89;
	color:#ffffff;
	/*border-left:1px solid #bb974a;*/
	/*rder-right:1px solid #bb974a;*/
	/*rder-bottom:1px solid #bb974a;*/
	padding:7px 5px 3px 5px;
	margin:0 0 10px 0;
}

div.entry h3
{
	background-image:url(http://kolk.chicappa.jp/img/entry_h3.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
	color:#339999;
	padding:0 0 15px 0;
	margin:0 0 5px 0;
}

div.entry h4,div.trackbacks h4,div.comments h4
{
	background-image:url(http://kolk.chicappa.jp/img/entry_h4.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
	font-size:90%;
	color:#666666;
	padding:0 0 12px 0;
	margin:0 0 5px 0;
}

div.entry h5
{
	background-image:url(http://kolk.chicappa.jp/img/entry_h5.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#666666;
	font-size:90%;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
}

div.entry h6
{
	background-image:url(http://kolk.chicappa.jp/img/entry_h6.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#666666;
	font-size:90%;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
}

div.entry p,div.comments-body p,p.comments-open-moderated
{
	font-size:80%;
	color:#666666;
	line-height:150%;
	margin-bottom:10px;
}

div.entry-info ul
{
	list-style:none;
	background-image:url(http://kolk.chicappa.jp/img/dotted.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	padding:5px 0 0 0;
}

div.entry-info ul li
{
	font-size:70%;
	color:#666666;
	display:inline;
	margin:0 10px 0 0;
}

div.trackbacks,div.comments
{
	margin:0 0 15px; 0;
}

div.trackbacks p
{
	font-size:80%;
	color:#666666;
}

div.trackbacks p input
{
	border:1px solid #cccccc;
}

div.trackbacks dl
{
	padding:10px 0 0 0;
}

div.trackbacks dt
{
	font-size:80%;
}

div.trackbacks dd p
{
	padding:0 0 5px 0;
}

div.trackbacks ul.trackback-info,div.comments ul.comments-info
{
	border-top:1px solid #cccccc;
	list-style:none;
	padding:5px 0 0 0;
}

div.trackbacks ul.trackback-info li,div.comments ul.comments-info li
{
	font-size:70%;
	display:inline;
	color:#666666;
	margin:0 10px 0 0;
}

div.comments-post h5
{
	font-size:80%;
	font-weight:normal;
	margin:0 0 5px 0;
	color:#333333;
}

div.comments-post
{
	padding:20px 0 0 0;
}

div#comments-open-data legend
{
	font-size:80%;
	margin: 0 0 5px 0;
	padding:0;
}

div#comments-open-data label
{
	font-size:80%;
	color:#666666;
}

dl#name-email input,dl#comments-open-text textarea
{
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

ul.cookie
{
	list-style:none;
	padding:3px 0;
}

#comments-open-data ul.comments-open-footer
{
	list-style:none;
	padding:10px 0 0 0;
}

#comments-open-data ul.comments-open-footer li
{
	display:inline;
	margin:0 10px 0 0;
}

#comments-open-data ul.comments-open-footer li input
{
	width:80px;
	font-size:80%;
}

/* ---------- archives_end ---------- */

.photo2 {
        padding:5px;
}

/*　ページ分割　*/

ul.pages {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  text-align:center;
  margin-top: 10px;
  padding: 10px 0;
  background-color: #eeeeee;
  font-size:12px;
  }

ul.pages li {
  /* background:#FAFAF1 none repeat scroll 0% 50%; */
  /* border:1px solid #393030; */
  color:#CC3333;
  display:inline;
  font-weight:bold;
  margin:0 3px;
  padding:2px;
  }

ul.pages li a {
  font-weight:normal;
  text-decoration:underline;
  color: #009900;
  }