@charset "shift-jis";
/* CSS Document */
body{
margin:0;
background:url(images/bg.jpg) repeat-x;
font-family:"Georgia", Times New Roman, Times, serif, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

div#container{
margin-top:20px;
margin-right:auto;
margin-left:auto;
border:0;
background-image:url(images/contact_bg.jpg);
background-repeat:no-repeat;
height:600px;
width:700px;
font-family:"Georgia", Times New Roman, Times, serif, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
font-size:11px;
}

div#contents{
margin-left:auto;
margin-right:auto;
padding-top:50px;
padding-right:55px;
padding-left:55px;
}

div#title h3{
margin-left:-9999px;
color:#FFFFFF;
}


/*The setting of a central hotchpotch for IE6*/
*html body{
text-align:center;
}

*html div#container{
text-align:left;
}

address{
margin:75px auto auto auto;
font-size:x-small;
color:#7D7D7D;
background:transparent;
text-align:center;
font-style:normal;
}

*html address{
font-size:10px;
margin:125px auto auto auto;
}

*+html address{
font-size:10px;
margin:125px auto auto auto;
}