@charset "utf-8";
/* ===================================================================
CSS information

 file name  :renewal.css
 author	 :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */


#header .con_header h2 img {
	margin:261px auto 0 auto;
}



/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/


/* ページタイトル */
#contents #main .con_st {
	background: url(../images/bg_titleline.gif) left bottom no-repeat;
	margin:0 10px 10px 10px;
	padding:20px 0 0 0;
	width:650px;
	overflow:hidden;
}
#contents #main .con_st h3 {
	padding:0 0 14px 16px;
}
#contents #main p.mainimage {
	text-align:center;
	
}
#contents #main p.txt_main {
	padding:15px 15px 25px 20px;
}


/* tableエリア */
.contents_inner table {
	border:1px solid #ede2c2;
	border-collapse:collapse;
	margin:20px 0 0 21px;
	width:625px;
}
.contents_inner table th ,
.contents_inner table td {
	border:1px solid #ede2c2;
	border-collapse:collapse;
	padding:5px 7px;
	background:#f2f0e2;
}
.contents_inner table td {
	width:200px;
}
.contents_inner table th {
	color:#000000;
	padding:5px 7px;
	background:#ccc;
}
.contents_inner table th.st {
	padding:5px 7px;
	width:174px;
	background:#e3deb8;
}

.contents_inner span.error {
	font-size: 105%;
	padding: 0 0 0 20px;
	font-weight: bold;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

