@charset "utf-8";
*{
margin: 0;
padding: 0;}

/*for error.html*/
/*ドメイン内で404エラーが出た場合に表示するページです*/
#error_page p.message{
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	margin:10px; 
	}

#error_page a:link,
#error_page a:hover,
#error_page a:active,
#error_page a:visited{
	text-decoration:none;
	color:#000000;
}


#error_page #title{
	padding-top: 20px;
	}


/*for error.html*/


img{
	border: none;}
ul{	
	list-style: none;}
body{
		background: #fdf4e2;}

#wrap{
	width: 980px;
	margin: 0 auto;
	background: #fdf4e2;}
	
	
#title{
	width: 101px;
	height: 12px;
	margin: 0 auto;
	padding-top: 20px;
	/*margin-left: 440px;*/
	margin-bottom: 8px;}
	
#language li{
	float: left;	
	height: 12px;}
	
#language a{
	display: block;
	text-indent: -9000px;
	height: 12px;
	overflow: hidden;}

#language a:link,
#language a:visited {background-position: 0 -12px;}

#language a:hover,
#language a:active {background-position: 0 0;}	

#japanese{
	background: url(images/newsite/japanese.gif) no-repeat;
	width: 42px;}	
#english{
	background: url(images/newsite/english.gif) no-repeat;
	width: 59px;}
	
#photo{
	padding-left: 30px;
	padding-bottom: 20px;}

/***resize img***/
#wrap_resize{
	margin: 0px auto;
	background: #fdf4e2;
	text-align:center;}

div.resizeimage img{
	width:90%;}



