@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}

body{
	background-color: #ffffff;
	background-image: url(image/back.gif);
	background-position: left bottom; 
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial,"MS UI Gothic";
	font-size: small;
	line-height: 150%;
	color: #666666;
}

*+html body { padding-left: 1px; }   
* html body { padding-left: 1px; } 

#container{
	overflow: auto;
}

#header{
	position: fixed !important;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	background-color: #666666;
	background-image: url(image/menu-bg.gif);
	background-repeat: repeat-x;
}

#contents{
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-top: 40px;
	padding-bottom: 20px;
}

#reading{
	padding: 10px 10px 0px 10px;
}

#sub_menu{
	padding: 10px 10px 0px 10px;
}

#main_contents{
	padding: 10px 10px 10px 10px;
}

#newsbox{
	width: 100%;
	height: 150px;
	border: inset 1px #cccccc;
	overflow: auto;
	padding: 2px;
}

a{
	color : #327db6;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

strong{
	color: #333333;
	font-weight: bold;
}

table.line {
	border-collapse: collapse;
	border-spacing: 1px;
	empty-cells: show;
}

table.line td{
	border-style: solid none;
	border-width: 1px 1px;
	border-color: #cccccc;
	padding: 5px 2px;
	vertical-align: top;
}

table.line td.head{
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	padding: 5px 2px;
	background-color: #777777;
}

tr:nth-child(2n-1) {
    background: #f5f5f5;
}