@charset "utf-8";
/* CSS Document */
/* 共通部分 */
.layoutcompany {
	padding:0;
	margin:0;
	background-image:url(../images/design/bgdesign.jpg);
	background-repeat:repeat-x;
}
.headerlayout {
	margin:0 auto;
	background-image:url(../images/design/headerdesign.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:300px;
}
.headtopmenu {
	width:600px;
	float:right;
	height:80px;
	padding:10px 0 0 0;
}
.mainleft {
	width:190px;
	padding:10px 0 0 0;
	float:left;
	height:180px;
}
.footterright {
	background-image:url(../images/design/linedesign.jpg);
	background-repeat:repeat-x;
	height:50px;
	margin:0 0 0 190px;
	padding:0;
}
/* 共通部分ここまで*/

/*説明文*/
.titlecommon {
	padding:0 30px;
	font-size:14px;
	color:#004186;
	font-weight:bold;
}

.clear {
	clear:both;
}
.pic {
	margin:0 auto 30px auto;
	width:560px;
	border:1px #CCC solid;
}
