@charset "UTF-8";

/*=========================================================== reset */
*{
margin:0;
padding:0;}


/*=========================================================== print */
*html{
zoom:10%;}

/*=========================================================== common set-up */
body{
text-align:center;
margin:0px auto;
padding:0;
background-color:#FFFFFF;
}

.floatright{
float:right;
}

.floatleft{
float:left;
}

.clear{
clear:both;
}

/* h */
h1{
margin:0px auto;
padding:0px;
}

h2{
margin:0px auto;
padding:0px;
}

/* bg */
#container{
margin:auto;
padding:0;
width:840px;
background-image:url(images/bg.gif);
font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
font-size:11px;
line-height:1.3em;
color:#000000;
}

/* link */

#link a {
color:#0066cc;
text-decoration:underline;
}

#link  a:link{text-decoration:none;
text-decoration:underline;
}

#link  a:visited{
text-decoration:none;
text-decoration:underline;
color:#800080;
}

#link  a:hover{
text-decoration:none;
}

#footer a {
color:#666;
text-decoration:none;
}

#footer  a:link{text-decoration:none;
text-decoration:none;
}

#footer  a:visited{
text-decoration:none;
color:#800080;
}

#footer  a:hover{
text-decoration:none;
}

/* margin */
.bott10{
margin-bottom:10px;
}

.bott15{
margin-bottom:15px;
}

.bott20{
margin-bottom:20px;
}

.bott25{
margin-bottom:25px;
}

.bott30{
margin-bottom:30px;
}

.bott40{
margin-bottom:40px;
}

.bott50{
margin-bottom:50px;
}

.bott60{
margin-bottom:60px;
}

.bott90{
margin-bottom:90px;
}

/* align */
.right{text-align:right;}
.left{text-align:left;}

/* text */
#caption{
text-align:left;
font-size:12px;
line-height: 18px;
color:#000000;
margin:0px auto 10px auto;
}

.instructions{
text-align:right;
font-size:12px;
color:#000000;
margin:0 30px 20px auto;
}
.cap_design{
text-align: left;
font-size:12px;
line-height: 18px;
color:#FFFFFF;
padding: 10px;
}

/*=========================================================== main contents */
/* navi */

/* contents */
#main{
width:800px;
margin:0px auto;
}

.contents{
width:743px;
margin:0px auto;
}

#link{
text-align:right;
width:780px;
margin:0px auto 10px auto;
}

/* sub contents */
#subcontents{
width:800px;
margin:0px auto;
}

/* banner */
.banner{
width:800px;
margin:0px auto;
}

.banner2{
width:800px;
margin:0px auto;
padding-bottom:40px;
}


/*=========================================================== footer */
#footer{
padding:0;
background-image:url(images/footer.gif);
width:840px;
height:15px;
margin:auto;
}

#footertext1{
width:800px;
font-size:11px;
color:#666666;
text-align:left;
margin:auto;
}

#footertext2{
width:840px;
padding-top:15px;
font-size:11px;
color:#666666;
margin:auto;
}

address{
text-aling:center;
width:800px;
margin:0px auto;
font-style:normal; 
font-weight:normal; 
font-size:12px;
color:#666666;
padding-top:25px;
padding-bottom:10px;
}

