@charset "utf-8";

@import "base.css";
@import "footer.css";


body {
	margin: 0px;
}


/*-----------------------------------------------------------------------------------------------*/
/* ヘッダー -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#header h1 {
	font-size: 1%;
	margin: 0px;
	height: 44px;
	text-indent: -9999px;
}
#header h1.beforeafter01 {
	background-image: url(../history/images/beforeafter_01_midashi.gif);
}
#header h1.beforeafter02 {
	background-image: url(../history/images/beforeafter_02_midashi.gif);
}
#header h1.beforeafter03 {
	background-image: url(../history/images/beforeafter_03_midashi.gif);
}
#header h1.beforeafter04 {
	background-image: url(../history/images/beforeafter_04_midashi.gif);
}
#header h1.beforeafter05 {
	background-image: url(../history/images/beforeafter_05_midashi.gif);
}
#header h1.beforeafter06 {
	background-image: url(../history/images/beforeafter_06_midashi.gif);
}
#header h1.beforeafter07 {
	background-image: url(../history/images/beforeafter_07_midashi.gif);
}
#header h1.beforeafter08 {
	background-image: url(../history/images/beforeafter_08_midashi.gif);
}
#header h1.beforeafter09 {
	background-image: url(../history/images/beforeafter_09_midashi.gif);
}
#header h1.beforeafter10 {
	background-image: url(../history/images/beforeafter_10_midashi.gif);
}

#header h1.history01 {
	background-image: url(../history/images/history_01_midashi.gif);
	margin-bottom: 20px;
}
#header h1.history02 {
	background-image: url(../history/images/history_02_midashi.gif);
	margin-bottom: 20px;
}
#header h1.history03 {
	background-image: url(../history/images/history_03_midashi.gif);
	margin-bottom: 20px;
}
#header h1.history04 {
	background-image: url(../history/images/history_04_midashi.gif);
	margin-bottom: 20px;
}
#header h1.history05 {
	background-image: url(../history/images/history_05_midashi.gif);
	margin-bottom: 20px;
}
#header h1.history06 {
	background-image: url(../history/images/history_06_midashi.gif);
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------------------*/
/* メイン ---------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#main {
	margin: 0px 35px;
}

#main .left {
	float: left;
	padding-bottom: 40px;
	width: 385px;
}
#main .right {
	float: right;
	padding-bottom: 40px;
	width: 385px;
}
#main .one {
	clear: both;
	padding-bottom: 40px;
}

#main hr.separator {
	clear: both;
	display: block;
}


/* 見出し ---------------------------------------------------------------------------------------*/
#main h2 {
	font-size: 1%;
	margin: 20px 0px 0px;
	height: 42px;
	text-indent: -9999px;
	width: 385px;
}
#main h2.before {
	background-image: url(../history/images/beforeafter_midashi_before.gif);
}
#main h2.after {
	background-image: url(../history/images/beforeafter_midashi_after.gif);
}

/* ページトップへ -------------------------------------------------------------------------------*/
#main .gotop {
	clear: both;
	margin-bottom: 20px;
}





#main p {
	font-size: 90%;
	line-height: 160%;
	margin: 15px 0px 0px;
}

