* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
}
/* link style
------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	top: +1px;
	left: +1px;
}
/* basic layout
------------------------*/
.main{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.contents{
	margin: 15px;
}
.title{
	font-size: 1em;
	font-weight: bold;
	height: 1.5em;
	color: #FF6600;
	line-height: 1.5em;
	padding-left: 1em;
	background-color: #DADADA;
}
.txt{
	line-height: 1.4em;
	color: #333333;
	font-size: 0.7em;
	padding-top: 10px;	
}
.txt span{
	color: #000000;
	font-size: 1.2em;
}
.gazo{
	text-align: center;
	padding-top: 10px;
}
.gazo img{
	border: 0
	px solid #CCCCCC;
}
/* footer
------------------------*/
.footer{
	width: 556px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.copyrite{
	color: #333333;
	font-size: 0.7em;
	padding-top: 10px;	
}
.linktitle{
	color: #333333;
	font-size: 0.6em;
	padding-top: 5px;	
	padding-bottom: 15px;	
}