@charset "utf-8";
/*
Theme Name: きんくまデザイン
Description: きんくまデザインのテーマ
Version: 0.1
Author: きんくまデザイン
Author URI: http://www.kuma-de.com/
Tags: kinkuma
*/

/* -----------------------------
  reset
----------------------------- */
html,body,div,
h1,h2,h3,h4,h5,h6,p,
dl,dt,dd,ul,ol,li,
form,fieldset,legend,input,textarea,th,td,
pre,blockquote{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,em,caption,th{
	font-style:normal;
	font-weight:normal;
}
fieldset,img{
	border:0;
}
ol,ul{
	list-style:none;
}
hr{
	display:none;
}

/* -----------------------------
  clearfix
----------------------------- */
/* for modern browser */
.clearfix{
  display: inline-block;
}
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix{
  height: 1%;
}
.clearfix{
  display: block;
}
/* End hide from IE-mac */

/* -----------------------------
  main frame
----------------------------- */
/*
 * font-size
 * 16px: 1em
 * 14px: 0.88em (0.875)
 * 12px: 0.75em
 * 10px: 0.63em (0.625)
 */

body{
	background:#fff;
	font-size:100.01%;
	color:#333;
	font-family:Arial,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Verdana,Helvetica,sans-serif;
}

a, a:link, a:visited, a:active, a:hover{
	color:#00A4B0;
	text-decoration:none;
}
a:hover{
	color:#00A4B0;
	text-decoration:underline;
}
img{
	font-size:0;
	vertical-align:bottom;
}
.rollover{
}
.fl, .alignleft{
	float:left;
}
.fr, .alignright{
	float:right;
}
pre {
	font-size: 0.75em;
	line-height: 1.5em;
	padding:1em;
	background:#eee;
	font-weight:normal;
	overflow:auto;
	width:100%;
/*	max-height:300px;*/
	margin-bottom:1.4em;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#content_wrapper{
	width:900px;
	margin:0 auto;
}
div.narrowcolumn{
	float:left;
	width:650px;
}
div.widecolumn{
	width:900px;
	margin:0 auto;
}
#sidebar{
	float:right;
	width:200px;
}
table{
	font-size:0.75em;
	margin-bottom:1em;
}
table td{
	padding:5px;
}
.maintext{
	font-size:0.75em;
	margin-bottom:1.5em;
}
.border_area{
	border:1px solid #ccc;
}

/* -----------------------------
  header
----------------------------- */
#header{
	padding:9px 0 0 0;
	background:url(images/header_menu_repeat.jpg) repeat-x 0 51px;
}
#header_inner{
	width:900px;
	margin:0 auto;
}
#header_logo_and_search{
	height:45px;
}
#header_logo{
	text-indent:-9999px;
	width:167px;
	height:34px;
	float:left;
	overflow:hidden;
}
#header_logo a{
	width:167px;
	height:34px;
	display:block;
	background:url(images/common_parts.jpg) no-repeat -1px -43px;
}
#header_search{
	float:right;
	width:270px;
}

/* header_menu */
#header_menu{
	margin-left:100px;
	padding-bottom:10px;
}
#header_menu li{
	float:left;
	width:108px;
	height:51px;
	text-indent:-9999px;
}
#header_menu li a{
	display:block;
	width:108px;
	height:51px;
	overflow:hidden;
}
#header_menu1{
	background:url(images/header_menu.jpg) no-repeat -172px -78px;
}
#header_menu1 a{
	background:url(images/header_menu.jpg) no-repeat -172px -5px;
}
#header_menu2{
	background:url(images/header_menu.jpg) no-repeat -279px -78px;
}
#header_menu2 a{
	background:url(images/header_menu.jpg) no-repeat -279px -5px;
}
#header_menu3{
	background:url(images/header_menu.jpg) no-repeat -386px -78px;
}
#header_menu3 a{
	background:url(images/header_menu.jpg) no-repeat -386px -5px;
}
#header_menu4{
	background:url(images/header_menu.jpg) no-repeat -492px -78px;
}
#header_menu4 a{
	background:url(images/header_menu.jpg) no-repeat -492px -5px;
}
#header_menu5{
	background:url(images/header_menu.jpg) no-repeat -599px -78px;
}
#header_menu5 a{
	background:url(images/header_menu.jpg) no-repeat -599px -5px;
}
#header_menu6{
	background:url(images/header_menu.jpg) no-repeat -704px -78px;
}
#header_menu6 a{
	background:url(images/header_menu.jpg) no-repeat -704px -5px;
}
body#menu1 #header_menu li#header_menu1 a,
body#menu2 #header_menu li#header_menu2 a,
body#menu3 #header_menu li#header_menu3 a,
body#menu4 #header_menu li#header_menu4 a,
body#menu5 #header_menu li#header_menu5 a,
body#menu6 #header_menu li#header_menu6 a,
#header_menu li a:hover{
	background:none;
}

