/* common CSS */

/* 印刷用 */
@media print{
*{
}
div{
color:#333333;
font-size:9pt;
}
a{
color: #E06C00;
text-decoration: none;
}
img{
border: 0px;
}
#page{
width:auto;
}
#center{
display: none;
}
#header{
}
#menu{
display: none;
}
#menu img{
width:120px;
margin-top:10px;
}
#footer{
width:auto;
height: 50px;
text-align: center;
float: left;
font-size: 8pt;
color: #999999;
margin-top:30px;
}
}
/* 画面表示用 */
@media screen{
*{
margin: 0px;
padding: 0px;
}
div {
color:#333333;
font-size:9pt;
float: left;
display: inline;
}
#page{
width:760px;
}
#center{
	width: 50%;
	margin-right: -360px;
}
#header{
width:760px;
height:60px;
background-image:url(../img/header.gif);
background-repeat: no-repeat;
}
#menu{
width:150px;
height:500px;
background-image:url(../img/menu_line.gif);
background-repeat: no-repeat;
}
.banner_menu{
width:142px;
height:38px;
margin-top: 30px;
margin-left: 8px;
}
#menu img{
width:120px;
margin-top:10px;
}
#footer{
	width:760px;
	height: 50px;
	text-align: center;
	float: left;
	font-size: 8pt;
	color: #999999;
	margin-top:30px;
}
a {
	color: #E06C00;
	text-decoration: none;
}
img {
	border: 0px;
}
}
