/* 全体 */
@media print {
 body { zoom: 80%}
}

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	color: #444444;
}

/* 基本レイアウト */
body {
	background-color: #FFFFFF;
	text-align: center;
}
div#wrapper {
	width: 800px;
	margin: auto;
	text-align: left;
}

img {
	vertical-align: top;
}

/* 基本リンク */
a:link,
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}

/* ヘッダー */
div#header {
	height: 3px;
	_overflow: hidden;
}

/* メニュー */
div#menubox {
	height: 70px;
}

div#logo {
	float: left;
	width: 100px;
}
div#menu {
	float: right;
	text-align: right;
	height: 70px;
}

div#menu table {
	text-align: right;
	margin-top: 29px;
}

div#menu table td#first a:link,
div#menu table td a:link,
div#menu table td#first a:visited,
div#menu table td a:visited {
	color: #444444;
	text-decoration: none;
}
div#menu table td#first a:hover,
div#menu table td a:hover {
	color: #0099FF;
	text-decoration: underline;
}


div#menu table td#first {
	padding: 0px 10px;
	border-left: #444444 solid 1px;
	border-right: #444444 solid 1px;
}
div#menu table td {
	padding: 0px 10px;
	border-right: #444444 solid 1px;
}

/* flash */
div#top_flash {
	clear: both;
	margin-bottom: 20px;
}

/* what's new, banners (main contents) */
div#main_cnt {
	margin-bottom: 10px;
	width: 800px;
}

div#new {
	width: 540px;
	float: left;
}

#ttl_new {
	display: block;
	color: #333399;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #020076 solid 1px;
	margin-bottom: 10px;
}

#ttl_new1 {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
	
div#new table td {
	padding-bottom: 10px;
} 

div#new table td.date {
	padding-right: 10px;
}

div#backnumber {
	text-align: right;
}

div#banners {
	width: 176px;
	float: right;
}

div#banners img {
	margin-bottom: 10px;
}

/* フッター */
.footer {
	clear: both;
	height: 1px;
}

/* copyright */
.copy{
	color: #333399;
	font-size: 10px;
	text-align: right;
}

/* usui kinkyu_info */
.ttl_kinkyu{
	border: 1px solid #FF0000;
	background-color: #FF0000;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.bdr_kinkyu{
	border: 1px solid #FF0000;
	padding: 5px;
	font-size: 13px;
	line-height:1.5em
}