/* search btn */
#searchform{
	padding-top:5px;
}
#searchsubmit{
	float:left;
	width:56px;
}
#search_input_text{
	padding-top:3px;
	float:left;
}
#searchform #s{
	width:200px;
	border:1px solid #ccc;
	margin-right:8px;
	padding:2px;
}

/* -----------------------------
  content
----------------------------- */
.bodytext{
	font-size:0.88em;
	line-height:160%;
	margin-bottom:1em;
}
.hentry p,
.entry p{
	font-size:0.88em;
	line-height:160%;
	margin-bottom:1em;
}
#content h2{
	font-size:1em;
	font-weight:bold;
}
#content h2 a{
	color:#000;
}
.entry h3{
	font-size:1em;
	font-weight:bold;
	padding:5px 0 5px 30px;
	background:url(images/common_parts.jpg) no-repeat 0 -92px;
	margin-bottom:0.7em;
	margin-top:2em;
}
#content .post{
	margin-bottom:4em;
}
#content .post_title{
	border-left:7px solid #FFC400;
	padding:5px 0 5px 8px;
	margin-bottom:1.5em;
	width:630px;
}
div.widecolumn .post_title{
	width:880px !important;
}
#content .post_time{
	font-size:0.63em;
	margin-bottom:3px;
}
#content .postmetadata{
	border:1px solid #ccc;
	padding:8px 10px;
	font-size:0.75em;
	line-height:130%;
}
#content_archive h3{
	font-size:0.75em;
}
#content_archive h2.center{
	font-size:0.88em;
	margin-bottom:10px;
	padding-top:10px;
}
#content_archive .hentry{
	margin-bottom:1em;
}
#content_archive .pagetitle{
	font-size:0.88em;
	margin-bottom:1em;
	border-left:7px solid #FFC400;
	padding:5px 0 5px 8px;
	font-weight:bold;
}
#content_archive .navigation{
	margin-top:3em;
	width:400px;
	padding-top:5px;
	height:15px;
	padding-bottom:5px;
}
#content_archive .navigation .page-numbers{
	border:1px solid #ccc;
	padding:4px;
}
#content_archive .navigation .dots{
	border:none;
}
#content_archive .navigation .current{
	background:#00A4B0;
	border:1px solid #00A4B0;
	color:#fff;
}
.more-link{
	margin-top:1em;
	margin-bottom:1em;
	display:block;
}
#content h2.not404{
	font-size:0.75em;
	margin-bottom:10px;
	padding-top:10px;
	font-weight:bold;
}
/* navigation */
.navigation{
	font-size:0.75em;
	margin-bottom:1em;
	width:100%;
	margin:0 0 30px 0;
}
/* comment */
#commentform{
	margin-bottom:50px;
}
#respond h3{
	font-size:0.88em;
	font-weight:bold;
	margin-bottom:1em;
}
#respond h3 span{
	font-weight:normal;
}
#commentform input{
	width:200px;
	padding:2px;
	font-size:0.75em;
}
#commentform textarea{
	padding:2px;
	font-size:0.75em;
}
#commentform p{
	margin-bottom:0.5em;
}
h3#comments{
	font-size:0.75em;
	font-weight:bold;
}
.commentlist{
	font-size:0.75em;
	line-height:130%;
}
.commentlist .reply{
	margin-bottom:1em;
}
.commentlist cite{
	font-style:normal;
}
.comment-author .fn{
	font-weight:bold;
}
#commentform input#submit{
	height:30px;
}

