@charset "utf-8";

/**
 * トップページ用Style Sheet
 * 
 * @category css
 * @author   Takeshi
 * @version  2010/04/17 Takeshi 新規作成
 */

#err_box {
	margin: 20px auto 50px;
	text-align: center;
	width: 500px;
	border: 0;
}

#err_box h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	text-align: left;
}

#err_box p {
	padding: 3px;
	margin: 5px 0;
	text-align: left;
}

#err_box p span {
	background: #999;
	color: #eee;
	padding: 3px 10px;
	font-weight: bold;
}

#err_box ul {
	list-style-type: disc;
	font-size: 86%;
	text-align: left;
	margin: 0;
	padding: 0 0 0 20px;
}

#err_box ul li {
	list-style-type: disc;
}

#slogan {
	margin: 10px auto;
	text-align: center;
}

#intro {
	width: 500px;
	margin: 10px auto;
}
#intro p {
	font-size: 90%;
	text-align: left;
}

#blog {
	margin: 10px auto;
	text-align: center;
}
#blog p {
	text-align: center;
	font-size: 90%;
}
#blog img {
	margin: 0 auto;
	text-align: center;
	border: none;
}
