body{
	padding:10px;
	margin:0;
	background:#fff url(img/title.gif) no-repeat fixed top right;
	color:#000;
}
a{
	color:#990000;
	text-decoration:none;
}
a:visited{
	color:#005500;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
/**********************************************************/
.center{
}
.menu{
}
.box{
	margin-left:50px;
	margin-top:30px;
	float:left;
}
.box .main_box{
	width:700px;
	float:left;
	margin:7px;
	text-align:left;
}
.box .date{
	float:left;
	width:100px;
	padding:5px;
}
.box .time{
	border-bottom:1px solid #000;
	float:left;
	width:50px;
	padding:5px;
}
.box .title{
	border-bottom:1px solid #000;
	padding:5px;
	width:400px;
	float:left;
	font-size:medium;
	font-weight:bold;
	text-align:center;
}
.box .page{
	padding:5px;
	float:left;
	text-align:right;
	width:50px;
}
.box .sub_box{
	margin-top:7px;
	width:700px;
	float:left;
	text-align:right;
}
.box .image{
	float:right;
	width:120px;
	margin-left:auto;
}
.box .comment{
	float:right;
	width:300px;
	margin-left:auto;
	text-align:left;
	line-height:150%;
	font-size:small;
	color:#555;
}
.sm{
	border:1px solid #000;
}
.clear{
	clear:left;
}

/**********************************************************/
.p_header{
	padding:10px;
	margin-bottom:30px;
}
.p_fotter{
	padding:10px;
	margin-top:30px;
}
/**********************************************************/
h1{
	text-align:center;
	color:#000;
}
.link,.copyright{
	color:#999999;
	padding:5px;
}
.link{
	margin-bottom:30px;
	border-bottom:1px dotted #000;
}
.copyright{
	margin-top:30px;
	border-top:1px dotted #000;
	text-align:right;
}
