@charset "UTF-8";


.grade {
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#FAFAFA));
	background: -webkit-linear-gradient(#FFFFFF, #FAFAFA);
	background: -moz-linear-gradient(#FFFFFF, #FAFAFA);
	background: -ms-linear-gradient(#FFFFFF, #FAFAFA);
	background: -o-linear-gradient(#FFFFFF, #FAFAFA);
	background: linear-gradient(#FFFFFF, #FAFAFA);
	-pie-background: linear-gradient(#FFFFFF, #FAFAFA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff6600'); /* IE6,7用 */
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ff0000, EndColorStr=#ff6600)"; /* IE8,9用 */
}

.grade2{
	background: #FFFFFF;
	background: -moz-linear-gradient(center top, #ffffff 4%,#e6e6e6 18%,#ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.04, #ffffff),color-stop(0.18, #e6e6e6),color-stop(1, #ffffff));
	background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0.04, #ffffff),color-stop(0.18, #e6e6e6),color-stop(1, #ffffff));
	background: -ms-linear-gradient(linear, left top, left bottom, color-stop(0.04, #ffffff),color-stop(0.18, #e6e6e6),color-stop(1, #ffffff));
	background: -o-linear-gradient(linear, left top, left bottom, color-stop(0.04, #ffffff),color-stop(0.18, #e6e6e6),color-stop(1, #ffffff));
	background: linear-gradient(linear, left top, left bottom, color-stop(0.04, #ffffff),color-stop(0.18, #e6e6e6),color-stop(1, #ffffff));
	-pie-background: linear-gradient(linear, left top, left bottom, color-stop(0.04, #ffffff),color-stop(0.18, #e6e6e6),color-stop(1, #ffffff));
}


.radius {
	border: 1px solid #94B2CB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.boxshadow {
	-moz-box-shadow: 0 0 2px #999, 0 0 5px #999, 2px 2px 6px #999;
	-webkit-box-shadow: 0 0 2px #999, 0 0 5px #999, 2px 2px 6px #999;
	box-shadow:  0 0 2px #999, 0 0 5px #999, 2px 2px 6px #999;
	behavior: url(../pie/PIE.htc);
}

.relative-center {
	position:relative;
	margin-right:auto;
	margin-left:auto;
}

.textshadow{
	text-shadow:2px 2px 2px #666;
}

.alpha{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}#accordion {
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 40px;
	padding: 0px;
}
.accordion {
	color:#033;
	font-family: Verdana, Arial;
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* ------------------------------------------------------------
	Content
------------------------------------------------------------ */
.content {
	padding: 0px;
	height: auto;
	width: 100%;
	margin: 0px;
}
.content p {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.content a {
	color: #000;
	line-height: 40px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	vertical-align: middle;
	font-size: 110%;
	height: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
