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

body{
	margin:0;
	text-align:center;
	font-size:12px;
	color:#333;
	background-color:#FFF;
}

#wrap{
	width:999px;
	border:0 1px;
	border-color:#999;
	border-width:1px;	
	border-style:solid;
	margin:0 auto;
	background-color:#e0f3e5;
}

#head{
	999px;
	height:220px;
	background-image:url(../../common/doc_images/doc_header.jpg);
	background-repeat:no-repeat;
	position:relative;
	text-align:left;
}

#head h1{
	width:900px;
	height:20px;
	text-align:center;
	color:#fff;
	background-color:#063;
	padding:8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	bottom:10px;
	left:48px;
}

#contents{

}

#contents .article .pp{
	font-weight:bold;
}

#contents .article{
	width:900px;
	margin:30px auto;
	text-align:justify;
}

p.item{
	width:850px;
	padding:5px;
	background-color:#DDD;
	border:3px #666 double;
	margin-left:25px;
}

#contents #date{
	width:900px;
	text-align:right;
	margin:30px auto;
}

#footer{
	background-image:url(../../common/doc_images/doc_footer.jpg);
	width:999px;
	height:30px;
}

