body {
	margin: 0px auto;
	padding: 0px;
	background-color: #000070;
	text-align: center;
	font-size:11px;
	font-family: Osaka,Verdana,Arial,Sans-serif,Helvetica,'MS P ゴシック';
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

.clear {
	clear: both;
	font: 0px/0px sans-serif ;
}

#layout {
	margin: 0 auto;
	width: 860px;
	text-align: left;
}

#header {
}

#contents #left {
	float: left;
	width: 170px;
}

#contents #center {
	float: left;
	width: 520px;
}

#contents #center .pad {
	padding : 0 20px;
}

#contents #right {
	float: right;
	width: 170px;
}

#footer {
	clear: both;
}

h1 {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

div, td {
	font-family: Osaka,Verdana,Arial,Sans-serif,Helvetica,'MS P ゴシック';
}

.form_color {
	background: #FFF;
}

a { color: #FFFFFF; text-decoration: underline; }
a:link		{ color: #FFFFFF; text-decoration: underline; }
a:visited	{ color: #FFFFFF; text-decoration: underline; }
a:active	{ color: #FFFFFF; text-decoration: none; }
a:hover		{ color: #FFFFFF; text-decoration: none; }

.site_title a {color: #666666;text-decoration: none;}
.site_title a:link {color: #666666;text-decoration: none;}
.site_title a:visited {color: #666666;text-decoration: none;}
.site_title a:active {color: #666666;text-decoration: none;}
.site_title a:hover {color: #666666;text-decoration: none;}


.site_title {
	font-size: 24px;
	color: #000000;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

.description {
	font-size: 14px;
	color: #666666;
	margin: 0px 0px 25px 0px;
}


.entry_navi{
	font-size: 12px;
	color: #666666;
	margin: 15px 0px 15px 0px;
	text-align: center;
}

.entry {
	margin: 0px;
	padding: 10px;
	background: #FFF;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
}

.entry a { color: #000; text-decoration: underline; }
.entry a:link		{ color: #000; text-decoration: underline; }
.entry a:visited	{ color: #000; text-decoration: underline; }
.entry a:active		{ color: #000; text-decoration: none; }
.entry a:hover		{ color: #000; text-decoration: none; }

.entry_date {
	font-size: 10px;
	font-weight: bolder;
	color: #333333;
	margin: 0px 0px 10px 0px;
}

.entry_title {
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	margin: 15px 0px 15px 0px;
}

.entry_body {
	font-size: 10px;
	line-height: 170%;
	color: #000;
	margin: 15px 0px 15px 0px;
}

.entry_more {
	text-align: right;
	font-size: 9px;
	line-height: 170%;
	color: #333333;
	margin: 15px 0px 15px 0px;
}

.entry_state {
	text-align: right;
	font-size: 9px;
	color: #666666;
	margin: 15px 0px 0px 0px;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
}

blockquote {
	font-size: 10px;
	color: #666666;
	margin: 20px 10px 20px 10px;
	padding: 10px;
	border-left: 3px solid #CCCCCC;
}

.comment-title {
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	margin: 10px 0px 10px 0px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}

.trackback-title {
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	margin: 10px 0px 10px 0px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}

.pict {
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}

.page {
	font-size: 10px;
	color: #FFF;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.linktitle {
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	padding:3px;
	text-align:center;
	border-bottom:1px solid #FFF;
}

.linktitle_left {
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	padding:3px;
	text-align:left;
	border-bottom:1px solid #FFF;
}

.linktitle_right {
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	padding:3px;
	text-align:right;
	border-bottom:1px solid #FFF;
}

.linktext {
	font-size: 11px;
	color: #BBB;
	line-height: 170%;
	margin: 5px 0px 25px 2px;
}

.search {
	font-size: 10px;
	color: #333333;
	line-height: 170%;
	margin: -20px 0px 20px 0px;
}

.button {
	margin: 5px 0 0 0;
}

.copyright {
	font-size: 9px;
	color: #FFF;
	line-height: 170%;
	border-top: 1px solid #CCCCCC;
	margin: 30px 0px 0px 0px;
	padding-top: 5px;
}

.calendar {
	font-size: 9px;
	color: #FFF;
	margin: 5px 0px 10px 12px;
}

.calendar_month {
	margin-bottom: 10px;
	font-size: 9px;
	color: #FFF;
	padding-top: 2px;
}

.cell {
	width: 20px;
	height: 16px;
	padding: 0px;
	text-align:center;
	color: #FFF;
}

.cell a { color: #FFF; text-decoration: underline; font-weight:bold}
.cell a:link		{ color: #FFF; text-decoration: underline; font-weight:bold}
.cell a:visited	{ color: #FFF; text-decoration: underline; font-weight:bold}
.cell a:active		{ color: #FFF; text-decoration: none; font-weight:bold}
.cell a:hover		{ color: #FFF; text-decoration: none; font-weight:bold}

.jugem_bana{
	margin: 20px 1px 10px 0px;
}

.user_text_1 {
	line-height:140%
	margin: 10px 0px 20px 5px;
	padding:5px 5px 20px;
	color: #FFF;
}

.user_text_2 {
	line-height:140%
	margin: 10px 0px 20px 5px;
	padding:5px 5px 20px;
	color: #BBB;
}
