@charset "utf-8";

/********************	メイン ********************/

.headline{
	margin: 0px 0px 10px 0px;
}

.line{
	margin: 20px 0px 10px 0px;
}

.to_sample a{
	text-indent: -9999px;
	width:17px;
	height: 17px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	background-image: url(../img/common/btn_sample.gif);
	background-repeat: no-repeat;
	outline: none;
}

.to_sample a:hover{
	width:17px; /**縦幅を指定しないとIE6でバグります。**/
	height: 17px;
	background-image: url(../img/common/btn_sample_over.gif);
	background-repeat: no-repeat;
}

/********************	サブ ********************/

#sub .banner{
	margin:0px 0px 20px 0px;
}

#sub img{
	margin:0px;
	padding:0px;
	border:0;
}

/********************　要素　********************/

hr{
	visibility:hidden;
	clear:both;
	height:0;
	width:0;
	border:none;
}

/********************　テーブル定義　********************/

table {
	font-size:12px;
	border-collapse:collapse;
	margin:0px;
	color: #966400;
	line-height: 2em;
}

/********************　リスト　********************/

ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

li{
	list-style:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 28px;
	float: left;
	display: inline;
}
