@charset "utf-8";

/*===============================================================================
基本構成
===============================================================================*/
*{
	margin: 0;
	padding: 0;
}
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: 1;
	clear: both;
}
div.accesslog {
	display: none;
}


/*===============================================================================
ページ構成
===============================================================================*/
html {
	background:inherit;
}
body, td {
	font-size: 90%;
	line-height: 1.8;
	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: 1;
}
#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: 1;
}


/*===============================================================================
ヘッダ部分
===============================================================================*/
#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 5px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	font-size: 130%;
}
#header #headersub {
	float: right;
	margin: 12px auto 3px auto;
	padding: 0px 0px 0px 0px;
	text-align: right;
	padding: 0px;
	font-size: 12px;
	line-height: 1;
}
#headerbottom {
	background: url(../img/headeline.gif) repeat-x center left;
	height: 4px;
	font-size: 1px;
	line-height: 1;
	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: 12px;
}


/*===============================================================================
フッタ
===============================================================================*/
#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: left;
	width: 400px;
	text-align: left;
}
#subcol {
	float: right;
	width: 220px;
	text-align: left;
	margin: 0px 10px 0px 30px;
}
#xcol {
	float: right;
	width: 120px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}


/*===============================================================================
サイドメニュー
===============================================================================*/
p.sidemenutitle {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 2px 12px;
	font-weight: bold;
	color: #CC0000;
	line-height: 1.2;
	background: url(../img/menuicon1.gif) no-repeat left 0.5em;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}
ul.sidemenu {
	margin: 2px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
/*
ul.sidemenu li {
	margin: 0px 0px 0px 5px;
	padding: 4px 0px 0px 12px;
	background: url(../img/menuicon2.gif) no-repeat left 0.5em;
	border-bottom: 1px solid #CCCCCC;
}
*/
ul.sidemenu li {
	width: 220px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
ul.sidemenu li a {
	width: 195px;
	display:block;
	padding: 2px 5px 2px 20px;
	color: #FFFFFF;
	text-decoration:none;
	border-color: #FFFFFF #888888;
	border-style: solid;
	border-width: 0 0 1px;
	background-color:#758AAA;
	background: url(../img/menuicon3.gif) no-repeat 5px 0.65em #555555;
}
ul.sidemenu li a:visited {
	width: 195px;
	color: #FFFFFF;
	text-decoration: none;
	border-color: #FFFFFF #888888;
	border-style: solid;
	border-width: 0 0 1px;
	background-color:#555555;
}
ul.sidemenu li a:hover {
	width: 195px;
	color: #FFFFFF;
	text-decoration: none;
	border-color: #FFFFFF #888888;
	border-style: solid;
	border-width: 0 0 1px;
	background-color:#777777;
}
/*無料相談*/
div.soudan {
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	line-height: 1.5;
}
/*ブログインフォ*/
div.menuinfo {
	margin: 0px 0px 30px 0px;
	padding: 5px 8px 5px 8px;
	color: #444444;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #777777;
}
/*QRコード*/
div.qr {
	margin: 30px 0px 30px 0px;
	padding: 5px 8px 5px 8px;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #AAAAAA;
}
div.qr div {
	text-align: center;
}
/*管理人インフォ*/
div.kanriinfo {
	margin: 30px 0px 20px 0px;
	padding: 5px 8px 5px 8px;
	color: #EEEEEE;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #555555;
	background: #777777;
}


/*===============================================================================
ページの人気ランキング
===============================================================================*/
#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: 1.2;
	list-style-type: none;
	background: url(../img/icon_rnk.gif) no-repeat left 0.5em;
}


/*===============================================================================
広告用
===============================================================================*/
div.ad {
	margin: 0px 0px 15px 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 15px;
}
div.entrybox h2 {
	font-size: 100%;
	color: #000000;
	margin: 40px auto 10px auto;
	padding: 0px 0px 3px 14px;
	font-weight: bold;
	line-height: 1;
	background: url(../img/menuicon1.gif) no-repeat left 0.1em;
	border-bottom: 1px solid #333333;
}
div.entrybox .entrytitle {
	font-size: 120%;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-weight: bold;
	line-height: 1;
	border: 0px;
	background: none;
}
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: 1;
	color: #999999;
}
div.entrybox .entrytitlebottom {
	margin: 0px 0px 5px 0px;
	height: 2px;
	font-size: 1px;
	line-height: 1;
	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;
}
/*ボックス用*/
.f10 {
	font-size: 80%;
}
/*エントリ広告用*/
.entryad {
	margin: 0px 0px 20px 0px;
	text-align: left;
}

