body {}

div#layout {min-width: 1000px;}

* html div#layout {
width: expression(
	(
		document.getElementById('measurer')
		&& document.getElementById('measurer').clientWidth < 1000
	)
	?	'1000px'
	:	(
			document.getElementById('measurer')
			&& document.getElementById('measurer').clientWidth < 1300
		)
		?	'100%'
		:	'1300px'
);
}

div#layout2 {min-width: 1000px;margin-right: 40px;}




table.notice {//border-collapse: collapse; border-spacing: 0; border: none; position: relative;}
table.notice td.indent, table.notice td.left, table.notice td.right {padding: 0; vertical-align: top;}

table.logo {//border-collapse: collapse; border-spacing: 0; border: none; width: 100%;}
table.logo td.logot { width:20%;}
table.logo td.slogans { width:65%; text-align:center; font-size:60%; vertical-align:bottom; color:#1c5e8e; padding-bottom:20px;}
table.logo td.logot div { padding:10px 0px 5px 25px;} 
table.logo td.navig { width:5%; text-align: right; vertical-align:top; padding-top:15px; padding-right:20px} 

table.notice td.indent div {width: 125px;}
table.notice td.indent div.navigation { margin-right:100px;}

table.notice td.left h2 {margin-right: 50px;}
table.notice td.left p {margin-right: 50px; margin-left: 10px;}
table.notice td.right {font-size: 75%; margin-top: 0.3em; margin-right: 30px}

div.notice {margin-bottom: 3em;}
div.navigation { margin-right:50px; font-size:70%;}

table.top {//border-collapse: collapse; border-spacing: 0; border: none; width: 100%;}
table.top td.menu { vertical-align:top; width:20%; vertical-align: top;}
table.top td.car1 { vertical-align:top; width:20%; vertical-align: bottom;}
table.top td.car2 { vertical-align:top; width:20%; vertical-align: bottom;}
table.top td.car3 { vertical-align:top; width:40%; vertical-align: bottom;}


table.banners {//border-collapse: collapse; border-spacing: 0; border: none; width: 90%;}
table.banners td {padding: 0 5px 0 0; vertical-align: top; font-size: 75%;}
table.banners td div.banner {float: left; text-align: center;}
table.banners td div.banner img {border: 0;}
table.banners td div.description {position: relative;}