﻿/*
Theme Name: 豊見城市商工会青年部デザインテンプレート
Theme URI: http://www.dejikichi.com/
Description: 豊見城市商工会青年部ホームページ
Version: 1.3
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: #eee url("./images/background.jpg") 0 0 repeat;
	/*background: #eee;*/ /* template color */
	color: #000000;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 90%;
	text-align: center; /* center align */
	line-height: 1.4;
}

#page {
	width: 838px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border: 1px solid #aaa;
	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: #00f;
	text-decoration: underline;
}

a:hover{ text-decoration: underline; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 0; margin:0; } /* initialize */

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 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: 838px;
	height: 174px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/header.jpg") 0 0 no-repeat;
}

#header h1 {
	margin:0;
	padding: 77px 0 0 20px;
	text-indent:-9999em;
}

#header h1 a:link,
#header h1 a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	font-size:45px;
}

#shopinfo {
	width: 838px;
	background: transparent;
}

#shopinfo p{
	color: #333;
	padding: 6px 0 0 25px;
	text-align: left;
	font-size:16px;
	text-indent:-9999em;
}


/*	NAVIGATION
-------------------------------------------------*/
#navibox {
	width: 838px;
	padding: 0;
	/*background: transparent;*/
	background: #e8ffc8;
	border-bottom:1px solid #aaa;
}

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;
/*	border:1px solid #fff; */
}

ul.yokomenu li a:hover {
	color: #ff9900;
	text-decoration: underline;
}



/*	CONTENT
-------------------------------------------------*/
.page{
	width: 838px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/page_bg.gif") 0 0 repeat-y;
	text-align: left;
	color: #000000;
	vertical-align: top;
}

.maincol{
	float: right;
/*	width:613px; */
	width: 589px;
	margin: 0;
	padding:0;
/*	padding: 0 20px 10px 0;*/
	text-align: left;
	vertical-align: top;
}

#categoryname h2{
	background:transparent url("./images/new_catname_bg.gif") 0 0 repeat-x;
	margin:5px 30px 0 0;
	/*padding:2px 0 0 5px;*/
	padding:0 0 0 5px;
	font-size:135%;
	font-weight:bold;
	color:#666666;
	/*background: #e8ffc8;
	border-left:8px solid #f2ffbf;*/
}

#bread {
	/*margin: 0 30px 5px 0;*/
	margin: 5px 20px 10px 0;
	padding: 0;
	font-weight: normal;
	font-size:11px;
	text-align: right;
}

p.pagenavi {
	margin-bottom: 10px;
}

.post,
.post_alt{
	margin:0 30px 10px 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 repeat-x;
	padding: 2px 5px 3px 10px;
	/*color: #000;*/
	color: #003300;
	font-size: 120%;
	font-weight: bold;
}

.entry{
	background: #fff;
	padding: 5px 10px;
	border:1px solid #ddd;
	/*line-height: 1;*/
}

.entry p {
	margin-bottom: 5px;
	padding: 0;
}
.entry ul , .entry ol {
	margin: 1em 0em;
	padding: 0em;
}
.entry ul {
	list-style-type: square;
}
.entry ul li {
	/*margin: 1em 0em;*/
	margin: 0em 0em 0em 1em;
	padding: 0em;
	list-style-type: disc;
}
.entry ol li {
	/*margin: 1em 0em;*/
	margin: 0em 0em 0em 1em;
	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;
	/*border-left: 5px solid #efe444;
	border-bottom: 1px solid #efe444;*/
	border-left: 5px solid #f2ffbf;
	border-bottom: 1px solid #e8ffc8;
}

.post .entry img{
	/*border: 1px solid #e6eecb;
	padding: 4px;*/
	background-color: #fff;
}

.post_alt .entry img{
/*	border: 1px solid #e6eecb; */
	margin: 5px;
	background-color: #f00;
}

.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 10px 10px 0;
	font-size:12px;
	text-align:right;
}

/*link of top page*/
.post p.to_right{
	float:right;
	margin:0;
	padding:0;
} 

/*top page cat_name*/
.post span.cat_name{
	font-size:90%;
	margin:0;
	padding:0;
} 


/*top page category background_image*/
.post .posth2new{
	background:transparent url("./images/posth2new_bg.gif") 0 0 repeat-x;
	padding: 2px 5px 3px 10px;
	/*color: #000;*/
	color: #003300;
	font-size: 120%;
	font-weight: bold;
}

