@charset "utf-8";
.a_CON {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C00;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C00;
	color: #C00;
}

.a_TD1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.a_TD2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

/* CSS Document */

.back {
 position: fixed;
 bottom: 10px;
 right: 10px;

 padding:2pt;
 filter:alpha(opacity=85);
 -moz-opacity:0.85;
 -khtml-opacity: 0.85;
 opacity:0.85;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Meiryo UI", "メイリオ", sans-serif;
	background-color: #FFF;
}

.HEAD_TOP {
	background-image: url(img/bcg.jpg);
}


.CENTER_IN {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.TOP_CENTER_IN {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 60%;
}

.BOX_INFO {
	border: 1px solid #900;
	padding: 30px;
	width: 80%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.FOOT_END {
	color: #FFF;
	background-color: #000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
