@charset "utf-8";

/* タグ設定 */
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color:#414958;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
}
h1,h2,h3,h4,h5,h6,p,dl.dt,dd,ul,li {
	margin: 0px;
	padding: 0px;
}
ul,li {
	list-style-type: none;
}
/* 全ページ共通設定 */

/* ページレイアウト設定 */
#contents {
	width: 750px;
	max-width: 1260px;
	min-width: 690px;
	background-color: #FFF;
	margin: 0 auto;
	min-height: 100%;
	padding-bottom: 20px;
	position: relative;
}
#header {
	width: 750px;
	height: 100px;
	margin: 0px auto;
}

/* footer */
#fotter {
	background-color: #78A6CB;
	height: 20px;
	width: 100%;
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 0px;
}


/* 見出し設定 */
