/*---------------------タグ----------------------*/
body {
	text-align:center;
	margin:0px auto 20px auto;
	font-size:0.75em;
	line-height:1.2em;
	color:#666666;
}

h1 {
	font-size:0.8em;
	font-weight:normal;
	line-height:1em;
	margin:0px 0px 3px 0px;
}

h2 {
	margin:0px;
}

h3 {
	color:#00cc99;
	border-bottom:1px dotted #BBBBBB;
}

h3:before {
	content:"■";
}

img {
	border:0px;
}

address {
	font-size:0.8em;
	font-style:normal;
}

p {
	margin:0px;
}



/*---------------------ページ基本----------------------*/
#base {
	width:881px;
	padding:0px 26px 0px 29px;
	margin:0px auto 0px auto;
	background:#FFFFFF url(../img/common/main_bg.gif) scroll repeat-y 0 0;
	text-align:left;
}



/*---------------------ヘッダー----------------------*/
#header {
	width:849px;
	float:left;
	border-top:7px solid #86D7D5;
	border-bottom:2px solid #86D7D5;
	padding:3px 16px 8px 16px;
	margin-bottom:10px;
}

#logo {
	margin-top:10px;
	float:left;
}

#menu {
	width:372px;
	float:right;
}

#menu ul {
	float:left;
	margin:0px 0px 5px 130px;
	padding:0px;
	list-style-type:none;
}

#menu ul li {
	margin-right:8px;
	float:left;
}

#menu img {
	float:left;
}


/*---------------------メインコンテンツ----------------------*/
#main_content {
	width:880px;
	padding:0px;
	float:left;
}

#main_inner_box {
	margin:0px 16px 0px 16px;
}

.dummy_img{
	width:300px;

	float:left;
}

/*---------------------フッター----------------------*/
#footer {
	width:849px;
	height:63px;
	padding:0px 16px 0px 16px;
	margin:10px 0px 10px 0px;
	float:left;
	background:#FFFFFF url(../img/common/illust.gif) scroll no-repeat 450px 10px;
}

#footer address {
	float:left;
	margin:45px 0px 0px 0px;
}



/*---------------------その他----------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.ta_c {
	text-align:center;
}

.hachi {
	margin-right:5px;
	margin-bottom:-5px;
}