.post .posth2news{
	background:transparent url("./images/posth2news_bg.gif") 0 0 repeat-x;
	padding: 2px 5px 3px 10px;
	/*color: #000;*/
	color: #003300;
	font-size: 120%;
	font-weight: bold;
}

.post .posth2info{
	background:transparent url("./images/posth2info_bg.gif") 0 0 repeat-x;
	padding: 2px 5px 3px 10px;
	/*color: #000;*/
	color: #003300;
	font-size: 120%;
	font-weight: bold;
}

.post .posth2blog{
	background:transparent url("./images/posth2blog_bg.gif") 0 0 repeat-x;
	padding: 2px 5px 3px 10px;
	/*color: #000;*/
	color: #003300;
	font-size: 120%;
	font-weight: bold;
}

.post .posth2tomi{
	background:transparent url("./images/posth2tomi_bg.gif") 0 0 repeat-x;
	padding: 2px 5px 3px 10px;
	/*color: #000;*/
	color: #003300;
	font-size: 120%;
	font-weight: bold;
}

/*top slogan_image*/
#slogan{
	margin:0 0 20px 0;
	padding:0 0 0 30px;
}

/*member_link*/
.member_link{
	margin:0;
	padding:0;
}

table.member{
	width:538px;
	margin:0;
	padding:0;
	border-collapse: collapse;
	border:1px solid #666666;
	border-spacing:0;
	empty-cells:show;
	background-color:#fff;
	font-size:10px;
	table-layout:fixed;
}

table.member th {
	padding: 3px;
	border: 1px dotted #666666;
	font-weight:bold;
	font-size:10px;

}

table.member td {
	padding: 3px;
	border: 1px dotted #666666;
}

table th.official_title{
	width:48px;
}

table th.name{
	width:77px;
}

table th.company{
	width:135px;
}

table th.address{
	123px
}

table th.tel{
	width:130px;
}

/*search_result
404page*/
.search_result {
	padding: 20px 0 10px 0;
	margin-bottom: -3px;
}

#search_categoryname h2{
	margin:20px 30px 0 0;
	padding:0 0 0 5px;
	font-size:135%;
	font-weight:bold;
	background:transparent url("./images/new_catname_bg.gif") 0 0 repeat-x;
	color:#666666;
}


/*	SIDE BAR
-------------------------------------------------*/
#sidebar{
	float: left;
	width: 201px;
	margin: 0;
	padding: 13px 0 0 0 !important;
	padding: 0;
	background: transparent;
	text-align: left;
	vertical-align: top;
}

/*
#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#sidebar ul li{
	padding: 0;
}


#sidebar ul ul li{
	padding: 0;
}


li#categories ul {
	margin-bottom: 15px;
	border-top: 1px solid #999999;
}
*/
/* side category menu */

li#categories {
	margin:0 0 10px 0;
}

li#categories a {
	display: block;
	width: 201px;
	padding: 5px 0 5px 0px;
	text-indent:26px;
/*	width: 173px;
	padding: 5px 2px 5px 26px;*/
	border-bottom: 1px solid #999999;
	background: transparent url("./images/btn_tate_menu.gif") 0 0 repeat-y;
	/*color: #000;*/
	color: #666666;
	text-decoration: none;
}

li#categories a:hover {
	display: block;
	width: 201px;
	padding: 5px 0 5px 0px;
	text-indent:26px;
/*	width: 173px;
	padding: 5px 2px 5px 26px;*/
	border-bottom: 1px solid #999999;
	background: transparent url("./images/btn_tate_menu_h.gif") 0 0 repeat-y;
	color: #000000;
	text-decoration: underline;
}

/*
#sidebar ul.children,
#sidebar li.pagenav ul ul {
	margin: 0;
}

#sidebar ul.children li,
#sidebar li.pagenav ul ul li {
	margin: 1px 0;
	border: none;
}

#sidebar ul.children{
	border: none;
    font-size: 12px;
}
*/

li#categories .children a {
	font-size:10px;
	text-indent:0;
	display: block;
	width: 164px;
	padding: 3px 2px 3px 35px;
	border: none;
	background: transparent url("./images/mark_children.gif") 26px 50% no-repeat;
	/*color: #ffffff;*/
	color: #666666;
}

