* { margin:0;padding:0;font-size100%;}

body {
	font-family:Meiryo, Sans-Serif,'メイリオ'"ヒラギノ角ゴ Pro W3";
	background-color:#fffaf0;
}

/*-----------------------------------------------------------------------------*/

#header {
	width:800px;
	height:180px;
	margin:auto;
}

#header span {
	display:none;
}

/*-----------------------------------------------------------------------------*/

#menu {
	width:800px;
	margin:auto;
}

#nav {
  list-style: none;
}

#nav li {
  display: inline-block;
  width: 180px;
  height:40px;
  line-height:40px;
  text-align: center;
  background-color: #e0565f;
}

#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
 

/*-----------------------------------------------------------------------------*/

#content {
	margin:auto;
	text-align:left;
	width:800px;
	color:#332211;
}

/*-----------------------------------------------------------------------------*/

h1 {
	font-size:1.6em;
	color:#51140F;
}

h1 span {
	font-size:14px;
}

.title1 {
	background-image: url(../images/mica/midashiA.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:46px;
	margin-bottom:10px;
	padding-left:40px;
}

.title2 {
	background-image: url(../images/mica/midashiB.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:46px;
	margin-bottom:10px;
	padding-left:40px;
}

.subti {
	font-size:1.1em;
	color:#dc143c;
	font-weight:bold;
}

.txt {
	margin-left:20px;
	font-size:0.9em;
	width:780px;
}


/*-----------------------------------------------------------------------------*/

.pagetop {
	text-align:right;
	margin-right:20px;
}

address {
	font-style:normal;
	font-size:0.8em;
	text-align:center;
	padding:0 0 282px 0;
	color:#412407;
}

/*-----------------------------------------------------------------------------*/


