@charset "utf-8";
/* CSS Document */

/*==================reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
/*==================common==================*/
html {
	overflow-y:scroll;
	}
body {
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	background: #ffffff;
	line-height: 1.4;
	font-size: 10px;
	text-align: center;
	}
/*==END==*/
*html body {
	font-size: 78%;
}

.clear {
	clear: both;
	line-height: 0;
	}
	

/*===== container =====*/
#container{
	width:900px;
	margin: 0 auto;
}

/*===== heder =====*/
#tophead{
	width:800px;
	height:40px;
	padding:40px 50px 10px 50px;
}

#tophead h1{
	width:244px;
	float:left;
	}

#tophead p{
	float:right;
	margin-top:20px;
}

#tophead p a{
	color:#000000;
	font-size:95%;
	text-decoration:none;	
}

#tophead p a:hover {
	color: #FF9900;
	}

/*===== content =====*/
#content{
	width:900px;
}


