html{
	background	: #fff;
	}
	
body{
	text-align	: center;
	margin		: 0 auto;
	font-size	: 11px;
	color		: #201F25;
	letter-spacing	: 0.1em;
	}

/* link
================================================== */

a:link {   
	color		: #000099;
	}  
	
a:visited {  
	color		: #000099;
	}
	
a:hover {  
	color		: #000099;
	text-decoration	: none;
	}
	
a:active {  
	color		: #000099;
	}  	

/* 1.main
================================================== */
#main{
	width		: 900px;
	margin		: 15px auto;
	text-align	: left;
	}

/* 2.contents
================================================== */
#contents{
	width		: 880px;
	height		: 1075px;
	margin		: 0 75px;
	}

.topimg{
	clear		: both;
	}

h1 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #ff0099;
}


h2 {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #0000ff;
	margin-bottom:3px;
}

h3 {
	text-align: left;
	margin-left : 5px;
	margin-top:5px;
	margin-bottom:0px;
	font-size: 13px;
	font-weight: bold;
	color: #0000ff;
}
h3 a:hover {  
	color		: #0000ff;
	text-decoration	: none;
	}
h3 a:link {   
	color		: #0000ff;
	} 

h4 {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	margin-bottom:0px;
}

h5 {
	text-align: center;
	font-size: 13px;
	font-weight : normal;
	color: #000099;
	margin-bottom:0px;
}

h6 {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-bottom:0px;
}
