@charset "utf-8";
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #d5f6fe;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-size: 12px;
	line-height: 170%;
}

a{
	text-decoration:underline;
	}
a:hover{
	text-decoration:none;
	}
img{
	border:0;}
td,th{
	text-align:left;
	}
.attention{
	color:#F00;
	font-weight:700;
	}
	
h3{
	font-size:150%;
	color:#00af9d;
	padding:0;
	margin:0;
	}
#container {
	width: 1000px; 
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	overflow: hidden;	
}

#works{
	background:url(images/works.jpg) no-repeat;
	height:391px ;
	width:960px;
	}
#works .txt{
	padding:106px 0 0 203px ;
	}
#works2 {
	width: 960px;
	background: url(images/works_bottom.jpg) left bottom no-repeat #d5f6fe;
	font-size: 11px;
	overflow: hidden;
}	

#footer{
	text-align:center;
	font-size:12px;
	margin:15px 0;
}

.works_img {
	float: left;
	width: 169px;
	padding-left: 60px;
}

.results {
	width: 700px;
	float: right;
}

.results table td {
	padding: 10px;
	line-height: 180%;
}

.r_txt {
	font-size: 13px;
}
	
/*contacts*/
table.formth  {
    margin: 0 auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse:separate;
    text-align: left;
	margin-top: 20px;

}

table.formth th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-left:  1px solid #ccc;
	border-bottom:  1px solid #ccc;
    background-color: #f6f6f6;
    font-weight: normal;
}
.formth th{
    background-color: #ffdcf6;
}
table.formth td {
    padding: 8px;
 	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}
.box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}
.box240 {
    width: 240px;
    padding: 2px;
    border: 1px solid #ccc;
}
.box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

.box380 {
    width: 200px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

.area380 {
    width: 380px;
    height: 250px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

#main_txt {
	width: 420px;
	float: left;
}

#main_img {
	width: 175px;
	float: right;
}

#main {
	width: 620px;
	float: left;
}

#side {
	float: right;
	width: 315px;
}

.categoly {
	clear: both;
	width: 631px;
	float: left;
	/padding-top: 20px;
}

#business {
	float: left;
	width: 308px;
	margin-right: 15px;
}

#school {
	width: 308px;
	float: left;
}

#website {
	clear: both;
	padding-top: 3px;
}

#other {
	float: right;
	width: 316px;
	/padding-top: 20px;
}

.btn {
	clear: both;
	text-align: center;
}

.btn a:hover img {
	opacity: 0.8;
}


