@charset "utf-8";

/*===============================================================================
基本構成
===============================================================================*/
*{
	margin: 0;
	padding: 0;
}
*html.wrapper{
	height:1%;
}
html {
	background:inherit;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
hr {
	display: none;
}
form {
	display: inline;
}
ul, ol, li {
	list-style-type: none;
}
br.clear {
	font-size: 1px;
	line-height: 100%;
	clear: both;
}


/*===============================================================================
アクセスログ用
===============================================================================*/
div.accesslog {
	display: none;
}


/*===============================================================================
ランキング
===============================================================================*/
.ranking {
	padding: 0px 0px 0px 30px;
	background: url(img/icon_click.gif) no-repeat left 0.7em;
}


/*===============================================================================
ページ構成
===============================================================================*/
html {
	background:inherit;
}
body, td {
	font-size: 80%;
	line-height: 160%;
	color: #333333;
}
body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",  Verdana, san-serif ;
	text-align: center;
	background: url(img/body_bg.gif) repeat-x center top #E6E6DC;
}
a:link { color: #0066CC; text-decoration: none; }
a:active { color: #0066CC; text-decoration: none; }
a:visited { color: #0066CC; text-decoration: none; }
a:hover { color: #FF6600; position: relative; border-bottom: none; text-decoration: none; }
a:hover img { color: #FF6600; position: relative; }


/*===============================================================================
全体の構造
===============================================================================*/
#siteinfo {
	width: 840px;
	margin: 0px auto 0px auto;
	font-size: 10px;
	text-align: left;
}
#bodytop {
	width:842px;
	height:3px;
	margin: 5px auto 0px auto;
	background: url(img/body_top.gif) no-repeat center top;
	font-size: 1px;
	line-height: 100%;
}
#body {
	background-color: #FFFFFF;
	border-right: 1px solid #8A8879;
	border-left: 1px solid #8A8879;
	padding: 0px 20px 0px 20px;
	width: 800px;
	margin: 0px auto 0px auto;
}
#bodybottom {
	width:842px;
	height:3px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 10px 0px;
	background: url(img/body_bottom.gif) no-repeat center top;
	font-size: 1px;
	line-height: 100%;
}


/*===============================================================================
ヘッダ部分
===============================================================================*/
#header {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
}
#header #headersearch {
	text-align: right;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#header #search input {
	text-align: left;
}
#header #headertitle {
	float: left;
	margin: 10px auto 3px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	line-height: 100%;
	color: #000000;
	font-size: 130%;
}
#header #headersub {
	float: right;
	margin: 10px auto 3px auto;
	padding: 0px 0px 0px 0px;
	text-align: right;
	padding: 0px;
	font-size: 80%;
	line-height: 100%;
}
#headerbottom {
	background: url(img/headeline.gif) repeat-x center left;
	height: 4px;
	font-size: 1px;
	line-height: 100%;
	border-left: 170px solid #333333;
	border-right: 130px solid #333333;
}
#header #headertitle a:link { color: #000000; text-decoration: none; }
#header #headertitle a:active { color: #000000; text-decoration: none; }
#header #headertitle a:visited { color: #000000; text-decoration: none; }
#header #headertitle a:hover { color: #FF6600; position: relative; border-bottom: none; text-decoration: none; }


/*===============================================================================
ぱんくず
===============================================================================*/
#pannavi {
	width: 800px;
	margin: 10px auto 20px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 80%;
}


/*===============================================================================
フッタ
===============================================================================*/
#footer {
	margin: 80px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	text-align: center;
}


/*===============================================================================
カラム構造
===============================================================================*/
#contents {
}
#main {
	float: left;
	width: 660px;
}
#maincol {
	float: right;
	width: 480px;
	text-align: left;
}
#subcol {
	float: left;
	width: 160px;
	text-align: left;
	margin: 0px 20px 0px 0px;
}
#xcol {
	float: right;
	width: 120px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}


/*===============================================================================
サイドメニュー
===============================================================================*/
p.sidemenutitle {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 2px 12px;
	font-weight: bold;
	color: #CC0000;
	line-height: 120%;
	background: url(img/menuicon1.gif) no-repeat left 0.6em;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}
