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

*{
	font-size: 100%;
	background-color: transparent;
	margin:	 0;
	padding: 0;
}

html {
	height:100%;
}

body {
	height:100%;
	color: #666;
	line-height: 1.5;
	background-color: #FFF8F0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	margin: 1em 16px;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 80%;
}

a {
	text-decoration: none;
}

a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #666;
}

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

/* ---------------------------------------- 
   コーディング用 クラス
 ----------------------------------------- */

.clear {
	clear: both;
}