<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

#main_outline{
	width:760px;

	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	position:relative;
	background-color: #FFF;
}

.bnr_subtitle {
	margin: 0px auto;
	width: 760px;
}

.col_left2 p {
	margin: 5px 0px 0px 15px;
	width: 455px;
	float: left;
	font-size:14px;
	line-height: 140%;
}

.col_left3 p {
	margin: 5px 0px 0px 15px;
	width: 740px;
	float: left;
	font-size:14px;
	line-height: 140%;
}

.col_right2 {
	margin: 5px 5px 0px 0px;
	float: right;
}

.blue_cube {
	color: #39c;
}

.yellow_star {
	color: #f90;
}
.col_left_map {
	margin: 0px;
	float: left;
}
.col_right_map {
	margin: 0px;
	float: left;
}

/************************************

shingou.html

************************************/
#wrap{
	width:760px;
	margin:0 auto;
}
#wrap #shingou{
	background:#FFF;
	padding:20px 30px 30px;
	line-height:125%;
	font-size:13px;
}
#shingou #magaru{
	background:url(../img/shingou/shingou_magaru.jpg) no-repeat;
	height:120px;
	padding-top:70px;
	padding-left:20px;
	margin:30px 0;
}
#magaru p{
	width:220px;
}
#shingou #stop{
	background:url(../img/shingou/shingou_stop.jpg);
	height:115px;
	padding-top:75px;
	padding-left:60px;
	margin-bottom:30px;
}
#shingou #gensoku{
	background:url(../img/shingou/shingou_gensoku.jpg) no-repeat;
	width:293px;
	height:323px;
	float:left;
	padding-top:65px;
	padding-left:45px;
	margin-right:20px;
}
#gensoku p{
	margin-top:10px;
}
#shingou #rakka{
	background:url(../img/shingou/shingou_rakkabutsu.jpg) no-repeat;
	float:left;
	width:310px;
	height:128px;
	padding-top:260px;
	padding-left:28px;
}
#shingou #bottom{
	margin-top:30px;
}
#bottom #shougai{
	background:url(../img/shingou/shingou_shougai.jpg) no-repeat;
	width:293px;
	height:323px;
	padding-top:65px;
	padding-left:45px;
	margin-right:20px;
	float:left;
}
#shougai p{
	width:250px;
	margin-top:10px;
}
#bottom #hito{
	background:url(../img/shingou/shingou_hito.jpg) no-repeat;
	width:293px;
	height:110px;
	padding-top:278px;
	padding-left:45px;
	float:left;
}
#hito p{
	width:250px;
}
#wrap #foot{
	text-align:center;
	margin-top:40px;
	font-size:12px;
}
</pre></body></html>