/*ページ全体の基本的な設定-----------------------------------------------------*/

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-image: url(http://e-motty.com/images/bg-header.gif); background-repeat: repeat-x; text-align: center; margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, p, address { 
	font-size: 100%; 
	font-weight: normal; 
	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; 
	}



/*container-----------------------------------------------------*/

#container { width: 778px; margin: 0 auto 20px; }
#container-outer { width: auto; border-right: 3px solid #f3f3f3; border-bottom: 3px solid #f3f3f3; border-left: 3px solid #f3f3f3; }
#container-inner { text-align: left; width: auto; border-right: 1px solid #bbb; border-bottom: 3px solid #bbb; border-left: 1px solid #bbb; }

/*cover-----------------------------------------------------*/

#cover-top { background-color: #817769; height: 22px; margin-right: 5px; margin-left: 5px; }

#cover-top-header { color: white; font-size: 11px; text-decoration: none; text-align: left; margin: 0; padding-top: 4px; padding-bottom: 4px; }

#cover-top a, #cover-top a:visited { 
	color: white; 
	text-decoration: none; 
	}
	
#cover { height: 82px; margin-right: 3px; margin-left: 3px; order-right-style: solid; }

#cover-inner { 
	 
	}

.cover-left { 
	text-align: left; 
	width: 480px; 
	float: left; 
	}

.cover-right { 
	text-align: right; 
	width: 280px; 
	float: right; 
	}

.smallnavi { 
	color: gray; 
	font-size: 11px; 
	line-height: 1.8; 
	margin-top: 10px; 
	}

.smallnavi a, .smallnavi a:visited { 
	color: gray; 
	}

.cover-search { 
	font-size: 10px; 
	margin-top: 10px; 
	}

.cover-search input { 
	font-size: 10px; 
	}

.cover-search #search { 
	width: 100px; 
	}

#blogname { 
	color: #333; 
	font-size: 20px; 
	font-weight: bold; 
	margin: 0; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	padding-left: 20px; 
	}

#blogname a, 
#blogname a:visited, 
#blogname a:hover { 
	color: #333; 
	text-decoration: none; 
	}
	
/*line----------------------------------------------------------*/

#line1 { 
	background-color: white; 
	height: 6px; 
	padding-top: 1px; 
	border-right: 1px solid #7e7e7e; 
	border-left: 1px solid #7e7e7e; 
	}

#line1-inner { 
	font-size: 0; 
	line-height: 0; 
	background-color: #665e09; 
	height: 100%; 
	margin-right: 1px; 
	margin-left: 1px; 
	}

/*navigation-----------------------------------------------------*/

#navigation { background-color: white; width: 772px; margin-right: 3px; margin-left: 3px; }

#navigation-inner { margin: 0; border-bottom: 3px solid #f60; }

#navi { background-color: white; background-image: url(http://e-motty.com/images/b_navi_bg.gif); background-position: 0 1px; height: 28px; clear: both; margin: 0; list-style-type: none; padding: 0; border-color: #808080 #bbb #bbb; border-style: solid; border-width: 1px; }

#navi li { 
	width: 109px;
	height: 28px; 
	float: left; 
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	}

#navi a { color: black; font-size: 12px; font-weight: bold; line-height: 26px; text-decoration: none; text-align: center; width: auto; list-style-type: none; margin: 0; padding: 0; overflow: hidden; border-color: white #bbb white white; border-style: solid; border-width: 1px; display: block; }

#navi a:hover, 
#navi li .selected { 
	background-color: white; 
	background-image: url(http://e-motty.com/images/b_navi_bg2.gif); 
	background-position: 0 0; 
	}

#navi li#first a {  }

#navi li#last a { border-right-style: none; border-right-width: medium; }

#navi li#last { width: 115px; border-right-style: none; border-right-width: medium; }

/*banner-----------------------------------------------------*/

#banner { padding-top: 20px; }

#banner-inner { 
	 
	}

#banner h2 { 
	font-size: 30px; 
	font-weight: bold; 
	line-height: 1.4; 
	margin: 0; 
	padding: 56px 40px 40px 50px; 
	display: block; 
	}

#banner h2 a, 
#banner h2 a:visited, 
#banner h2 a:hover { 
	color: #f60; 
	text-decoration: none; 
	}

/*utility-----------------------------------------------------*/

