@charset "UTF-8";
/* CSS Document */

/*==========================================================

				各コンテンツBOX（階層ページ）

==========================================================*/
.img_comp{
	width:690px;
	overflow: hidden;
	float: left;
	background-image: url(../image/comp_img.png);
	height: 285px;
	background-repeat: no-repeat;
	background-position: left top;
}

.img_mail{
	width:690px;
	overflow: hidden;
	float: left;
	background-image: url(../image/mail_img.png);
	height: 285px;
	background-repeat: no-repeat;
	background-position: left top;
}

#tablelayout {
	width:690px;
	font-size: 12px;
}

#tablelayout table { 
	width: 640px;
	border-collapse: collapse;
}

.table_price{
	width:99%;
	border-top:#ccc 1px solid; /* #c1e3ed */
	border-left:#ccc 1px solid;
}


.table_price .thgray{
	padding: 5px 10px;
 	background-color:#f0f0f0;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	text-align:left;
	color: #666;
	text-align:center;
}


.table_price th{
	padding: 5px 10px;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	text-align:center;
	height:50px;
}

.table_price td{
	padding: 5px 10px;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	text-align:center;
	vertical-align:central;	
	height:50px;
}
.table_price th.centerline, .table_price td.centerline{
	text-align: center;
}
.table_price th.rightline, .table_price td.rightline{
	text-align: right;
}
.table_price .t_style_inline td {
  border:none;
  margin:0;
  padding:0 10px 0 0;
}

.table_price #tdblack{
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	height:25px;
}

#tablelayout th a:link,
#tablelayout th a:visited,
#tablelayout th a:active {
	color:#508ed3;
	text-decoration: underline;
}

#tablelayout a:hover {
	color:#508ed3;
	text-decoration: none;
}



.table_list{
	width:99%;
	border-top:#ccc 1px solid; /* #c1e3ed */
	border-left:#ccc 1px solid;
}


.table_list .thgray{
	background-color:#F6F6F6;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	text-align:left;
	vertical-align: central;
	color: #666;
	text-align:center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 150px;
}

.table_list th{
	background-color:#f0f0f0;
	padding: 5px 10px;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	vertical-align:center;
	text-align:center;
}

.table_list td{
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	vertical-align:center;
	text-align:center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.table_list th.centerline, .table_list td.centerline{
	text-align: left;
}
.table_list th.rightline, .table_list td.rightline{
	text-align: right;
}
.table_list .t_style_inline td {
  border:none;
  margin:0;
  padding:0 10px 0 0;
}
.index #wrapper #main #maincontents .select_Box .line {
	text-decoration: underline;
}
.index #wrapper #main #maincontents .select_Box .name {
	text-align: right;
	width: 380px;
}
