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


/*-- 共通設定 --*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	font-size: 100%;
	font-style: normal;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
}
img{
	border: none;
}


/*-- wrapper --*/

body{
	font-size: small;
	text-align: center;
}

#wrapper{
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

/*-- navi --*/

#navi{
	width: 1024px;
	text-align: left;
	margin-top: 30px;
	margin-left: 60px;
	margin-bottom: 30px;
}

/*-- main_aria --*/

img{
	margin-bottom: 20px;
}

#main_area{
	margin-top: 10px;
	margin-bottom: 20px;
}

#main_area p{
	font-size: 16px;
}
	
/*-- footer --*/

#footer{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 80px;
}
#footer p{
	font-size: 16px;
	color: #F00;
}

ul li a{
	font-size: 8px;
	color: #999;
}