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

* {
	margin:0;
	padding:0;
}

body {
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6,address,strong {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	white-space:normal;
	font-size: 100%;
	color:#ffffff;
}

img,ul,li {
	margin:0px;
	padding:0px;
	border:0px;
	font-style: normal;
	font-weight: normal;
	white-space:normal;
	font-size: 100%;
	display:block;
	list-style-type: none;
}

hr {
	height: 1px;
	border: none;
	clear:both;
	margin:5px 0 3px 0;
	background-image: url(../images/common/dot_x.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	background-color: #000000;
}

table{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}
dl,dt,dd,tr,td{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	white-space:normal;
}

a {
	color: #ffffff;
	text-decoration:none;
}


a:link {
	color: #ffffff;
	text-decoration:none;
}

a:visited{
	color: #ffffff;
	text-decoration:none;
}

a:hover{
	color: #ffffff;
	text-decoration:underline;
}

