@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ kurodakigata css ] [ uni_outline.css ]
	-----------------------------------------------------------------------------------------------
	making day: 2009-08-31
	---------------------------------------------------------------------------------------------*/


/* ================================================

	mainimg inner

=================================================*/

/* mainimg inner -------------*/
div#contentsArea div.inner {
	background-image: url(../_img/outline/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ================================================

	outlineList

=================================================*/

/* outlineList -------------*/
div#mainBox .outlineList {}
div#mainBox .outlineList .r {
	width: 160px;
}
div#mainBox .outlineList .r img {
	margin-bottom: 10px;
}
div#mainBox .outlineList .l {
	width: 352px;
}

/* ================================================

	google Map

=================================================*/

/* map_canvas -------------*/
div#map_canvas {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}


/* ================================================

	results

=================================================*/

div#mainBox .results1,
div#mainBox .results2,
div#mainBox .results3,
div#mainBox .results4 {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* results1 -------------*/
div#mainBox .results1 .r {
	width: 254px;
	text-align: center;
}

/* results2 -------------*/
div#mainBox .results2 .r {
	width: 394px;
}

/* results3 -------------*/
div#mainBox .results3 .r {
	width: 394px;
}

/* results4 -------------*/
div#mainBox .results4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#mainBox .results4 .r {
	width: 365px;
}


div#mainBox .linkColor {color: #00CCCC}