/* -----------------------------
  sidebar
----------------------------- */
#sidebar{

}
#sidebar h2.widgettitle,
.categories h2{
	font-size:0.75em;
	font-weight:bold;
	background:url(images/common_parts.jpg) no-repeat 0 -3px;
	width:189px; /* 199px */
	height:21px; /* 27px */
	padding:6px 0 0 10px;
	margin-bottom:3px;
}
#sidebar .widget ul,
.categories ul{
	font-size:10px;
}
#sidebar .widget ul a,
.categories ul a{
	font-size:12px;
}
#sidebar .widget,
.categories{
	margin-bottom:1.3em;
}
#sidebar ul li ul{
	margin-left:5px;
}
#sidebar ul li ul li{
	background:url(images/sidebar_marker.gif) no-repeat -3px -4px;
	padding-left:13px;
	border-left:1px solid #ccc;
}
#sidebar ul ul li, #sidebar ul ol li {
	padding:3px 0 0;
}
#rss_feed_icon a{
	width:28px;
	height:28px;
	background:url(images/common_parts.jpg) 0px -217px no-repeat;
	display:block;
	text-indent:-9999px;
	font-size:0px;
	margin-bottom:15px;
}
.relation_link{
	padding-left:5px;
	padding-top:5px;
	font-size:0.75em;
}
/* -----------------------------
  footer
----------------------------- */
#goto_page_top{
	width:900px;
	text-align:right;
	margin:0 auto 20px auto;
	font-size:0.75em;
	background:no-repeat url(images/common_parts.jpg) 777px -195px;
}
#footer{
	background:#F4F2EA;

}
#footer_inner{
	width:900px;
	margin:0 auto;
}
#sitemap{
	margin-bottom:30px;
}
#sitemap_menu0,
#sitemap_menu1,
#sitemap_menu2,
#sitemap_menu6{
	float:left;
	width:160px;
}
#sitemap_menu3{
	width:150px;
	float:left;
}
#sitemap h4{
	border-left:6px solid #D0C8A4;
	padding:13px 0 8px 6px;
	font-weight:bold;
	font-size:0.75em;
	margin-bottom:0em;
}
#sitemap #sitemap_menu3 h4{
	margin-bottom:1em;
}
#sitemap h4 a{
	color:#000;
}
#sitemap ul{
	font-size:10px;
	margin-left:2px;
}
#sitemap ul a{
	font-size:12px;
}
#sitemap_menu1 ul li ul{
	margin-left:5px;
}
#sitemap li ul li,
#sitemap_menu1 ul li ul li{
	background:url(images/sidebar_marker.gif) no-repeat -5px -3px;
	padding:4px 0 0px 9px;
	border-left:1px solid #ccc;
}
#copyright_row{
	height:25px;
}
#copyright{
	font-size:0px;
	text-indent:-9999px;
	width:285px;
	height:18px;
	background:url(images/common_parts.jpg) -3px -168px;
	float:left;
}
#powerd_by{
	font-size:0.75em;
	float:right;
}

/* -----------------------------
  inquiry
----------------------------- */
.wpcf7-form-control-wrap input{
	padding:3px;
}
.wpcf7-form-control-wrap textarea{
	width:600px;
	font-size:0.75em;
	padding:3px;
}
#wpjrelated{
	font-size:0.75em;
	margin-bottom:2em;
}
#wpjrelated li{
	margin-bottom:5px;
}

/* -----------------------------
  about
----------------------------- */
#about_content{
	float:left;
	width:690px;
	font-size:0.75em;
	line-height:160%;
}
#about_content p{
	margin-bottom:2em;
}
#about_content h1{
	margin-bottom:10px;
}
#about_content h1#about2_title{
	margin-bottom:30px;
}
#about_content h2{
	margin-bottom:10px;
}
#about_navi{
	float:right;
	width:183px;
}
#about_navi ul{
	text-indent:-9999px;
}
#about_navi ul li{
	width:183px;
	height:45px;
	margin-bottom:1px;
}
#about_navi ul li a{
	display:block;
	width:183px;
	height:45px;
	outline:none;
}
#about_navi1{
	background:url(images/about_navi.jpg) no-repeat 0px -50px;
}
#about_navi1 a{
	background:url(images/about_navi.jpg) no-repeat 0px 0px;
}
#about_navi2{
	background:url(images/about_navi.jpg) no-repeat -200px -50px;
}
#about_navi2 a{
	background:url(images/about_navi.jpg) no-repeat -200px 0px;
}
#about_navi3{
	background:url(images/about_navi.jpg) no-repeat -400px -50px;
}
#about_navi3 a{
	background:url(images/about_navi.jpg) no-repeat -400px 0px;
}
#about_navi ul li a:hover,
.about_navi_current1 ul li#about_navi1 a,
.about_navi_current2 ul li#about_navi2 a,
.about_navi_current3 ul li#about_navi3 a{
	background:none;
}
#about_content p.about_footer_btn{
	margin:0 auto;
	width:128px;
	margin-bottom:40px;
}
.about2_content_figarea{
	margin-bottom:50px;
}
#about_content .about2_content_figarea p{
	margin-bottom:0px;
}
.about2_content_figarea1{
	float:left;
	width:280px;
}
.about2_content_figarea2{
	float:right;
	width:400px;
}
.about3_content_figarea1{
	float:left;
	width:520px;
}
.about3_content_figarea2{
	float:right;
	width:143px;
}