@charset "Shift-Jis";
.container {
	width: 800px;
	background: #EFF;
	margin: 0 auto;
	text-align: center;
}

body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	background-image:url("./base/side_blur.png");
	background-position:center center;
	background-repeat:repeat-y;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #444;
}

body.b2{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	background-image:url("./base/side_blur2.png");
	background-position:center center;
	background-repeat:repeat-y;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #444;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
div.counts{
	padding-top: 35px;
	padding-right: 3px;
	padding-left: 6px;
}
div.rightimg{
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 6px;
	text-align: right;
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}



.header {
	/* タイトルロゴの上下ライン(☆) */
	border-top: solid #58c 3px;
	border-bottom: solid #58c 3px;
}
.main{
	background-color:#EEF;
	text-align: center;
}

.sidebar1 {
	/* サイドバーの下の背景色(リンクの下)(☆) */
	float: right;
	width: 219px;
	background: #f0f5ff;
	padding-bottom: 120px;
	border-left: solid #999 1px;
	border-bottom: solid #999 1px;
}
.content {
	padding: 10px 0;
	width: 580px;
	float: left;
	background-color:#EFF;
}
.content_w {
	padding: 10px 0;
	width: 800px;
	float: left;
	text-align: center;
	background-color:#EFF;
}
.topsidebar{
	background-image:url("./base/tr_topback.png");
	background-position:right top;
	background-repeat:repeat-x;
	float: right;
	width: 260px;
	height: 54px;
}
.topcontent{
	width: 540px;
	float: left;
	height: 54px;
}
.entry{
	/* 記事単体 */
	background-image:url("./base/background.png");
	background-position:bottom center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color:#FFF;
	border-top: solid #999 1px;
	border-bottom: solid #999 1px;
	border-right: solid #999 1px;
	border-left: solid #999 1px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:20px;
	text-align: left;
}
.entry h2{
	/* 記事タイトル(☆) */
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	background-color:#eee6ff;
	background-image:url("./base/title_entry.png");
	background-position:left top;
	background-repeat: repeat-x;
	padding-left: 40px;
	height: 28px;
}
.entry p{
	/* 記事本文 */
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size:10pt;
	line-height:14pt;
}
.entry div.entryfooter{
	/* 記事フッター(☆) */
	background-color:#ddeeff;
	text-align:right;
	background-image:url("./base/footer_entry.png");
	background-position:left top;
	background-repeat:no-repeat;
}
.good {
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
.tweet {
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	vertical-align: text-bottom;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.sidebar1menu {
	/* サイドバーのタイトル(☆) */
	color: #ffffff;
	background-color:#458;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding-top: 3px;
	height: 15px;
}
ul.nav, ul.cat, ul.lnk {
	list-style: none;
	margin-bottom: 0px;
}
ul.nav li {
	background-image:url("./base/navbuttons.png");
	background-position:left top;
	background-repeat:no-repeat;
	background-color: #e0f5ff;
	text-align: left;
	height:24px;
	padding-left:35px;
	padding-top: 8px;
	list-style-type:top;
}
ul.nav a, ul.nav a:visited , ul.cat a, ul.cat a:visited, ul.lnk a, ul.lnk a:visited  {
	font-family: Verdana, Geneva, sans-serif;
	color: #150;
	text-decoration: none;
	font-weight: bold;
	width: 200px;
}
span.list {
	width: 220px;
	height: 32px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	
}

div.separater{
	text-align:center;
	margin:0px;
}

.csred{
	font-weight: bold;
	color: #E00;
}

.csblue{
	color: #36F;
}

.cswhite{
	color: #eeffee;
}


.footer {
	padding: 10px 0;
	background: #428000;
	color:#FFF;
	text-align:center;
	position: relative;
	clear: both;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
