﻿/*--------- トップページ ----------*/

body#home #container {
	width: 950px;
}

body#home #wrap {
	margin: 0 15px;
	background: url(../img/bg_toppage_bottom.gif) no-repeat bottom;
}

body#home #contents {
	width: 686px;
	margin: 0 auto;
	background: url(../img/bg_toppage.jpg) no-repeat;
	overflow: hidden;
}

body#home #header {
	height: 409px;
}

body#home #header h1 {
	text-indent: -9999px;
	font-size: 1px;
}

body#home #header p {
	text-indent: -9999px;
	font-size: 1px;
}	

body#home #globalNav {
	float: left;
	padding: 0 0 50px;
}

body#home #whatsNew {
	width: 374px;
	float: right;
}

body#home #whatsNew div.box {
	min-height: 175px;
}

body#home #whatsNew h2 {
	width: 374px;
	height: 21px;
	text-indent: -9999px;
	font-size: 1px;
}

body#home #whatsNew table {
	width: 100%;
	margin: 10px 0 22px;
}

body#home #whatsNew table td {
	padding: 6px 0;
}

body#home #whatsNew table td.date {
	width: 74px;
	background: url(../img/line_whatsnew_date.gif) no-repeat bottom;
}

body#home #whatsNew table td.text {
	width: 299px;
	background: url(../img/line_whatsnew_text.gif) no-repeat bottom;
}

body#home #whatsNew p.banner {
	width: 100%;
	font-size: 1px;
	padding: 0 0 50px;
}

body#home #whatsNew p.banner a.bnr01 {
	margin: 0 5px 0 0 ;
}

body#home #footer {
	padding: 14px 0 15px;
}

body#home #footer p {
	background: none;
	margin: 0 15px;
	padding: 0;
}

/*---------- 印刷 ----------*/

@media print {
	

}
