@charset "UTF-8";
/* CSS Document */

a,
a:link {
	color:#993366;
	text-decoration:none;
}
a:hover,
a:active {
	color:#993366;
	text-decoration:underline;
}
a:visited {
	color:#333366;
}

#wrapper {
	width:900px;
	margin:0px auto;
	text-align:left;
	background:url(../img/header_leaves.jpg) no-repeat;
}

/* header */
#logo p a {
	display:block;
	width:170px;
	height:45px;
}
#logo p {
	width:170px;
	height:45px;
	background:url(../img/logo.gif) no-repeat;
	text-indent:-9999px;
	margin-top:15px;
}

/* navi */
/* ie6 */
*html #navi {
	clear:both;
	width:900px;
	height:35px;
	background:url(../img/bg_navi.gif) repeat;
	margin:20px 0px;
}
/* ie7 */
*:first-child+html #navi {
	clear:both;
	width:900px;
	height:35px;
	background:url(../img/bg_navi.gif) repeat;
	margin:20px 0px;
}

/* contents */
#contents_half {
	width:610px;
	float:right;
	margin-bottom:10px;
}
#contents_all {
	width:900px;
	background:url(../img/bg_contents_middle.gif) repeat-y;
	margin-bottom:20px;
}
#contents_footer{
	clear:both;
	padding-top:20px;
}
*html #contents_footer{
	clear:both;
	padding-top:0px;
}
*:first-child+html #contents_footer{
	clear:both;
	padding-top:0px;
}

.contents_side {
	background:url(../img/bg_side_middle.gif) repeat-y;
	margin-bottom:10px;
}
.contents_side_contents {
	width:590px;
	margin:0px auto;
}
.note {
	background:url(../img/bg_note.gif) repeat-y;
	margin-top:20px;
	padding:2px 0px;
}
.note p {
	color:#492400;
	line-height:2.3em;
}
.date {
	color:#FF3333;
	padding:2px 0px;
	line-height:1.5em;
}

/* comment */
#comment {
	clear:both;
	width:800px;
	margin:20px auto;
}
#comment_contents {
	padding:15px 0px;
}
#comment_form {
	width:500px;
	color:#666666;
	margin-top:10px;
}
#comment_form strong {
	color:#993366;
	font-size:12px;
	font-weight:bold;
	line-height:2em;
}
#comment_form input,
#comment_form textarea {
	width:500px;
	border:#CCCCCC 1px solid;
	padding:5px;
	margin:5px 0px;
}

.comment_set {
	padding:10px 0px;
	border-bottom:#CCCCCC 1px solid;
}
.txt_comment {
	color:#666666;
	line-height:1.5em;
}
.comment_name {
	text-align:right;
	color:#993366;
	margin-top:10px;
}
.error {
	color:#CC0000;
	margin:5px 0px;
}

/* backnumber */
#bn_tit {
	width:800px;
	margin:10px auto;
}
.bn {
	clear:both;
	font-size:10px;
	width:800px;
	margin:0px auto 20px auto;
	line-height:1.5em;
}
.bn img {
	margin-bottom:10px;
}
.bn_set {
	width:260px;
	float:left;
	margin:0px 10px 20px 0px;
}
.bn_set_end {
	width:260px;
	float:right;
	margin-bottom:20px;
}
.bn2 {
	clear:both;
	font-size:10px;
	width:800px;
	margin:0px auto;
	line-height:1.5em;
}
.bn2 img {
	margin-bottom:10px;
}
.bn_set2 {
	width:260px;
	float:left;
	margin:0px 10px 0px 0px;
}
.bn_set_end2 {
	width:260px;
	float:right;
}
.bn_txt_first {
	width:390px;
	float:left;
	margin-bottom:20px;
}
.bn_txt_second {
	width:390px;
	float:right;
	margin-bottom:20px;
}
.bn_txt_first ul li,
.bn_txt_second ul li {
	color:#993366;
	list-style-type:disc;
	list-style-position:inside;
}

/* pankuzu */
#pankuzu {
	margin-bottom:10px;
}

/* back */
#back {
	clear:both;
	width:900px;
	margin:0px auto;
}
#back_first {
	width:400px;
	float:left;
	margin-bottom:20px;
}
#back_second {
	width:400px;
	float:right;
	text-align:right;
	margin-bottom:20px;
}
