/*  

Theme Name: Kiteretsu-so01

Theme URI: http://www.kiteretsu-so.com/

Description:original:UltraWood

Version: 1.0

Author: tonka

Author URI: http://www.kiteretsu-so.com/

*/


/*
寺子屋さんごめんよ。CSSめちゃ汚いです。

*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
a {
	color:#4b4b4b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
.clear {
	clear:both;
}
body {
	margin:0px;
	padding:0px;
	font-family:"Lucida Grande", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
	font-size:11px;
	background:#FFFFFF;
	color:#4b4b4b;
}
#page {
	width:950px;
	margin:0px auto;
}
/* HEADER */







#header {
	width:100%;
	height:105px;
	background:url(images/header_bg.gif) no-repeat;
	overflow:hidden;
}
#header_title {
	float: left;
	width: 270px;
	height: 65px;
	margin:40px 0 0 50px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(images/topTitle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline;
}
#header_title h1 {
/*padding:40px 0 0 50px;*/

}
#header_title h1 a {
	display: block;
	width: 270px;
	height: 65px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
}
#header_title h1 a:hover {
	text-decoration:none;
}
.header_description {
	float: right;
	width: 500px;
	height: 40px;
	margin:60px 75px 0 0;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	line-height: 150%;
	letter-spacing:0;
}
#header_rss img {
	float:left;
	margin:1px 35px 0 0;
}
/* MENU */







#menu {
	width:100%;
	height:45px;
	background:url(images/menu_bg.gif) no-repeat;
	overflow:hidden;
}
#menu_items {
	float:right;
	width:580px;
}
#menu_items ul {
	padding:9px 0 0 0;
	float:left;
}
#menu_items li {
	font-size:14px;
	display:inline;
	text-transform:uppercase;
	padding:0 17px 0 17px;
	border-right:1px solid #FFCC00;
}
#menu_items a {
	color:#fff;
}
#menu_items a:hover, #menu_items a.select {
	text-decoration:underline;
}
#menu_rss {
	padding:8px 80px 0 0;
	float:right;
}
#main_search {
	width:300px;
	margin-top: 80px;
}
#searchform_top {
	margin:8px 0 0 0;
}
#searchform_top_text {
	width:205px;
	height: 31px;
	padding-top: 8px;	
	margin:0 5px 0 15px;
	border:0px;
	background:url(images/search.gif) no-repeat;
	font-size:12px;
	color:#999;
	float:left;
	display: inline;
}
#gosearch {
	float:left;
	width: 56px;
}
/* BODY */







#body {
	width:100%;
	background:url(images/body_bg.gif) repeat-y;
	overflow:hidden;
}
#body_top {
	width:100%;
	background:url(images/body_top_bg.gif) no-repeat;
	padding-bottom:40px;
	overflow:hidden;
}
#body_left {
	width:600px;
	float:left;
}
#body_right {
	width:350px;
	float:right;
}
/* left contact */







