@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}body {
	background-color: #333;
	background-image: url(../img/03_main_body.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1270px;
}
#header {
	height: 96px;
}
#header_2 {
	height: 214px;
}

#main {
	background-image: url(../img/03_main.jpg);
	padding-left: 140px;
	padding-top: 60px;
}
#navi {
	height: 33px;
}
#side {
	float: left;
	height: 500px;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 140%;
	letter-spacing: 1px;
	color: #00F;
	font-family: "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
h4 {
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
h5 {
	font-weight: normal;
	font-size: 14px;
	line-height: 140%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
h6 {
	font-weight: normal;
	font-size: 14px;
	font-family: "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #00F;
	line-height: 125%;
	letter-spacing: 1px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 220px;
}
