/*master*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #000;
	background: #fff;
	font-family: verdana,sans-serif;
}
img {
	display: block;
}
.hide {
	display: none;
}
ul {
	list-style-type: none;
}

/*page*/
#page {
	margin: 0 auto;
	width: 600px;
}


#header {
	float: left;
	width: 600px;
	height:144px;
	margin-bottom: 10px;
}
#header img{
	float: left;
	width: 150px;
	margin-left: 10px;
}
h1 {
	float: left;
	text-indent: -9999px;
}
#lang {
	float: right;
	margin-top: 75px;
	margin-right: -30px;
	width: 100px;
	height: 14px;
}
#lang li {
	margin: 0;
	margin-right: 12px;
	padding: 0;
	display: block;
	float: left;
	width: 20px;
	height: 14px;
}
#lang a, #lang span {
	width: 20px;
	visibility: hidden;
}
#lang a img, #lang span img {
	display: block;
	margin: 0;
	padding: 0;
	width: 20px;
	visibility: visible;
}

#message {
	float:left;
	width: 600px;
	height: 240px;
	background: transparent url(../img/main.jpg) top left no-repeat;
}
#message ul {
	text-indent: -9999px;
}



#menu {
	float: left;
	clear: both;
	display: block;
	height: 46px;
	width: 600px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#menu li {
	width: 100px;
	height: 46px;
	display: block;
	font-size: 0.8em;
	float: left;
	background: transparent url(../img/menu_center.png) top left no-repeat;
}
#menu li.firstcol {
	background: transparent url(../img/menu_left.png) top left no-repeat;
}
#menu li.lastcol {
	background: transparent url(../img/menu_right.png) top left no-repeat;
}
#menu a, #menu span {
	text-align: center;
	display: block;
	height: 46px;
}
#menu a:link, #menu a:visited {
	color: #000;
	text-decoration: none;
	line-height: 46px;
}
#menu span {
	color: #000;
	font-weight: bold;
	line-height: 46px;
}
#menu a.twoline:link, #menu a.twoline:visited, #menu span.twoline {
	padding-top: 7px;
	margin-bottom: -7px;
	line-height: 1.2em;
}
#menu a:hover {
	text-decoration: underline;
	background: transparent url(../img/menu_center.png) top right no-repeat;
}
#menu li.firstcol a:hover {
	background: transparent url(../img/menu_left.png) top right no-repeat;
}
#menu li.lastcol a:hover {
	background: transparent url(../img/menu_right.png) top right no-repeat;
}


#content {
	float: left;
	clear: both;
	width: 600px;
}
#biz {
	padding-top: 10px;
	margin-bottom: 20px;
}
#biz div {
	display: block;
}
#biz li {
	margin: 0 1px;
	margin-left: 2px;
	float: left;
	display: block;
	width: 146px;
	padding: 0;
}
#biz a.head {
	font-size: 0.9em;
	line-height: 26px;
	width: 146px;
	height: 26px;
	display: block;
	text-align: center;
	background:  transparent url(../img/box_top.jpg) top center no-repeat;
}
#biz a:link, #biz a:visited {
	color: #000;
	text-decoration: none;
}
#biz a:hover {
	text-decoration: underline;
}
#biz p {
	padding-top: 52px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#biz p span{
	font-size: 1.6em;
}
#biz .body {
	margin: 0;
	padding: 0;
	width: 144px;
	height: 240px;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
}
#biz .bottom {
	font-size: 1px;
	width: 146px;
	height: 6px;
	margin: 0;
	padding: 0;
	background:  transparent url(../img/box_bottom.jpg) bottom center no-repeat;
}
#biz img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #333;
}
#biz img.arrow {
	clear: both;
	border: none;
}

#footer {
	height: 46px;
	border-top: 2px solid #ccc;
	float: left;
	clear: both;
	width: 600px;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	font-size: 0.8em;
	background: url(../img/saru.gif) bottom right no-repeat;
}
