@charset "utf-8";

/* 基本設定
---------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #999999 url(/blog/img/bg_main.jpg) repeat-x left top;
	color: #000000;
	font-size: 12px;
	font-size: 75%;/*IE6用*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height: 1.3;
}

/* リセット
---------------------------------------------------------------------------- */
img {
	border: 0;
}

ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
ul,ol,li,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}
form {
	margin: 0;
	padding: 0;
}

/* レイアウト
---------------------------------------------------------------------------- */
#container {
	position: relative;
	overflow: hidden;
	width: 960px;
	margin: 0 auto 10px;
}
/*header*/
#header {
	margin: 0;
	padding: 0;
	height: 230px;
}
#header #headerBanner {
	position: absolute;
	top: 50px;
	left: 0;
}
#header #headerBanner ul {
	margin: 0;
	padding: 0;
}
#header #headerBanner ul li {
	margin-bottom: 8px;
}
#header #headerBanner ul li img {
	vertical-align: top;
}
#header h1 {
	position: absolute;
	top: 0;
	left: 228px;
}
#header h1 img {
	vertical-align: top;
}
/* content */
#content {
	width: 960px;
	padding-bottom: 10px;
	background: url(/blog/img/bg_main_cb.gif) no-repeat left bottom;
}
#contentInner {
	padding-top: 10px;
	background: url(/blog/img/bg_main_ct.gif) no-repeat left top;
}
#contentBox {
	overflow: hidden;
	padding: 0 10px;
	background: url(/blog/img/bg_main_cc.gif) repeat-y left top;
	zoom: 1;
}

#content #primary {
	overflow: hidden;
	float: left;
	width: 720px;
}
#content #secondary {
	overflow: hidden;
	float: right;
	width: 210px;
}
#content #primary #main {
	overflow: hidden;
	float: right;
	width: 470px;
}
/* subContent01 */
#content #primary #subContent01 {
	overflow: hidden;
	float: left;
	width: 240px;
}
#content #primary #subContent01 .section {
	margin-bottom: 6px;
}
#content #primary #subContent01 .lastChild {
	margin-bottom: 0;
}

#content #primary #subContent01 #recentEntry {
	overflow: hidden;
	padding-bottom: 10px;
	background: url(/blog/img/bg_subcontent01_cb.gif) no-repeat left bottom;
}
#content #primary #subContent01 .sectionInner {
	overflow: hidden;
}
#content #primary #subContent01 .sectionBox {
	overflow: hidden;
	padding: 10px 10px 0;
	background: url(/blog/img/bg_subcontent01_cc.gif) repeat-y left top;
}
#content #primary #subContent01 #recentEntry ul {
	width: 210px;
}
#content #primary #subContent01 #recentEntry ul li{
	font-size: 92%;
	line-height: 1.6;
}
/* subContent02 */
#content #secondary #subContent02 {
	overflow: hidden;
	padding-bottom: 149px;
	background: url(/blog/img/bg_subcontent02.jpg) no-repeat left bottom;
}
#content #secondary #subContent02 .section {
	margin-bottom: 6px;
}
#content #secondary #subContent02 .lastChild {
	margin-bottom: 0;
}
#content #secondary #subContent02 #profile,
#content #secondary #subContent02 #category,
#content #secondary #subContent02 #calendarCol,
#content #secondary #subContent02 #banners {
	overflow: hidden;
}
#content #secondary #subContent02 .sectionInner,
#content #secondary #subContent02 .sectionInnerLv2 {
	background: url(/blog/img/bg_subcontent02_cb.gif) no-repeat left bottom;
}
#content #secondary #subContent02 .sectionBox,
#content #secondary #subContent02 .sectionBoxLv2 {
	background: url(/blog/img/bg_subcontent02_cc.gif) repeat-y left top;
}
#content #secondary #subContent02 .sectionInner {
	padding-bottom: 10px;
}
#content #secondary #subContent02 .sectionBox {
	padding: 10px 10px 0;
}
#content #secondary #subContent02 .sectionInnerLv2 {
	padding-bottom: 5px;
}
#content #secondary #subContent02 .sectionBoxLv2 {
	padding: 5px 5px 0;
}
#content #secondary #subContent02 .sectionInner {
	padding-bottom: 10px;
}
#content #secondary #subContent02 .sectionBox {
	padding: 10px 10px 0;
}
/* category */
#content #secondary #subContent02 #category ul li {
	font-size: 92%;
	line-height: 1.6;
}
/* calendarCol */
#content #secondary #subContent02 #calendarCol {
	font-size: 92%;
	line-height: 1.6;
	color: #FFFFFF;
}
#content #secondary #subContent02 #calendarCol h3 {
	font-size: 92%;
	font-weight: normal;
	text-align: center;
}
#content #secondary #subContent02 #calendarCol .calendar {
	overflow: hidden;
	width: 160px;
	padding: 5px 15px;
}
#content #secondary #subContent02 #calendarCol .calendar table {
	width: 100%;
	font-size: 92%;
}