#utility { 
	margin-top: 20px; 
	margin-right: 15px; 
	margin-left: 15px; 
	}

#utility-inner { 
	padding-bottom: 10px; 
	border-bottom: 1px dashed silver; }

#utility-left { 
	width: 250px; 
	float: left; 
	}

#utility-left-inner { }

#utility-right { 
	width: 507px; 
	float: right; 
	}

#utility-right-inner {  }

.layout-two-column-left #utility,
.layout-two-column-left #gamma,
.layout-two-column-right #utility,
.layout-two-column-right #gamma,
.layout-three-column #utility,
.layout-one-column #gamma { 
	display: none; 
	}

/*pagebody-----------------------------------------------------*/

#pagebody { 
	width: 100%; 
	clear: both; 
	margin-top: 15px; 
	margin-bottom: 10px; 
	}

#pagebody-inner { 
	width: 100%; 
	}

/*alpha-----------------------------------------------------*/

#alpha { 
	width: 540px; 
	float: right; 
	}

#alpha-inner { margin-right: 15px; }

.top { 
	font-size: 12px; 
	text-align: right; 
	margin: 0; 
	padding-bottom: 10px; }

/* content -----------------------------------------------------*/
.content-navi { 
	margin-top: 0; 
	margin-bottom: 20px; 
	}

.entry-content { 
	clear: both; 
	margin: 0; 
	}

.date-header { 
	color: gray; 
	margin-top: 0; 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase; 
	}

.entry-header { clear: both; margin-bottom: 15px; border-top: 1px dotted silver; border-bottom: 1px solid silver; }
.entry-header h3 { font-size: 16px; font-weight: bold; background-color: #f5f3f1; margin-top: 2px; margin-bottom: 2px; padding: 5px 5px 5px 10px; border-right: 1px solid silver; border-bottom: 1px solid silver; border-left: 5px solid #f60; }
.entry-body h1, .entry-body14 h1 { 
	font-size: 26px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body h2, .entry-body14 h2 { 
	font-size: 20px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body h3, .entry-body14 h3 { 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body h4, .entry-body14 h4 { 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body h5, .entry-body14 h5 { 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body h6, .entry-body14 h6 { 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body .catch1, .entry-body14 .catch1 { 
	color: #c00; 
	font-size: 50px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body .catch2, .entry-body14 .catch2 { 
	color: #c00; 
	font-size: 45px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body .catch3, .entry-body14 .catch3 { 
	color: #c00; 
	font-size: 40px; 
	font-weight: bold; 
	line-height: 1.3; 
	}
	
.entry-body .catch4, .entry-body14 .catch4 { 
	color: #c00; 
	font-size: 35px; 
	font-weight: bold; 
	line-height: 1.3; 
	}
	
.entry-body .catch5, .entry-body14 .catch5 { 
	color: #c00; 
	font-size: 30px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body .komidashi20, .entry-body14 .komidashi20 { 
	font-size: 20px; 
	font-weight: bold; 
	line-height: 1.5; 
	}
.entry-body .komidashi18, .entry-body14 .komidashi18 { 
	font-size: 18px; 
	font-weight: bold; 
	line-height: 1.5; 
	}

.entry-body .komidashi16, .entry-body14 .komidashi16 { 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1.5; 
	}

.entry-body .komidashi14, .entry-body14 .komidashi14 { 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 1.5; 
	}
		
.entry-body p, .entry-body14 p { 
	clear: both;
	margin-top: 0; 
	}

.entry-body img, .entry-body14 img { 
	margin-bottom: 5px; 
	}

.entry-body { 
	line-height: 1.8; 
	}
	
.comment-content,
.trackback-content { 
	line-height: 1.8; 
	margin: 0; 
	}

.check { 
	list-style-image: url(http://e-motty.com/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: 20px;
	}

.entry-body14 { 
	font-size: 14px; 
	line-height: 1.8; 
	clear: both; 
	}

.entry-body14 ul { 
	list-style-image: url(http://e-motty.com/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: 10px; 
	}

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

.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; 
	}
		
.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content { 
	clear: both; 
	margin-top: 5px; 
	margin-bottom: 0; 
	}

.comments-open label { 
	display: block; 
	}

#comment-author, #comment-email, #comment-url {
	width: 240px;
	}

#comment-text { 
	width: 320px; 
	}

textarea { 
	font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック, Verdana, Arial, Helvetica, sans-serif; 
	}

#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
	}

#comment-post {
	font-weight: bold;
	}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
	font-size: 11px;
	}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto; 
	margin: 0; 
	color: white; 
	font-size: 12px; 
	font-weight: bold; 
	background-color: #8dc54c; 
	text-transform: uppercase; 
	padding: 5px 8px; 
	}

/*beta -----------------------------------------------------*/

#beta { 
	width: 210px; 
	float: left; 
	}

#beta-inner { margin-left: 15px; padding: 0; }

.entry-tags {
	margin: 0 0 10px 10px;
	}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
	list-style:none;
	padding: 0px;
	}

.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
	list-style:none;
	padding: 0px;
	}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/*category -----------------------------------------------------*/

#cate { 
	font-size: 12px; 
	background-color: white; 
	margin: 0; 
	border-bottom: 1px solid #989898; 
	}

#cate ul { 
	color: gray; 
	font-weight: bold; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	}

