/*
	The body definitions define how the page should globally look
*/
html {
	height: 100%; /* for Mozilla */
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px;
	margin: 30px;
}
h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #3366FF;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0em;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	color: #666666;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0.1em;
}

#header {
	margin: 0;
	padding: 0;
	width: 720px;
	height:130px;
}

#search {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

