@import url('reset.css');

body{
	background:#FFFFFF;
	color:#000;
	font-family: 'Gill Sans','Quattrocento Sans', 'ＭＳ ゴシック',Arial, sans-serif;
	font-size:12px;
	overflow:hidden; 
}

a{
	color:#181818;
	text-decoration:none;
}

a:hover{
	color:#CCCCCC;
	text-decoration:none;
}

#container{
    height:640px;
    width:950px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-320px;
    margin-left:-500px;

}

#main-image{
    height:500px;
	margin-bottom:60px;
}

#menu{
	background:#FFFFFF;
	width:950px;
	height:45px;
	margin-bottom:15px;
}


.main-left {
    float:left;
	margin-left:100px;
}

.main-left a.photolink {
   display: block;
   width: 180px; /* 画像1枚分の横幅 */
   height: 23px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../images/left.jpg"); /* 画像ファイル名 */
}

.main-left a.photolink:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

.main-right {
    float:left;
	margin-left:80px;
}

.main-right a.photolink {
   display: block;
   width: 180px; /* 画像1枚分の横幅 */
   height: 23px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../images/right.jpg"); /* 画像ファイル名 */
}

.main-right a.photolink:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

#fotter{
    width:950px;
}

.copyright{
	width:950px;
	height:20px;
	background:#FFFFFF;
	opacity:0.9;
	text-transform:none;
	z-index:4;
	margin:15px;
	font-size:10px;
	color:#999999;
	font-family: 'Gill Sans','Quattrocento Sans', 'ＭＳ ゴシック',Arial, sans-serif;
	text-align:right;
}