#cate ul li { line-height: 1.3; background-image: url(http://e-motty.com/images/arrow-orange.gif); background-repeat: no-repeat; background-position: 0 11px; margin: 0; border-top: 1px solid #989898; }

#cate ul a, 
#cate ul a:visited { 
	color: #333; 
	text-decoration: none; 
	height: 100%; 
	padding: 5px 10px; 
	display: block; 
	}

#cate ul span { 
	display: block; 
	padding: 5px 10px; 
	height: 100%; 
	}

#cate ul a:hover { 
	color: black; 
	background-color: #ebebeb; 
	background-image: url(http://e-motty.com/images/arrow-orange.gif); 
	background-repeat: no-repeat; 
	background-position: 0 11px; 
	}

#cate ul ul { 
	font-size: 10px; 
	padding-left: 20px; 
	}

#cate ul ul a:hover { 
	background-image: url(http://e-motty.com/images/arrow-gray.gif); 
	background-repeat: no-repeat; 
	background-position: 0 9px; 
	}

#cate ul ul li { line-height: 1.3; background-image: url(http://e-motty.com/images/arrow-gray.gif); background-repeat: no-repeat; background-position: 0 9px; margin: 0; border-top: 1px dotted #989898; }
	
	
/* modules -----------------------------------------------------*/

.module { margin: 0 0 15px; overflow: hidden; padding: 1px; border: solid 1px silver; }
.module2 { margin: 0 0 15px; overflow: hidden; }
.module-content { font-size: 12px; line-height: 1.3; background-color: #f5f3f1; margin: 0; padding: 5px 8px; border-top: 1px solid white; }
.txt01 { color: #f60; font-size: 14px; font-weight: bold; background-image: url(http://e-motty.com/images/bg-txt01.gif); background-repeat: no-repeat; padding: 8px 10px 6px; border-bottom: 3px solid #f60; }
.topics { margin: 0; padding: 0; }
.topics li { font-size: 12px; background-color: #f5f3f1; background-image: url(http://e-motty.com/images/arrow-01.gif); background-repeat: no-repeat; background-position: 10px 0.7em; margin: 1px 0 0; padding: 5px 10px 5px 30px; border-bottom: 1px solid silver; list-style-image: url(http://e-motty.com/images/arrow-01.gif); display: block; }

.freearea { 
	line-height: 1.5; 
	margin-top: 0; 
	margin-bottom: 0; 
	}
.freearea img { 
	margin-top: 5px; 
	margin-bottom: 5px; 
	}

.melmagaform .module-header {  }

.melmagaform .module-content { 
	padding-bottom: 8px; 
	}

.melmagaform h1 { 
	font-size: 12px; 
	font-weight: bold; 
	margin-top: 0; 
	margin-bottom: 5px; 
	padding: 0; 
	}

.module-list { 
	margin: 0; 
	padding: 0; 
	}

.module-list { 
	margin: 0 0 0 13px; 
	}

.module-list .module-list { 
	margin: 10px 0 0; 
	padding-left: 15px; 
	list-style-type: circle; 
	}

.module-list-item { 
	color: #666; 
	line-height: 1.2; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	}

.rss { 
	width: 80px; 
	margin-top: 20px; 
	padding: 1px; 
	border: solid 1px #999; 
	}

.rss a { 
	color: black; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #bbb; 
	text-decoration: none; 
	width: 100%; 
	display: block; 
	}

.rss-format { 
	background-color: orange; 
	padding: 0 5px; 
	}

.rss-version { 
	padding: 0 5px; 
	}

.powered { 
	font-size: 10px; 
	}

/*gamma-----------------------------------------------------*/

#gamma { 
	width: 180px; 
	float: right; 
	margin-top: 20px; 
	}

#gamma-inner { 
	margin-right: 15px; 
	padding: 0; 
	}

/*footer-----------------------------------------------------*/

#footer { 
	clear: both; 
	}

