@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body{
	width:750px;
	margin-left:10px;
}



img {
	border: 0px none;
	vertical-align: bottom;
}


a:link    { color: #00F }
a:visited { color: #00F }
a:hover   { color: #F00 }

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

/*ヘッダー関連-------------------------*/
#header{
	width:750px;
	height:127px;
	background-image: url("../img/header.gif");
	background-repeat: no-repeat;
	position:relative;
}

h1{
	width:100px;
	height:75px;
	overflow: hidden;
	text-indent: -10000px;
	position:absolute;
	top:0;
	left:0;
}

#link{
	width:650px;
	height:75px;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}

#link ul{
	padding-top:5px;
	padding-right:10px;
}

#link li{
	display: inline;
	padding-left:10px;
	font-size: 11px;
}

#navi_button{
	width:750px;
	height:33px;
	text-align:right;
	position:absolute;
	top:70px;
	right:0;
}

#tab{
	width:750px;
	height:24px;
	position:absolute;
	top:103px;
	right:0;
	background-image: url("../img/tab.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -10000px;
}
/*ヘッダー関連ここまで-------------------------*/

/*ヘッダーから下の大枠-------------------------*/
#contents{
	width:750px;
	float: left;
	background-color: #C00;
}

/*トップページ左ブロック-------------------------*/
#top-left{
	font-size: 12px;
	width:380px;
	/*height:200px;*/
	background-image: url("../img/left_bg.gif");
	background-repeat: repeat-y;
	background-color: #FFF;
	float: left;
}

#top-left h2{
	width:380px;
	height:50px;
	background-image: url("../img/left_midashi.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -10000px;
}

#step{
	width:340px;
	padding-left:20px;
	background-image: url("../img/map.gif");
	background-repeat: no-repeat;
	background-position: 150px 0px;
	/*background-color: #FF0;*/
}

#step h3{
	width:100px;
	height:13px;
	padding-bottom:7px;
	overflow: hidden;
	text-indent: -10000px;
}

#step h3#step1{
	background-image: url("../img/step1.gif");
	background-repeat: no-repeat;
}

#step h3#step2{
	background-image: url("../img/step2.gif");
	background-repeat: no-repeat;
	margin-top:15px;
}

#step h4{
	padding-bottom:5px;
	font-size: 13px;
}

/*
#step input{
	float: left;
}
*/

.sentaku{
	/*width:300px;*/
	height: 20px;
}

.sentaku label {
	position: relative;
	top: 1px;
	left: 1px;
}

#step p{
	/*padding-bottom:5px;*/
	font-size: 11px;
}

.purpose {
	font-weight: bold;
	text-align: left;
}

.tag-factory {
	color: #099;
}

.tag-museum {
	color: #39F;
}

.tag-amusement {
	color: #F66;
}

#button{
	margin-top: 10px;
}

#button input {
	float: left;
}

#loading {
	margin-top: 3px;
	margin-left: 8px;
	font-size: 11px;
	float: left;

	border: 1px solid red;
	background-color: #fee;
	padding: 2px;
}

#banner{
	padding-top:20px;
	padding-bottom:10px;
}

#info{
	clear: both;
	width:350px;
	padding-left:20px;
	line-height:140%;
}

#info h5{
	font-size:14px;
	color: #C00;
	margin-top:25px;
	padding-top:3px;
	padding-bottom:7px;
	border-top: 1px solid #C00;
}

#info h6{
	font-size:12px;
	padding-top:7px;

}

#info p{
	font-size:12px;
}

#info p#small{
	font-size:10px;
	line-height:140%;
}




/*トップページ右ブロック-------------------------*/
#top-right{
	width:370px;
	height:600px;
	float: left;
	background-color: #C00;
	text-align:center;
}

#top-right h2{
	width:370px;
	height:87px;
	background-image: url("../img/midashi_l.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -10000px;
}

#book{
	text-align:center;
}

#powered {
	width:340px;

	margin-top:10px;
	margin-left:auto;
	margin-right:auto;

	font-size: 0px;

	/* 角丸上部 */
	background-image: url("../img/powered_head.gif");
	background-repeat: no-repeat;
	padding-top: 9px;
}

#powered-body {
	font-size: 9px;
	/*background-image: url("../img/orikomio.gif");
	background-repeat: no-repeat;
	background-position: 0px 50%;*/

	background-color: #FFF;

	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#bottom-link{
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #ccc;
}

#powered-foot {
	/* 角丸下部 */
	height: 9px;
	background-image: url("../img/powered_foot.gif");
	background-repeat: no-repeat;
	padding-bottom:20px;
}



