@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;
	}
ul li,
ol li {
	list-style: none;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	}
table,th,td {
	border-collapse: collapse;
	}
th {
	font-weight: normal;
	text-align: left;
	}
sub, sup {
	vertical-align: baseline;
	}
sup {
	position: relative;
	top :-4px
	}
sub {
	position :relative;
	top: 4px
	}
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;
	/**/
	}
table td span{
	color: #e3ffff;
}


/* all
-------------------------------------------------------------------------------------------------*/

div#all {
	width: 100%;
	/*background: #fff19a url(../img/bg_all_header.jpg) center top no-repeat;*/
	font-size: 1.2em;
	}
	
/* header
-------------------------------------------------------------------------------------------------*/
	
div#header {
	width: 759px;
	height: 52px;
	margin: 0 auto;
	padding: 0 119px 0 122px;
	}
div#header div#logo {
	width: 350px;
	height: 37px;
	float: left;
	padding: 8px 0 0 0;
	}	
div#header div#logo p {
	float: left;
	}	
div#header div#logo h1 {
	float: left;
	font-size: 80%;
	padding: 19px 0 0 8px;
	}
div#header div#header-btn {
	float: right;
	padding: 18px 11px 0 0;
	}
	
/* main
-------------------------------------------------------------------------------------------------*/	

div#main {
	margin: 0 auto;
	clear: both;
	background: transparent url(../img/bg_contents.png) repeat left top;
	padding-bottom: 97px;
	}
div#main div#content {
	width: 736px;
	margin: 0 auto;
	padding: 0;
	}
h2 {
	border-top: 10px solid #002c50;
	border-bottom: 10px solid #002c50;
	background-color: #fcf9cc;
	height: 174px;
	position: relative;
	margin-bottom: 44px;
	text-align: center;
}
h2 img {
	margin-bottom: -34px;
}
div#main div#content h2,
div#main div#content p{
	text-align: center;
	}
div#main div#content div#application {
	margin: 13px 0 0;
	padding: 93px 0 0 0;
	background: url(../img/bg_contents_top.png) left top no-repeat;
	}
div#main div#content div#application p {
	text-align: left;
	}
div#main div#content div#application div#application-inner {
	background: url(../img/bg_contents_body.png) left top repeat-y;
	padding: 0;
	}
div#main div#content div#application div#application-inner div#application-inner02 {
	padding: 20px 45px 50px 44px;
	width: 670px;
	background: url(../img/bg_contents_btm.png) left bottom no-repeat;
	}
	
div#main div#content table {
	position: relative;
	width: 650px;
	font-size: 115%;
	margin: -70px 0 20px 0;
	}
div#main div#content table tr {
	
	}	
div#main div#content table tr th {
	width: 20%;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	/*color: #006633;*/
	color: #000;
	vertical-align: top;
	}
div#main div#content table tr td {
	width: 80%;
	padding: 5px 10px 5px 0;
	vertical-align: top;
	color: #000;
	}
div#main div#content table tr td span {
	color: #e40000;
	}
div#main div#content table tr td span.small {
	color: #666;
	font-size: 80%
	}				
	
div#main div#content table tr.bg-gray {
	background-color: #eee;
	}
		
div#application-inner02 div#attention {
	width: 537px;
	/*background: url(../img/attention_top.gif) left top no-repeat;*/
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 120%;
	color: #e40000;
	}
div#application-inner02 div#attention div#attention-inner {
	/*background: url(../img/attention_main.gif) left bottom no-repeat;*/
	margin: 0 0 20px 0;
	padding: 0 12px 10px 12px;
	}
	
div#application-inner02 div#btn {
	width: 299px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	}
div#application-inner02 p.txt {
	color: #e40000;
	text-align: center !important;
	}							
div#application p.caution{
	margin: -57px 0 70px;
	padding: 0 20px 0 48px;
}

	
/* all-footer
-------------------------------------------------------------------------------------------------*/

div#all-footer {
	width: 100%;
	background: #fff url(../img/bg_footer.gif) left -1px repeat-x;
	clear: both;
	height: 150px;
	text-align: center;
	}
#footer {
	margin-top: -166px;
	position: relative;
	}
div#footer div#footer-inner {
	width: 736px;
	height: 22px;
	background: #fff url(../img/bg_footer.jpg) left top no-repeat;
	margin: 0 119px 20px 122px;
	padding: 234px 0 0 0;
	}
div#footer div#footer-inner p {
	font-size: 80%;
	text-align: center;
	}
#copyright {
	padding: 5px 0;
	}
div#footer p.txt {
	display: none;
	}
	
	
/* clearfix
-------------------------------------------------------------------------------------------------*/

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