@charset "UTF-8";

/*
* info@blog-template.net
* Access: http://www.blog-template.net/
* CSSLicense: 【ブログテンプレートネット】
*/

/*ページ全体の基本的な設定-----------------------------------------------------*/

html { 
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0; 
	}

body { 
	color: #333; 
	font-size: 12px; 
	font-family: "Lucida Grande", Geneva, Arial, Verdana, Helvetica, sans-serif; 
	background-color: #d3d3d3; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	}

h1, h2, h3, h4, h5, h6, p, address { 
	font-size: 100%; 
	font-style: normal; 
	}

form, input { 
	margin: 0; 
	padding: 0; 
	}

h1, h2, h3, h4, h5, h6, ol, ul, p, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	}

li { 
	line-height: 1.6; 
	margin-bottom: 8px; 
	}

a img { 
	border: none; }

a:link { 
	color: #0049aa; 
	}

a:visited { 
	color: #0049aa; 
	}

a:hover { 
	color: #29f; 
	text-decoration: none; 
	}

a:active { 
	color: #0049aa; 
	}

hr { 
	color: #cccccc; 
	height: 1px;
	}

.kei { 
	margin-top: 7px; 
	margin-bottom: 20px; 
	border-bottom: 1px dashed silver; 
	}

.clearboth { 
	clear: both; 
	margin: 0; 
	padding: 0; 
	}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	}

* html .pkg { 
	display: inline-block; 
	}

/* no ie mac ¥*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/*container-----------------------------------------------------*/

#container { 
	width: 804px; 
	margin: 0 auto 20px; 
	}

#container-inner { 
	background-color: #fff; 
	text-align: left; 
	width: auto; 
	border-right: 1px solid gray; 
	border-bottom: 1px solid gray; 
	border-left: 1px solid gray; 
	}

/*cover-----------------------------------------------------*/

#cover-top {  }

#cover-top-header { 
	color: white; 
	font-size: 11px; 
	font-weight: normal; 
	background-color: #333; 
	text-decoration: none; 
	margin: 0 1px; 
	padding: 4px 15px; 
	}

#cover-top a, #cover-top a:visited { 
	color: white; 
	text-decoration: none; 
	}

.smallnavi { 
	font-size: 11px; 
	line-height: 1.8; 
	margin-top: 10px; 
	margin-right: 15px; 
	}

.smallnavi a, .smallnavi a:visited { 
	 
	}
/*banner-----------------------------------------------------*/

#banner { 
	background-color: white; 
	margin: 0 1px 0; 
	}

#banner-inner {  }
#banner-img { 
	margin: 0; 
	padding: 0; 
	}

#banner-txt { 
	font-size: 14px; 
	line-height: 1.8; 
	background-image: url(images/mainimg.jpg); 
	width: 100%; 
	height: 150px; 
	padding-right: 30px; 
	padding-left: 30px; 
	}

#banner-txt a { 
	text-decoration: none; 
	}

#banner-txt-inner {  }

#banner-txt p { 
	margin-top: 0; 
	margin-bottom: 0; 
	}

#banner-txt h3 { 
	line-height: 1.3; 
	margin-top: 0; 
	margin-bottom: 0; 
	}

/*navigation-----------------------------------------------------*/

#navigation { 
	margin: 0 1px; 
	padding: 0; 
	border-bottom: 5px solid #f6f6f6; 
	order-right-style: solid; 
	}

#navigation-inner { 
	margin: 0; 
	padding: 0; 
	border-top: 1px solid silver; 
	border-bottom: 1px solid silver; 
	}

#navi { 
	background-image: url(images/navi_bg_1.gif); 
	height: 35px; 
	margin: 1px 0; 
	list-style-type: none; 
	padding: 0; 
	}

#navi li { 
	height: 35px; 
	float: left; 
	margin: 0; 
	padding: 0; 
	border-right: 1px solid #c7c7c7; 
	}

#navi a { 
	color: #333; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 35px; 
	text-decoration: none; 
	margin: 0; 
	padding: 0 20px; 
	border-right: 1px solid white; 
	display: block; 
	}

#navi a:hover { 
	background-color: #e0e0e0; 
	background-image: url(images/navi_bg_2.gif); 
	}

#navi li .selected { 
	background-color: #e0e0e0; 
	background-image: url(images/navi_bg_2.gif); 
	}

a.selectedlink:link,
a.selectedlink:visited,
a.selectedlink:active { 
	background-color: #e0e0e0; 
	background-image: url(images/navi_bg_2.gif); 
	}
	
/*pagebody-----------------------------------------------------*/

#pagebody { 
	width: 100%; 
	clear: both; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	}

#pagebody-inner { 
	width: 100%; 
	}

/*alpha-----------------------------------------------------*/

