/*-----COMMON-----*/
*{
	margin:0;
	padding:0;
}



body {
	text-align:center;
	background-image: url(../images/base_bg.gif);
	margin: 0px;
	padding: 0px;
	font-family:
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
	"Osaka",
	"メイリオ", "Meiryo",
	"ＭＳ Ｐゴシック", "MS P Gothic",
	Helvetica, Arial, sans-serif;
}

.mgn10{
	margin:10px 0;
}

.mgn20{
	margin:20px 0;
}

/*-----LINK-----*/
a:link {
	color: #0096FF;
	text-decoration: underline;
}
a:visited {
	color: #0096FF;
	text-decoration: underline;
}
a:hover {
	color: #5CBEFF;
	text-decoration: underline;
}

p{
margin:10px;
}



/*-----TEXT-----*/
.m {
	font-size: 12px;
	line-height: 1.5;
}
.s {
	font-size: 10px;
	line-height: 1.5;
}


#base {
 margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

#base .exTable {
	background-image:url(../images/bg.gif);
	padding:10px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center;
}

.c666666 {
 color:#666666;
}


.exTable table.tableEx {
	margin:0 auto;
}

.of {
	width:230px;
	overflow:auto;
}
