@charset "UTF-8";

body  {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333333;
	background: #000000;
}

/* for WinIE6*/

* html body {
	font-family: Verdana, "MS P �S�V�b�N", sans-serif;
	letter-spacing: 0px;
	vertical-align: baseline;
}


h1,h2,h3,h4,h5,h6,div,span,p,a,form,ul,ol,li,dl,dt,dd,table,th,td,img {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}

a:link,a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover,a:active{
	color: #0066FF;
	text-decoration: underline;
}
	
.clearfix:after {
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	min-height: 1%;
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}

#wrapper {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #FFFFFF;
}
#header {
	width: 620px;
	height: 80px;
	padding-top: 14px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #000000;
}
#header h1 {
	margin-bottom: 5px;
}
#head_left {
	float: left;
	width: 240px;
}
#head_comment  {
	display: block;
	float: right;
	width: 380px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 46px;
}
#contents {
	clear: both;
}
.dan2 li {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	list-style: none;
}
#sidebar {
	float: right;
	width: 160px;
	display: block;
	padding: 15px;
}
#sidebar h3 {
	display: block;
}
#sidebar li {
	list-style: url(none) none inside;
	font-size: 13px;
	margin-left: 4px;
	margin-bottom: 7px;
}
#sidebar li a {
	background: url(../images/allow2.gif) no-repeat left 5px;
	display: block;
	padding-left: 12px;
	line-height: 1.2em;
}
#sidebar li a:hover {
	background: url(../images/allow2_on.gif) no-repeat left 5px;
}
#sidebar li a:link,#sidebar li a:visited {
	text-decoration: underline;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb15 {
	margin-bottom: 15px;
}
#main {
	float: left;
	width: 415px;
	border-right: 1px solid #000000;
	padding: 20px;
}
#main .blogset {
	margin-bottom: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}
#main .blogset p {
	line-height: 1.6em;
	margin-bottom: 20px;
	margin-left: 15px;
}
#main .blogset p img {
}
#main   .blogset   .gotop  {
	text-align: right;
	display: block;
	font-size: 12px;
	background: url(../images/allow.gif) no-repeat right center;
	padding-right: 13px;
}
#main   .blogset   .gotop:hover  {
	background: url(../images/allow_on.gif) no-repeat right center;
}
#main     .blogset   a:hover   img{
	opacity:0.7;
	filter: alpha(opacity=70);
}
.blogset h3 {
	margin-bottom: 25px;
	border-bottom: 1px dotted #000000;
	padding-bottom: 3px;
	font-size: 20px;
	font-weight: bold;
}
.blogset .date {
	margin-bottom: 5px;
}
#footer  {
	clear: both;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	margin-top: 20px;
	text-align: center;
}

