@charset "utf-8";
/* ブログ用 */

body {
	background-color: #ECFFFF;
}
#main {
	float:left;
	width:600px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:#FBFEE7;
	display: inline;
	margin: 10px;
	background-image: none;
}

#main h1 {
	margin-top: 10px;
	font-size: 1em;
	border-left-width: 10px;
	border-left-style: solid;
	padding-left: 10px;
	color: #69C;
}

#main h2 {
	font-size: 1em;
	color: #F90;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	clear: both;
	margin-top: 30px;
	margin-bottom: 0px;
}

#main h3 {
	font-size: 1em;
	color: #69F;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main p.notes {
	color: #69C;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-left: 20px;
}

#main p.notes2 {
	color: #966;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-left: 20px;
}

#main p.indent {
	text-indent: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#main p strong {
	color: #C60;
}

#main .img_l {
	float: left;
	margin-right:10px;
	display: block;
	margin-top: 5px;
}

#main .img_r {
	float: right;
	margin-left:10px;
	margin-bottom:10px;
	display: block;
}
#main p.date {
	font-size: 0.7em;
	text-align: right;
	color: #999;
}
#main p.entrylink {
	font-size: 0.7em;
	text-align: center;
	margin: 20px;
	padding: 0px;
}
#main blockquote .notes {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.5em;
}

/*　右サイドバー　*/

#ad_side{
	width:140px;
	float:right;
	background-color: #CCC;
	background-image: url(../2009/image/line_bg.gif);
	margin: 10px 0px 0px;
	padding: 0px;
	height: 350px;
	}

.ad{
	margin-top: 15px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
	border: 1px solid #666;
	background-color: #FFF;
}

#ad_side p {
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#ad_side .ad h2 {
	font-size: 0.8em;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 0.5em;
	line-height: 30px;
	font-weight: normal;
}

#ad_side .ad h2 a {
	color: #666;
	height: 30px;
	display: block;
}

#ad_side .ad h2 a:hover {
	background-color: #CFF;
	color: #09F;
}

#ad_side .ad h2 a.activ {
	background-color: #CF0;
}
.center {
	text-align: center;
}

/* フッタ */

#main p.goto{
	text-align:right;
	clear: both;
	}
	
#sabnav{
	clear: both;
	font-size: 0.7em;
	background-color: #000;
	text-align: right;
	padding-right: 10px;
	height: 2em;
	line-height: 2em;
	color: #FFF;
	}
	
address{
	clear:both;
	text-align: center;
	font-size: 0.7em;
	font-style: normal;
	background-color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}
