@charset "UTF-8";

/* Reset CSS ----------------------- */
* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote {
	margin: 0;
	padding: 10px;
}


a {
	color: #0F92BC;
}
a:hover {
	color: #0F92BC;
	text-decoration: underline !important;
}

blockquote {
	border: 1px dotted silver;
	display: block;
	margin: 0px;
	padding: 10px;
	quotes: "\201C" "\201D";
}
blockquote:before,blockquote:after {
	font-weight: bold;
	color: #0F92BC;
	margin:0px;
	padding:0px;
	display: block;
	font-size: 20px;
	width: 100%;
	height:10px;
}
blockquote:before {
	content: open-quote;
}
blockquote:after {
	content: close-quote;
	text-align:right;
}


code {
	color: #3366CC;
}

a img {
	border: none;
}

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;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Reset CSS ----------------------- */



/* BASE ----------------------- */
body {
	position: relative; /* Fixes browser resizing bug in IE6 */
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	background: #FFFFFF url(images/bg_gradation.gif) repeat-x left top;
	margin-top: 10px;
	line-height:137%;
}

#wrapper {
	text-align: left; /* IE Centering Technique */
	background: url(images/bg_bottom_btm.png) repeat-x center bottom;
}

#header {
	width: 900px;
	margin: 0px auto;
	padding: 0;
}

#header .topright {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #fff;
}
/* BASE ----------------------- */



/* Search Form -------------- */
#searchform {
	height: 87px;
	margin: 0 0 30px 0;
	padding: 0px;
	width: 205px;
	background: url(images/bg_side_title04.png) no-repeat left bottom;
}
* :first-child+html #searchform { /* Filter for IE7 */
	padding: 0;
}
* html #searchform { /* Filter for IE6 */
	padding: 0;
}

input#searchbox {
	margin: 30px 0 5px 40px;
	width: 140px;
	color: #215679;
}

input#searchbutton {
	color: #215679;
	width: 140px;
	margin-left: 40px;
}

#searchbutton :hover {
	cursor: pointer;
}
/* Search Form -------------- */



#header h1 {
	font-size: 11pt;
	width: 590px;
	float: left;
	padding: 0px;
	line-height:157%;
	color: #333333;
}
#header .logo {
	float: right;
	width: 277px;
}


/* Main content -------------- */
#main {
	clear: both;
	width: 900px;
	/* Overrides miscalculation in IE6; ignored by other browsers. */
	margin: 0px auto;
	padding: 0;
}

#content {
	float: left;
	width: 445px;	
}

#content .pageTitle {
	padding: 0px 0 0px 30px;
	font-size: 16pt;
	color: #333333;
	background: url("images/note.png") left top no-repeat;
	line-height: 157%;
	border-bottom: 1px solid #333333;
}

.contentsearch {
	margin: 0 0 40px 100px;
}


.post {
	margin: 20px 0 25px 0;
}

#content h2,#content h3,#content h4,#content h5,#content h6 {
	padding: 0 10px;
	font-weight: bold;
}

#content h2 {
	font-size: 14pt;
}

#content h3 {
	font-size: 12pt;
}

#content h4,#content h5,#content h6 {
	font-size: 11pt;
}

h2.homeTitle {
	margin: 0 0 15px 0;
}


/* Post Title ------------------- */
#content h2.postTitle {
	font-size: 14pt;
	font-weight: bold;
	color: #05546C;
	background: url(images/bg_title.png) no-repeat left bottom;
	height: 35px;
	margin-bottom: 5px;
	padding: 15px 0 0 50px;
}

#content h2.postTitle a {
	text-decoration: none;
	color: #05546C;
}
#content h2.postTitle a:hover {
	color: #215679;
}
/* Post Title ------------------- */


/* Post Meta ------------------- */
.postMeta {
	padding: 2px 10px 4px 10px;
	font-size: 9pt;
	color: #333;
}

.postMeta .date {
	background: url("images/date.gif") left no-repeat;
	padding: 0 0 0 15px;
}

.postMeta .filed {
	background: url("images/folder.gif") left no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 0 3px;
}

.postMeta .commentcount {
	background: url("images/comments.gif") left no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 0 3px;
}

.postMeta .tags {
	background: url("images/tags.gif") left no-repeat;
	padding: 0 0 0 15px;
}

.postMeta a {
	text-decoration: none;
}
/* Post Meta ------------------- */


/* Post Content ------------------- */
.postContent img {
}

#content p,.postContent p {
	padding: 5px 0px;
	font-size: 10pt;
	color: #000000;
}

.postContent ul,ol {
	padding: 0 0 0 25px;
}

.postContent ul li,ol li {
	font-size: 10pt;
	color: #000000;
}
/* Post Content ------------------- */



/* Post Comments ------------------- */
#content .commentbody {
	width: 405px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 9pt;
	line-height:137%;
}
#content .commentbody p {
	font-size: 9pt;
}

.gravatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


p.comments {
	clear: both;
	padding: 5px 0px 5px 0px;
}