ul.sidemenu {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.sidemenu li {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 2px 12px;
	line-height: 120%;
	background: url(img/menuicon1.gif) no-repeat left 0.6em;
}
ul.sidemenu ul.sidemenu {
	margin: 2px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}
ul.sidemenu ul.sidemenu li {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 2px 12px;
	background: url(img/menuicon2.gif) no-repeat left 0.6em;
	border-bottom: 1px solid #CCCCCC;
}
/*ブログインフォ*/
p.menuinfotitle {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 5px;
	border-left: 2px solid #FFCC00;
	font-size: 10px;
	line-height: 135%;
	font-weight: bold;
}
div.menuinfo {
	font-family: "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",  Verdana, san-serif ;
	margin: 0px 0px 30px 0px;
	padding: 2px 0px 2px 5px;
	color: #555555;
	border-left: 2px solid #FFCC00;
	font-size: 10px;
	line-height: 135%;
}
/*コメント・トラックバック*/
ul.sidecomment {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	line-height: 160%;
	font-size: 10px;
}
ul.sidecomment li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 2px 12px;
	background: url(img/menuicon3.gif) no-repeat left 0.7em;
}


/*===============================================================================
ページの人気ランキング
===============================================================================*/
#entryranking {
	margin: 15px auto 15px auto;
	list-style-type: none;
	text-align: left;
}
#entryranking li, div.statisticsli {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 6px;
	color: #999999;
	font-size: 10px;
	line-height: 120%;
	list-style-type: none;
	background: url(img/icon_rnk.gif) no-repeat left 0.5em;
}


/*===============================================================================
広告用
===============================================================================*/
div.ad {
	margin: 20px 0px 20px 0px;
}


/*===============================================================================
ページ分割用
===============================================================================*/
div.categorylist {
	font-size: 80%;
	text-align: right;
	margin: 20px 0px 20px 0px;
}


/*===============================================================================
次の記事・前の記事
===============================================================================*/
div.entrytoolbox {
	margin: 40px 0px 40px 0px;
}


