@charset "Shift_JIS";

/* ======================================================== 各ブロックに関する指定 */

#wrapper {
  text-align: left;
  width: 100%;
	background: url(../images/bg_top.jpg) center 90px no-repeat;
}

#header {
  width: 100%;
	padding-bottom: 430px;
}

/* -- トップのみ別指定 -- */

#headImageArea {
  width: 100%;
	height: 0px;
}


#contentsArea {
}
#contentsArea #mainContentsArea {
  float: left;
  width: 685px;
  padding: 0 0 0 30px;
	background-color:#;
}
#contentsArea #sideContentsArea {
  float: right;
  width: 235px;
  margin: 0;
	background-color:#;
}


/* ======================================================== #container内の指定 */

/* -- トップのみ別指定 -- */
.topSideImage {
	padding: 0;
  margin: 2em 23px 2em 15px;
}


/* -- コメント -- */
.topComment {
  text-align: center;
  padding: 1.5em 0 0.5em 0px;
}


/* -- お知らせ -- */
.info dl {
  width:680px;
}

.info dt {
	width: 7.5em;
	line-height: 1.6em;
	color: #000;
	background: url() no-repeat left center;
	padding: 0.7em 0.5em 0.7em 1.4em;
	float: left;
}

.info dd {
	line-height: 1.6em;
	padding: 0.7em 0.5em 0.7em 7.5em;
	margin-right: 0.5em;
	border-bottom: 1px dotted #D1D1D1;
}
