﻿@charset "UTF-8";


body	{
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y ;
	background-position: center ;
	}

strong	{
	font-weight: normal ;
	}

#container {
	width: 850px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#main {
	padding: 0px;
	float: left;
	width: 625px;
	}

#ad {
	text-align: center;
	}

#content	{
	width: 410px;
	padding-top: 10px;
	}

#sidebar	{
	width: 180px;
	float: left;
	padding-top: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	font-size: 12px;
	}

#footer	{
	clear: both;
	}

a	{
	color: #009966;
	text-decoration: none;
	}

/*  ヘッダー部分のデザイン */

#header	{
	background-image: url(images/header.jpg);
	height: 185px;
	}
/* height=画像の高さ-padding-margin */

#header h1	{
	font-size: 19px;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	margin-bottom: 0;
	padding-left: 300px;
	margin-top: 30px;
	}

#header h1 a	{
	color: #666666;
	text-decoration: none;
	}

#header h2	{
	color: #999999;
	font-size: 13px;
	margin-top: 7px;
	text-align: left;
	padding-right: 20px;
	padding-left: 300px;
	}


/*  コンテンツ部分のデザイン  */

.post h2	{
	font-size: 15px;
	border-bottom: solid 2px #009966;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 5px;
	color: #009966;
	}

.post h2 a	{
	color: #009966;
	}

.post p	{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", sans-serif;
	color: #666666;
	background-image: url(images/note_line.gif);
	line-height: 20px;
	}

.post p:first-letter {
  	 font-size: 270%;
  	 font-family: "ＭＳ 明朝",serif;
  	 float: left;
  	 line-height: 1;
 	 background-color: white;
 	 color: #009966;
 	 padding: 3px;
  	 margin-right: 5px;
}

.post	{
	margin-bottom: 40px;
	}


.pagenav	{
	font-size: 11px;
	}

.sidebar ul	{
	color: #a5dbbd;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
	}

.sidebar ul ul	{
	color: #a5dbbd;
	margin-bottom: 3px;
	}

.sidebar h2	{
	font-size: 1em;
	background-color: #538ad8;
	color: white;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}
.blue {
	color: #00CC66;
	padding-left: 25px;
}


#category2 {
	font-size: 12px;
	}

#category h2 {
	font-size: 12px;
	}

#badge {
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #999999;
	}
.link1 {
}


.address {
	font-size: 12px;
	text-align:left;
	margin-bottom: 20px;
	}

/*  リスト部分のデザイン  */

#list {
	clear: both;
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	color: #666666;
	padding:10px 50px;
	border-top: 1px solid #ccc;
	}

#pagelist {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	color: #666666;
	line-height: 20px;
	}

#pagelist h2 {
	margin-top: 20px;
	font-size: 15px;
	}

#pagelist ul {
	color: #666666;
	list-style-type: circle;
	}

/*  カテゴリーページのデザイン  */

.cat h2	{
	font-size: 13px;
	color: #336699;
	border-bottom: solid 1px #538ad8;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 3px;
	}

.cat h2 a	{
	text-decoration: none;
	}

.cat p	{
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	color: #666666;
	background-image: url(images/note_line.gif);
	line-height: 20px;
	}

.postmetadata {
	padding-bottom: 3px;
	font-size: 13px;
	font-family: "ＭＳ ゴシック",sans-serif;
	text-decoration: none;
	}

/*  フッター部分のデザイン  */

#footer address	{
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: white;
	background-color: #00CC66;
	width: 850px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	}
#sidebar2 {
	width: 180px;
	float: right;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	clear: both;
}
.sidebar2 ul {

	color: #66aaff;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
}
.sidebar2 ul ul {

	color: #88ccff;
	margin-bottom: 3px;
}
.sidebar2 h2 {

	font-size: 1em;
	background-color: #538ad8;
	color: white;
	text-align:center;
	margin: 0;
	padding: 6px 0;
}
.sidebar {
	width: 180px;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	border: 1px solid #999999;
}
.sidebar2 {
	width: 180px;
	float: left;
	margin-top: 20px;
	clear: both;
	font-size: 12px;
	margin-left: 10px;
}
.content {
	width: 400px;
	padding-top: 10px;
	margin-top: 10px;
	float: right;
	margin-bottom: 15px;
}
.category {
	font-size: 12px;
}
.ads-header {
	font-size: 11px;
	letter-spacing: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 160px;
	padding-right: 20px;
}
.search {
	width: 160px;
	padding-left: 20px;
}

.sidebar3 {
	width: 180px;
	float: right;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	clear: both;
	font-size: 12px;
}
.sidebar3 ul {
	color: #000000;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
	font-size: 11px;
}
.sidebar3 ul ul {


	color: #000000;
	margin-bottom: 3px;
}
.sidebar3 h2 {


	font-size: 12px;
	background-color: #00CC66;
	color: white;
	text-align:center;
	margin: 0;
	padding: 6px 0;
}
.kensaku {
	border: 1px solid #999999;
}
.ad {
	border: 1px solid #999999;
}
.ad-sita {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 160px;
}

.sidebar4 {
	width: 180px;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	margin-left: 10px;
	padding-top: 10px;
}
.sidebar4 h2 {
	font-size: 1em;
	background-color: #00CC66;
	color: white;
	text-align:center;
	margin: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	width: 180px;
}
.category ul ul {


	color: #a5dbbd;
	margin-bottom: 3px;
}
.category ul {


	color: #66aaff;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
}
.category-sita {
	width: 180px;
}

.address {
	width: 160px;
	padding-left: 20px;
}
.category-sita ul {



	color: #a5dbbd;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
}
.category-sita ul ul {



	color: #a5dbbd;
	margin-bottom: 3px;
}
.blue2 {
	color: #00CC66;
	margin-left: 35px;
}
.link2 a {
	font-size: 9px;
	color: #CCCCCC;
}
.post a:first-letter {
	font-size: 130%;
	font-family: "ＭＳ 明朝", serif;
	float: left;
	line-height: 1;
	background-color: white;
	color: #009966;
	padding: 3px;
	margin-right: 5px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.post a {
	color: #666666;
}
#kage {
	background-image: url(images/kage2.jpg);
	height: 12px;
}