#body_left_content {
	width:520px;
	padding-top:30px;
	margin-left:65px;
}
.post {
	width:100%;
}
.post-top {
	float:left;
	width:520px;
	background:url(images/post_title_bg.gif) no-repeat;
	border-bottom:1px dotted #cabeb3;
}
.post-date {
	float:left;
	font-size:15px;
	width:59px;
	height:54px;
	color:#ffffcc;
	padding-top:5px;
	text-align:center;
	background:url(images/post-date_bg.gif) no-repeat;
}
.post-date p {
	font-size:33px;
	line-height:30px;
}
.post-author {
	float: left;
	width: 40px;
	height: 40px;
	padding: 20px 0 0 15px;
	display: inline;
}
.post-title {
	float:right;
	width:465px;
}
.post-title h2 {
	font-size:20px;
	color:#000;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'qMmpS Pro W6', 'lr oSVbN', sans-serif;
	font-weight: bold;
	margin:20px 0 3px 15px;
}
.post-title h2 a {
	color:#000;
}
.post-title h3 {
	font-weight:normal;
	color:#737373;
	font-size:11px;
	padding:10px 0 8px 15px;
	margin:0 0 0 0px;
}
.post-title h3 a, .post-title h3 span {
	color:#FF8200;
	font-weight:bold
}
.post_author {
	padding:0 0 2px 0;
}
.post_cat {
	padding:0 0 2px 0;
}
.entry {
	line-height:20px;
	font-size:12px;
	padding:25px 15px 0 5px;
	background:url(images/post_cat.gif) no-repeat left 1px;
}
.entry p {
	padding-bottom:15px;
}
.entry p a {
	color:#FF8200;
	font-weight:bold;
	text-decoration:underline;
}
.entry p a:hover {
	text-decoration:none;
}
.entry img {
	background:url(images/image_border.gif) repeat;
	padding:5px;
}
.entry object {
	background:url(images/image_border.gif) repeat;
	padding:5px;
}
.postmetadata {
	background:url(images/postmetadata_bg.gif) no-repeat;
	width:100%;
	height:50px;
	margin:20px 0 50px 0;
	padding-top: 10px;
	border-top:1px dotted #666;
}
.postmetadata .alignright a {
	color:#fff;
	font-size:10px;
	background:#FF8200;
	display:block;
	text-transform:uppercase;
}
.postmetadata .alignright a span {
	display:block;
	padding:2px;
}
.postmetadata .alignleft a {
	color:#000;
	font-size:12px;
	background:url(images/comm_a.gif) no-repeat left 1px;
	padding-left:20px;
}
.postmetadata .alignleft a span {
	font-weight:bold;
	color:#FF8200;
}
.postmetadata .postbookmark{
	float: left;
	margin-left: 15px;
	width: 100px;
	
	}

.postmetadata .alignleft {
	padding-top:5px;
	padding-left:20px;
}
.postmetadata .alignright {

	padding-right:20px;
}
.post-page {
	width:98%;
}
h2.page_title {
	font-size:27px;
	color:#000;
	font-weight:normal;
	border-bottom:1px dashed #cabeb3;
	padding:0 0 8px 0;
}
.post-page .entry {
}
.post-page .entry a {
	text-decoration:underline;
	font-weight:bold;
	color:#782803;
}
.post-page .entry a:hover {
	text-decoration:none;
}
.entry strong {
	color:#000;
}
.post-page .entry strong, .post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6 {
	color:#000;
	display:block;
	font-weight:normal;
}
.post-page .entry strong {
	font-size:28px;
}
.post-page .entry h1 {
	font-size:26px;
	padding:0 0 14px 0;
}
.post-page .entry h2 {
	font-size:24px;
	padding:0 0 14px 0;
}
.post-page .entry h3 {
	font-size:22px;
	padding:0 0 12px 0;
}
.post-page .entry h4 {
	font-size:20px;
	padding:0 0 10px 0;
}
.post-page .entry h5 {
	font-size:18px;
	padding:0 0 8px 0;
}
.post-page .entry h6 {
	font-size:16px;
	padding:0 0 6px 0;
}
/* right content */


.entry h3 {
	font-size:16px;
	padding:0 0 12px 0;
	padding:8px 5px;
	margin:20px 0 15px 0;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	background-color:#EEEEEE;
}






#body_right_content {
	margin-top:16px;
}
/* SIDE BAR */







