/*-- yashica.jp css  --*/
body {
	font-size: 13px;
	font-family: "MS ui gothic" , "Verdana" , "Big Calson";
	margin: 0px;
	padding: 0px;
	height:100%;
	color: #474747;
	line-height:1.5;
	text-align:center;
	background-image: url(../images/temp/bg.gif);
	background-repeat: repeat-x;	
	}
	
/*div-center*/
html, body { 
height: 100%; 
margin: 0; 
padding: 0; 
} 
div#shiv { 
background: transparent; 
width: 100%; 
height: 35%; 
margin-top: -30px; 
float: left; 
} 
div#jump { 
background: #ffffff;
border:#CCCCCC solid 3px;
margin-left:auto;
margin-right:auto;
width: 550px; 
height: 320px;
padding:30px;
clear: both; 
position: relative;
top: -30px; 
} 

/* Hide from IE5mac *//*/ 
div#shiv { 
display: none; 
} 
html, body { 
height: auto; 
} 
/* end hack */



/*-- リンクの色指定  --*/
a:link {
	color: #FF6F00;
	text-decoration: none;
	
}
a:visited {
	color: #FF6F00;
	text-decoration: none;
}
a:hover {
	color: #FF6F00;
	text-decoration: underline;
}
a:active {
	color: #FF6F00;
	text-decoration: none;
}

em { 
	font-style:normal;
	font-weight:bold;
}

/*-- 文字色指定  --*/
.gray {color: #999999}
.orange {color: #FF9900}
