@charset "UTF-8";
/* CSS Document */

body, div,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd,
table, th, td {
	margin: 0px;
	padding: 0px;
}


body {
	background: #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #333;
	text-align: center;
}


#wrapper {
	text-align: left;
	width: 754px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#header {
	height: 87px;
	width: 754px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 21px;
	vertical-align: middle;
}

#header a:link {
	color: #333333;
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
	color: #333333;
}
#header a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#header a:active {
	text-decoration: underline;
	color: #FF0000;
}


#navi {
	height: 54px;
	width: 754px;
}


#container_ima {
	width: 754px;
}


#container_flash {
	height: 350px;
	width: 754px;
}


#footer {
	width: 754px;
	height: 53px;
	background: url(../image/all_footer_bg.jpg) no-repeat center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 21px;
	color: #333333;
	vertical-align: middle;
}

#footer a:link {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#footer a:active {
	text-decoration: underline;
	color: #FF0000;
}