@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------メインイメージ*/
#mimg_box {
	width: 100%;
	height: 160px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url(../web/prodocts/mimg_back.gif);
}
.mimg {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
	background-image: url(../web/home/container_back.gif);
	background-repeat: repeat-x;
}
#sec01 {
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
}
#contents01 {
	width: 1000px;
	height: 800px;
	text-align: left;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.c01_ttl {
	width: 1000px;
	height: 30px;
	padding-top: 10px;
	float: left;
	background-image: url(../web/prodocts/ttl_back.gif);
	font-size: 17px;
	line-height: 21px;
	color: #333;
	letter-spacing: 2px;
	text-indent: 30px;
}
.c01_txt {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-top: 20px;
	float: left;
}
ul.link {
	width: 1000px;
	list-style: inside square;
	text-align: left;
	margin-left: 0px;
	padding-top: 15px;
	padding-left: 0px;
}
ul.link li {
	padding: 3px 0 10px 0px;
	font-size: 14px;
	color: #333;
	line-height: 21px;
	border-bottom: 1px #CCC dotted;
	margin-bottom: 30px;
	text-align: left;
	letter-spacing: 2px;
}

ul.link li a {
	color: #333;
}