@charset "Shift_JIS";

/***************■全体構造*********************/
/*背景色の指定*/
body{
	background-image: url(../image/back.gif);
	background-color: #ffffff;
	text-align: center;
}

/*　タイトル*/
#decoTitle{
	padding: 0px;
	border: none;
}

/*　ヘッダー部　囲み*/
#box_info{
	width: 500px;
	font-size: 12pt;
	padding: 10px 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*　フッター部　囲み*/
#box_footer{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/*テーブル*/
table {
	width: 630px;
	border-collapse: separate;
	border-spacing: 8px;
	line-height: 130%;
	margin-left: auto;
	margin-right: auto;
}

/*TR*/
tr {
}

tr.mida {
	background-color: #66CCFF;
	vertical-align: middle;
	height: 40px;
}

/*TD*/
td {
}

td.main {
	width: 200px;
	height: 160px;
	vertical-align: top;
	text-align: left;
}

td.main_yy {
	width: 200px;
	height: 160px;
	vertical-align: top;
	text-align: left;
	background-image: url(image/back_img.png);
}

td.main_ok {
	width: 200px;
	height: 160px;
	vertical-align: top;
	text-align: left;
	background-image: url(image/back_ok.png);
}

td.main_ng {
	width: 200px;
	height: 160px;
	vertical-align: top;
	text-align: left;
	background-image: url(image/back_ng.png);
}

/*文字装飾*/
.text_w {
	color:  #ffffff;
	font-weight: bold;
	font-size: 14pt;
}

.text_g {
	color:  #333333;
	font-size: 10pt;
}


/*画像*/
.decoImg{
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	border: none;
}

/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#0000ff
}
a:visited{
	text-decoration:none;
	color:#0000ff
}
a:hover{
	text-decoration:none;
	color:#ff6600
}
a:active{
	text-decoration:none;
	color:#ccccff
}
