
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-family: "メイリオ",Meiryo,"ＭＳ ゴシック",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

img {
	border: 0px;
}

html {
	width: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

body {
	width: 766px;
	height: 100%;
	margin: auto;
	text-align: center;
	font-size: 12px;
	line-height:  16px;
}

#header {
	width: 766px;
	height: 220px;
	background-image: url(../images/title_slogan.jpg);
	background-repeat: no-repeat;
	background-position: 0 57px;
	text-align: left;
}

#footer {
	height: 0px;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	color: #9c9c9c;
	padding: 5px 0 0 30px;
	text-align: left;
	clear:  both;
}

.menu {
	background-image: url(../images/menu_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	width: 728px;
	list-style-type: none;
	padding: 0 0 0 38px;
}

.menu li {
	display: inline;
}

#footer div {
	float: right;
}

.bottom_menu a {
	font-family: Tahoma;
	font-size: 11px;
	color: #9c9c9c;
	text-decoration: none;
}

#footer li {
	display: block;
	float: left;
	padding: 0 7px 2px 7px;
}

.copy {
	padding: 2px 20px 0px 20px;
	margin: 0 20px 0 0;
}

.copy a {
	font-family: Tahoma;
	font-size: 11px;
	color: #9c9c9c;
	text-decoration: underline;
}

.copy a:link {
	text-decoration: underline;
}

.copy a:visited{
	text-decoration: underline;
}

.copy a:hover {
	text-decoration: none;
}

.bottom_menu {
	width: 480px;
	margin: 0 20px 0 20px 0;
	padding: 7px 0 7px 20px;
}

.small_title {
	font-family: Tahoma;
	font-size: 12px;
	color: #af0e0e;
	font-weight: bold;
	padding: 0px 0 10px 0;
}

.arrow {
	padding: 0 0 10px 10px;
	width: 160px;
	background-image: url(../images/arrow.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

#content {
	padding: 20px 0 0 0px;
	margin: 20px 0 40px 0;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #d2d1c6;
	height: 260px;
}

.column {
	background-image: url(../images/dash.gif);
	background-position: top right;
	background-repeat: repeat-y;
	width: 195px;
	text-align: left;
	padding: 0 30px 0 30px;
	float: left;
}

.readmore {
	text-align: right;
	margin: 0 10px 0 0;
}

.readmore a {
	font-family: Tahoma;
	font-size: 12px;
	color: #af0e0e;
	font-weight: bold;
	text-decoration: none;
}

.column2 {
	width: 195px;
	text-align: left;
	padding: 0 30px 0 30px;
	float: left;
}

.column3 {
	background-image: url(../images/dash.gif);
	background-position: top right;
	background-repeat: repeat-y;
	width: 450px;
	text-align: left;
	padding: 0 30px 0 30px;
	float: left;
}

.column4 {
	width: 450px;
	text-align: left;
	padding: 0 30px 0 30px;
	float: left;
}

.column5 {
	background-image: url(../images/dash.gif);
	background-position: top right;
	background-repeat: repeat-y;
	width: 320px;
	text-align: left;
	padding: 0 30px 0 30px;
	float: left;
}

.column6 {
	width: 325px;
	text-align: left;
	padding: 0 30px 0 30px;
	float: left;
}


#content p {
	padding: 0 0 0 10px;
}

/* table */
table {
	border-collapse: collapse;
	border-color: #999999;
}

th {
	text-align: center;
}

td {
	padding-left: 3px;
}

