﻿/*
Theme Name: サンクラフト デザインテンプレート
Theme URI: http://www.dejikichi.com/
Description: DigitalKitchen オリジナルテンプレート
Version: 0.1
Author: Digital Kitchen
Author URI: http://www.dejikichi.com/
*/

/*	INDEX
-------------------------------------------------
	BASE
	HEADER
	NAVIGATION
	CONTENT
	SIDE BAR
	FOOTER
	COMMENT TEMPLATE
	MISC
	HACK
*/

/*	BASE
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	padding: 10px 0;
	background: #FDF9FB;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 90%;
	text-align: center; /* center align */
	line-height: 1.3em;
}

#page {
	/*width: 720px;*/
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
}

h1, h2, h3, h4, h5, h6{
	font-family: "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

/* text-indentを設定した画像置換リンクの枠線を消す（Firefox対策） */
/*\*/ a { overflow:hidden; }/**/

a, a:link{
	color: #00f;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color:#606;
}

a:active{
	color:#F00;
}

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: 700px;
	height: 50px;
	background:#00e;
}*/

#header {
	width: 700px;
	height: 199px;
	margin:0;
	padding:0;
}

h1 {
	margin:0;
	padding: 0;
	text-align:center;
	text-indent:-9999em;
}

h1 a:link,
h1 a:visited {
	color: #FFFF00;
}

#siteinfo {
	padding:0;
	background: transparent;
}

#siteinfo p{
	text-align:center;
	color: #FFFF00;
	padding:0;
	font-size: 18px;
	text-indent:-9999em;
}

.infoh2{
	background:url(images/post_header.gif) left top no-repeat;
	margin: 0;
	padding:2px 0 1px 5px;
	color: #fff;
	/*font-size: 12px;*/
	font-size: 15px;
	font-weight: bold;
}


/*	NAVIGATION
-------------------------------------------------*/



/*	CONTENT
-------------------------------------------------*/
.container{
	width: 700px;
	margin:0;
	padding:0;
	background: #fff;
	text-align: left;
	color: #000000;
	vertical-align: top;
}

.main{
	float: right;
	width: 535px;
	margin:5px 0 0 0;
	padding:0;
	text-align: left;
	vertical-align: top;
}

#categoryname h2{
	margin:0 0 10px 0;
	padding:7px 0 5px 10px;
	font-size:17px;
	font-weight:bold;
	background:url(images/category_h2.gif) left top no-repeat;
	color:#004C90;
}

#bread {
	margin:0;
	padding: 0;
	font-weight: normal;
	font-size:11px;
	text-align: right;
}

p.pagenavi {
	/*margin-bottom: 10px;*/
	margin-bottom:0;
}

.post,
.post_alt{
	margin:0 0 20px 0;
	padding:0 0 3px 0;
	text-align: left;
	vertical-align: top;
	background:url(images/post_bottom.gif) left bottom no-repeat;
	width:535px;
}

.post .posth2,
.post_alt .posth2,
#commnets h3{
	background:url(images/post_header.gif) left top no-repeat;
	margin: 0;
	padding:2px 0 0 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.post .posth2 a:link{
	color:#fff;
}

.post .posth2 a:visited{
	color:#fff;
}

.coment_day{
	text-align:right;
}

.entry{
	margin:0;
	padding:5px 10px 3px 10px;
	background:url(images/post_middle.gif) left top repeat-y;
}

.entry p {
	margin:0;
	padding: 0;
}

/* entry ul, ol, li indent setting
------------------------------------------- */
.entry ul , .entry ol {
	margin: 0.1em 0em;
	padding: 0em;
}
.entry ul {
	/*list-style-type: square;*/
	list-style-type:none;
}
.entry ul li {
	margin: 0.3em 0em;
	padding: 0em;
	/*list-style-type: disc;*/
	list-style-type:none;
}
.entry ol li {
	margin: 1em 0em;
	padding: 0em;
	list-style-position: inside;
}
.entry li ul,
.entry li ol {
	margin:1em 1em;
	padding:0;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6{
	border: 0;
	margin: 0;
	padding: 0;
	color: #000;
	font-size:110%;
	font-weight:bold;
}

.post .entry img,
.post_alt .entry img{
	margin:0;
	background-color: #fff;
}

.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 {
	text-align:right;
	font-size:10px;
}

#comment p,
#comment p a {
	margin:0;
	font-size:13px;
	text-align:right;
}

