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

body {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #C75649;
}
#container {
	margin-bottom: 20px;
	width: 450px;
	line-height: 140%;
	margin-top: 50px;
	margin-left: 50px;
	text-align: center;
	padding: 2px;
	color: #FFE5DB;
}
#container a{
	text-decoration: underline;
	color: #FFDED1;
}
#container a:hover{
	text-decoration: underline;
	color: #560b0b;
}
#container #header {
	height: 30px;
	background-repeat: no-repeat;
	background-color: #C75649;
	width: 180px;
	color:  #ffd1bc;
	text-align: left;
	margin-bottom: 50px;
	float: left;
}
#container #header p{
	padding: 5px;
	margin: 0px;
	text-align: left;
}
#container #article {
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #C75649;
	text-align: left;
	color: #FFDED1;
	height: 500px;
	clear: both;
}
#container #localmenu {
	width: 250px;
	float: right;
	text-align: right;
	margin-top: 15px;
	margin-right: 20px;
}
#article table tr td h2 {
	background-image: url(../images/bg_h1.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	color: #FFE5DB;
	padding-left: 18px;
}

#container #footer {
	text-align: left;
	height: 100px;
	width: 100%;
	background-color: #C75649;
}
#container #footer p{
	color: #ffd1bc;
	padding-left: 10px;
	
}
#container #article p {
	line-height: 160%;
	font-size: 13px;
	color: #FFDED1;
	padding: 5px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#container #article ul{
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 10px;
}
#container #article li{
	
	padding-left: 10px;
	
	margin-left: 0px;
	
	color: #560b0b;
	
	line-height: 210%;
	
	border-bottom-color: #5d1e1b;
	
	border-bottom-style: none;
	
	list-style-position: outside;
	
	list-style-type: none;
	
}
h1 {
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #ffe5d6;
}
#article table tr td p {
	text-indent: 15px;
}

