@charset"UTF-8";



/*
****************************************************************************************************
Web site: minamino-city.com
Description: This css is designed and coded by Frontier of Business Intelligence Inc. a.k.a FoBI.
Version: 1.0
Author: FoBI-Hiroyuki Yoshino
Author URI: http://www.fobi.co.jp/
****************************************************************************************************
*/

/* ******* CSS Import ******* */
@import url(aboutCommon.css);



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

#contentsBox{
	position:relative;
	width:590px;
	height:280px;
	margin:50px 0 0 40px;
	background:url("../images/surroundElmtBg.png") no-repeat;
}

#contentsBox h3{
	position:absolute;
	top:50px;
	left:50px;
}

#contentsBox ul{
	position:absolute;
	top:50px;
	left:350px;
}

#contentsBox ul li{
	margin-bottom:20px;
}