.entry .floatleft{
	float:left;
	width:250px;
	height:120px;
}

.floatleft h2{
	font-size:14px;
}

.entry .floatright{
	float:right;
	width:250px;
	height:120px;
}

.floatright h2{
	font-size:14px;
}

#homeinfo{
	width:535px;
	margin:10px 0 10px 0;
}

#homeinfo h2{
	font-size:18px;
	color:#004C90;
	margin:0 0 5px 0;
}

#homeinfo h2{
	font-size:18px;
	color:#004C90;
	margin:0 0 10px 0;
}

#homeinfo .banner {
	float: right;
	margin: 0;
	padding: 0 10px 0 5px;
}

#homeinfo .banner p {
	width: 160px;
	margin: 0 11px;
	padding: 0;
	font-size: 12px;
	line-height:1.2;
	letter-spacing: 3px;
}


#homeinfo .banner p a,
#homeinfo .banner p a:visited {
	color: #008179;
	text-decoration: none;
}

#homeinfo .banner p a:hover {
	color: #008179;
	text-decoration: underline;
}








/*#homeinfo img{
	float:right;
	margin:15px 5px 0 10px;
	padding:0;
	border:solid 1px #000;
}*/

.event_post h2{
	background:url(images/event_post_h2.gif) left top no-repeat;
	margin:1px 0 0 0;
	padding:3px 0 6px 8px;
	color:#666;
	font-size: 13px;
	font-weight: bold;
}

h2.event_posthead{
	background:url(images/event_post_h2.gif) left top no-repeat;
	margin:1px 0 0 0;
	padding:3px 0 6px 8px;
	color:#666;
	font-size: 13px;
	font-weight: bold;
}

.event_entry{
	margin:5px 0 5px 0;
}

/*	SIDE BAR
-------------------------------------------------*/
#sidebar{
	float: left;
	width: 129px;
	margin:5px 0 0 0;
	padding:0;
	background-color:#c7e8fa;
	text-align: left;
	vertical-align: top;
}

/* side category menu */

#categories {
	margin: 0;
	padding:0;
}

#categories ul{
	margin:0 ;
	padding: 0;
}

#categories h2.widgettitle {
	margin:0;
	padding:0;
	color:#fff;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	background-color:#999999;
}

#categories li{
	padding:0;
}

#categories a {
	margin: 0;
	padding:0;
	background: transparent;
	font-size:12px;
	color: #006;
	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 {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size:13px;
	color: #006;
}

#categories .children a:hover {
	color: #ff9900;
}

#sidebar #sidemenu{
	background-color:transparent;
	margin:0;
	padding:0;
}

#sidemenu p{
	margin:0 0 7px 0;
	padding:0;
}

#sidemenu li{
	text-align:center;
	margin:0;
	padding:0;
}


/*	FOOTER
-------------------------------------------------*/
#footer{
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color:#fff;
	color: #000;
	font-size: 90%;
	text-align: center;
}

#footer p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
	text-align: center;
}

#footer a,
#footer a:visited {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	color: #606;
}

#footer_img{
	margin:10px 0 5px 0;
	padding:0;
}

/*	COMMENT TEMPLATE
-------------------------------------------------*/
#comments {
	margin: 0;
}

.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 #1992dd;
	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;
}

/*	CALENDAR
-------------------------------------------------*/
table#wp-calendar{
	background:#ccc;
	margin:0;
	width: 100%;
	text-transform: none;
}

table#wp-calendar caption{
	margin:0;
	padding:0;
	background:url(images/calender_title.gif) left top no-repeat;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #F5F5F5;
}

table#wp-calendar td{
	padding: 1px;
	background:#EAF7FD;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/*	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 */

/*	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:15px 0 5px 0;
	padding:5px 0 0 0;
	/*border-top: dotted 1px #999;*/
}

#search {
	margin:15px 0 5px 0;
	padding:5px 0 0 0;
	text-align:center;
}

#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 {
	color:#666;
	margin:0;
	padding:0;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	background-color:transparent;
}

.textwidget {
	margin:0;
	padding:0 0 0 5px;
	color: #666;
	font-size:11px;
	background-color:transparent;
}

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 {
	font-size: 12px;
	background-color:transparent;
}

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:0 0 0 8px;
	background: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: #666666;
	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;
}
