@charset "utf-8";
/*
Theme Name: 寳谷光教ブログテーマ
Theme URI: http://www.hoyamitsunori.jp
Description: 寳谷光教ブログテーマ
Version: 1.0
Author: Husky Style Japan,
Author URI: http://www.husky-style.com/
*/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,big,del,em,img,small,strong,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0px;
	padding:0px;
	vertical-align: baseline;
	border:none;
}
html,body{
	height:100%;	
}
ol,ul {
	list-style:none;   
}
table {
	border-collapse:collapse;
	border-spacing:0;   
}
.clr{
	clear:both;
}



/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body {
	font:13px/1.231 "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, sans-serif;
*font-size:small;
*font:x-small;
}
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}


a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #06C;
}
a:active {
	color: #666;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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 Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */body {
	background-color: #f4f4e6;
	background-image: url(images/header_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#HEADER {
	text-align: left;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/keyvisual.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 330px;
}
#HEADER h1 {
}
#HEADER h1 {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 79px;
	width: 290px;
	margin-left: 11px;
}
#HEADER h1 a {
	display: block;
	height: 79px;
	width: 290px;
	text-indent: -9999px;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#MENU {
	float: right;
	width: 243px;
	border: 1px solid #bcbcbc;
	background-color: #FFF;
	padding: 5px;
	line-height: 150%;
	color: #2c2c2c;
}
#MENU h3 {
	background-image: url(images/menu_h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 243px;
	line-height: 35px;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	text-indent: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#MENU h3.title1 {
	margin-top: 0px;
}
#MENU .img1 {
	float: left;
}
#MENU .link {
	list-style-type: none;
	clear: both;
}
#MENU .bookmark {
	clear: both;
	padding-top: 7px;
}
#MAIN .navigation {
	font-size: 93%;
	text-align: center;
	margin-top: 10px;
}


#MAIN {
	width: 660px;
	float: left;
	line-height: 180%;
}
#MAIN .post {
	border: 1px solid #bcbcbc;
	padding: 5px;
	background-color: #FFF;
	margin-bottom:10px;
}
#MAIN .post h2 {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #787878;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #787878;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 100%;
	color: #2c2c2c;
	text-indent: 5px;
}
#MAIN .post .time {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #787878;
	margin-top: 15px;
	padding-top: 3px;
	text-align: right;
	font-size: small;
}
#MAIN .post .entry{
	margin-left:10px;
}
#MAIN .gotop {
	font-size: small;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 5px;
}
#MAIN .postmetadata {
	text-align: right;
	margin-top: 10px;
}

#FOOTER {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d7b21a;
	padding-top: 3px;
	padding-bottom: 5px;
}
#FOOTER .copyright {
	text-align: right;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	color: #333;
}
