/*--スタイルリセット--*/
html>/**/body{
  overflow:-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:100%;
	padding-bottom:1px;
}

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td,address{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
}

ul{
	list-style:none;
         text-align:right;
         margin:0px 25px 0px 0px;
}
fieldset,img{
	border:0;
	vertical-align: bottom;
}	
	
select option{
	padding:0 5px;
}	

form label{
	cursor:pointer;
}

.clearfix:after { 
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
   content: ".";
}
.clearfix {
   display: inline-block;
}

textarea {
	font-size: 100%;
}
a {color: #7E7E7E;text-decoration: none;}
a:visited {color: #7E7E7E;}
a:hover {color: #7E7E7E;text-decoration: underline;}


* { box-sizing : border-box}
* { -moz-box-sizing : border-box}
/*--index.css.style--*/

#clear{
clear:both;

}

html {
	background: url(img/html_bg.gif) repeat-x bottom;
        height:100%;
background-color: #EFEFEF;
}

body {
	background: url(img/bg.gif) repeat-x top;
        height:100%;
	background-color: #EFEFEF;
	text-align: center;
        margin:0px auto;
	font-size: 62.5%;
	line-height: 1.5;
	color: #736c62;
	font-family:Verdana,Helvetica,sans-serif,Georgia,Arial; 
}

div#main{
        width:700px;
        height:100%;
        
        margin:0px auto;
}

div#top{
        padding:300px 0px 0px 0px; 
        float:left;
}

div#to{
         padding:300px 0px 0px 490px;
         margin:0px 0px 0px 0px;
         text-align:left;
}

div#si{
      padding:10px 0px 0px 490px;
text-align:left;
}

