@charset "UTF-8";
/* CSS Document */


CSSソース
body,td,th {
font-family: ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3, Osaka;
font-size: 14px;
color: #333333;
}

img { border: 0px; }

body {
	text-align:center;
	background: #FFE5FB url(img/background.jpg) repeat-y scroll center;
	margin: 0px;
	padding: 0px;
}  

#wrap {
	width:1030px;
	text-align:left;
	margin:0 auto;
 }  

.header{
	
} 
 
 
#inner { margin:0 10px; } 
 
#mainWrap {
	width:750px;
	float:left;
	background: #FFFFFF;
	top: auto;
	bottom: auto;
 }  

#sideWrap {
	width:250px;
	float:right;
	background: #FFCFFD;
}  

.footer{
	background: #FFE2FC;
} 
.clear { clear:both; }  
.clear hr { display:none; }




/* テーブル */


table.circle{
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	padding: 20px;
}
.circle th{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#330000;
	background-color:#FF6600;
	background-image:url(../img/table-back.gif);
	background-position:left top;
	padding: 20px;
	text-align:center;
}
.circle td{
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    padding: 20px;	
}#wrap #inner #mainWrap p {
	text-align: center;
	font-size: 24px;
	color: #F09;
	font-weight: bold;
}
.button {
	background-color: hsla(195,83%,84%,1.00);
	width: 90%;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	-webkit-box-shadow: 2px 2px 3px 1px hsla(0,0%,82%,1.00);
	box-shadow: 2px 2px 3px 1px hsla(0,0%,82%,1.00);
	border-radius: 6px;
	color: hsla(229,94%,50%,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 20px;
	border: thin solid hsla(231,95%,48%,1.00);
	text-align: center;
}
.center {
	width: 100%;
	text-align: center;
}
