*{
	margin:0;
	padding:0;
	color:#333;
	font-size:14px;
	line-height:20x;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	text-decoration:none;
	list-style:none;
}
body{
	background-color:#CCC;
}

#wrap{
	width:800px;
	margin:10px auto 0 auto;
	padding:8px;
	border:solid 1px #999;
	background-color:#FFF;
}

header{
	width:800px;
}
header h1{
	color:#164EB0;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:8px;
}
header h2{
	background-color:#164EB0;
	color:#FFF;
	line-height:24px;
	padding-left:5px;
}
#mainImg{
	line-height:0;
}
nav{
	width:800px;
	text-align:center;
	background-color:#164EB0;
}
nav p,nav a{
	color:#FFF;
	padding:3px 5px;
	line-height:20px;
	font-size:12px;
}
nav a:hover{
	color:#FF0;
}
article h2,section h2{
	margin:10px 0;
	color:#164EB0;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	width:800px;
	border-bottom:solid 1px #164EB0;
}
article p,section a,section p,section a{
	margin-bottom:1em;
}
.title{
	color:#164EB0;
	font-size:16px;
	line-height:24px;
}
section a:hover{
	color:#164EB0;
	text-decoration:underline;
}
footer{
	width:800px;
	text-align:center;
	margin:5px auto;
}
footer p small,footer a{
	font-size:12px;
	color:#164EB0;
}
footer p small{
	font-size:13px;
}