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

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

h1 {
	font-size: 120%;
	color: #1d5da7;
}

h2 {
	font-size: 160%;
	color: #666666;
}

table {
	margin-bottom: 40px;
}

td {
	height: 24px;
	font-size: 90%;
}

th {
	height: 24px;
	font-size: 90%;
	text-align: left;
	font-weight: normal;
}

a {
	color: #666666; 
	text-decoration: none;
}

a:hover {
	color: #ffffff; 
	background-color: #cccccc; 
	text-decoration: none;
}

a img {
	border:none;
}

ul {
	list-style-type: none;
	text-align:center;
	line-height: 200%;
	font-size: 95%;
}

img {
	vertical-align:top;
}

/* id
------------------------------------------------------- */

#logo {
	position: absolute;
	top: 30px;
	left: 30px;
}

#links {
	position: absolute;
	top: 240px;
	left: 30px;
	width: 120px;
}

#header {
	position: absolute;
	top: 30px;
	left: 180px;
}

#mainContent {
	position: absolute;
	top: 110px;
	left: 180px;
	width: 800px;
}

/* class
------------------------------------------------------- */

.h2category {
	margin-bottom: 10px;
}

.h2small {
	font-size: 60%;
}

.column1 {
	width: 90px;
}

.column2 {
	width: 90px;
}

.column3 {
	width: 215px;
}

.column4 {
	width: 370px;
}

.column5 {
	width: 35px;
}

.line {
	background-image: url(../images/line.png);
	background-repeat: no-repeat; 
	height: 1px;
}
