/* CSS Document */
*{
margin:0;
padding:0;
zoom:1; /*IE BUG for ul numbers*/
}

html{
height:100%;
/*min-height:100%;*/
}

body{
padding:0px;
	margin:0px auto;
	background-color:#000;
	font-family:sans-serif;
	font-size:80%;
	height: 100%;
background-image: url(images/bk.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

/*IE BUG for ul numbers*/
ul,ol,li{zoom:normal;} 

/*A*/
a{
	color:#000000;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}


/*WRAPPER*/
div#wrapper{
margin: 0 auto;
height:100%;
min-height: 100%;
text-align:center;
}

body > #wrapper{
height:auto;	
}

/*CONTAINER*/
div#container{
	width:1053px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
text-align:left;
background-image: url(images/bk.jpg);
background-repeat: no-repeat;
background-position:center top;
}


div#header{
	width:850px;
	height:320px;
	background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-position: top center;
position:relative;
left:101px;
}

div.select{
width:830px;
position:relative;
top:240px;
left:30px;
}

ul.example {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.example li {
float: left;
width: 110px;
margin-right: 2px;
padding: 1px;
text-align: center;
}

.clearLeft { 
clear: left; 
}


div#main{
width:820px;
position:relative;
top:20px;
left:121px;
padding-bottom:50px;
}


.share{width:120px; position:relative; left:700px; top:10px;}

.title{
	padding-bottom:10px;
}

.photo{
width:800px;
text-align:center;
}

.photo img{
margin-left:5px;
}

.sub img{margin-top:10px;
}

.exp{width:750px; margin:20px; font-size:1.2em; line-height:1.5em;}

div.clear{
	clear:both;
}



div#footer{
	width:1053px;
	height:170px;
	position:relative;
	top:0px;
	background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
	margin-bottom:0px;
}


div#footer .copyrights{
position:relative;
top:50px;
text-align:center;
}