/*===============================================================================
記事
===============================================================================*/
div.entrybox {
	margin: 0px auto 40px auto;
	padding: 0px 0px 30px 0px;
	border-bottom: 1px dotted #A2ACB5;
}
div.entrybox p {
	font-size: 100%;
	margin: 15px auto 15px auto;
}
div.entrybox h2 {
	font-size: 100%;
	color: #000000;
	margin: 40px auto 10px auto;
	padding: 0px 0px 3px 12px;
	font-weight: bold;
	line-height: 100%;
	background: url(img/menuicon1.gif) no-repeat left 0.2em;
	border-bottom: 1px solid #333333;
}
div.entrybox .entrytitle {
	font-size: 100%;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-weight: bold;
	line-height: 100%;
	border: 0px;
}
div.entrybox .entrytitle a:link { color: #000000; text-decoration: none; }
div.entrybox .entrytitle a:active { color: #000000; text-decoration: none; }
div.entrybox .entrytitle a:visited { color: #000000; text-decoration: none; }
div.entrybox .entrytitle a:hover { color: #FF6600; position: relative; border-bottom: none; text-decoration: none; }
div.entrybox p.date {
	font-size: 80%;
	margin: 0px 0px 4px 0px;
	line-height: 100%;
	color: #999999;
}
div.entrybox .entrytitlebottom {
	margin: 0px 0px 5px 0px;
	height: 2px;
	font-size: 1px;
	line-height: 100%;
	background: url(img/entryline.gif) repeat-x left center;
	border-right: 100px solid #958E73;
}
div.entrybox p.entrymore {
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	background: url(img/iconmore.gif) no-repeat left center;
	font-size: 100%;
}
div.entrybox p.entryrank {
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	background: url(img/menuicon3.gif) no-repeat left center;
	font-size: 100%;
}
div.entrybox p.entryfooter {
	margin: 15px 0px 10px 0px;
	text-align: right;
	font-size: 80%;
}
/*タグ用*/
div.entrybox div.tags {
	padding: 0px 0px 15px 0px;
	font-size: 80%;
	text-align: right;
}
div.entrytags,
ul.entrytagslist,
li.entrytag {
	display: inline;
}
div.entrytags {
	width: 20px;
	padding: 0px 0px 0px 25px;
	background: url(img/icon_tag.gif) no-repeat 0 center;
}
ul.entrytagslist {
	list-style:none;
    padding: 0px;
}
/*引用*/
div.entrybox blockquote {
	color: #666666;
	border: 1px solid #CCCCCC;
	margin: 15px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
}
/*コード用*/
div.entrybox pre {
	overflow: auto;
	width: 470px;
	background-color: #F9F8EE;
	color: #000000;
	margin: 15px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
}
/*ラインボックス用*/
div.entrybox div.linebox{
	color: #333333;
	border: 1px solid #CCCCCC;
	margin: 15px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
}
/*ボックス用*/
.f10 {
	font-size: 80%;
}


/*===============================================================================
コメント・トラックバック
===============================================================================*/
div.commentbox,
div.commentopenbox,
div.trackbackbox {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}
div.commentbox p.title,
div.commentopenbox p.title,
div.trackbackbox p.title {
	border-left: 3px solid #333333;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 100%;
	background-image: url(img/entryfotterbg.gif);
	font-weight: bold;
}
div.commentbox div.commentbody {
	margin: 0px 10px 0px 10px;
	line-height: 140%;
}
div.commentbox div.commentbody p {
	margin: 5px 0px 5px 0px;
}
div.commentbox p.date {
	border-bottom: 1px solid #CCCCCC;
	margin: 5px 0px 25px 0px;
	text-align: right;
	font-size: 85%;
	letter-spacing: 0.1em;
}
div.commentopenbox p.notes {
	border-bottom: 1px dotted #CCCCCC;
	margin: 5px 0px 20px 0px;
	padding: 2px 10px 2px 10px;
	line-height: 140%;
	font-size: 80%;
	letter-spacing: 0.05em;
}
div.commentopenbox form {
	margin: 5px 0px 5px 10px;
}
div.commentopenbox form p {
	margin: 8px 0px 8px 0px;
	margin: 0px 10px 0px 10px;
	line-height: 140%;
}
div.trackbackbox p.url {
	border-bottom: 1px dotted #CCCCCC;
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 10px;
	line-height: 140%;
}
div.trackbackbox p.policy {
	border-bottom: 1px dotted #CCCCCC;
	margin: 5px 0px 35px 0px;
	padding: 2px 10px 2px 10px;
	line-height: 140%;
	font-size: 80%;
	letter-spacing: 0.05em;
}
div.trackbackbox p.tbbox {
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0px 20px 0px;
	padding: 2px 10px 2px 10px;
	line-height: 140%;
}


/*===============================================================================
トップ用
===============================================================================*/
/*トップ見出し*/
h2.topindex {
	font-size: 100%;
	color: #000000;
	margin: 40px auto 10px auto;
	padding: 0px 0px 3px 12px;
	font-weight: bold;
	line-height: 100%;
	background: url(img/menuicon1.gif) no-repeat left 0.2em;
	border-bottom: 1px solid #333333;
}
/*最新記事*/
div.topentrybox {
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
div.topentrybox p.date {
	font-size: 80%;
	margin: 0px 0px 4px 0px;
	line-height: 100%;
	color: #999999;
}
div.topentrybox .entrytitle {
	font-size: 100%;
	padding: 0px 0px 4px 15px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	line-height: 100%;
	background: url(img/icon_entry.gif) no-repeat left 0.2em;
}
div.topentrybox .entrytitlebottom {
	margin: 0px 0px 8px 0px;
	height: 2px;
	font-size: 1px;
	line-height: 100%;
	background: url(img/entryline.gif) repeat-x left center;
	border-right: 100px solid #958E73;
}
/*導入ガイド*/
#topguide {
	margin: 10px 0px 3px 0px;
}
#topguide div.left {
	float: left;
}
#topguide div.right {
	float: right;
}
#topguide p {
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	line-height: 120%;
}
#topguide ul {
	margin: 0px 0px 10px 0px;
	line-height: 120%;
}
#topguide li {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 14px;
	background: url(img/menuicon3.gif) no-repeat left center;
}
/*フォーム*/
div.toplinebox {
	border: 1px solid #CCCCCC;
	padding: 5px 10px 5px 10px;
	color:#666666;
}
div.toplinebox strong {
	color:#CC0000;
}
#toplinkbox {
	margin: 50px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	line-height: 120%;
}


/*===============================================================================
タグクラウド
===============================================================================*/
#tagcloudbox {
	margin: 0px auto 50px auto;
	padding: 4px 4px 4px 4px;
	background: url(img/tagcloudline.gif) repeat 0 0;
}
#tagcloud  {
	margin: 0px auto 0px auto;
	padding: 3px 5px 5px 5px;
	background-color: #FBFBF9;
}
.module-tagcloud .module-list {text-align: left; } .module-tagcloud .module-list { list-style: none; } .module-tagcloud .module-list-item { display: inline; background: none; } .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; }
.module-list-item a{ border-bottom: none; text-decoration: none;}
.module-header {font-weight: bold;}




