@charset 'UTF-8';

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(./images/bg.png);
	background-repeat: repeat-x;
	background-color: #FF9999;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: 0% 0%;
}



#header,
#second-flame,
#copyright,
.table_set1 {
	width: 800px;
}
#header {
	border-bottom: 1px solid white;
	margin-bottom: 30px;
}
#menu {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-right: 20px;
}
#first-flame {
	margin: 0px auto;
	width: 800px;
	height: 100%;
/*	text-align: center;*/
}
#second-flame,
#main-contents-flame {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: left;
}
#index-flame {
	text-align: left;
	width: 470px;
	margin-right: 12px;
	margin-left: 12px;
}
#index-flame h1,
#main-contents-flame h1 {
	font-size: 22px;
}
#index-flame h1,
#main-contents-flame h2 {
	background-image: url(./images/asterisk.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 25px;
}
#main-contents-flame h2 {
	font-size: 18px;
	border: 1px solid #990000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FF0000;
}


#main-contents-flame li {
	line-height: 200%;
}


#index-flame h1,
#main-contents-flame h1 {
	font-weight: bold;
	margin: 0px;
}
#index-flame h1 {
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
#main-contents-flame h1,
.table_set1 td {
	text-align: center;
}

#index-flame h5 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 30px;
}
#side-flame {
	width: 270px;
	float: right;
	margin-left: 12px;
	margin-right: 12px;

}
#side-flame h5 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
a:link,
a:visited,
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #330000;
}
a:hover {
	color: #FF0000;
	background-color: #660000;
}

p {
	line-height: 200%;
	padding-left: 12px;
	letter-spacing: 1px;
}
#main-contents-flame .dd {
	background-color: #660000;
	border: 1px solid #FF0000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 120%;
}
.point1 {
	color: #00CC00;
}
.point2 {
	color: #FFCC00;
}
.point3 {

	color: #66CCFF;
}
.point4 {


	color: #FF3300;
}
#copyright {
	background-color: #FFFFFF;
	color: #666666;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
	margin-top: 15px;
}