/*===============================================================================
トップ用
===============================================================================*/
/*トップ見出し*/
h2.topindex {
	font-size: 100%;
	color: #000000;
	margin: 40px auto 10px auto;
	padding: 0px 0px 3px 12px;
	font-weight: bold;
	line-height: 1;
	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: 1;
	color: #999999;
}
div.topentrybox .entrytitle {
	font-size: 100%;
	padding: 0px 0px 4px 15px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	line-height: 1;
	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: 1;
	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: 1.2;
}
#topguide ul {
	margin: 0px 0px 10px 0px;
	line-height: 1.2;
}
#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: 1.2;
}













#entrypointbox {
	margin: 30px auto 30px auto;
	padding: 4px 4px 4px 4px;
	background: url(../img/pointline.gif) repeat left top;
}
#entrypointbox div.line  {
	margin: 0px auto 0px auto;
	padding: 3px 15px 3px 45px;
	background: url(../img/point.jpg) no-repeat left top#FFFFFF; 
	line-height: 1.5;
}
#entrypointbox p {
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	color: #CC0000;
	border-bottom: 1px solid #CCCCCC;
}
#entrypointbox ul {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: none;
	background: url(../img/icon_comment.gif) no-repeat left 0.35em;
}





#entrymatomebox {
	margin: 40px 0px 20px 0px;
	padding: 3px 10px 3px 10px;
	border: 1px solid #CCCCCC;
	background-color: #F1F1F1;
}
#entrymatomebox p {
	margin: 3px 0px 3px 0px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}
#entrymatomebox ul {
	margin: 5px 0px 5px 0px;
	list-style-type: none;
}
#entrymatomebox li {
	padding: 0px 0px 0px 14px;
	background: url(../img/icon_warning.gif) no-repeat left 0.5em;
}


.entrypoint {
	margin: 40px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #CCCCCC;
	background-color: #F1F1F1;
}
.entrypoint p {
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
.entrypoint ul {
	margin: 5px 0px 5px 0px;
	list-style-type: none;
}


/*===============================================================================
テキスト広告
===============================================================================*/
p.prlist {
	border-bottom: 1px solid #CCCCCC;
}
ul.prlist {
	line-height: 1.5;
}
ul.prlist li {
	line-height: 1.5;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	background: url(/_lib/img/icon_rnk.gif) no-repeat left 0.55em;
	border-bottom: 1px solid #CCCCCC;
}


/*===============================================================================
フォーマット
===============================================================================*/
.linebox{
	margin: 15px 0px 15px 15px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #CCCCCC;
}
ul.normal {
	margin: 15px 0px 15px 15px;
	line-height: 1.5;
}
ul.normal li {
	line-height: 1.5;
	margin: 0px 0px 0px 20px;
	list-style-type: disc;
}
ul.arrowlist {
	line-height: 1.5;
}
ul.arrowlist li {
	line-height: 1.5;
	margin: 5px 0px 5px 20px;
	padding: 0px 0px 0px 10px;
	background: url(/_lib/img/icon_arr.gif) no-repeat left 0.5em;
	border-bottom: 1px solid #CCCCCC;
}
.arrowtxt {
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: url(/_lib/img/icon_arr.gif) no-repeat left 0.5em;
	border-bottom: 1px solid #CCCCCC;
}

/*===============================================================================
打ち消し
===============================================================================*/
.strike {
	text-decoration: line-through;
}


/*===============================================================================
フォントカラー
===============================================================================*/
.red {
	color: #DD0000;
}
.blue {
	color: #333399;
}
.green {
	color: #339900;
}
.gray {
	color: #666666;
}