#sidebar {
	width:300px;
	float:left;
	display: inline;
}
.sidebars h2 {
	clear: both;
	font-size:16px;
	color:#3f1801;
	width:285px;
	height:30px;
	padding:30px 0 0 15px;
	/*background:url(images/li_h2.gif) no-repeat;*/

	font-weight:bold;
	margin:0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.sidebars ul {
	color:#3d3d3d;
}
.sidebars ul li {
	padding-bottom:5px;
}
.sidebars ul li ul li {
	margin-bottom:0;
	width:auto;
}
.sidebars ul li ul li ul li {
	margin-left:0;
}
.sidebars li ul {
	padding-bottom:8px;
}
.sidebars li ul li ul {
	padding-bottom:0px;
	padding-left:10px;
	width:auto;
}
.sidebars li ul li ul li ul {
}
.sidebars li {
	margin-bottom:0px;
	background:none;
}
.sidebars li li {
	margin-bottom:0px;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	padding:4px 0 8px 12px;
	font-size:13px;
}
.sidebars li li li {
	background:none;
	border:0;
	padding-bottom:3px;
}
.sidebars li a {
	color:#3d3d3d;
}
.sidebars li.widget_authors ul {
	width: 300px;
	margin-top: 15px;
}
.sidebars li.widget_authors ul li {
	float: left;
	width: 100px;
	font-size: 11px;
	padding:0;
	margin-bottom: 15px;
	display: inline;
}
.sidebars li.widget_authors img {
	padding-left: 30px;
	}
.sidebars li.widget_authors .auther_name {
	display: block;
	text-align: center;
	padding: 7px 0 10px 0;
	font-weight: bold;
}
.sidebars li.widget_categories ul li {
	font-weight:bold;
	color:#c36e17;
}
.sidebars li.widget_categories ul li a {
	background:url(images/sidebar_li_cat.gif) no-repeat left 5px;
	font-weight:normal;
	padding-left:12px;
}
.sidebars li.widget_categories ul li ul li a {
	background:none;
	font-weight:normal;
	padding-left:8px;
}
.sidebars li.widget_archives ul li {
	padding-top:10px;
	font-size: 11px;
}
.sidebars li.widget_archives ul li a {
	font-weight:normal;
	color:#FF8200;
}
.sidebars li.linkcat ul li a {
	background:url(images/sidebar_li_cat.gif) no-repeat left 5px;
	font-weight:bold;
	padding-left:12px;
	color:#999999;
}
.sidebars li.widget_meta ul li a {
	font-weight:normal;
	padding-left:2px;
}
.sidebars .widget_tags p {
	padding:0px 10px 10px 15px;
}
.sidebars .widget_tags a {
	color:#3d3d3d;
}
.sidebars .textwidget {
	padding:10px;
}
/* FOOTER */







#footer {
	width:100%;
	height:102px;
	background:url(images/footer_bg.gif) no-repeat;
}
#footer_text {
	padding:25px 0 0 0;
	text-align:center;
}
#footer_text p {
	color:#a7a7a7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 8px 0;
}
#footer_text a {
	color:#ffc339;
}
/* Begin Typography & Colors */







#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



















/* Begin Images */



p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've



	thought?!) align the image to the right. And using 'class="centered',



	will of course center the image. This is much better than using



	align="center", being much more futureproof (and valid) */







img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */















/* Begin Calendar */



#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */















/* Begin Various Tags & Classes */



acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 24px;
	padding-bottom:7px;
	background:url(images/blockquote_bg.gif) repeat-y;
}
blockquote blockquote {
	background:url(images/blockquote_bg2.gif) repeat-y;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-weight:bold;
	clear:both;
}
.navigation a {
	color:#303030;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.navigation a:hover {
}
.navigation .alignleft a {
	background:url(images/prev.gif) no-repeat left 1px;
	padding:0 0 0 18px;
}
.navigation .alignright a {
	background:url(images/next.gif) no-repeat right 1px;
	padding:0 18px 0 0;
}
/* End Various Tags & Classes*/







/* Begin Lists







	Special stylized non-IE bullets



	Do not work in Internet Explorer, which merely default to normal bullets. */







.entry ul {
	margin: 0 10px 15px 0;
	list-style: none;
	padding:15px 15px 20px 20px;
	background:#fbfaed;
	border:1px solid #f2f1e0;
}
.entry ul li {
	border-bottom:1px solid #c9c8be;
	background:url(images/entry_before.gif) no-repeat left 10px;
	padding:3px 0 4px 17px;
	display:block;
}
.entry ul li:before {
/*content: url(images/entry_before.gif);*/

	}
.entry ol {
	margin: 0 10px 15px 0;
	padding:15px 15px 20px 40px;
	background:#fbfaed;
	border:1px solid #f2f1e0;
}
.entry ol li {
	margin: 0;
	padding: 0;
	padding-bottom:4px;
	padding-top:3px;
	border-bottom:1px solid #c9c8be;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
ol li {
	list-style: decimal outside;
}
/* End Entry Lists */















/* Begin Form Elements */



#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform {
	width:400px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 350px;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	width:91px;
	height:33px;
}
/* End Form Elements */















