@charset "Shift-JIS";
/*
--------------------------------------------------------------------------------
print.css


Copyright (c) 2005 mitene internet co., ltd. All Rights Reserved.

-------------------------------------------------------------------------------- */


/*
----------------------------------------

base
---------------------------------------- */
body{
font-family:san-serif;
}

a{
color:#039;
}
a:visited{
color:#636;
}

h2{
font-size:12pt;
border-bottom:1px solid #000;
}
h3{
font-size:11pt;
}

p, li, dt, dd, address{
font-size:10pt;
line-height:1.6em;
}

a img {
border:none;
}

/*
----------------------------------------


---------------------------------------- */
/* #container
---------------------------------------- */
#container {
width:90%;
}

/* col-msx */
.col-msx #main{
float:left;
width:75%;
}
.col-msx #maincol{
float:right;
width:65%;
}
.col-msx #subcol{
float:left;
width:30%;
}
.col-msx #xcol{
float:right;
width:20%;
}

/* col-ms */
.col-ms #maincol{
float:right;
width:75%;
}
.col-ms #subcol{
float:left;
width:20%;
}

/* col-mx */
.col-mx #maincol{
float:left;
width:65%;
}
.col-mx #xcol{
float:right;
width:30%;
}


#forscreenreader, #header, #footer{
display:none;
}



