﻿/*
Theme Name: おきなわ ワンニャンの会「ミュウ」デザインテンプレート
Theme URI: http://wan.dejikichi.com/
Description: おきなわワンニャンの会「ミュウ」動物ボランティアHP
Version: 0.2
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: #fff;
	color: #000000;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 90%;
	text-align: center; /* center align */
	line-height: 1.3em;
}

#page {
	width: 740px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

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;
	margin: 15px 15px 5px 15px;
	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
-------------------------------------------------*/
#header {
	width: 740px;
	height: 220px;
	background: transparent url("./images/wannyan1_1.gif") 0 0 no-repeat;
}

#header h1 {
	margin:0;
	padding:0;
	text-indent:-9999em;
}

#header h1 a:link,
#header h1 a:visited {
	display: block;
	width: 740px;
	height: 220px;
	color: #FF7575;
	font-weight: bold;
	text-decoration: none;
	font-size:45px;
}

#siteinfo {
	padding:0;
	background: transparent;
	text-indent:-9999em;
}

#siteinfo p{
	text-align:center;
	color: #FF7575;
	padding: 10px 0 0 0;
	font-size: 18px;
	font-weight: bold;
}


/*	NAVIGATION
-------------------------------------------------*/
#navibox {
	width: 740px;
	padding: 0;
	margin:0;
	background: #fff;
}

ul.yokomenu {
	float:none;
	padding: 0 0 0 15px;
	background: transparent;
	line-height: 1.9;
}

ul.yokomenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

ul.yokomenu li a,
ul.yokomenu li a:visited {
	width: 100px;
	float:left;
	margin: 0;
	padding: 0 15px 0 0;
	background: transparent;
	color: #666;
	text-decoration:none;
}

ul.yokomenu li a:hover {
	color: #ff9900;
	text-decoration: underline;
}



/*	CONTENT
-------------------------------------------------*/
.container{
	width: 740px;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: left;
	color: #000000;
	vertical-align: top;
}

.maincol{
	float: left;
	width: 500px;
	margin: 0;
	padding:0;
	text-align: left;
	vertical-align: top;
}

#categoryname h2{
	margin:10px 0 0 10px;
	padding:3px 0 2px 26px;
	font-size:20px;
	font-weight:bold;
	background: #fff url("./images/catname_bg.gif") 0 0 no-repeat;
	color:#333;
}

#bread {
	margin: 10px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size:11px;
	text-align: right;
}

p.pagenavi {
	margin-bottom: 10px;
}

.post,
.post_alt{
	margin:0 ;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.post .posth2,
.post_alt .posth2,
#commnets h3{
	background:transparent url("./images/posth2_bg.gif") 0 0 no-repeat;
	margin: 0 0 0 10px;
	padding: 3px 5px 3px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.entry{
	background: #fff;
	padding: 10px 0 10px 10px;
}

.entry p {
	margin-bottom: 0.8em;
	/*padding: 0;*/
	padding:0 10px 0 10px;
}
.entry ul , .entry ol {
	margin: 1em 0em;
	/*padding: 0em;*/
	padding:0em 0em 0em 1em;
}
.entry ul {
	/*list-style-type: square;*/
}
.entry ul li {
	margin: 1em 0em;
	padding: 0em;
	/*list-style-type: disc;*/
}
.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: 10px 0 5px 0;
	padding: 2px 0 0 10px;
	color: #000;
	font-size:110%;
	font-weight:bold;
}

.post .entry img,
.post_alt .entry img{
	margin: 10px;
	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;
}

#comment p,
#comment p a {
	margin:0 0 10px 0;
	font-size:13px;
	text-align:right;
}

#homelink{
	margin:0 0 10px 10px;
	padding:0;
	width:490px;
}

#homelink h2{
	background:transparent url("./images/posth2_bg.gif") 0 0 no-repeat;
	margin:0;
	padding:3px 5px 3px 20px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}

#homelink .homelink_left{
	margin:5px 0 0 0;
	padding:0 10px 0 10px;
	width:225px;
	height:95px;
	float:left;
}

