﻿/*
Theme Name: 照屋漆器店 デザインテンプレート
Theme URI: http://www.dejikichi.com/
Description: 照屋漆器店・ホームページ
Version: 0.2
Author: Digital Kitchen
Author URI: http://www.dejikichi.com/
*/

/*	INDEX
-------------------------------------------------
	BASE
	HEADER
	NAVIGATION
	CONTENT
	SIDE BAR
	WIDGET
	FOOTER
	COMMENT TEMPLATE
	MISC
	HACK
*/

/*	BASE
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	/* background: #7f1102; */
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 80%;
	text-align: center; /* center align */
	line-height: 1.4;
}

#pageframe {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
	background-color: #fff;
}

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	background: transparent url("./images/background.jpg") left top repeat-y;
}

h1, h2, h3, h4, h5, h6{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 15px;
	font-weight: normal;
}

/* text-indentを設定した画像置換リンクの枠線を消す（Firefox対策） */
/*\*/ a { overflow:hidden; }/**/

a, a:link{
	color: #000;
	text-decoration: underline;
}

a:hover{
	color:red;
	text-decoration: underline;
}

a:visited{
	color:#000;
}

a:active{
	color:#000;
}

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 0; margin:0; } /* initialize */

blockquote{
	margin: 0;
	background: #fff;
	color: #000;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
	color: #333;
}

code{
	background: #fff;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	border: 0;
	height: 1px;
	text-align: left;
	background: #fff;
	color: #000;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input,
textarea{
	/*margin-left: 1em;*/
	font-size: 12px;
	padding: 2px 2px 10px 2px;
}

select {
	margin-left: 1em;
}

/*
input#s, input#author, input#url, textarea#comment{
	border: 1px solid #e5dfb3;
	background-color: #fff;
	padding: 3px;
}

input#author, input#url{
	margin: 0 5px 0 0;
}
*/

ul {
	list-style: none;
}


/*	HEADER
-------------------------------------------------*/
#headernavi {
	width: 800px;
	margin: 0;
	padding: 5px 0;
	background-color: #fff;
}

h1 {
	float: left;
	margin: 0;
	padding: 5px 0 0 7px;
	font-size: 12px;
	color: #000;
}

#headernavi .link{
	float: right;
	margin: 0;
	padding: 0;
}

.link ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.link ul li{
	float:left;
	margin: 0;
	padding: 3px 20px 0 20px;
	border-left: #000 1px solid;
}

.link ul li.first{
	border-left: none;
}

.link ul li a,
.link ul li a:visited {
	color:#000;
	text-decoration: none;
}

.link ul li a:hover {
	color: #f00;
}

#header {
	width: 800px;
	height: 211px;
	margin:0;
	padding:0;
	background: transparent url("./images/header.jpg") left top no-repeat;
}

#header h2 a {
	display: block;
	width: 800px;
	height: 211px;
	/*margin: 0 0 0 21px;*/
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}


/*	NAVIGATION
-------------------------------------------------*/










/*	CONTENT
-------------------------------------------------*/
.container{
	width: 800px;
	margin: 0;
	padding: 10px 0 0 0;
	background: #fff;
	text-align: left;
	color: #333;
	vertical-align: top;
}

.main{
	float: right;
	/*width: 609px;*/
	width: 584px;
	margin: 0;
	padding: 0;
	padding:0 10px 0 15px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}

#categoryname h2{
	margin: 0 0 10px 0;
	padding: 0;
	font-size:17px;
	font-weight:bold;
	/*background:transparent url("./images/category_title.jpg") left top no-repeat;*/
	color: #333;
	border-bottom: 2px solid #FF6600
}

#bread {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	color: #000;
}

#bread a,
#bread a:visited {
	color: #000;
}

#bread a:hover {
	color: red;
}

p.pagenavi {
	margin: 0;
	color: #000;
}

p.pagenavi a,
p.pagenavi a:visited {
	color: #000;
}

p.pagenavi a:hover{
	color:#f60;
}

