/* 基本設定 */
body{
	background-color:#FFFFFF;
	color:#666666;
	font-size:12px;
	line-height:18px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a:link {
	color: #ff9933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C46200;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}

p{
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
}

img {border: 0px;
}

.aline {
	vertical-align: middle;
}
/* スペース関連 */

.pd_top_10px {
	padding-top: 10px;
}

.pd_bottom_10px {
	padding-bottom: 10px;
}

.pd_bottom_15px {
	padding-bottom: 15px;
}

.pd_bottom_20px {
	padding-bottom: 20px;
}

.pd_left_10px {
	padding-left: 10px;
}

.pd_right_10px {
	padding-right: 10px;
}

.pd_left_20px {
	padding-left: 20px;
}

.table_main {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.index_table {
	margin-left: 20px;
	margin-bottom: 30px;
}

.mg_top_10px {
	margin-top: 14px;
}

.mg_right_15px {
	margin-right: 15px;
}

.mg_right_10px {
	margin-right: 10px;
}

.mg_bottom_5px {
	margin-bottom: 5px;
}

.mg_bottom_10px {
	margin-bottom: 10px;
}

.mg_bottom_15px {
	margin-bottom: 15px;
}

.mg_bottom_20px {
	margin-bottom: 20px;
}

.mg_bottom_22px {
	margin-bottom: 24px;
}

.mg_bottom_25px {
	margin-bottom: 25px;
}

/* リンクエリア */

.link_img {
	margin-top: 10px;
}
.link_bg {
	background-image: url(../images/link_bg.gif);
	background-repeat: repeat-y;
}

/* copyright */
.footer {
	margin-top: 1px;
}

.copy{
	font-size:12px;
	text-align:right;
	padding-right:10px;
	height: 16px;
	color: #FFFFFF;
	background-color: #ffafa1;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*色*/

.r {
	color: #ff5c7c;
	font-weight: bold;
}

.y {
	color: #ffb400;
}

.green {
	color: #009933;
}

.gray {
	background-color: #E6E6E6;
}

.border_y {
	border: 1px solid #ffb400;
}

.info_bg {
	background-image: url(../images/info_img08.gif);
	background-repeat: no-repeat;
	height: 82px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/*表*/

.p {
	background-color: #fddcea;
}

.o {
	background-color: #fef2c6;
}
.exTxt {
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
}
.white {

	color: #FFFFFF;
}
