@charset "utf-8";
/* link styles
------------------------------*/
a:link {
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	background-color: #2F2F2F;
	font-weight: bold;
}
a:active {
	color: #33CCFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	background-color: #000000;
}
/* basic layout
------------------------------*/
#main_top {
	float: left;
	padding-left: 45px;
	padding-top: 10px;
	width: 430px;
	margin-bottom: 50px;
}
#exhibition {
	float: right;
	padding-top: 10px;
	padding-right: 45px;
	width: 290px;
	margin-bottom: 20px;
}
/* header styles
------------------------------*/
#header {
	height: 400px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 45px;
	top: 34px;
}
#header #visual {
	position: absolute;
	top: 81px;
	left: 45px;
}
#header ul {
	width: 730;
	position: absolute;
	top: 320px;
	height: 18;
	margin-left: 45px;
	margin-right: 45px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 120px;
	height: 2.2em;
	line-height: 2.5em;
	color: #666666;
	text-align: center;
	display: block;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
/* menu styles
------------------------------*/
#header #menu {
	top: 321px;
	margin-right: 45px;
	margin-left: 45px;
	width: 730px;
	position: relative;
	height: 18px;
}
#header #menu #menu1 {
}
#header #menu #menu1 #menu2 {
	float: left;
}
#header #menu #menu1 #menu3 {

}
#header #menu #menu1 #menu3 h2 {
	float: left;
}
#header #menu #menu1 #menu4 {
	float: right;
}

/* main styles
------------------------------*/
#main_top #intro h2 {
	margin-bottom: 15px;
}
#main_top #intro p {
	line-height: 1.8;
}
#main_top #link {
	height: 65px;
}
#main_top #link #designtide {
	width: 100px;
	float: right;
	padding-right: 20px;
}

#main_top #page {
	width: 250px;
	height: 20px;
	float: left;
	margin-top: 25px;

}
#main_top #page li {
	list-style-type: none;
}
#main_top #blank {
	height: 20px;
	width: 250px;
	float: left;
}
#main_top #blank li {
	list-style-type: none;
}
#news {
	clear: both;
	padding-right: 45px;
	padding-left: 45px;
	height: 200px;
}
#news h2 {
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 25px;
}


#news dl dt {
	float: left;
	clear: left;
	width: 7em;
	margin-bottom: 10px;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 60%;
	padding-left: 15px;
}
#news dl dd {
	margin-left: 3em;
	margin-bottom: 15px;
}
