@charset "UTF-8";

/*ベース設定::::::::::::::::::::::::::*/
body{
	background-color:#BCD5E9;
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
	font-size:12px;
}
img{border:0;}
#text{font-family:"ヒラギノ明朝 Pro W6", Osaka, "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, "verdana", arial, sans-serif; }
textarea{width:95%;font-size:12px;}

/*リンクベース*/
a{color:#0000DB;text-decoration:underline;}
a:hover{color:#0000FF;text-decoration:underline;}
/*+++++++++++ レイアウト +++++++++++++++++++++++++++++++*/
/*コンテナ（外側）*/
#container{
	margin: 0 auto;
	padding:0;
	width:600px;
	background-color:#ffffff;
}

/* +++++++++++↓メイン↓+++++++++++ */

/*囲い*/
div#center,
div#center_cat,
div#center_ent{
	margin:0;
	padding:10px;
	float:right;
	width:580px;
	background-color:#fff;
	line-height: 140%;
}
.t_cat{
	color:#336699;
	background:url("../images/t_cat.jpg") repeat;
	text-align:left;
	border-bottom:1px solid #cccccc;
	padding:12px 0 4px 12px;
}
 
.NG {
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}


.table1{
	font-size: 12px;
	line-height: 130%;
	padding: 5px;
	width: 100%;
	margin: 0px;
}
.table1 td{
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
.table1 th{
	font-weight: bold;
	color: #FFFFFF;
	background: #0066CC;
	padding: 10px;
	font-size: 14px;
}

.text_center{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* +++++++++++↑メイン↑+++++++++++ */

/*コピーライト*/
.copyright{
	padding:10px 0;
	margin:0;
	text-align:right;
}
/*チェッカー*/
div.checker{
	float:right;
	width:200px;
	display:block;
	font-size:10px;
}
div#checker img{
	text-align:right;
}

/*HRC*/
.hrc{width:750px;color:#999999; text-align:right;margin:0 auto;}
.hrc a{color:#666666;text-decoration:none;}
.hrc a:hover{color:#C9B9AA;}


