@charset "euc-jp";

/* プレゾーレイアウト */
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 75%;
	line-height: 1.4em;
}

img {
	border:none;
}

#wrap {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/);
	background-color: #FFFFFF;
}

#contents {
	float: left;
	width: 620px;
}

ul#side_navi {
	float: left;
	width: 255px;
	background-image: url(../img/);
	background-color: #ffffff;
	font-size: px;
}

ul#side_navi li {
	list-style: none;
}

#header {
	height: 124px;
	background-image: url(../img/);
}

#header img {
	float: left;
}

#footer {
	height: 80px;
	background-image: url(../img/);
	background-color: #cbddf2;
}

#footer img {
	float: left;
}

#footer:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

#footer {
	display: inline-block;
}

#footer {
	clear: both;
	display: block;
}

* html #footer {
	height: 1%;
}
