@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
}
html {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	height:100%;
	background-image:url(/images/bg.gif);
	background-repeat:no-repeat;
	background-position: 0px 150px;
	font-family:Arial, Helvetica, sans-serif;
	min-width:900px;
}
#page {
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;
}
#header {
	height:170px;
	background-image:url(/images/bg_head.gif);
	background-position:right 25px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#homeLink {
	float:right;
	margin-right:20px;
	margin-bottom:20px;
	text-align:right;
}
#menu {
	font-size:18px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:30px;
	font-weight:bold;
	color:#666666;
}
#menu a:link, #menu a:visited {
	color:#666666;
	text-decoration:none;
}
#menu a:hover {
	color:black;
}
#menu2 a:link, #menu2 a:visited {
	font-size:12px;
	font-style:italic;
	color:#999999;
	text-decoration:none;
}
#menu2 a:hover {
 color:black;
 text-decoration:underline;
}
#menu2 .genre {
	font-size:18px;
	font-weight:bold;
	color:#666666;
}
#pageTitle {
	font-size:23px;
	color:#000000;
	border-bottom:solid;
	border-bottom-color:#0066FF;
	border-bottom-width:1px;
	padding-bottom:10px;
}
#archiveDate {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	padding-bottom: 12px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #333333;
	padding-top: 10px;
}
#archiveTitle {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	color: #000000;
}
#archiveNews {
	background-color: #CCCCCC;
}
#line {
	background-color:#666666;
}
#main-box {
	min-height: 380px;
	font-size:12px;
}
#hp_news {
	height:252px;
	margin-top:20px;
}
#main_about {
	width:460px;
	margin:auto;
}

#main_about a:link, #main_about a:visited {
	font-size:12px;
	font-style:italic;
	color:#999999;
	text-decoration:none;
}
#main_about p a:hover {
	color:black;
	text-decoration:underline;
}
#main_contacts {
	width:460px;
	margin:auto;
}
#main_works {
	width:460px;
	margin:auto;
}
#push {
	height:25px;
}
#works_box {margin-bottom:30px;}
#footer {
	width:100%;
	height:30px;
	text-align:center;
	font-size:10px;
	min-width:900px;
	margin-top: 15px;
}
#footer a:link, #footer a:visited {
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
#footer a:hover {
	color:black;
}
#videoDecription {
	font-size: 10px;
	font-style: italic;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
#archiveImg {
	height:252px;
	margin:10px 0px 0px 0px;
}
#archiveContainer {
	margin-bottom: 20px;
}
#archiveSubtitle {
	font-size: 10px;
	padding-left: 10px;
	color: #000000;
}
#archiveNewsHp {
}
#main-box a:link, #main-box a:visited {
	color:#666666;
	text-decoration:none;
}
#main-box a:hover {
	color:black;
}
#tile2 {
	float:left;
	width:100px;
	height:100px;
	background-color:#fff;
	margin-right:10px;
	margin-bottom:10px;
	background-position:center center;
	background-repeat:no-repeat;
	border: 1px solid #999999;
	padding:5px;
}
.clearfloat {
	clear:both;
	line-height:1px;
	font-size:0px;
}
