/*#ffd700 #ffe98d*/


/*全体ボックス*/
#container {
	width: 850px;
	margin: 40px auto 20px;
}


#contents {
	width: 700px;
	margin: auto;
	text-align: center;
}

#contents h1 {
	font-size: 16px;
	border: 1px solid #222222;
	color: red;
	padding: 20px 0 15px;
	margin-bottom: 30px;
}
#contents h2 {
	font-size: 16px;
	color: red;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#contents p {
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 10px;
}







#container a:link,#container a:visited {
	text-decoration: underline;
	color: blue;
	}
#container a:hover {
	text-decoration: none;
	color: blue;
}
#container a:active {
	text-decoration: underline;
	color: blue;
}

.red {
	color: #F00;
}
