@charset "UTF-8";

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

CSS Information

 File name:      about.css
 Summary:        for about page styles (/about/)
 Last update:    2010-05-04

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

#main h1#AboutIndex {
	margin-bottom: 10px;
	height: 40px;
	background: url(../../img/about/bg_h1_index.png) no-repeat left top;
}
	 #main h1#AboutIndex span {
		display:block;
		text-indent:-9999px;
	}
#main h1#AboutFeature {
	margin-bottom: 10px;
	height: 40px;
	background: url(../../img/about/bg_h1_feature.png) no-repeat left top;
}
	#main h1#AboutFeature span {
		display:block;
		text-indent:-9999px;
	}
#main h1#AboutGuide {
	margin-bottom: 10px;
	height: 40px;
	background: url(../../img/about/bg_h1_guide.png) no-repeat left top;
}
	#main h1#AboutGuide span {
		display:block;
		text-indent:-9999px;
	}

#guideListLeft {
	width:304px;
	float:left;
}
#guideListRight {
	width:304px;
	float:right;
}
#guideList li{
	background:url(../../img/list/guide.gif) no-repeat left top;
}