p.comments a {
	background: url("images/comment.gif") left top no-repeat;
	font-size: 9pt;
	text-decoration: none;
}

.commentlist {
	margin: 10px 0;
	list-style: none;
}

.commentlist li {
	margin: 0 0 5px -25px;
}

.commentlist cite {
}

.commentlist cite a {
	
}

.commentmetadata {
	padding: 10px;
}

.comment h3 {
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.comment p {
	padding: 0;
	color: #333333;
}

.comment a {
	text-decoration: none;
}

.comment a:hover {
	text-decoration: underline;
}

.comment textarea {
	width: 425px;
}

.comment #submit {
	width: 118px;
	padding: 3px;
	font-size: 9pt;
	color: #215679;
}

.comment #submit :hover {
	cursor: pointer;
}
/* Post Comments ------------------- */





/* Side Bar ------------------- */
#allsidebars {
	width: 430px;
	float: right;
	line-height:117%;
}

/* Sidebar 2 columns widget-ready */
.sidebarsB {
	width: 430px;
	margin-top: 15px;
}

.sidebar1 {
	float: left;
	width: 205px;
}

.sidebar2 {
	float: right;
	width: 205px;
}

h2.widgettitle {
	padding: 37px 5px 0px 50px;
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	background: url(images/bg_side_title01.png) no-repeat left bottom;
	margin-bottom: 5px;
	height: 50px;
}
#recent-posts h2.widgettitle {
	background: url(images/bg_side_title02.png) no-repeat left bottom;
}
#archives h2.widgettitle {
	background: url(images/bg_side_title03.png) no-repeat left bottom;
}
#recent-comments h2.widgettitle {
	background: url(images/bg_side_title04.png) no-repeat left bottom;
}
#linkcat-7 h2.widgettitle {
	background: url(images/bg_side_title04.png) no-repeat left bottom;
}
#linkcat-6 h2.widgettitle {
	background: url(images/bg_side_title02.png) no-repeat left bottom;
}
#linkcat-2 h2.widgettitle {
	background: url(images/bg_side_title03.png) no-repeat left bottom;
}
#text-318097031 h2.widgettitle {
	background: url(images/bg_side_title05.png) no-repeat left bottom;
}

.textwidget {
	padding: 0 5px;
}
.sidebarsB table {
	width: 160px;
}

.sidebarsB ul {
	margin: 0;
	padding: 0 0 5px 0;
}

.sidebarsB li {
	margin-bottom: 20px;
	list-style: none;
	font-size: 9pt;
}

.sidebarsB li ul {
	padding: 0 5px 0 5px;
}

.sidebarsB ul ul li {
	margin: 0;
	padding: 3px 2px 2px 20px;
	color: #222;
	/* Required for cross-browser consistency; cross-browser defaults vary. */
	border-bottom: 1px dotted #ccc;
	background: url(images/ball.png) no-repeat left center;
}

.sidebarsB a {
	display: block;
	color: #333;
	text-decoration: none;
	display: inline;
}

.sidebarsB a:hover {
	color: #4C82A6;
	text-decoration: underline;
}

.sidebarsB p {
	padding: 2px 5px;
	font-size: 9pt;
}

#tag_cloud a {
	display: inline;
}

.sidebarsB ul.children li {
	border-bottom: none;
}

.sidebarsB ul.children {
	margin-bottom: -5px;
}
/* Side Bar ------------------- */




/* Footer ------------------- */
#footer {
	clear: both;
	color: #fff; /* IE Centering Technique */
	width: 900px;
	margin: 0px auto;
	padding: 0;
	height: 319px;
	background: url(images/bg_bottom.png) no-repeat center bottom;
}

#footer p {
	padding: 0;
	font-size: 8pt;
	color: #000000;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#credits {
	clear: both;
	margin: 0 auto;
	color: #FFFFFF; /* IE Centering Technique */
	text-align: center;
	background: #528520;
	font-size: 12px;
}
#credits a {
	color: #FFFFFF;
	text-decoration: none;
}
#credits a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Footer ------------------- */



/* pagenavi ------------------- */
.wp-pagenavi {
	font-size: 11px;
}
/* pagenavi ------------------- */



/* Extras */
.cleared {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#nextprevious {
	padding: 10px;
	font-size: 80%;
}

#toprss {
	background: transparent url("images/logo.jpg") no-repeat scroll left top
		;
	height: 102px;
}

.blogerName {
	float: right;
	margin: 0px 10px 0px 0px;
	color: #9ED1D4;
	font-size: 14px;
	clear: right;
}

.blogerName h1 {
	padding: 5px 10px;
}

.blogerName a {
	color: #9ED1D4;
	text-decoration: none !important;
}

.blogerName .description {
	text-align: right;
	padding-right: 10px;
}


.rss {
	float: right;
	font-size: 12px;
	padding: 10px 10px 0 0;
	margin-right: 10px;
}

.rss a {
	text-decoration: none;
}

.rss img {
	vertical-align: top;
}
