@charset "utf-8";

/* -----------------------------------------------------------------------------
**
** 住商フルーツ様 present CSS
**
----------------------------------------------------------------------------- */

/* basic
-------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	font-size: 10px;
	}
* html body {
	font-size: 62.5%;
	}
*:first-child+html body {
	font-size: 62.5%;
	}
div,p,ol,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,form,input,th,td,caption {
	margin: 0;
	padding: 0;
	}
img {
	border: 0;
	vertical-align: bottom;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	}
a:link {color:#006633; text-decoration:none;}
a:visited {color:#006633; text-decoration:none;}
a:hover {color:#ff6600; text-decoration:none;}
a:active {color:#ff6600; text-decoration:none;}

a:focus { /* Firefoxでの画像置換の点線かき消し */
	/*\*/
	overflow: hidden;
	/**/
	}
	
/* all
-------------------------------------------------------------------------------------------------*/	
div#all {
	width: 600px;
	margin: 0 auto;
	}
		
/* header
-------------------------------------------------------------------------------------------------*/
	
div#all div#header {
	padding: 0 0 12px 0;
	border-bottom: #6fba2c solid 2px;
	}
div#all div#header div#logo h1 {
	padding: 9px 0 0 10px;
	}	
	
/* main
-------------------------------------------------------------------------------------------------*/	

div#all div#main div#btn-block {
	height: 128px;
	position: relative;
	}
div#all div#main div#btn-block p.btn {
	position: absolute;
	top: 0;
	left: 34px;
	z-index: 100;
	}	
	
/* footer
-------------------------------------------------------------------------------------------------*/	
div#all div#footer {
	height: 45px;
	}
div#all div#footer p {
	padding: 11px 0 0 0;
	text-align: center;
	}		
	
/* clearfix
-------------------------------------------------------------------------------------------------*/

.clearfix {
	overflow: hidden;
	}
	
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	}
/*\*/
* html .clearfix {
	height: 1em;
	overflow: visible;
	}
/**/
