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


/*-----------------------------------------*/

.left_column{
	width:208px;
	float:left;
	overflow:hidden;
	margin-top:40px;
}

.local_navi{
	width:100%;
	overflow:hidden;
}
.local_navi dt{
}

.local_navi dd{
	width:190px;
	margin-left:18px;
}

.local_navi dd ul{
}

.local_navi dd ul li{
	border-bottom:2px solid #FFD8E1;
	list-style-type:none;
}

.local_navi dd ul li a{
	
	color:#000000;
	font-family: "Mplus 1p";
	font-size:16px;
	font-weight:bold;
	padding:1em 0em 1em 1em;
	overflow:hidden;
	display:block;
	letter-spacing:-1px;
}

/*-----------------------------------------*/

.right_column{
	width:855px;
	float:right;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
	background-image:url(index/back.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.subtitle{
	clear:both;
	background-image:url(dogo_matsuyama/sub_border.png);
	background-repeat:repeat-x;
	background-position:left center;
	margin:15px auto;
	overflow:hidden;
}

/*-----------------------------------------*/

.menu_list{
	width:100%;
	overflow:hidden;
}

.menu_list li{
	list-style-type:none;
	float:left;
	overflow:hidden;
	width:33%;
}

.menu_list li dl{
	width:265px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.menu_list li dl dt{
}

.menu_list li dl dd{
	padding:1em;
}