@charset "utf-8";
/* CSS Document */

/* ======================================================================================
 	全体共通
====================================================================================== */
/** {
	margin: 0;
	padding: 0;
	font-style: normal;
	color: #000000;
	line-height:1.5;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 12px;
}*/

img {
    border-style: none;
	vertical-align:bottom;
}

#main_contents{
/*
	width:100%;
	margin: 0 0 0 20px;
	text-align:left;
*/    
}

.clearfix02 {
overflow:hidden; /*モダンブラウザ用*/
_zoom:1; 　　　　/*IE用*/
}

.clear {
  clear:both;
}

/* リンク -------------------- */

a:link {
    color: #4597E9;
    text-decoration: none;
}
a:visited {
    color: #4597E9;
    text-decoration: none;
}
a:hover {
    color: #F36056;
}


/* ======================================================================================
 	メインコンテンツ
====================================================================================== */
.titlebar01{
	line-height: 0 !important;
	background-color: #B13860 !important;
	color: #FFF !important;
	height: auto !important;
	padding:0 0 0 20px !important;
	font-weight: bold !important;
	font-size: 16px !important;
	margin: 0 0 30px 0 !important;
	overflow: visible !important;
	text-indent: 0 !important;
	border-top-width: 20px;
	border-right-width: 30px;
	border-bottom-width: 20px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C38599;
	border-right-color: #FFF;
	border-bottom-color: #B13860;
	border-left-color: #FFF;
}

.titlebar02{
	height:auto;
	padding:5px 0px 5px 10px;
	font-weight:bold;
	font-size:16px;
	margin:0 0 10px 0;
	color: #B13860;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #B13860;
	border-right-color: #B13860;
	border-bottom-color: #B13860;
	border-left-color: #B13860;
}

.textbox01{
	padding:5px 0 25px 5px;
	line-height:2.0;
}

.textbox02{
	padding:5px 0 25px 0;
	line-height:2.0;
}

.textbox02 a:link {
	color: #4597E9;
	text-decoration:none;
}

.textbox02 a:visited  {
	color:#4597E9;
	text-decoration:none;
}

.textbox02 a:hover {
	color:#F36056;
	text-decoration:none;
}



.areabox{
	margin:0 0 5px 0;
}

.townbox01{
	width:29%;
	height:130px;
	float:left;
	padding:10px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-top-color: #B13860;
	border-right-color: #B13860;
}

.main_title{
	font-weight:bold;
	color: #B13860;
	font-size:15px;
}

.text{
	padding:5px 0;
/*	line-height:2;	
*/}
/*-- GoogleMaps --*/
#go_map{
	float:left;
	width:500px;
	height:300px;
}
.controller{
  margin-bottom:10px;
  padding:1em;
}