#alpha { 
	width: 100%; 
	float: none; 
	}

#alpha-inner { 
	margin-right: 70px; 
	margin-left: 70px; 
	}

.top { 
	font-size: 12px; 
	text-align: right; 
	margin: 0; 
	padding-bottom: 10px; 
	}

/* content -----------------------------------------------------*/

.content-navi { 
	font-size: 12px; 
	margin-top: 0; 
	margin-bottom: 20px; 
	padding-bottom: 3px; 
	border-bottom: 1px solid silver; 
	}

.entry-content { 
	clear: both; 
	margin: 0; 
	}

.date-header { 
	color: gray; 
	margin-top: 0; 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase; 
	}

.entry-header, .entrytitle { 
	color: black; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1.3; 
	clear: both; 
	margin-top: 0; 
	padding-left: 10px; 
	border-left: 5px solid #f60; 
	}

.midashi-1 { 
	font-size: 14px; 
	font-weight: bold; 
	background-image: url(images/pattern02.gif); 
	padding: 4px 8px; 
	border-top: 1px solid silver; 
	border-left: 3px solid silver; 
	}

.midashi-2 { 
	font-size: 14px; 
	font-weight: bold; 
	background-color: #edf3fe; 
	padding-right: 8px; 
	padding-left: 8px; 
	border-top: 1px solid #8bbbee; 
	border-left: 3px solid #8bbbee; 
	}

.midashi-3 { 
	font-size: 14px; 
	font-weight: bold; 
	background-color: #e5faef; 
	padding-right: 8px; 
	padding-left: 8px; 
	border-top: 1px solid #82d6a9; 
	border-left: 3px solid #82d6a9; 
	}

.midashi-4 { 
	font-size: 14px; 
	font-weight: bold; 
	background-color: #ebebeb; 
	padding-right: 8px; 
	padding-left: 8px; 
	border-left: 5px solid gray; 
	}

.midashi-5 { 
	font-size: 14px; 
	font-weight: bold; 
	padding-right: 8px; 
	padding-left: 8px; 
	border-bottom: 1px dotted #f60; 
	border-left: 4px solid #f60; 
	}

.midashi-6 { 
	font-size: 14px; 
	font-weight: bold; 
	padding-right: 8px; 
	padding-left: 8px; 
	border-bottom: 1px dotted #f00; 
	border-left: 4px solid #f00; 
	}

.midashi-7 { 
	font-size: 14px; 
	font-weight: bold; 
	padding-right: 8px; 
	padding-left: 8px; 
	border-bottom: 1px dotted #039; 
	border-left: 4px solid #039; 
	}

.midashi-8 { 
	font-size: 14px; 
	font-weight: bold; 
	padding-right: 8px; 
	padding-left: 8px; 
	border-bottom: 1px dotted #6c0; 
	border-left: 4px solid #6c0; 
	}

.midashi-9 { 
	font-size: 14px; 
	font-weight: bold; 
	padding-right: 8px; 
	padding-left: 8px; 
	border-bottom: 1px solid #690; 
	border-left: 4px solid #690; 
	}

.midashi-10 { 
	font-size: 14px; 
	font-weight: bold; 
	padding-right: 8px; 
	padding-left: 8px; 
	border-bottom: 1px solid #933; 
	border-left: 4px solid #933; 
	}

.entry-body p, .entry-body14 p { 
	clear: both;
	margin-top: 0; 
	}

.entry-body img, .entry-body14 img { 
	 
	}

.entry-body { 
	line-height: 1.8; 
	}
	
.comment-content,
.trackback-content { 
	line-height: 1.8; 
	margin: 0; 
	}