li#categories .children a:hover {
	font-size:10px;
	text-indent:0;
	display: block;
	width: 164px;
	padding: 3px 2px 3px 35px;
	border: none;
	background: transparent url("./images/mark_children_h.gif") 26px 50% no-repeat;
	color: #ff9900;
}

/*
#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: 0;
	border: none;
}
*/

#sidebar #search{
	text-align: center;
}

#search input{
	height: 22px
}

/*	FOOTER
-------------------------------------------------*/
#footer{
	width: 838px;
	height: auto;
	margin: 0 auto;
	padding-top: 5px;
	/*background: #004d3c;*/
	background: #e8ffc8;
	color: #333333;
	font-size: 90%;
	text-align: center;
}

#footer p{
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: center;
}

#footer a,
#footer a:visited {
	color: #000033;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
}

/*	COMMENT TEMPLATE
-------------------------------------------------*/
#comments {
	margin:0 30px 20px 0;
}

.comments-template{
	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: #0b50f3;
	font-size: 120%;
	font-weight: bold;
}

.comments-template h3#respond,
.comments-template h3#trackback {
	padding-top: 20px;
	/*border-bottom: 1px solid #66ccff;*/
	border-bottom: 1px solid #e8ffc8;
	/*color: #66ccff;*/
	color: #000000;
	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 dt span {
	font-weight: normal;
}

#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;
	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 {
	display: none;
}

.widgettitle {
	padding: 3px 0 3px 5px;
	border: none;
	/*background:#004d3c;*/
	background:#e8ffc8;
	/*color: #fff;*/
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

.textwidget {
	margin-bottom: 10px;
	padding: 5px;
	background: transparent;
	/*color: #ffffff;*/
	color: #666666;
	font-size: 12px;
}

li#recent-posts ul,
li#recent-comments ul,
li#archives ul,
li#pages ul,
li#meta ul,
li#rss-1 ul,
li#search div,
#sidebar li.linkcat ul,
.ec3_widget_list ul,
.ec_events ul {
	margin: 4px 4px 16px 4px;
	font-size: 12px;
}

#sidebar li.linkcat h2{
	padding: 3px 0 3px 5px;
	border: none;
	/*background:#004d3c;*/
	background:#e8ffc8;
	/*color: #fff;*/
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

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:2px 0;
	padding-left: 9px;
	background: transparent url("./images/mark_children.gif") 0 4px no-repeat;
}

/* ec3 */
.ec3_widget_list ul li{
	padding-left: 12px;
}

.ec3_widget_list ul li ul li{
	padding-left: 9px;
	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: #ffffff;*/
	color: #666666;
	text-decoration: none;
}

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 {
	text-decoration: underline;
}


/*	CALENDAR,ec3_widget_cal
-------------------------------------------------*/
table#wp-calendar,
.ec3_widget_cal table{
	margin:10px 0 10px 0;
	background:#fff;
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
	border-collapse:collapse;
}

table#wp-calendar caption,
.ec3_widget_cal h2,
.ec3_widget_cal caption{
	padding: 3px 0;
	background:#C0F5BA ;
	border:0 solid #fff;
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

table#wp-calendar th,
.ec3_widget_cal table th{
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	/*background: #e5dfb3;*/
	background: #e6e8f2;

}

table#wp-calendar td,
.ec3_widget_cal table td{
	padding: 1px;
	/*background: #ffffff;*/
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* ec3 table */
#today {
	background:#FF0;
	font-weight:bold;
}
#today a,
#today a:link,
#today a:visited{
	color:#1510F5;
}

.ec3_eventday {
	background-color:#AAC5F7;
}
a.eventday,
a.eventday:link,
a.eventday:visited{
	color:#fff;
	font-weight:bold;
}
a.eventday:hover{
	color:#fff;
}

/* holiday list*/
#ec3_2007_7_17, /* 海の日 */
#ec3_2007_9_23, /* 秋分の日 */
#ec3_2007_9_24, /* 振り替え休日 */
#ec3_2007_10_8, /* 体育の日 */
#ec3_2007_11_3, /* 文化の日 */
#ec3_2007_11_23, /* 勤労感謝の日 */
#ec3_2007_12_23, /* 天皇誕生日 */
#ec3_2007_12_24, /* 振り替え休日 */
#ec3_2008_1_1 /* お正月 */
{
	color:#FF0000;
	font-weight:bold;
}

