﻿/* common */
* {
	margin: 0;
	padding: 0;
	color: #333;
	background: transparent;
	font: normal normal normal 100%/1.4 Times,"Times New Roman","ＭＳ Ｐ明朝",Osaka;
	font-weight: inherit;
	border: none;
	text-align: left;
	text-decoration: none;
	vertical-align: baseline;
	list-style: none outside;
}
html, body, #menu h2 {
	background: #fff;
}
html {
	font-size: 90%;
}
h1, h2, dt {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	padding: 10px;
	margin: 0px 20px 10px 10px;
	background: #000 url('img/nav-btm.gif') repeat-x left bottom;
}
h2 {
	margin: 10px 0;
}
a {
	border-bottom: 1px solid #ccf;
}
a:visited {
	border-color: #eee;
}
a:hover {
	color: #00f;
}
h2 a {
	border: none;
}
em {
	padding: 0 5px;
	color: #f00;
}
/* layout */
html{
    height:100%;
    overflow:hidden;
}
body{
	 height:100%;
    }
#contents, #menu, #main, #sub {
	background: #fff;
}
#contents {
	padding: 20px 20px 30px 260px;
	height:100%;
    overflow:auto;
}
#menu {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 240px;
    height:100%;
    z-index:100;
}
#main {
	width: 95%;
	float: left;
background-image: url(img/fl.jpg);
background-repeat:no-repeat;
background-position:100px 150px;
background-attachment: fixed;
}
#sub {
	width: 31%;
	float: left;
}
.auther {
	padding: 10px 30px 10px 0px;
	text-align:right;
	}
.footer {
	height: 30px;
	text-align: center;
	padding: 30px 0px 0px 0px;
	margin-bottom:50px;
	font-size: 10px;
}

@media print {
	color: #000;
	html {
    	overflow:visible;
	}
	#main {}  
	#menu {
	display:none;
	}
	#contents {
    	overflow:visible;
	padding: 20px 20px 30px 30px;
	}
}

}
