@charset "utf-8";

body {
	color: #663333;
  background: #ffffff;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", Arial, "メイリオ", "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
  line-height: 1.2em;
}

img {
  border: none;
}

.red {
	color: #FF0000;
}

.yellow {
	color: #FFFF00;
}

.orange {
	color: #FF6600;
}

.violet {
	color: #FF00FF;
}

.cian {
	color: #00FFFF;
}

.crosshead {
	font-size: 14px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #cc3300;
	text-decoration: underline;
}

#main {
	width: 900px;
	margin: 16px auto;
  background-color: transparent;
}

*+html #main {
	margin: 0px auto;
}

* html #main {
	margin: 0px auto;
}

#navigation {
	margin-top: 2px;
}

.navibutton {
	float:left;
}

#main_contents {
	width: 600px;
	margin-top: 10px;
	float: left;
}

.contents_top {
	background-repeat: no-repeat;
	height: 25px;
}

.contents_middle {
	background: url('../images/contents_middle.gif') repeat-y;
}

.contents_bottom {
	background: url('../images/contents_bottom.gif') no-repeat;
	height: 35px;
}

#notification {
	width: 280px;
	margin-top: 20px;
	margin-left: 15px;
	float: left;
}

* html #notification {
	margin-left: 14px;
}

#notification_top {
	height: 25px;
	background: url('../images/notification_top.gif') no-repeat;
}

#notification_mid {
	padding-top: 20px;
	background: url('../images/notification_mid.gif') repeat-y;
}

#notification_bottom {
	height: 35px;
	background: url('../images/notification_bottom.gif') no-repeat;
}

#notify_list {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: square;
	line-height: 1.4em;
  padding-right: 1.0em;
}

#access_counter {
	width: 270px;
	margin-top: 10px;
	padding-left: 10px;
	float: left;
	text-align: right;
}

#contact {
	margin-top: 20px;
	float: left;
}

