

.contents{
	height:850px;
	overflow:hidden;
	background-image:url(../images/background_paper.jpg);
	clear:both;
}
	


.main{
	position:relative;
	width:640px;
	height:715px;
	float:left;
	background-image:url(../images/paper_fiat500.png);
	background-repeat:no-repeat;
	margin:50px 0 0 50px;
}


.information{
	margin:45px 0 0 45px;
	width:540px;
}


.information h2{
	color:#d2b48c;
	font-size:22px;
	letter-spacing:0.2em;
	display:inline;
}


	
#text{
	margin-top:30px;
	margin-bottom:45px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:13px;
	color:rgb(64,34,15);
	letter-spacing:0.05em;
	line-height:1.7em;
}


.photo{
	clear:both;
	text-align:center;
}

.photo li {
	display: inline;
}

.photo img{
	margin:0 5px 10px 5px;
}

.photo a img:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
}