.post,
.post_alt{
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	text-align: left;
	vertical-align: top;
	background: transparent url("./images/post_bottom.gif") left bottom no-repeat;
}

.post .posth2,
.post_alt .posth2,
#commnets h3{
	margin: 0;
	padding: 4px 0 11px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: transparent url("./images/post_top.gif") left top no-repeat;
}

h2.posth2 a,
h2.posth2 a:visited {
	color:#272727;
}

h2.posth2 a:hover{
	color:#f90;
}

.entry{
	margin: 0;
	padding: 0 10px;
	background:transparent url("./images/post_middle.gif") left top repeat-y;
}

.entry p {
	margin: 0 0 1em; 0;
	padding: 0;
	color:#000;
}

.entry h1,
.entry h4,
.entry h5,
.entry h6{
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
	font-size:110%;
	font-weight:bold;
}

.entry h2,
.entry h3{
	border-left:4px solid #D9BB43;
	border-bottom:1px solid #D9BB43;
	margin: 0 0 10px 0;
	padding: 0 0 0 7px;
	color: #000;
	font-size:110%;
	font-weight:bold;
}

.entry a{
	color:#000;
}

.entry a:hover{
	color:#f60;
}

/* トップページ */
.main_image {
	width: 583px;
	height: 250px;
	margin: 0 0 12px 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url("./images/image_toppage.jpg") left top no-repeat;
}

.altars {
	width: 583px;
	margin: 0 0 12px 0;
	padding: 0;
}

.altar_post {
	float: left;
	width: 185px;
	margin: 0 14px 0 0;
	padding: 0 0 7px 0;
	background: transparent url("./images/post_altar_bottom.gif") left bottom no-repeat;
}

.modern_altar_post {
	margin: 0;
}

.altar_post .okinawan_altar_posth2 {
	margin: 0;
	padding: 5px 0 4px 0;
	background: transparent url("./images/post_okinawan_altar_top.gif") left top no-repeat;
	text-indent: -9999px;
}


.altar_post .karaki_altar_posth2 {
	margin: 0;
	padding: 5px 0 4px 0;
	background: transparent url("./images/post_karaki_altar_top.gif") left top no-repeat;
	text-indent: -9999px;
}

.altar_post .modern_altar_posth2 {
	margin: 0;
	padding: 5px 0 4px 0;
	background: transparent url("./images/post_modern_altar_top.gif") left top no-repeat;
	text-indent: -9999px;
}

.altar_entry {
	margin: 0;
	padding: 7px 7px 0 7px;
	background: transparent url("./images/post_altar_middle.gif") left top repeat-y;
}

.altar_entry p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.oaltar_entry p.image_altars {
	margin: 0 0 5px 0;
	padding: 0;
}

.banner_toppage {
	margin: 0 0 12px 0;
	padding: 0;
}

.entry ul.new_info {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.entry ul.new_info li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 2;
}


/* entry ul, ol, li indent setting
------------------------------------------- */
.entry ul , .entry ol {
	margin: 0em 0em 0em 2em;
	padding: 0em;
}
.entry ul {
	list-style-type: square;
}
.entry ul li {
	margin: 0em;
	padding: 0em;
	list-style-type: disc;
	color:#000;
}
.entry ol li {
	margin: 0em;
	padding: 0em;
	list-style-position: inside;
	color:#000;
}

.entry li ul,
.entry li ol {
	margin: 0em;
	padding: 0em;
}

/* サムネル画像のマージン */
table tr td img {
	margin: 1px;
	padding: 0p;
	border: none;
}

/* img setting
------------------------------------------- */
.post .entry img,
.post_alt .entry img {
	margin: 5px;
	background-color: #fff;
	/*border: 1px solid #999;*/
	border: none;
	padding: 2px;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	color: #000;
}

.postdate{
	color: #000;
}

.postmetadata {
	margin: 0;
	padding: 0;
	clear:both;
	font-size:12px;
	text-align:right;
}

