@charset "utf-8";
/*--------------------------------------------------
*(c)Hermes
*Compatiblity:
* full:IE6,7;Firefox 2.0;Safari 3.1; 
* not-usable:IE 5,5.5;Konqueror;Opera;
-------------------------------------------------- */

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
p,ul,li {
	margin: 0;
	padding: 0;
}
/*--------------------------------------------------
*link-リンク
-------------------------------------------------- */
a:link,a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover,a:active{
	color: #009933;
	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;
}

/*--------------------------------------------------
*table-テーブル
-------------------------------------------------- */
table,th,td {
	border: none;
}

/*--------------------------------------------------
*br-改行
-------------------------------------------------- */
br {
	letter-spacing: normal;
}
/*----------------------------------------*/
ul,li{
 list-style-type:none;
 }