.check { 
	list-style-image: url(http://happytime8.net/inu/images/check.gif); 
	}

.entry-footer,
.comment-footer,
.trackback-footer { 
	border-top: 1px solid #dae0e6; 
	padding-top: 3px; 
	color: gray; 
	font-size: 10px; 
	line-height: 1; 
	text-align: right; 
	margin-top: 0; 
	padding-bottom: 10px; 
	}

.alpha-module { 
	margin-bottom: 30px; 
	}

.alpha-module ul { 
	font-size: 14px; 
	list-style-type: disc; 
	margin-bottom: 30px; 
	}

.alpha-module h4 { 
	color: gray; 
	font-size: 14px; 
	font-weight: bold; 
	margin-top: 0; 
	margin-bottom: 15px; 
	padding-bottom: 2px; 
	border-bottom: 1px solid silver; 
	}
	
.entry, .trackbacks, .comments, .archive {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
	}

.entry-body14 { 
	font-size: 14px; 
	line-height: 1.8; 
	clear: both; 
	}

.entry-body14 ul { 
	list-style-image: url(http://happytime8.net/inu/images/check.gif); 
	}

.trackbacks-info, 
.trackback-content, 
.comment-content, 
.comments-open-content, 
.comments-closed { 
	clear: both; 
	margin-top: 5px; 
	margin-bottom: 5px; }

#trackbacks-info {
	margin: 10px 0;
	border: dashed 1px #a3b8cc;
	padding: 0 10px;
	font-size: 11px;
	text-align: center;
	background: #f6f6f6;
	}

.entry-excerpt, .entry-body, 
.entry-more-link, .entry-more { 
	line-height: 1.8; 
	clear: both; 
	}

.img-left img { 
	float: left; 
	margin-right: 1em; 
	margin-bottom: 1em; 
	}

.img-right img { 
	float: right; 
	margin-bottom: 1em; 
	margin-left: 1em; 
	}

.img-left-line img { 
	margin-right: 1em; 
	margin-bottom: 1em; 
	float: left; 
	padding: 3px; 
	border: solid 1px silver; 
	}

.img-right-line img { 
	margin-bottom: 1em; 
	margin-left: 1em; 
	float: right; 
	padding: 3px; 
	border: solid 1px silver; 
	}

.aff { 
	text-align: right; 
	margin-top: 10px; 
	margin-bottom: 0; 
	}

.kakomi-1 { 
	background-color: #f6f6f6; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px silver; 
	}

.kakomi-2 { 
	background-color: #ffd; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #f93; 
	}

.kakomi-3 { 
	background-color: #fff0ff; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #f00; 
	}

.kakomi-4 { 
	background-color: #e1f2ff; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #39c; 
	}

.kakomi-5 { 
	background-color: #e0f5f5; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #6cc; 
	}

.kakomi-6 { 
	background-color: #e0f5e0; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #6c6; 
	}

.kakomi-7 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dashed 2px #f00; 
	}

.kakomi-8 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dashed 2px silver; 
	}

.kakomi-9 { 
	background-color: #ffdf55; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dotted 3px #ff7f00; 
	}

.kakomi-10 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dotted 2px #f00; 
	}

.kakomi-11 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dotted 2px gray; 
	}

.kakomi-12 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px gray; 
	}

.widget { 
	margin: 0 0 10px; 
	width: 100%; 
	overflow: hidden; 
	}

.widget-content { 
	font-size: 12px; 
	line-height: 1.3; 
	background-color: #f6f6f6; 
	background-position: 0 bottom; 
	padding: 5px 8px;
	border-top: 1px solid white; 
	border-bottom: 1px solid white; 
	}
	
.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.trackbacks-open-header,
.comments-open-header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto; 
	margin: 0; 
	font-size: 12px; 
	font-weight: bold; 
	background-color: #e0e0e0; 
	text-transform: uppercase; 
	padding: 5px 8px; 
	border-left: 5px solid gray; 
	}

.widget-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a,
.trackbacks-open-header a,
.comments-open-header a,
.widget-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited,
.trackbacks-open-header a:visited,
.comments-open-header a:visited { 
	color: #333; 
	}

		
/*footer-----------------------------------------------------*/

#footer { 
	clear: both; 
	}

#footer-inner { 
	text-align: center; 
	margin-right: 70px; 
	margin-left: 70px; 
	border-top: 1px dotted #bbb; 
	}

#footer p { 
	font-size: 14px; 
	}

a.footernavilink:link,
a.footernavilink:visited,
a.footernavilink:active { 
	color: #333; 
	text-decoration: none; 
	}

#footer .smallnavi { 
	margin-right: 0; 
	margin-bottom: 15px; 
	padding: 0; 
	}

#footer .smallnavi a, 
#footer .smallnavi a:visited { 
	 
	}

#copyright { 
	background-color: #f6f6f6; 
	margin: 1px; 
	padding-top: 1px; 
	border-top: 1px solid #ccc; 
	}

#copyright-inner { 
	font-size: 12px; 
	text-align: center; 
	height: 100%; 
	padding: 10px 15px; 
	border-top: 1px solid #ccc; 
	}

#copyright-inner h1 { 
	font-weight: normal; 
	margin-top: 0; 
	margin-bottom: 5px; 
	}

#copyright h1 a, 
#copyright h1 a:visited, 
#copyright h1 a:hover { 
	color: #333; 
	text-decoration: none; 
	}

#copyright a, 
#copyright a:visited, 
#copyright a:hover { 
	color: #333; 
	text-decoration: none; 
	}
	
#powered { 
	color: gray; 
	font-size: 10px; 
	margin-top: 10px; 
	margin-bottom: 0; 
	}

#powered a, 
#powered a:visited, 
#powered a:hover { 
	color: gray; 
	font-size: 10px; 
	text-decoration: none; 
	margin-top: 8px; 
	margin-bottom: 0; 
	}