#content #secondary #subContent02 #calendarCol .calendar table th,
#content #secondary #subContent02 #calendarCol .calendar table td {
	font-weight: normal;
	text-align: center;
}
#content #secondary #subContent02 #calendarCol .calendar table td a {
	/*font-weight: bold;*/
	font-weight: normal;
}
/* banners */
#content #secondary #subContent02 #banners {
	overflow: hidden;
	margin: 0;
}
#content #secondary #subContent02 #banners ul {
	margin: 0;
	padding: 0;
}
#content #secondary #subContent02 #banners ul li {
	margin: 0 0 5px;
	padding: 0;
}
#content #secondary #subContent02 #banners ul li.lastChild {
	margin: 0;
}
#content #secondary #subContent02 #banners ul li img {
	vertical-align: bottom;
}

/*footer*/
#footer {
	clear: both;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 10px;
}
#footer .footerLogo {
	float: left;
	width: 750px;
}
#footer .footerLogo p.logo {
	float: left;
	width: 76px;
	height: 40px;
}
#footer .footerLogo p.copyright {
	float: left;
	width: 664px;
	margin-left: 10px;
	font-size: 84%;
	line-height: 1;
}
#footer .footerBtn {
	float: right;
	width: 200px;
}

/* リンク
---------------------------------------------------------------------------- */
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color:#FF9900;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*  */
#content #primary #subContent01 a:link,
#content #secondary #subContent02 a:link,
#content #primary #main #entryCol .contentNavTop a:link,
#content #primary #main #entryCol .contentNavBottom a:link {
	color: #FFCC00;
	text-decoration: none;
}
#content #primary #subContent01 a:visited,
#content #secondary #subContent02 a:visited,
#content #primary #main #entryCol .contentNavTop a:visited,
#content #primary #main #entryCol .contentNavBottom a:visited {
	color:#FFCC00;
	text-decoration: none;
}
#content #primary #subContent01 a:hover,
#content #secondary #subContent02 a:hover,
#content #primary #main #entryCol .contentNavTop a:hover,
#content #primary #main #entryCol .contentNavBottom a:hover {
	color: #00CCFF;
	text-decoration: none;
}
#content #primary #subContent01 a:active,
#content #secondary #subContent02 a:active,
#content #primary #main #entryCol .contentNavTop a:active,
#content #primary #main #entryCol .contentNavBottom a:active {
	text-decoration: none;
}

/* モジュール
---------------------------------------------------------------------------- */
.section {
	overflow: hidden;
	margin-bottom: 1em;
}
.pagetop {
	clear: both;
	height: 8px;
	padding-top: 10px;
	text-align: right;
}
.pagetop img {
	vertical-align: top;
}
.readTxt p {
	margin-bottom: 1em;
}
.readTxt p.lastChild {
	margin-bottom: 0;
}