@charset "utf-8";
/* ===================================================================
CSS information

 file name       : style.css
 created         : 2009‒12‒13
 last Modified   : 
 editor(s)       : name
 last Editor     : 
 style info      : 各ページのコンテンツエリア関係 他
=================================================================== */

/* subpage
----------------------------------------------------------- */
#contents h1 {
}
#contents h2 {
}
#contents h3 {
	color: #0093e5;
	font-weight: bold;
}

table{
	font-size: 12px;
}

td{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.font01{
	color: #264153;
	font-weight: bold;
}

/* SERVICE1
----------------------------------------------------------- */
body {
	background-image: url(images/body_loop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #e8edf0;
}
#wrapper {
	background-image: url(../images/index/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.main{
	width:960px;
	height: auto;
}


.list{
	width:680px;
	height: auto;
	margin-bottom: 30px;
}
.list ul {
	width:220px;
	height: auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.list ul:nth-child(3n) {
	width:220px;
	height: auto;
	float:left;
	margin-right:0px;
	margin-bottom:10px;
}
