@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      index.css
 Author:         yoko shinkawa
 Style Info:     トップページ用スタイル
----------------------------------------------------------- */

#contents table {
	width: 560px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	color: #333;
	line-height: 1.6;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #FFFFFF;
}

#contents th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #FFF;
	white-space: nowrap;
	background-color: #666666;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 1.2em;
}

#contents td {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

#submit {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.6em;
	font-size: 1.1em;
}

#submit img {
	margin-bottom: 1em;
}

#contents .list01 {
	background-image: url(../img/service/car.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.2em;
	padding-left: 44px;
	height: 34px;
	padding-top: 3px;
}

#contents .list02 {
	background-image: url(../img/service/smile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.2em;
	padding-left: 44px;
	height: 34px;
	padding-top: 3px;
	border-bottom: 1px dashed #333333; 
	margin-bottom: 2em;
}