#footer-inner { text-align: center; margin-right: 15px; margin-left: 15px; border-top: 1px dotted silver; }

#footer p { 
	 
	}

#footer .smallnavi { 
	color: gray; 
	margin-bottom: 10px; 
	padding: 0; 
	}

#footer .smallnavi a, 
#footer .smallnavi a:visited { 
	color: gray; 
	}

#copyright {  }

#copyright-inner { color: white; font-size: 12px; background-color: #b3ada5; text-align: center; height: 100%; padding: 10px 15px; }

#copyright-inner h1 { 
	margin-top: 0; 
	margin-bottom: 5px; 
	}

#copyright h1 a, 
#copyright h1 a:visited, 
#copyright h1 a:hover { 
	color: white; 
	text-decoration: none; 
	}

#copyright a, 
#copyright a:visited, 
#copyright a:hover { 
	color: white; 
	text-decoration: none; 
	}

#btn-banner { 
	margin-top: 8px; 
	margin-bottom: 0; 
	}
	
/*2カラム　右サイドバー -----------------------------------------------------*/

.layout-two-column-right #pagebody-inner { 
	background-image: url(http://e-motty.com/images/pattern01.gif); 
	background-repeat: repeat-y; 
	background-position: 582px 0; 
	width: 100%; 
	}

.layout-two-column-right #alpha { 
	width: 582px; float: left; 
	}

.layout-two-column-right #alpha-inner { 
	margin-right: 15px; 
	margin-left: 15px; 
	}

.layout-two-column-right #beta { 
	width: 220px; 
	float: right; 
	}

.layout-two-column-right #beta-inner { 
	margin-right: 15px; 
	margin-left: 10px; 
	padding: 0; 
	}

/*1カラム -----------------------------------------------------*/

.layout-one-column #beta { 
	display: none; 
	}

.layout-one-column #pagebody-inner { 
	background-image: none; 
	}

.layout-one-column #alpha { 
	width: 100%; 
	float: none; 
	}

.layout-one-column #alpha-inner { 
	margin-right: 70px; 
	margin-left: 70px; 
	}

/*3カラム -----------------------------------------------------*/

.layout-three-column #pagebody { 
	width: 613px; 
	float: left; 
	clear: both; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	}

.layout-three-column #pagebody-inner { 
	background-image: url(http://e-motty.com/images/pattern01_2.gif); 
	background-repeat: repeat-y; 
	background-position: 219px 0; 
	width: 100%; 
	}

.layout-three-column #alpha { 
	width: 393px; 
	}

.layout-three-column #alpha-inner { 
	margin-right: 16px; 
	margin-left: 15px; 
	}	

#linklink { 
	font-size: 8px; 
	display: none; 
	}

.tree ul {  
     padding:0;  
     margin:0;  
     background-position: -9px 15px;   
     background-image: url(images/ul.gif);   
     background-repeat: repeat-y  
 }  
 .tree li {  
     margin: 0;   
     padding: 3px 0 3px 24px;   
     list-style-type: none;  
 }  
 .tree li a {  
       
 }  
 .tree li a:hover {  
       
 }  
 .tree ul ul { background-position: -1px 15px; background-image: url(images/ul.gif); background-repeat: repeat-y; }  
 .tree ul li {  
     background-position: 0px 7px;   
     background-image: url(images/li.gif);   
    background-repeat: no-repeat;  
 }  
 .tree ul li a {  
      
 }  
 .tree ul li a:hover {  
      
 }  
 .tree ul ul li {  
     background-position: 8px 7px;  
     background-image: url(images/li.gif);   
    background-repeat: no-repeat;     
 }  
 .tree ul ul li a {  
     background-position: 0 7px;  
 }  
 .tree ul ul ul li a {  
     background-position: 0 7px;   
     font-size:10px;  
 }  

/*
CSS　info@blog-template.net
Access: http://www.blog-template.net/
CSSLicense: 【ブログテンプレートネット】
*/

