﻿/*
Theme Name: SIGN OKINAWA
Theme URI: http://www.sign-ok.jp/
Description: WordPress theme SIGN OKINAWA
Version: 1.0
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 {
	margin: 0;
	padding: 10px 0;
	background: #ffffff;
	color: #000000;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Tahoma,
				"HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4",
				"Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;
	font-size: 90%;
	text-align: center;
	line-height: 1.4;
}

#page {
	clear: both;
	width: 798px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff url("./images/page_bg.png") 0 0 repeat-y;
	border: 1px solid #666666;
	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{
	color: #be070e;
	text-decoration: underline;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #E0E7C7;
	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: #e6eecb;
	color: #e6eecb;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input,
textarea{
	margin-left: 1em;
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 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: 780px;
	height: 236px;
	margin: 0;
	padding: 14px 0 0 18px;
	background: transparent url("./images/header.jpg") 0 0 no-repeat;
}

#header h1 a:link,
#header h1 a:visited {
	display: block;
	width: 213px;
	height: 46px;
	color: #ffffff;
	text-decoration: none;
	text-indent: -9999em;
}

#description-container{
	clear: both;
	padding: 20px;
	background: #a2a88b;
	/*
	background: #a2a88b url(images/bg_description.gif) repeat-x;
	*/
	color: #fff;
}

/*
.description {
	padding: 20px 0 0 20px;
	color: #000000;
	font-size: 90%;
	text-align: left;
}

.description p{
	border: 1px solid #c7c7c7;
	padding: 4px 8px 6px;
}
*/

/*	NAVIGATION
-------------------------------------------------*/
ul.yokomenu {
	margin-left: 130px;
	padding: 0;
	background: transparent;
	text-align: center;
	line-height: 2;
}

ul.yokomenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: center;
}

ul.yokomenu a,
ul.yokomenu a:visited {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	color: #000000;
	text-decoration: underline;
}

ul.yokomenu a:hover {
	color: #000000;
}

/*	CONTENT
-------------------------------------------------*/
.page {
	width: 798px;
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: left;
	color: #000;
	vertical-align: top;
}

.maincol {
	float: right;
	width: 570px;
	margin-right: 16px !important;
	margin-right: 8px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}

#bread {
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	text-align: right;
}

p#catchimg {
	margin-bottom: 20px;	
}

p.pagenavi {
	margin-bottom: 10px;
}

.post{
	background: #ffffea;
}

.post_alt {
	background: #ffffea;
}

.post,
.post_alt {
	margin-bottom: 10px;
	padding: 0;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}

.post h2,
.post_alt h2 {
	padding: 4px 3px 2px 3px;
	border-top: 1px solid #999999;
	background: transparent url("./images/rssheader.gif") 0 50% repeat-x;
	color: #cc0000;
	font-size: 110%;
	font-weight: bold;
}

.post h2 a,
.post h2 a:visited,
.post_alt h2 a,
.post_alt h2 a:visited {
	color: #cc0000;
	text-decoration: none;
}

.post h2 a:hover,
.post_alt h2 a:hover {
	color: #000000;
	text-decoration: underline;
}

.entry {
	padding: 5px 10px;
	border-bottom: 1px solid #999999;
	/*line-height: 1;*/
}

.entry p {
	margin-bottom: 10px;
	padding: 0;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	margin: 10px 0 5px 0;
	padding: 0;
}

.entry h1{
	font-size: 24px;
	font-weight: normal;
}

.entry h2{
	font-size: 18px;
	color: #000;
}

.entry h3 {
	padding-left: 0.7em;
	background: transparent url("./images/marker_1.png") 0 50% no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.entry h3 a,
.entry h3 a:visited {
	text-decoration: underline;
}

.entry h3 a:hover {
	color: #000000;
}

.entry  h4{ font-size: 16px; }

.entry h5{ font-size: 14px; }

.entry h6{ font-size: 11px; font-weight: normal; }

.entry img{
	border: 1px solid #666666;
	padding: 4px;
	background-color: #eeeeee;
}

.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: #737b58;
}

.postdate{
	color: #000;
}

.browse{
	padding: 20px;
	border-top: 1px solid #e6eecb;
	font-size: 12px;
	line-height: 2;
	text-align: center;
}

.browse a{
	color: #738338;
}

.example {
	padding: 5px 10px;
	border-bottom: 1px solid #ff6600;
	background: #ffffff;
}

.topixpost {
	margin-bottom: 20px;
	border: none;
	background: transparent;
}

.topixpost h2#httopix {
	padding-top: 2px;
	border-bottom: 2px solid #00a33d;
	background: transparent url("./images/topixheader.gif") 0 0 no-repeat;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
}

.topixentry {
	padding: 5px;
	border: none;
}

.rsspost {
	margin-bottom: 10px;
	padding: 0;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}

