@charset "utf-8";
@import url(style.css);
/* Basic */
html,body,ul,li,h1,h2,h3,h4,h5,h6,blockquote,object,img,em,form,input,textarea,label{
	margin: 0px;
	padding: 0px;
}
body{
	font-size: 110%;
	color:#272727;
	line-height:1.5em;
	background-color: #f7f7f7;
	text-align:left;
}
p, ul,li{text-align: justify;text-justify:inter-ideograph;}
a{text-decoration: none;}
a:active {text-decoration: none; }

h2{
	background:url(../images/icon.jpg) top left no-repeat;
	padding-left:14px;
	font-size:100%;
	font-weight:bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
h3{
	font-size: 100%;
	color: #E5007F;
	margin:10px 0;
}
img{border:none;}
.ImgCenter{ color:#999999; font-size:90%;}

#wrapper{
	width:320px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	border:1px solid #FFCCCC;
}
.content{ padding:10px;}
.page{ text-align:right;}
.page a{ padding-left:5px;}
/* Main Content */
.space{	clear: both;}


/* Footer */
#footer{
	font-size:80%;
	clear: both;
	text-align:center;
	padding:10px 0;
	color:#999;
	border-top-width: 1px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ebebeb;
	border-bottom-color: #E5007F;
}
