@charset "UTF-8";
/* CSS Document */

/*----------------wrapper----------------*/

/*----------------main----------------*/

#main_wrapper {
	width:auto;
	margin:auto;
	background:url(../../common/img/main_nobashi02.jpg) repeat-x;
}

#main {
	width:960px;
	margin:auto;
}

/*----------------contents----------------*/

#contents {
	width:660px;
	clear:both;
	overflow:hidden;
}

.contents_title {
	width:660px;
	padding:30px 0 0 0;
}

/*----------------table----------------*/

table {
	width:660px;
	clear:both;
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    border-spacing:0;
    empty-cells:show;
	overflow:hidden;
	float:left;
}

/* IE 6 */
* html table {
	border-collapse:collapse;
	width:660px;
}

* html table th {
	width:130px;
}

/* IE 7 */
*:first-child+html table {
	border-collapse:collapse;
}

*:first-child+html table th {
	width:130px;
}

table tr {
	width:660px;
}

table th {
	width:110px;
	color:#452130;
	font-weight:normal;
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    background-color:#FFF5D9;
    padding:0.5em 1em 0.2em 1em;
    text-align:center;
	line-height:3em;
}

table td {
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding:0.5em 1em 0.2em 1em;
}

table td p img {
	width:75px;
	padding:0;
}