@charset "utf-8";

/* CSS Infomation=========================

File name: reset.css

Description: ブラウザ初期設定リセットcss

Date: 2013.1.7

========================================== */

* {
	margin: 0;
	padding: 0;
	font-size: medium;
	color: #333;
	line-height: 1.8;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: medium;
}

img {
	border: none;
}

a:link,a:visited,a:active {
	color: #30F;
	text-deciration: underline;
}

a:hover {
	color: #CC0;
	text-decoration: none;
}