#comment p,
#comment p a {
	margin:0 0 10px 0;
	font-size:13px;
	text-align:right;
}


/* tabel setting
------------------------------------------- */
table {
	margin: 0;
	padding: 0;
}

table tr th{
	margin: 0;
	padding: 0;
	color: #333;
}

table tr td{
	margin: 0;
	padding: 0;
	color:#333;
}

.comtable1 {
	margin:0;
	/*padding:0 0 0 25px;*/
	padding:0;
}

table.comtable2 {
	width: 540px;
	margin: 5px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-spacing: 0;
	empty-cells: show;
}

table.comtable2 th {
	padding: 5px;
	background: #D3FDBD;
	border: 1px dotted #666666;
	font-weight: normal;
	/*text-align: center;*/
}

table.comtable2 td {
	padding: 5px;
	border: 1px dotted #666666;
	background: #fff;
}

/* 照屋漆器の基本テーブル */
table#teruya_shikki {
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-spacing: 0;
	empty-cells: show;
}

table#teruya_shikki th {
	padding: 5px;
	background: #E7DBCD;
	border: 1px solid #666666;
	font-weight: normal;
	text-align: left;
}

table#teruya_shikki td {
	padding: 5px;
	border: 1px solid #666666;
	background: #fff;
}


/*	SIDE BAR
-------------------------------------------------*/
#sidebar{
	float: left;
	width: 191px;
	margin: 0 0 0 0 !important; /* sidebar margin solution */
	margin: -18px 0 0 0; /* IE6 sidebar margin-top solution */
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}

/* side menu */
.sidemenu {
	width: 180px;
	height: 338px;
	margin: 0 0 11px 11px;
	padding: 0 0 13px 0;
	background: transparent url("./images/menu_background.jpg") left top no-repeat;
}

.sidemenu ul {
	margin: 0;
	padding: 44px 7px 0 8px;
}

.sidemenu li {
	margin: 0;
	padding: 0 0 4px 0;
	list-style-type: none;
}

.sidemenu li.menu_toppage a {
	display: block;
	width: 165px;
	height: 45px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url("./images/btn_toppage.gif") left top no-repeat;
}

.sidemenu li.menu_okinawa_butsudan a {
	display: block;
	width: 165px;
	height: 45px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url("./images/btn_okinawan_altar.gif") left top no-repeat;
}

.sidemenu li.menu_china_wood_butsudan a {
	display: block;
	width: 165px;
	height: 45px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url("./images/btn_karaki_altar.gif") left top no-repeat;
}

.sidemenu li.menu_modern_butsudan a {
	display: block;
	width: 165px;
	height: 45px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url("./images/btn_modern_altar.gif") left top no-repeat;
}

.sidemenu li.menu_ancestral_tablet a {
	display: block;
	width: 165px;
	height: 45px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url("./images/btn_memorial_tablet.gif") left top no-repeat;
}

.sidemenu li.menu_others a {
	display: block;
	width: 165px;
	height: 45px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url("./images/btn_altar_goods.gif") left top no-repeat;
}

/* side sub_menu */
.sub_sidemenu {
	width: 180px;
	height: 158px;
	margin: 0 0 17px 11px;
	padding: 0 0 15px 0 !important;
	padding: 0 0 45px 0;
	background: transparent url("./images/sub_menu_background.gif") left top no-repeat;
}

.sub_sidemenu ul {
	margin: 0;
	padding: 42px 7px 0 8px;
}

.sub_sidemenu li {
	margin: 0 0 -1px 0;
	padding: 0;
	list-style-type: none;
}

.sub_sidemenu li.menu_about_us a {
	display: block;
	width: 165px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url("./images/btn_shop_introduction.gif") left top no-repeat;
}

.sub_sidemenu li.menu_qanda a {
	display: block;
	width: 165px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url("./images/btn_qanda.gif") left top no-repeat;
}

.sub_sidemenu li.menu_flow a {
	display: block;
	width: 165px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url("./images/btn_purchase_flow.gif") left top no-repeat;
}

