body{
	color:#333;
	font-family: Arial, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height:150%;
	padding:0px;
	margin:0px;
	background-image: url(http://www.doremi-1003.com/media/1/20090703-header_bg02.gif);
	background-repeat:repeat-x;
	background-position: top center;

}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

img{
	vertical-align:bottom;
}



address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

a {
	text-decoration: none;
	color:#68401d;
	}

a:hover {
	color:#3b6996;
	text-decoration: underline;
	text-decoration: none;
	}

.sub a {
	text-decoration: none;
	color:#68401d;
	}

.sub a:hover {
	color:#3b6996;
	text-decoration: underline;
	text-decoration: none;
	}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/* 共通
--------------------------------*/

.clear{
	clear:both;	
}

#wrap{
	width:850px;
	margin: 0px auto;
	text-align: left;
	}

#wrap #header{
	width:850px;
	height:185px;
	margin:0px auto;
	text-align: left;
	position:relative;
	}

#wrap #header #tag{
	width:850px;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	text-align:right;
	font-size:12px;
	color:#fff;
	line-height:120%;
	}


#wrap #header #page_title{
	width:180px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	top:9px;
	left:0px;}

#wrap #header ul#main_menu{
	height:72px;
	width:682px;
	position:absolute;
	top:82px;
	left:173px;
	}

#wrap #header ul#main_menu li{
	display: inline;
	float:left;
	height:72px;}

#wrap #header ul#main_menu li a{
	display: inline;
	float:left;
	height:72px;}

#wrap #header ul#main_menu li#menu01 a{
	width:98px;
	background-image: url(../common_img/menu01_on.jpg);}

#wrap #header ul#main_menu li#menu02 a{
	width:97px;
	background-image: url(../common_img/menu02_on.jpg);}

#wrap #header ul#main_menu li#menu03 a{
	width:97px;
	background-image: url(../common_img/menu03_on.jpg);}

#wrap #header ul#main_menu li#menu04 a{
	width:97px;
	background-image: url(../common_img/menu04_on.jpg);}

#wrap #header ul#main_menu li#menu05 a{
	width:97px;
	background-image: url(../common_img/menu05_on.jpg);}

#wrap #header ul#main_menu li#menu06 a{
	width:97px;
	background-image: url(../common_img/menu06_on.jpg);}

#wrap #header ul#main_menu li#menu07 a{
	width:99px;
	background-image: url(../common_img/menu07_on.jpg);}

#wrap #header ul#main_menu li a:hover
,#wrap #header ul#main_menu li a:focus
,#wrap #header ul#main_menu li a:active{
	text-indent:-9999em;
	overflow:hidden;
	background-position: left bottom;
}

#wrap #header ul#sub_menu{
	width:280px;
	position:absolute;
	top:60px;
	left:590px;
	}

#contact #wrap #header ul#sub_menu{
	width:280px;
	position:absolute;
	top:60px;
	left:590px;
	}

#wrap #header ul#sub_menu li{
	display: inline;
	color:#fff;
	font-size:12px;
	height:13px;
	line-height:13px;
	padding:0px 5px;
	border-right: solid 1px #fff;
	
	}

#wrap #header ul#sub_menu li a {
	text-decoration: none;
	color:#fff;
	}

#wrap #header ul#sub_menu li a:hover {
	color:#3b6996;
	text-decoration: underline;
	text-decoration: none;
	}

/* フッター
--------------------------------*/
#footer{
	margin:0px 0px;
	background-color:#999;
	padding:10px 0px 30px 0px;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:120%;
}

#footer .ad{
	width:850px;
	margin:0px auto;
	text-align:right;
	}

/* 回り込み解除
----------------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* png透過
----------------------------------------------- */
.iepngfix {
 behavior: expression(IEPNGFIX.fix(this));
}