/*＿*/

* {
   margin: 0px;
   padding: 0px;
   -moz-box-sizing:border-box;
   box-sizing:border-box;
}

@charset "Shift_JIS";

html{
    height:100%;
}
div#container{
    width: 100%;
	margin-top:-50px;
    height: 100%;
    min-height: 100%;
}
body > #container {
        height: auto;
}
div#main{
    padding-bottom:10px;
}
#foot{

    bottom:0px;
    height:22px;
	padding:4px 0px 2px 0px;
    width:100%;
	background-color:#cccccc;
}

body{
   padding: 0px;
   margin: 0px;
   width:100%;
   height:100%;
   font-size:8.5pt;
   color:#FFFFFF;

   background: #FFFFFF;
}
table,img{
   margin: 0px;
   padding: 0px;
   border: none;
   border-style:none;
}
td{
   padding: 0px;
   font-size: 8.5pt;
   vertical-align: top;
   line-height:120%
}
h1 {
   font-size: 9pt;
   font-weight: normal;
}
h2 {
   font-size: 9pt;
   font-weight:bold;
   color: #FFFFFF;
}
a:link {color:#FF0066;
   text-decoration:none;}
a:visited {color:#FF0066;text-decoration:none;}
a:hover {text-decoration:none;}

/* TOP
------------------------------------------------------------------------------------*/
.box {
	margin-top:15%;
	width:790px;
	height: 320px;
}
.box td {
   text-align:left}
.box2 {
   width:906px;
   margin:0px auto;}
.box2 td {
   text-align:left;}
.box3 {
   width:750px;
   margin:220px 15px 50px 10px;
   border:1px solid #666666;
   }
.box3 td {
   color:#333333;
   line-height:170%;
   font-size:12px;
   text-align:justify;
   color:#666666;
   padding:15px;}
.box4 {
   width:535px;
   margin:10px 0px 10px 0px;
   }
.box5 {
   width:750px;
   margin:0px 15px 0px 10px;}
.box5 td {
   text-align:justify;
   line-height:170%;
   font-size:12px;
   color:#666666;}
.box6 {
   width:750px;
   margin:0px 15px 30px 10px;
   border-bottom:1px solid #666666;}
.box6 td {
   padding-bottom:10px;
   text-align:left;
   line-height:110%;
   color:#666666;}
.box6 td a {
   color:#FF0000;
   text-decoration:none;}
/*200802追加*/

.box6a {
   width:750px;
   margin:0px 15px 20px 10px;}
.box6a td {
   padding-bottom:10px;
   text-align:left;
   line-height:110%;
   color:#666666;}
.box6a td a {
   color:#FF0000;
   text-decoration:none;}

