@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:#fff url(http://comichigh.jp/weblog/img/bg.gif) repeat;
	font-family:verdana,Osaka,Meiryo,"ＭＳ ゴシック","MS Gothic",Sans-Serif;
}

html {
	overflow-y:scroll;
}

p {
	margin:0;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}

hr{
	margin:0.5em 0;
}

div .clear{
	clear: both; 
}

dl {
	color:#666;
}
dd {
	margin-bottom: 1.3em;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}


/*-----------------------------------------------
 __main
-----------------------------------------------*/

#main {
	width:760px;
	background-color:#FFFFFF;
	margin:0 auto;
	padding-left:5px;
	font-size:82%;
	color:#333;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	background:#fff url(http://comichigh.jp/weblog/img/title_header_shadow.jpg) no-repeat;
	padding:5px;
	margin-bottom:10px;
	height: 190px;
}

/*-----------------------------------------------
 __menu
-----------------------------------------------*/
#menu {
	float : left ;  
	width:160px;
	border:solid 1px #77cc00;
	margin-left:5px;
	padding:0;
	font-size: 92%;
}

/*-----------------------------------------------
 __maincontents
-----------------------------------------------*/
#maincontents{
	float: left; 
	width:560px;
	margin-left:15px;
}

/*-----------------------------------------------
 __コピーライト
-----------------------------------------------*/
#copy {
	clear: both;
	font-size:xx-small;
	text-align:center;
	padding:1em 0;
}

/*-----------------------------------------------
 __エントリー
-----------------------------------------------*/
.entry-header {
	font-size: 16px;
	background:url(http://comichigh.jp/weblog/img/entry_title_line.gif) repeat-x bottom;
	padding:0 0 10px 0;
	margin: 0;
	line-height: 1.2;
	font-weight: bold;
	clear: both;
}

.entry-header a,
.entry-header a:hover,a:visited,a:active{
	color: #77cc00;
}

.entry-content{
	background-color: #fff;
	padding: 12px 0;
	margin:0;
}

.entry-body{
	color: #333;
	line-height:1.5;
}

.entry-body a,
.entry-body a:hover,a:visited,a:active{
	color: blue;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}
.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.comment-footer,
.trackback-footer {
	clear: both;
   	margin: 0 0 20px 0;
	border-top: solid 1px #77cc00;
	padding-top: 3px;
	color: #77cc00;
	font-size: 10px;
	text-align: right;
}

/*-----------------------------------------------
 __module
-----------------------------------------------*/
.module {
	margin: 10px 0;
	width: 160px;
	font-size: 80%;
}

.module-header a,
.module-header a:hover,a:visited,a:active{
	color: #77cc00;
}
.module-content{
	margin: 0 6px 2em 8px;
	position: relative;
}

*html body .module-content{
	margin: 0 3px 2em 4px;
	position: relative;
}

.module-list-item a,
.module-list-item a:visited,
.entry-more-link a,
.entry-more-link a:visited,
.content-navi a,
.content-navi a:visited{
	font-weight: nomal;
	color: #77cc00;
}

.module-list-item a,
.module-list-item a:hover,a:active,
.entry-more-link a,
.entry-more-link a:hover,a:active,
.content-navi a,
.content-navi a:hover,a:active{
	font-weight: nomal;
	color: #009999;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style-type: disc;
    list-style-position: inside; 
    font-size:95%;
    color: #009999;
}

.module-list-item {
    margin: 5px 0;
    padding: 0;
    list-style-type: disc;
    list-style-position: inside; 
    color: #009999;
}

.module-rss .module-content {
	margin:15px 0 15px 10px;
	font-size: 10px;
}
.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }
.module-powered .module-content {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 10px;
}

form { margin: 0; padding: 0; }

.content-navi{
	text-align: center; 
	font-size: 11px;
	margin: 10px 0;
}

.mt-search-results .search-results-header {
    border: 1px dotted #FF9900;
    color: #666;
    font-size: 90%;
    padding: 5px;
   margin:0 10px;
}

.mt-search-results .search-results-container { margin:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

blockquote { 
	 margin: 5px 10px;
	 border-left: solid 5px #009999;
	 padding-left: 3px;
	 color: #666;
}

/*-----------------------------------------------
 __月別
-----------------------------------------------*/


ul.tree {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
}
ul.tree ul {
    margin: 0 0 0 10px;
    padding: 0;
}
ul.tree li {
    margin: 0;
    padding: 0 0 0 11px;
    background-repeat: no-repeat;
    list-style: none;
}
ul.tree li.tree_end {
    list-style: none;
}

