/* ヘッダー
=============================================== */
/*-----メイン写真-----*/
#header404,#header403,#header500{
	height: 300px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header404{
	background-image: url(../Error/img/ph_error404.jpg);
	background-repeat: no-repeat;
}
#header403{
	background-image: url(../Error/img/ph_error403.jpg);
	background-repeat: no-repeat;
}
#header500{
	background-image: url(../Error/img/ph_error500.jpg);
	background-repeat: no-repeat;
}


/*-----メイン写真の文字-----*/
#header404 p,#header403 p,#header500 p{
	color: #9D8680;
	padding-top: 200px;
	padding-left: 15px;
	line-height: 200%;
	font-size: 12px;
}
/* メインコンテンツボックス
=============================================== */
#box-index{
	width: 560px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align: left;
	font-size: 14px;
}
#box-index h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3em;
	line-height: 140%;
}
#box-index h3{
	font-size: 16px;
	margin-bottom: 1.5em;
	color: #AAAAAA;
	margin-top: 2em;
}
#box-index p{
	margin-bottom: 0.6em;
}#box-index ul,ol{
	margin-bottom: 3em;
}
#box-index li{
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 0.4em;
}