.sub_sidemenu li.menu_mail_form a {
	display: block;
	width: 165px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url("./images/btn_receipt_form.gif") left top no-repeat;
}

.sub_sidemenu li.menu_blog a {
	display: block;
	width: 165px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url("./images/btn_blog.gif") left top no-repeat;
}

/* side category widget(none use) */
#categories {
	margin: 0;
	padding:0;
	color: #000;
}

#categories ul{
	margin:0 ;
	padding: 0;
}

#categories h2.widgettitle {
	margin:15px 0 0 0;
	padding:0;
	color:#fff;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

#categories li{
	margin:0 0 0 5px;
	padding:1px 5px 1px 8px;
	background: transparent url("./images/mark_children.gif") left center no-repeat;
}

#categories a,
#categories a:visited {
	font-size:12px;
	margin: 0;
	padding:0;
	color: #000;
	text-decoration: underline;
}

#categories a:hover {
	color: #f60;
}

#categories ul.children {
	margin:0;
	padding:0;
}

#categories li.children {
	margin:0;
	padding:0;
}

#categories .children a,
#categories .children a:visited {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size:13px;
	color: #006;
}

#categories .children a:hover {
	color: #ff9900;
}

/*	WIDGET
------------------------------------------------*/
#text-1,
#text-2,
#text-3,
#text-4,
#text-5,
#text-6,
#text-7,
#text-8,
#text-9,
#text-10,
#pages,
#meta,
#recent-posts,
#recent-comments,
#archives,
#rss-1,
.linkcat{
	margin: 0 0 17px 11px;
	padding: 0 0 10px 0;
	background: transparent url("./images/widget_bottom.gif") left bottom no-repeat;

}

#search {
	text-align:center;
	margin: 10px 0 0 0;
}

#text-1 h2.widgettitle,
#text-2 h2.widgettitle,
#text-3 h2.widgettitle,
#text-4 h2.widgettitle,
#text-5 h2.widgettitle,
#text-6 h2.widgettitle,
#text-7 h2.widgettitle,
#text-8 h2.widgettitle,
#text-9 h2.widgettitle,
#text-10 h2.widgettitle,
#pages h2.widgettitle,
#meta h2.widgettitle,
#recent-posts h2.widgettitle,
#recent-comments h2.widgettitle,
#archives h2.widgettitle,
#rss-1 h2.widgettitle,
#search h2.widgettitle,
.linkcat h2.widgettitle {
	margin: 0;
	padding: 5px 0 3px 9px;
	color: #000;
	font-size: 14px;
	/*text-align: center;*/
	font-weight: bold;
	background: transparent url("./images/widget_top.gif") left top no-repeat;
}

.textwidget {
	margin: 0;
	padding: 0 9px;
	color: #000;
	font-size: 12px;
	background: transparent url("./images/widget_middle.gif") left top repeat-y;
}

li#recent-posts ul,
li#recent-comments ul,
li#archives ul,
li#pages ul,
li#meta ul,
li#rss-1 ul,
#sidebar li.linkcat ul {
	margin: 0;
	padding: 0 4px;
	color: #000;
	font-size: 12px;
	background: transparent url("./images/widget_middle.gif") left top repeat-y;
}

li#recent-posts ul li,
li#recent-comments ul li,
li#archives ul li,
li#pages ul li,
li#meta ul li,
li#rss-1 ul li,
li#search div li,
#sidebar li.linkcat ul li {
	margin:0 0 0 5px;
	padding:1px 5px 1px 8px;
	background: transparent url("./images/mark_children.gif") left center no-repeat;
}

li#recent-posts ul li a,
li#recent-comments ul li a,
li#archives ul li a,
li#pages ul li a,
li#meta ul li a,
li#rss-1 ul li a,
li#search div li a,
#sidebar li.linkcat ul li a {
	color: #000;
	text-decoration: underline;
}

