@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

#privilege {
	width: 538px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background-image: url("img/privilege/middle.gif");
	background-repeat: repeat-y;
	text-align: left;
}


body {
	padding: 0px 0px 0px 0px;
	margin: 20px auto 20px auto;
	width: 538px;
	color: #333333;
	background-color: #0d0e5b;
	background-image: url("img/privilege/bg.gif");
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" "Helvetica" "sans-serif";
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
}




h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px 30px 5px 30px;
	color: #CC0033;
	font-size: 14px;
}

h3 {
	margin: 0px 30px 2px 30px;
	font-size: 12px;
	color: #005566;
}

h4 {
	margin: 0px 30px 2px 30px;
	font-size: 12px;
	color: #005566;
}

ol {
	margin: 0px 30px 10px 70px;
	font-size: 12px;
}


p {
	margin: 0px 30px 5px 30px;
}

.note {
	font-size: 10px;
	color: #666666;
	line-height: 1.5em;
}


#correct {
	margin: 0px 30px 10px 30px;
	padding: 10px 10px 8px 10px;
	border: 1px solid #003366;
	line-height: 1.4em;
}

#correct h2 {
	margin: 0px 0px 5px 0px;
	color: #003366;
	font-size: 12px;
}

table, td {
	font-size: 12px;
}

#correct p {
	margin: 0px 0px 5px 0px;
}

table {
	margin: 0px 0px 5px 30px;
}



a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFAA00;
	text-decoration: underline;
}

.right {
	margin: 0px 0px 0px 10px;
	float: right;
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*Hides from IE-mac */
*html .clearfix {height:1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

