/* default */
* {
	margin: 0;
}

body {
	/* bodyの設定 */
	background-color: #f4ffff;
}

div.biz_body {
	/* 基本となる幅の設定 → 800px */
	position: relative;
	margin: 0 auto;
	width: 800px;
}

span.stamp {
	/* 画像は stamp.gif を背景に設定 */
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url("stamp.gif");
}

a:hover {
	/* ハイパーリンクにマウスカーソルが乗ったとき */
	text-decoration: underline;
	color: #008000;
}

a.thumb:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

ul {
	list-style-type: disc;
	line-height: 1.5em;
}

/* 左右のカラム */
div.article600 {
	width: 597px;
	margin: 0 0 10px 0;
	float: left;
}

div.article200 {
	width: 197px;
	margin: 20px 0 5px 0;
	float: right;
}

div.box200 {
	border: 1px #d7ebff solid;
	width: 197px;
	margin-bottom: 8px;
	padding: 0;
	font-size: small;
	float: right;
}

div.boxtitle200 {
	font-weight: bold;
	background-color: #d7ebff;
	padding: 3px;
}

div.p200 {
	text-indent: 1em;
	line-height: 1.2em;
	font-size: small;
	padding: 3px;
}

/* header, footer */
div.header {
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 760px;
	background-color: #d0f0ff;
	border-top: solid 4px #f4ffff;
	border-left: double 20px #c7dbef;
	border-right: double 20px #c7dbef;
	border-bottom: solid 4px #f4ffff;
}

div.footer {
	margin: 15px 0px 15px 0px;
	padding: 0;
	width: 760px;
	background-color: #d0f0ff;
	border-top: solid 4px #f4ffff;
	border-left: double 20px #c7dbef;
	border-right: double 20px #c7dbef;
	border-bottom: solid 4px #f4ffff;
	clear: both;
}

div.title_header {
	margin: 10px 10px 0 10px;
	font-size: large;
	font-weight: bold;
	text-align: left;
}

div.desc_header {
	margin: 2px 10px;
	font-size: small;
	text-align: left;
	text-indent: 1em;
}

ul.link_header {
	margin: 7px 0;
	padding-left: 0;
	font-size: small;
	text-align: center;
}
ul.link_header li {
	margin: 0;
    padding: 0px 5px;
	display: inline;
    list-style: none;
    border-right: 1px solid black;
	line-height: 1em;
}
ul.link_header li.eof {
	margin: 0;
    padding: 0px 5px;
	display: inline;
    list-style: none;
    border: none;
	line-height: 1em;
}

div.copyright {
	margin: 7px 0px;
	font-size: small;
	text-align: center;
}

span.trip {
	text-align: right;
	font-weight: bold;
	color: green;
}

span.date {
	font-weight: bold;
}

