@charset "utf-8";

/* top.css */

body {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
	line-height: 1.5em;
	letter-spacing: 0.07em;
	margin:0;
	padding:0;
    background:url(../img/top/bg.jpg) top repeat-x;
}

/*** top *********************************************************/

#wrapper {

	}
	
#top_Box {
    width:860px;
	margin:0 auto;
	padding:12px 0;
	}
	
#bn_Box {
    margin:15px auto;
	width:860px;
	}
	
.indexTopics_l {
	width:420px;
	float:left;
	}

.indexTopics h3 {
    margin-bottom:10px;
	}

.indexTopics_r {
	width:420px;
	float:right;
	}
	
.indexTopics_r li {
    margin-top:5px;
	}
	
/*.bannerR {
	width:198px;
	float:right;
	}
.bannerL {
	width:230px;
	float:left;
	}*/
	
	
/*** contents *********************************************************/

#contents {
    width:860px;
	margin:0 auto;
	padding:12px 0;
	}
	
#contents h2 {
    margin:0 auto;
	}


