@charset "UTF-8";

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	text-align:center;
	color:inherit;
	background:#181818;
	font-size:13px;
	color:#666666;
}
a
{
	text-decoration:none;
	color:#7A1101;
	background-color:transparent;
}
a:hover
{
	text-decoration:underline;
	background-color:transparent;
}




div#layout-two-column-right div#main-container,
div#layout-two-column-left div#main-container,
div#layout-one-column div#main-container
{
	width:800px;
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:left;
	background-color:#ffffff;
	color:inherit;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

div#layout-three-column div#main-container
{
	width:800px;
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:left;
	background-color:#ffffff;
	color:inherit;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

/* ---------- body_end ---------- */

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

div#banner
{
	width:100%;
	margin:0 auto 5px auto;
       text-align:center;
}

div#banner-inner
{
}

div#banner-inner h1
{
	position:relative;
	font-size:13px;
	font-weight:100;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
	letter-spacing:0.1em;
	width:800px;
	margin:0 auto;
	text-align:left;
}

div#banner-inner h1 a
{
	color:#B02A0B;
	background-color:transparent;
	text-decoration:none;
}

div#banner-inner h1 a:hover
{
	text-decoration:underline;
}

div#banner-inner h2
{
	position:relative;
	font-size:13px;
	font-weight:normal;
	font-family:Verdana,"ＭＳ ゴシック";
	width:800px;
	color:#40741D;
	background-color:transparent;
}

/* ---------- banner_end ---------- */

/* ---------- header ---------- */
div#index
{
	width:800px;
	height:280px;
	color:inherit;
	background:transparent;
        margin:0 auto;
}
div#header
{
	width:800px;
	height:150px;
	color:inherit;
	background-color:transparent;
        margin:0 auto;
}
div#header_bottom
{
	width:800px;
	height:6px;
        text-indent:-9999px;
        font-size:5px;
	color:inherit;
	background:url(http://www.mikunisou.jp/img/header_bottm.jpg) no-repeat left top;
        margin:0 auto;
}

div#header img
{
	float:left;
}

div#header p
{
	text-align:right;
	font-size:13px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	position:relative;
}

/* ---------- header_end ---------- */


/* ---------- wrapper ---------- */
div#wrapper_top
{
	width:800px;
        height:10px;
        font-size:2px;
        text-indent:-9999px;
	color:inherit;
	background:url(http://www.mikunisou.jp/img/head.jpg) no-repeat left top;
}
div#wrapper_bottom
{
	width:800px;
        height:10px;
        font-size:2px;
        text-indent:-9999px;
	color:inherit;
	background:url(http://www.mikunisou.jp/img/footer.jpg) no-repeat left top;
}
div#wrapper
{
	width:800px;
	text-align:center;
	color:inherit;
        margin:0 auto;
	background:url(http://www.mikunisou.jp/img/containar_bg.jpg) repeat-y center top;
}
div#wrapper2
{
	width:800px;
	text-align:center;
	color:inherit;
	background:url(ihttp://www.mikunisou.jp/img/containar_bg_2.jpg) repeat-y center top;
}
/* ---------- wrapper_end ---------- */

/* ---------- main ---------- */

div#layout-one-column #main
{
	width:700px;
	float:left;
}

div#layout-two-column-right #main
{
	width:500px;
	float:left;
}

div#layout-two-column-left #main
{
	width:500px;
	float:right;
}

div#layout-three-column #main
{
	width:400px;
	float:left;
}

div.content
{
	padding:0 15px 15px 15px;
}

div.entry
{
	margin:0 0 20px 0;
}

p.date-header
{
	color:#666666;
	font-size:12px;
	font-weight:normal;
	padding:5px 0 5px 0;
	background-color:inherit;
}



h3.entry-header
{
	font-size:12px;
	font-weight:bold;
	background-color:#666666;
	padding:5px;
	color:#d63b0f;
	margin-bottom:10px;
}

h3.entry-header a
{
	color:#d63b0f;
	background-color:inherit;
}


h6.entry-header
{
	font-size:13px;
	font-weight:bold;
	color:#DD8C18;
	background:transparent url(http://www.mikunisou.jp/img/h6.jpg) no-repeat 0 center;
	line-height:150%;
	margin-bottom:10px;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
        text-indent:30px;       
}


div.entry-content
{
	padding:10px;
}

div.content blockquote
{
	padding:10px;
	border:1px dashed #999999;
	background-color:#ffffff;
	margin:0 0 15px 0;
}

div.content blockquote p
{
	color:#669966;
	font-size:13px;
}

div.entry-body p,
div.entry-more p
{
	color:#666666;
	font-size:13px;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.entry-body img,
div.entry-more img
{
	border:0;
	margin:0 0 20px 0;
}

div.entry-body ul,
div.entry-more ul
{
	list-style-position:inside;
}

div.entry-body li,
div.entry-more li
{
	color:#666666;
	font-size:13px;
	margin:0 5px 0 0;
	list-style-type: square;
	background-color:inherit;
}

div#category-archives h4
{
	font-size:5px;
	text-indent:-9999px;
	background:#ffffff url(http://www.mikunisou.jp/img/contentsmenu.jpg) no-repeat left top;
	color:inherit;
	width:210px;
	height:41px;
}
div.content div.entry-tags h4
/*
{
	color:#666666;
	font-size:13px;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	background-color:transparent;
	border-bottom:1px dotted #999999;
}
*/
{
	font-size:140%;
	font-weight:bold;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
	color:#D50D4E;
	background:transparent url(http://www.mikunisou.jp/img/h4.jpg) no-repeat left 0;
        text-indent:30px;
	border:none;
	line-height:130%;
	margin:0 5px 10px 0;
        height:29px;
}


div.entry-tags ul.entry-tags-list
{
	list-style:none;
	border-bottom:1px dotted #999999;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

div.entry-tags ul.entry-tags-list li
{
	display:inline;
	margin:0 10px 0 0;
	font-size:13px;
}

div.entry-info
{
	padding-bottom:10px;
	text-align:right;
}

div.entry-info ul
{
	list-style-type: none;
}

div.entry-info li
{
	color:#666666;
	font-size:12px;
	display:inline;
	margin-right: 5px;
	background-color:inherit;
}

div.content h4
{
	font-size:5px;
	text-indent:-9999px;
	background:#ffffff url(http://www.mikunisou.jp/img/search.gif) no-repeat left top;
	color:inherit;
	width:188px;
	height:20px;
}



div.content h5
/*
{
	color:#666666;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}
*/

{
	font-size:13px;
	font-weight:bold;
	color:#E23209;
	background:transparent url(http://www.mikunisou.jp/img/h5.jpg) no-repeat 0 center;
	line-height:150%;
	margin-bottom:10px;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
        text-indent:30px;
}
div.content p.navi-link
{
	color:#666666;
	font-size:13px;
	margin-bottom:15px;
	background-color:inherit;
}

/* ---------- main_end ---------- */

/* ---------- menu ---------- */

div#layout-one-column div#left-menu,
div#layout-one-column div#right-menu
{
	display:none;
}

div#layout-two-column-right div#left-menu,
div#layout-two-column-right div#right-menu
{
	width:198px;
	float:right;
}

div#layout-two-column-left div#left-menu,
div#layout-two-column-left div#right-menu
{
	width:198px;
	float:left;
}

div#layout-three-column div#left-menu,
div#layout-three-column div#right-menu
{
	width:198px;
	float:left;
}

div#layout-two-column-right div.left-content,
div#layout-two-column-right div.right-content
{
	padding:0 15px 0 0;
}

div#layout-two-column-left div.left-content,
div#layout-two-column-left div.right-content
{
	padding:0 0 0 15px;
}

div#layout-three-column div.right-content
{
	padding:0 15px 0 0;
}

div#layout-three-column div.left-content
{
	padding:0 0 0 15px;
}

div.left-content h3,
div.right-content h3
/*
{
	background-color:#666666;
	color:#d63b0f;
	font-weight:normal;
	font-size:12px;
	padding:2px;
	margin-bottom:10px;
}
*/
{
	font-size:5px;
	text-indent:-9999px;
	color:inherit;
	background:#ffffff url(http://www.mikunisou.jp/blog/img/new-topics.gif) no-repeat left top;
}





div#left-menu li,
div#right-menu li
{
	list-style-position:inside;
	color:#666666;
	font-size:13px;
	background-color:inherit;
}

div.search-form,
div.category-archives,
div.category-label
{
	margin-bottom: 10px;
}
div.category-label ul
{
	list-style-type:none;
	
}
div.monthly-archives,
div.monthly-archives ul.module-list,
div.recent-entry ul.recent-entry-item
{
	margin-bottom: 10px;
	list-style-type:none;
	
}

div.category-archives h5{
	font-size:13px;
	font-weight:bold;
	color:#E23209;
	background:transparent url(http://www.mikunisou.jp/img/h5.jpg) no-repeat 0 center;
	line-height:150%;
	margin-bottom:10px;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
        text-indent:30px;
}


div.monthly-archives h5{
	font-size:13px;
	font-weight:bold;
	color:#E23209;
	background:transparent url(http://www.mikunisou.jp/img/h5.jpg) no-repeat 0 center;
	line-height:150%;
	margin-bottom:10px;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
        text-indent:30px;
}



div.recent-entry h5{
	font-size:13px;
	font-weight:bold;
	color:#E23209;
	background:transparent url(http://www.mikunisou.jp/img/h5.jpg) no-repeat 0 center;
	line-height:150%;
	margin-bottom:10px;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
        text-indent:30px;
}





div.site-link ul.sub-category
{
	margin-bottom: 10px;
	list-style-type:none;
	
}

div.site-link  h5{
	font-size:13px;
	font-weight:bold;
	color:#E23209;
	background:transparent url(http://www.mikunisou.jp/img/h5.jpg) no-repeat 0 center;
	line-height:150%;
	margin-bottom:10px;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
        text-indent:30px;
}


div.cclicense,
div.powered,
div.search-feed
{
	margin-bottom: 10px;
}

div.search-form label,
div.cclicense {
	background-color:inherit;
	color:#666666;
	font-size:13px;
	margin:0 0 5px 0;
}

div.search-form input#search {
	width:80%;
	color:#666666;
	font-size:13px;
	border: 1px solid #666666;
	padding:2px;
	background-color:#eeeeee;
}

div.search-form input.searchsubmit {
	color:#ffffff;
	font-size:13px;
	border: 1px solid #666666;
	background-color:#e04211;
	margin-top:5px;
}
div.search-form h5 
{
	font-size:13px;
	font-weight:bold;
	color:#E23209;
	background:transparent url(http://www.mikunisou.jp/img/h5.jpg) no-repeat 0 center;
	line-height:150%;
	margin-bottom:10px;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
        text-indent:30px;
}


/* ---------- menu_end ---------- */

/* ---------- footer ---------- */
div.wrapper_bottom
{
	background:url(http://www.mikunisou.jp/img/footer.png) no-repeat left top;
	height:44px;
        width:820px;
        margin:0 auto;
}
* html .wrapper_bottom { behavior: expression(IEPNGFIX.fix(this)); } 
div.wrapper_bottom p
{
	background-color:transparent;
	color:#fff;
	font-size:12px;
	_font-size:9px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
        top:5px;
}
div.wrapper_bottom p a
{
	color:#fff;
}
div.wrapper_bottom p a:hover
{
	text-decoration:underline;
}
div#footer
{
	color:inherit;
	padding:0 0 0 0;
	background: transparent url(http://www.mikunisou.jp/img/footer_bg.jpg) repeat-x left bottom;
        height:130px;
        width:100%;
}
/* ---------- footer_end ---------- */


/* ---------- trackback ---------- */

div.trackbacks p,
div.trackbacks dt
{
	color:#666666;
	font-size:13px;
	background-color:inherit;
}

div.trackbacks dl
{
	margin:0 0 15px 0;
}

div.trackbacks p
{
	margin:5px 0 10px 0;
}

div.trackbacks input
{
	color:#999999;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
}

ul.trackback-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
}

ul.trackback-info li
{
	color:#5b5b5b;
	font-size:12px;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background-color:inherit;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

div.comments,
div#comments-open-data label
{
	margin-bottom: 10px;
}

div.comments-body
{
	padding:5px;
}

div.comments-body p,
div.comments-info li,
div#comments-open-data legend,
div#comments-open-data label
{
	color:#666666;
	background-color:inherit;
	font-size:13px;
}

p.comments-open-moderated
{
	color:#666666;
	background-color:inherit;
	font-size:13px;
}

div.comments-body p,
div.comments-post-content p
{
	margin:5px 0 10px 0;
}

ul.comments-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
	margin:0 0 15px 0;
}

ul.comments-info li
{
	display:inline;
	margin-right:5px;
	list-style-type:none;
	color:#666666;
	background-color:inherit;
	font-size:12px;
}

div#comments-open-data legend
{
	color:#666666;
	background-color:inherit;
	margin-bottom:10px;
}

div#comments-open-data input#comment-author,
div#comments-open-data input#comment-email,
div#comments-open-data input#comment-url
{
	width:40%;
	color:#666666;
	font-size:13px;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

div#comments-open-data textarea
{
	width:60%;
	color:#666666;
	font-size:13px;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

ul.comments-open-footer input
{
	color:#999999;
	font-size:13px;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top:5px;
}

ul.comments-open-footer li
{
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

ul.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- search ----------*/

div.content h3.search-results-header
{
	font-size:12px;
	font-weight:bold;
	background:transparent url(http://www.mikunisou.jp/img/search.gif)no-repeat left 0;
	padding:5px;
	color:#d63b0f;
	margin-bottom:10px;
}


div.search-feed p
{
	color:#666666;
	font-size:13px;
	line-height:140%;
}

div.search-feed-content
{
	border: 1px solid #cccccc;
	padding:10px;
}

p.feed-link
{
	margin:5px 0 0 0;
}

form#search-form label
{
	background-color:inherit;
	color:#666666;
	font-size:13px;
	margin:0 0 5px 0;
}

dd#search-box ul,dd#search-options ul
{
	list-style:none;
	padding:0 0 10px 0;
}

dd#search-box ul li,dd#search-options ul li
{
	display:inline;
	margin:0 15px 0 0;
}

dd#search-box input#search
{
	width:70%;
	color:#666666;
	font-size:13px;
	border: 1px solid #666666;
	padding:2px;
	background-color:#eeeeee;
}

dd#search-box input.searchsubmit {
	color:#666666;
	font-size:13px;
	border: 1px solid #666666;
	background-color:#ffffff;
	margin-top:5px;
}

h5.search-results-tit
{
	color:#666666;
	font-weight:bold;
	font-size:10px;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}

p.search-results-content
{
	color:#666666;
	font-size:13px;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

/* ---------- search_end ----------*/

/* ---------- archives ----------*/

div.archive-body ul.archive-list li
{
	list-style-position:inside;
	color:#666666;
	font-size:13px;
	background-color:inherit;
}

/* ---------- archives_end ----------*/

div.entry h1,
div.entry-body h1
{
	font-size:100%;
	font-weight:bold;
	color:#3b7232;
	background:transparent url(http://www.mikunisou.jp/img/h1.gif) no-repeat left top;
	border:1px solid #adce81;
	padding:10px 10px 10px 10px;
	line-height:150%;
	margin-bottom:20px;
}


div.entry h2,
div.entry-body h2
{
	font-size:120%;
	font-weight:bold;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
	color:#252727;
	background:transparent url(http://www.mikunisou.jp/img/h2.jpg) no-repeat left 0;
	border:none;
	line-height:180%;
	margin:0 0 20px 0;
        text-indent:40px;
        width:550px;
        height:28px;
}

h2.module-header
{
	color:#000000;
	background:transparent url(http://www.mikunisou.jp/img/entry_title.gif) no-repeat left top;
	font-size:13px;
	font-weight:normal;
	padding:11px;
	margin-bottom:10px;
}
div.trackbacks h4,

div.comments h4
{
	font-size:13px;
	font-weight:bold;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
	color:#252727;
	background:transparent url(http://www.mikunisou.jp/img/h4.jpg) repeat-x left bottom;
        line-height:180%;
	margin:0 0 20px 0;
        text-indent:40px;
        width:550px;
        height:28px;
}




div.contents-search h4
{
	font-size:5px;
	text-indent:-9999px;
	background:#ffffff url(http://www.mikunisou.jp/img/search.gif) no-repeat left top;
	color:inherit;
	width:188px;
	height:20px;
}
div.entry h3,
div.entry-body h3
{
	font-size:110%;
	font-weight:bold;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
	color:#252727;
	background:transparent url(http://www.mikunisou.jp/img/h3.jpg) no-repeat left 0;
	border:none;
	line-height:180%;
	margin:0 0 20px 0;
        text-indent:40px;
        width:550px;
        height:28px;
}

div.entry h4,
div.entry-body h4
{
	font-size:13px;
	font-weight:bold;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
	color:#990F04;
	background:transparent url(http://www.mikunisou.jp/img/h4.jpg) repeat-x left bottom;
        line-height:180%;
	margin:0 0 20px 0;
        text-indent:40px;
        width:550px;
        height:28px;
}

div.entry h5,
div.entry-body h5
{
	font-size:13px;
	font-weight:bold;
	color:#E23209;
	background:transparent url(http://www.mikunisou.jp/img/h5.jpg) no-repeat 0 center;
	line-height:150%;
	margin-bottom:10px;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
        text-indent:30px;
}

div.entry h6,
div.entry-body h6
{
	font-size:13px;
	font-weight:bold;
	color:#DD8C18;
	background:transparent url(http://www.mikunisou.jp/img/h6.jpg) no-repeat 0 center;
	line-height:150%;
	margin-bottom:10px;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
        text-indent:30px;
        
        
        
}

div.separate
{
	clear:both;
}

hr.clear
{
	display:none;
}


/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix{ display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix{ height: 1% }
.clearfix{display:block;}
/* end MacIE5 */
