@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.2;
	font-family: sans-serif;
	background-color: #444444;
	color: #FFFFFF;
}


/* link style
--------------------------*/

a img {
	border-style: none;
}
#main {
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	height: 55px;
	width: 165px;
	margin: 15px auto 40px;
}
p {
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
}
#txt {
	margin-bottom: 25px;
	padding-top: 10px;
}

#link a {
	color: #FF0000;
}




/*aaa*/

a{color:#FF0000; font-size:10px}
h1{padding:15px 0 40px; margin:0 auto; display:block; width:165px; height:55px; overflow:hidden}