.rsspost h2#htrss {
	padding: 4px 3px 2px 3px;
	background: transparent url("./images/rssheader.gif") 0 50% repeat-x;
	color: #cc0000;
	font-size: 110%;
	font-weight: bold;
}

.rssentry {
	padding: 5px;
	border: none;
	border-bottom: 1px solid  #999999;
	background: #ffffff;
}

.intropost{
	margin: 20px 0;
	background: #ffffff;
}

.introentry h3 {
	margin-top: 10px;
	padding-left: 0.7em;
	background: transparent url("./images/marker_1.png") 0 50% no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.introentry h3 a,
.introentry h3 a:visited {
	color: #00a33d;
}

.introentry h3 a:hover {
	color: #0b50f3;
}

.introentry p {
	margin: 0;
	padding: 0;
}

h2#intro {
	padding: 3px 0 0 3px;
	border-bottom: 1px solid #0b50f3;
	background: #0b50f3;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
}

#introleft {
	float: left;
	width: 270px;
}

#introright {
	float: right;
	width: 270px;
}

#introleft p,
#introright p {
	padding-left: 1.2em; 
}

/*	SIDE BAR
-------------------------------------------------*/
.sidebar{
	float: left;
	width: 194px;
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: left;
	vertical-align: top;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li{
	padding: 0;
}

.sidebar ul li h2{
	padding-bottom: 3px;
	border-bottom: 1px solid #e5dfb3;
	color: #666666;
}

.sidebar ul ul{
	margin-bottom: 15px;
	padding: 0;
}

.sidebar ul ul li{
	padding: 0;
}

.sidebar ul li ul li a {
	display: block;
	width: 171px;
	padding: 20px 5px 20px 18px;
	border-bottom: 1px solid #ffffff;
	background: transparent url("./images/menu_bg.gif") 0 0 no-repeat;
	color: #000000;
	text-decoration: none;
}

.sidebar ul li ul li a:visited {
	display: block;
	width: 171px;
	padding: 20px 5px 20px 18px;
	border-bottom: 1px solid #ffffff;
	background: transparent url("./images/menu_bg.gif") 0 0 no-repeat;
	color: #cc0000;
	text-decoration: none;
}

.sidebar ul li ul li a:hover {
	display: block;
	width: 171px;
	padding: 20px 5px 20px 18px;
	border-bottom: 1px solid #ffffff;
	background: transparent url("./images/menu_bg.gif") 0 -60px no-repeat;
	color: #cc0000;
	text-decoration: underline;
}

.sidebar ul ul li#search{
	padding: 15px 0 0;
}

.sidebar ul ul li#search input{
	margin: 0 0 5px;
}

.sidebar ul ul ul li{
	padding: 8px 0 0 15px;
}

/*	FOOTER
-------------------------------------------------*/
#footer{
	clear: both;
	width: 798px;
	height: auto;
	margin: 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #666666;
	background: #000000;
	color: #000000;
	font-size: 90%;
	text-align: left;
}

#footer p{
	margin: 10px;
	padding: 0;
	color: #ffffff;
	text-align: center;
}

#footer a,
#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color:#cc0000;
}

p#dk {
	text-align: right;
}

/*	COMMENT TEMPLATE
-------------------------------------------------*/
.comments-template{
	padding: 20px;
	border-top: 1px solid #e6eecb;
}

.comments-template ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	margin-bottom: 16px;
	padding: 5px;
	border: 1px solid #999999;
	line-height: 1.4;
}

.comments-template h2,
.comments-template h3 {
	margin-bottom: 8px;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}

.comments-template h3#respond,
.comments-template h3#trackback {
	padding-top: 20px;
	border-bottom: 1px solid #00a33d;
	color: #00a33d;
	font-size: 110%;
	font-weight: bold;
}

.comments-template h4 {
	color: #000000;
	font-size: 100%;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

/*	MISC
------------------------------------------------*/
strong.hissu {
	color: #990000;
}

#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 {
	/*float: left;*/
	/*width: 160px;*/
	margin: 0;
	padding: 1px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

#inquiryform dd {
	margin: 0 0 8px 0;
	padding: 0;
	/*border-bottom: 1px dotted #666666;*/
}

table.comtable {
	width: 520px;
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-spacing: 0;
	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
------------------------------------------------*/
#categories h2.widgettitle,
#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,
#recent-posts h2.widgettitle,
#linkcat-9 h2.widgettitle {
	padding: 3px 0;
	background: #eeeeee;
	color: #990000;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

.textwidget {
	margin-bottom: 10px;
	padding: 5px;
}

.textwidget img {
	margin-bottom: 5px;
}

li#recent-posts ul {
	margin: 3px 5px 0 5px;
	padding: 0;
}

li#recent-posts ul li {
	margin-bottom: 8px;
	padding: 0;

}

li#recent-posts ul li a,
li#recent-posts ul li a:hover {
	display: inline;
	padding: 0;
	border: none;
	background: transparent;
	color: #cc0000;
}
