@charset 'UTF-8';


/* 全体設定 */
* {
  margin: 0;
  padding: 0;
}


/* -------------------------------------------------------------
   [1] レイアウト設定 */
body {
  font-size: 85%;
  text-align: center;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica;
  padding: 0;
  margin: 0;
  background-color: #FFFFEE;
}

#wrapper {
	text-align: left;
	width: 800px;
	margin: 10px auto;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #62a459;
}

#header {
  width: 100%;
  height: 150px;
  margin-bottom: 0px;
  position: relative;
  background: url(images/header01.png) no-repeat 0 10px;
}


#contents {
  float: right;
  width: 570px;
  padding: 0 5px;
}


#contents .flash {
	width: 100%;
	height: 158px;
	margin-bottom: 20px;
	position: relative;
	top: 0px;
}

#contents .breadlist {
	width: 100%;
	height: 30px;
	margin-bottom: 5px;
	position: relative;
	top: 0px;
}

#contents .totop {
	width: 100%;
	height: 103px;
	margin-bottom: 15px;
	position: relative;
	top: 0px;
	text-align: right;
	margin-top: 15px;
}


#sidebar {
  float: left;
  width: 200px;
}

#footer {
	clear: both;
	padding: 10px 0 5px;
	background-color: #62a459;
	color: #fff;
	margin-bottom: 10px;
}

