@charset "shift_jis";

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}
/*----------------------------------------*/
/*リンクの設定*/
a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover, a:active{
	color: #CC3366;
	text-decoration: underline;
}


/*firefox リンク線*/
:focus {
	-moz-outline-style: none;
}

/*Mac*/
a {
	outline: none;
}
/*----------------------------------------*/
/*imgの設定*/
img {
	border: none;
}

/*----------------------------------------*/
/*formの設定*/
form, input, textarea {
	margin: 0;
	padding: 0;
}

/*----------------------------------------*/
/*tebleボーダーの非表示*/
table, th, td {
	border: none;
}

/*----------------------------------------*/
/*IEで起こるBRのバグ回避*/
br {
	letter-spacing: normal;
}
/*----------------------------------------*/
ul, li{
 list-style-type:none;
 }
