@charset "shift_jis";

/* 基本設定
------------------------------ */

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}

ol,ul{
	list-style-image: none;
	list-style-type: none;
	padding:0;
	margin: 0;
	text-indent:0px;
}

hr {
	display: none;
}

a img {
	border: none;
	margin: 0px;
	padding: 0px;
}

strong,em {
	font-style: normal;
}

table,th,td {
	color:#333333;
	font-weight: normal;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF6600;
  　text-decoration : none;
}

.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}
