@charset "utf-8";


body {
	background:url(../../images/common/bg.gif);
	color:#fff;
	font-size:small;
	line-height:1.6em;
	font-family:メイリオ,"ＭＳ Ｐゴシック",Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}

* {
	margin:0;
	padding:0;
	font-style:normal;
}

hr {
	display:none;
}


a {
	color:#fff;
	text-decoration:none;
	overflow:hidden;
}


a:hover {
	color:#fff;
	text-decoration:underline;
}

ul {
	list-style:none;
}

.clear {
	clear:both;
}

/*clear*/	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
*html .iepngfix {
	behavior:expression(IEPNGFIX.fix(this));
} 
*html .iepngfix {
	behavior: url(iepngfix.htc);
}
*/

/*layout*/

/*head*/

#wrapper {
	width:790px;
	margin:0 auto;
}

#photo {
	width:640px;
	margin:18px auto 0 auto;
}

#caption {
	width:640px;
	margin:5px auto;
}

img { border:none;}

#caption p {
	text-align:right;
	font-size:0.8em;
}

#button {
	width:640px;
	margin:0 auto;
}

#button p.left_btn {
	width:100px;
	float:left;
}

#button p.right_btn {
	width:100px;
	float:right;
}

#button p.end_btn {
	width:114px;
	float:right;
}

#footer p {
	font-size:0.9em;
	color:#d7cc8e;
	text-align:center;
	padding-top:10px;
}













