/*　基本構造　*/

body {
	background: url(../shared/bkgnd_aw.jpg) repeat center top 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#head{
	width: 854px;
	height: 25px;
	background: url(../shared/bg-top.png) no-repeat center top;
	}
	
div#main{
	width: 854px;
	background-image: url(../shared/bg-middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	}
	
div#bottom{
	width: 854px;
	height: 25px;
	background: url(../shared/bg-bottom.png) no-repeat center top;
	}
	
/*　フォント　*/

.gray12px{
	font-size: 12px;
	color: #999999;
	}
	
.alert{
	color: #930;
	font-size: 10px;
	}
.red {
	font-size: 14px;
	color: #F30;
}
	
	/*　リンク　*/

a:link{
	color: #14a7dc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}
	
	
.report_title{
	font-size: 16px;
	color: #716542;
	font-weight: bold;
}

	
