/* ----------------------------------------
	title
---------------------------------------- */
#title{
	height:90px;
	background-color:#fff;
	background-image:url(../images/pc_ichiran/title_bg.gif) ;
	background-repeat:no-repeat;
	background-position:860px center;
	border:solid 1px #CCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding-left:20px;
	margin-bottom:70px;
}
p#page_title{font-size:22px;line-height:90px; }
p#page_title span{color:#2f4d63;font-size:30px; line-height:1.0;}






#contents{
	position:relative;

}




/* ----------------------------------------
	map
---------------------------------------- */
#gMap{
	width:980px;
	height:500px;
	
}

.url_text{
	text-decoration:underline;
	font-size:14px;
}

div#kamoku_container{
}

div.kamoku_outer{
	clear:both;
	border-bottom: dotted 1px #d7d4d0;
	padding: 10px 0;

}


div.kamoku{
	display: table-cell;
	width:200px;
	vertical-align:middle;
	padding: 10px 0 10px 20px;
	background: #D5EDFE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #2f4d63;
}



ul.children{
	display: table-cell;
	vertical-align:middle;
	padding-left: 20px;
	width:830px;
}
	
ul.children li{width:25%; float:left}
ul.children li input{ margin-right:10px;}

input#submit{
	width:100%;
	height:50px;
	background:#5FB5F2;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:50px;
	margin:20px 0;
	color:#fff;
	cursor:pointer;
}

p#text{
	margin:30px 0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

div#kamoku_name{
	position:absolute;
	top:100px;
	font-size:18px;
	font-weight:bold;
	margin:10px;
}

div#kamoku_name span{
	font-size:22px;
	font-weight:bold;
	color:#FA3613;

}