/*　基本構造　*/

body {
	background: url(../ishihara/shared/bg.jpg) center bottom fixed;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	}
	
div#wrapper{
	width: 854px;
	margin: 0 auto;
	}

div#foot{
	padding: 30px auto 0 auto;
}
	

/*　フォント　*/

.gray12px{
	font-size: 12px;
	color: #999999;
	}
	
.alert{
	color: #930;
	font-size: 10px;
	}
	