#homelink .homelink_right{
	margin:5px 0 0 0;
	padding:0 10px 0 10px;
	width:225px;
	height:95px;
	float:right;
}

/* tabel setting
------------------------------------------- */
.comtable1 {
	margin:0;
	padding:0 0 0 5px;
}

table.comtable2 {
	width: 480px;
	margin: 5px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-spacing: 0;
	empty-cells: show;
}

table.comtable2 th {
	padding: 5px;
	background: #FBD5E3;
	border: 1px dotted #666666;
	font-weight: normal;
	text-align:center;
}

table.comtable2 td {
	padding: 5px;
	border: 1px dotted #666666;
	background: #ffffff;
}

/* jisseki table */
table.jisseki {
	width:470px;
	border:0;
}

table.jisseki td {
	vertical-align:top;
	padding: 0 0 10px 0;
}

table.comtable2 caption{
	text-align:left;
	font-size:16px;
}

/*	SIDE BAR
-------------------------------------------------*/
#sidebar{
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: left;
	vertical-align: top;
}

/* side category menu */

#categories {
	margin: 0 0 20px 0;
	padding:0 0 13px;
	background-image: url("./images/sidebar_bottom.gif");
	background-repeat:no-repeat;
	background-position:left bottom;
}

#categories ul{
	margin:0 ;
	padding: 10px 0 0 0;
	background: transparent url("./images/sidebar_middle.gif") 0 0 repeat-y;
}

#categories h2.widgettitle {
	margin:0;
	color:#fff;
	padding:5px 0 4px 0;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	background:transparent url("./images/sidebar_header.gif") 0 0 no-repeat;
	background-position:left top;
}

#categories li{
	padding:2px 0 0 0;
}

#categories a {
	font-size:15px;
	margin:0 0 0 7px;
	padding:0 0 0 20px;
	background: transparent url("./images/haert.gif") 0 0 no-repeat;
	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 0 0 30px;
	padding: 0 0 3px 10px;
	background: transparent url("./images/mark_children.gif") 0 0 no-repeat;
	font-size:13px;
	color: #006;
}

#categories .children a:hover {
	color: #ff9900;
}

/*	FOOTER
-------------------------------------------------*/
#footer{
	width: 740px;
	height: auto;
	margin: 0 auto;
	padding-top: 5px;
	background: #fff;
	color: #333;
	font-size: 90%;
	text-align: center;
}

#footer p{
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: center;
}

#footer a,
#footer a:visited {
	color: #00f;
	text-decoration: underline;
}

#footer a:hover {
	color: #606;
}

/*	COMMENT TEMPLATE
-------------------------------------------------*/
#comments {
	margin:0 30px 20px 0;
}

.comments-template{
	
}

.comments-template ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	margin-bottom: 16px;
	padding: 5px;
	border: 1px solid #1992dd;
	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 #FF8484;
	color: #FF8484;
	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 0 10px 0;
	width: 100%;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 3px 0;
	background: #fff url("./images/sidebar_header.gif") 0 0 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: #FFF0F0;
}

table#wp-calendar td{
	padding: 1px;
	background: #ffffff;
	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 {
	width: 520px;
	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,
#php-code-1,
#php-code-2 {
	margin: 0 0 20px 0;
	padding:0 0 13px;
	background-image: url("./images/sidebar_bottom.gif");
	background-repeat:no-repeat;
	background-position:left bottom;
}

#search {
	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,
#php-code-1 h2.widgettitle,
#php-code-2 h2.widgettitle{
	color:#fff;
	padding:5px 0 5px 0;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	background:transparent url("./images/sidebar_header.gif") 0 0 no-repeat;
	background-position:left top;
}

.textwidget,
.execphpwidget {
	padding:10px 0 0 10px;
	color: #666;
	font-size:14px;
	background: transparent url("./images/sidebar_middle.gif") 0 0 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 {
	font-size:14px;
	background: transparent url("./images/sidebar_middle.gif") 0 0 repeat-y;
	padding:10px 0 0 0;
}

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,
li#php-code-1 ul li,
li#php-code-2 ul li {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	background: transparent url("./images/mark_children.gif") 0 4px 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;
}