@charset "utf-8";

/*--style 初期化--*/

*{

	margin: 0;

	padding: 0;

}



html{

	height:100%;

	margin-bottom:1px;

}

	

body{

	margin: 0 auto;

	color: #333;

	font-size: 75%;

}



img{

	border: none;

	vertical-align: bottom;

}



ul{

	margin:0 0 0 1em;

	padding:0;

	line-height:1.7em;

}



ol{

	margin:0 0 0 1em;

	padding:0;

	line-height:1.7em;

}



h1, h2, h3, h4, h5, h6, p, ul, li, th, td, address{

	font-size: 100%;

	font-weight: normal;

	font-style: normal;

}



textarea{

	font-size: 100%;

}



hr{

	border-top: 1px #ccc solid;

	border-left: none;

	border-right: none;

	border-bottom: none;

	color: #fff;

	background-color: #ffffff;

	margin: 10px 0;

}



/*IE7*/

*:first-child+html hr{

	margin:5px 0;

}



/*IE6*/

* html hr{

	margin:0;

}





/*

a:active,a:visited,a:link{

	color: #666;

}

*/

a:hover{

	color: #f90;

	text-decoration: none;

}



a.blue:active,a.blue:visited,a.blue:link{

	color: #3f;

}


