@charset "utf-8";

/* Default ---------------------------------------------------------------- */

body {
margin: 0;
background-color: #FFFFFF;
color: #666666;
line-height: 1.5;
font-size: 13px;
font-family: 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3 ', 'Meiryo', 'メイリオ', 'MS P Gothic', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}
/* for IE7 */
*+html body {
font-size: 82%;
font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
}
/* for IE6 */
* html body {
font-size: 82%;
font-family: 'ＭＳ Ｐゴシック';
}

h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}

ol, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

dl, dt, dd {
margin: 0;
padding: 0;
}

address, caption, cite, code, dfn, em, th, var {  
font-style:normal;  
font-weight:normal;  
}  

a {
text-decoration:underline;
}

a:link {
color: #666666;
text-decoration: underline;
}

a:visited {
color: #666666;
text-decoration: underline;
}

a:hover {
color: #666666;
text-decoration: none;
}

a:active {
color: #666666;
text-decoration: underline;
}

p {
margin: 0;
}

img, a img {
border: 0;
vertical-align: text-bottom;
}

button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:middle;
}

table {
border-collapse: collapse;
border-spacing: 0;
font-size: 100%; 
}

.clear {
clear: both;
}

/* Clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* Cover */

#cover {
	width: 800px;
	height: 560px;
	background: url(images/harmas_gallery.jpg) no-repeat 0 0;
	position:absolute;
    top:50%;
    left:50%;
	margin-top:-280px;
    margin-left:-400px;

}

#cover h1 {
	width: 270px;
	height: 37px;
	margin: 262px 266px;
}
#cover h1 a {
	width: 270px;
	height: 37px;
	text-indent: -9999px;
	display: block;
	/*\*/overflow: hidden;/**/ 
}