/* Begin Comments*/







h2#comments_title {
	font-size:15px;
	color:#FF8200;
	font-weight:bold;
	border-bottom:1px dotted #666;
	padding:0 0 8px 0;
	margin:0 0 10px 35px;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
	margin:0 0 0 35px;
}
.commentlist li {
	margin: 15px 0 0;
	padding: 5px 0 0 0;
	list-style: none;
	background:#fcfbf0;
	border:1px solid #f4f3e5;
}
.commentlist li.alt {
}
.commentlist li li {
	margin: 0px;
	padding: 5px 10px 5px;
	border-bottom:0px;
	background:none;
	border:0;
}
.commentlist p {
	margin: 20px 5px 10px 0;
	line-height:18px;
}
.commentmet_text {
	padding-left:5px;
	padding-top:5px;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
	padding:7px 0px 0 15px;
	color:#FF8200;
	font-size:17px;
	text-transform:capitalize;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.commentmetadata span {
	color:#666666;
	font-size: 12px;
}
.commentmetadata a {
	color:#603913;
}
.commentmet_text {
	padding:0 20px 10px 15px;
	font-size:13px;
}
#respond_box {
	margin:40px 0 0 35px;
	padding-bottom:60px;
}
h3#respond {
	font-size:15px;
	color:#000;
	font-weight:normal;
	border-bottom:1px dotted #cabeb3;
	padding:0 0 8px 0;
	margin:0 0 10px 0;
}
#commentform {
	color:#000;
	font-size:12px;
	width:90%;
}
#commentform label {
	color: #666;
	position:relative;
	top:-2px;
}
#commentform a {
	color:#000;
}
#commentform input {
	background:#fff;
	border:3px #EEDD99 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	color:#666;
}
#commentform textarea {
	background:#fff;
	border:3px #EEDD99 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	margin:5px 0 0 0;
	color:#666;
}
#commentform input#submit {
	background:none;
	border:0px;
}
/* End Comments */







/* Archives page */



.page_archives_div {
	padding-bottom:60px;
}
.ar_panel {
}
.page_archives_div h2 {
	font-size:27px;
	color:#000;
	font-weight:normal;
	border-bottom:1px dashed #cabeb3;
	padding:0 0 8px 0;
}
.page_archives_div h2 span {
	background:url(images/ar_h2.gif) no-repeat left 4px;
	padding:0 0 0 25px;
}
.ar_panel ul {
}
.ar_panel ul ul {
}
.page_archives_div ul h2 {
}
.page_archives_div ul {
	margin:10px 0 40px 0;
}
.page_archives_div ul li {
	margin:0px;
	padding:5px 0 7px 5px;
	list-style:none;
	background:none;
	border-bottom:1px solid #f0ecb4;
}
.page_archives_div ul li ul li {
	border:0px;
	background:none;
}
.page_archives_div ul li ul {
	margin:0px;
	padding:0px;
	padding-left:10px;
}
.page_archives_div ul li a {
	font-weight:normal;
	color:#000;
	font-size:12px;
	padding:0 0 0 9px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* 関連記事 */

#near_posts {
	padding:12px;
	background-color:#FFF9DD;
	font-size:12px;
}

#near_posts li {
	margin:10px 0 0 0;
	background-image:url(images/ico_posts.gif);
	background-position:center left;
	background-repeat:no-repeat;
	line-height:180%;
	text-indent:20px;
}

#near_posts h4 {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:2px dotted #FFCC00;
	color:#996600;
}

#near_posts a {
	color:#FF8200;
	text-decoration:underline;
}
#near_posts a:hover {
	text-decoration:none;
}
.star {
height : 60px;
margin: 10px ;
}
.star h4 {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:2px dotted #CCCCCC;
	color:#333333;
}




/*----float-banner-------*/
#bannerArea {
	margin: 0px;
	position:relative;
}
#bannerBtn {
	cursor:move;
	position:absolute;
	top:200px;
	right:100px;
}