li#recent-posts ul li a:hover,
li#recent-comments ul li a:hover,
li#archives ul li a:hover,
li#pages ul li a:hover,
li#meta ul li a:hover,
li#rss-1 ul li a:hover,
li#search div li a:hover,
#sidebar li.linkcat ul li a:hover {
	color:#f60;
	text-decoration: underline;
}


/*	FOOTER
-------------------------------------------------*/
/* footer navi*/
#footer-navi{
	margin: 0;
	padding: 10px 0;
	background-color: #fff;
}

#footer-navi ul{
	list-style: none;
	margin: 0 0 0 110px;
	padding: 0;
}

#footer-navi li{
	float: left;
	padding: 0 15px;
	font-size: 12px;
	border-left: 1px solid #333;
}

#footer-navi #navi-top{
	border: none;
}

#footer-navi li a,
#footer-navi li a:visited {
	color: #000;
}

#footer-navi li a:hover{
	color: red;
}

/*footer*/
#footer{
	width: 800px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	color: #000;
	font-size: 90%;
	text-align: center;
	clear: both;
	background: #fff url("./images/footer.gif") left top no-repeat;
}

#footer p{
	margin: 0;
	padding:3px 0 0 0;
	font-size: 12px;
	text-align: center;
}

#footer a,
#footer a:visited {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	color: red;
}

#footer strong {
	color: #000;
}


/*	COMMENT TEMPLATE
-------------------------------------------------*/
#comments {
	margin: 0;
}

#comments h3#respond{
	color:#fff;
}

label{
	color:#fff;
}

h3#trackback,
#comments h4{
	color:#fff;
}

.comments-template{
	
}

.comments-template ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.comments-template h2,
.comments-template h3 {
	margin-bottom: 8px;
	color: #1992dd;
	font-size: 120%;
	font-weight: bold;
}

.comments-template h3#respond,
.comments-template h3#trackback {
	padding-top: 20px;
	border-bottom: 1px solid #457EDE;
	color: #457EDE;
	font-size: 110%;
	font-weight: bold;
}

.comments-template h4 {
	color: #000000;
	font-size: 100%;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}



#commentform p{
	color:#fff;
}


/*	CALENDAR
-------------------------------------------------*/
table#wp-calendar{
	background:#ccc;
	margin:0 0 0 11px;
	width: 94%;
	text-transform: none;
	font-size:10px;
}

table#wp-calendar caption{
	margin: 0 0 0 11px;
	padding: 3px 0;
	background-color: #ccc;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #F5F5F5;
	color: #000;
}

table#wp-calendar td{
	padding: 1px;
	background: #ffffff;
	text-align: right;
	color: #000;
}

table#wp-calendar tfoot td{
	text-align: center;
}

#calendar .widgettitle{
	margin:30px 10px 0 6px;
	padding:2px 0 1px 0;
	color:#fff;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	background:transparent url("./images/sidebar-title.gif") left top repeat-x;
}

/*	MISC
------------------------------------------------*/
strong.hissu {
	color: #cc3333;
}

#inquiryform fieldset {
	margin: 10px 0 0 20px;
	padding: 0;
	border: none;
}

#inquiryform legend {
	margin: 0 0 10px 0;
	padding: 0;
	background: transparent;
	color: #990000;
	font-size: 120%;
	font-weight: bold;
}

#inquiryform dl {
	margin: 0;
	padding: 0;
}

#inquiryform dt {
	margin: 0;
	padding: 1px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

#inquiryform dt span {
	font-weight: normal;
}

#inquiryform dd {
	margin: 0 0 8px 0;
	padding: 0;
}

table.comtable {
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #666666;
	empty-cells: show;
}

table.comtable th {
	padding: 5px;
	background: #ffffcc;
	border: 1px dotted #666666;
	font-weight: normal;
	text-align: left;
}

table.comtable td {
	padding: 5px;
	border: 1px dotted #666666;
	background: #ffffff;
}

/*	HACK
------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \ */
*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from EI-mac */