@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

body {
  color: #666666;
}

#container {
  background: #FFFFFF;
  width: 760px;
  margin: 0 auto;/*「0」のみで左寄せ，「0 auto」でセンタリング */
}

/* ---------------------------------------------------------------- *
	ヘッダ部分
 * ---------------------------------------------------------------- */

#header {
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
}


/* ---------------------------------------------------------------- *
	コンテンツ部分-トップページ
 * ---------------------------------------------------------------- */

#navi{
float:left;
padding: 0px;
margin-bottom: 25px;
}

#main {
width: 760px;
float:left;
padding: 0px;
margin-bottom: 30px;
}

.contents01 {
width: 530px;
  margin: 0px 20px 0px 0px;
  padding:0px;
  float:left;
}


.mg {
  margin-bottom: 15px;
}

.more {
  margin-top: 15px;
  float:right;
  clear:both;
}

.foot {
  margin-top: 145px;
  *padding-top: 60px;
  margin-bottom: 10px;
  float:left;
  clear:both;
}


/* ---------------------------------------------------------------- *
	サブコンテンツ01-トップページ
 * ---------------------------------------------------------------- */

.contents02 {
width: 200px;
  padding-bottom:30px;
  float:right;
}

ul {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 15px;
}

li {
	list-style: none; 
    background:url(../img/kobuta_ic01.gif);  
    background-repeat: no-repeat; 
background-position: left 0.4em;
    padding: 0 0 0 15px;  
}
