body {
	text-align: center;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", "verdana", "arial", "sans-serif";
	background: #FFFFFF;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #c60;
}
a:visited {
	text-decoration: none;
	color: #c60;
}
a:hover {
	text-decoration: underline;
}

/* html tag */
p {
	font-size: 12px;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
ul {
	margin: 5px 0px 10px;
	padding: 0px;
	list-style: none;
}
ol {
}
li {
}
dl {
	margin: 0px;
	padding: 0px;
}
dt {
	margin: 0px;
	padding: 0px;
}
dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
td {
	font-size: 12px;
}
blockquote {
}


/* margin */
.marging-t5 {
	margin-top: 5px;
}
.marging-b10 {
	margin-bottom: 10px;
}
.margin-b20 {
	margin-bottom: 20px;
}
.margin-l10 {
	margin-left: 10px;
}
.margin-l20 {
	margin-left: 20px;
}
.margin-tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* padding */
.padding-l10 {
	padding-left: 10px;
}
.padding-a10 {
	padding: 10px;
}
/* text size */
.t10 {
	font-size: 10px;
}
/*  ---------------layout--------------- */
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	margin-bottom: 10px;
	background: url(_img/title.jpg);
	height: 152px;
}
#wrapper {
	width: 100%;
}
#content {
	width: 615px;
	float: left;
}
#main {
	width: 450px;
	border-top: 1px #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	float: right;
	margin-bottom: 20px;
}
#left {
	width: 150px;
	margin-left: 0px;
	float: left;
}
#right {
	float: right;
	width: 175px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	font-family: "Courier New", "Courier", "mono";
	background: url(_img/footerBg.jpg) no-repeat center top;
	padding: 0px;
	margin-top: 10px;
	color: #FFFFFF;
}
#bottom-txt-nav {
	font-size: 10px;
}

/* Individual style */


#header h1 {
	margin: 0px;
	padding: 0px;
	line-height: 152px;
	background: url(_img/title.jpg) no-repeat;
	text-indent: -9999pt;
	display: none;
}


/* ----------------サイド関連--------------- */
#left p {
	font-size: 11px;
	color: #666;
}
#left strong {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#left .title,
#right .title {
	font: bold 12px/18px "Courier New", "Courier", "mono";
	color: #FFFFFF;
	background: url(_img/bg.gif);
	vertical-align: middle;
	padding-left: 5px;
	border-top: 1px solid #999;
	border-right: 1px #999;
	border-bottom: 1px solid #999;
	border-left: 1px #999;
}

#left li,
#right li {
	background: url(_img/square.gif) no-repeat 0px 4px;
	font: 12px/110% "Verdana", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	padding-left: 13px;

}



/* エントリー関連 */

.e-info {
	font-size: 11px;
	text-align: right;
}

.entry p.date {
	font-size: 12px;
	font-weight: bold;
	background: url(_img/bg.gif);
	font-family: "Courier New", "Courier", "mono";
	color: #FFFFFF;
	line-height: 18px;
	vertical-align: middle;
	padding-left: 5px;
	border-top: 1px solid #999;
	border-right: 1px #999;
	border-bottom: 1px solid #999;
	border-left: 1px #999;
}
#diaryBN .e-title,
#titleList .e-title {
	font-size: 12px;
	font-weight: bold;
}
#diaryBN .date,
#titleList .date {
	line-height: 12px;
	padding: 0px 10px 0px 0px;
}





/*  個別エントリー  */

.entry {
	margin-bottom: 30px;
}
.entry h2 {
	font-size: 12px;
	font-weight: bold;
	color: #f30;
	background: url(_img/eTitleBg.gif) no-repeat left bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px 3px 30px;
}


.entry .box {
	padding-right: 5px;
	padding-left: 5px;
}
.e-body {
	margin-bottom: 15px;
	padding-right: 6px;
	padding-left: 6px;
}
p#pankuz {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	line-height: 12px;
}
#diaryBN li, #titleList li {
	line-height: 150%;
}

/*  コメント＆トラバエリア */
#trackbacks, #comments {
	margin-top: 15px;
	margin-bottom: 20px;
}
p#trackbackurl {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	color: #999999;
}
#trackbacks dd p, 
#comments dd p {
	font-size: 11px;
	color: #666666;
}


#trackbacks .box, 
#comments .box,
#postComment .box {
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
}
#trackbacks dt, 
#comments dt {
	font-size: 11px;
	border-bottom: 1px solid #FF6600;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-top: 10px;
}
#trackbacks .title,
#comments .title {
	margin-bottom: 10px;
	font: bold 12px "Courier New", "Courier", "mono";
	color: #FF6600;
	margin-left: 10px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}
#postComment .title {
	font: bold 12px "Courier New", "Courier", "mono";
	color: #FF6600;
	margin-left: 10px;
}


/* --------------カテゴリー表示-------------- */
#c-title {
	height: 55px;
	padding-left: 15px;
}
#c-info {
	font-size: 11px;
	line-height: 115%;
	text-align: left;
	width: 375px;
	height: 55px;
}
#c-header {
	margin-bottom: 20px;
}

.space10 {
	font-size: 1px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 10px;
}

/* --------------フッター-------------- */


#credit {
	font: 10px "Arial", "Helvetica", "sans-serif";
	margin-top: 15px;
}
#pagetop {
	font-size: 10px;
	text-align: right;
	padding: 3px 15px 10px 3px;
	margin-bottom: 15px;
	margin-top: 20px;
	border-bottom: 2px solid #d9cdaf;
}

/* --------------　個別エントリー対応 --------------　*/
#calendar td {
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}
#calendar th {
	font: bold 11px/11px "Courier New", "Courier", "mono";
	text-align: center;
}
#calendar caption {
	font: 11px/15px "Courier New", "Courier", "mono";
	letter-spacing: 0.2em;
	vertical-align: middle;
	padding-top: 2px;
}
#calendar table {
	width: 175px;
}
#calendar a {
	background: #FFCC99;
	height: 13px;
	width: 13px;
}
p.pager {
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.active {
	font-size: 12px;
	font-weight: bold;
}
#powered {
	font-size: 11px;
	margin-top: 20px;
}
label {
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
}
