/* 共通 CSS Document */
#wrap	{
	text-align: left;
	margin: 1em 5px;
}
#wrap a{
	color:#1B6497;
	text-decoration: none;
}

#wrap a:visited {
	color:#1B6497;
	text-decoration: none;
}

#wrap a:hover {
	color:#FFCC00;
	text-decoration:none;
	visiblity:visible;
	float:none;
	clear:none;
	position:relative;
	top:1px;
	left:1px;
}
#wrap a:active {
	color:#1B6497;
	text-decoration: none;
}
#wrap h2 {
	padding: 5px;
	font-size: 100%;
	background-color: #CCFFCC;
	line-height: 1.6em;
}
#wrap h3	{
	margin: 5px;
	padding-left: 2px;
	font-size: 100%;
}
#wrap p	{
	margin-left: 1em;
}
#wrap img	{
	margin: 3px;
	vertical-align: middle;
}
#wrap hr {
	clear: both;
}

.float-clear	{
	clear: both;
}


.first_title	{
	font-size: 130%;
	font-weight: bold;
	color: #585858;
	border-left: 10px solid #8FDAD2;
	border-bottom: 1px solid #8FDAD2;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 3px 3px 3px 5px;
	margin-left: 8px;
}
.first_title2	{
	border-bottom: 3px double #8FDAD2;
	padding: 0px 5px;
}
.second_title	{
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	border-right-style: none;
	border-left: 5px solid #66CCCC;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 3px 3px 3px 5px;
	background-color: #F3F3F3;
	margin-left: 8px;
}
.attention1	{
	color: #FF3300;
	font-style: normal;
}
.attention2	{
	color: #3333FF;
	font-style: normal;
}
.attention3	{
	color: #FFFF00;
	font-style: normal;
}
.attention4	{
	color: #CCCCCC;
	font-style: normal;
}
.attention5	{
	text-decoration: underline;
	font-style: normal;
}
.attention6	{
	font-size: larger;
}

.deco_small	{
	font-size: 80%;
	font-style: normal;
}
.deco_box1 {
	border: 1px dotted #999999;
	padding: 3px;
	font-size: 100%;
}
.deco_box2 {
	border: double 3px #FFFFFF;
	background-color: #CCCCCC;
	padding: 3px;
	color: #333333;
}
.text_upper	{
	vertical-align: super;
	font-size: 80%;
	font-style: normal;
}
.list_none	{
	list-style-type: none
}
/* 国語 */
#wrap #kokugo h2 {
	background-color: #E1C4E1;
	color: #333333;
}
#wrap #kokugo .deco_text {
	border-bottom: thin dashed #CC0099;
}

/* 英語 */
#wrap #eigo h2 {
	background-color: #FFDC93;
	color: #333333;
}
#wrap #eigo .deco_text {
	border-bottom: thin dashed #FF9966;
	font-size: 100%;
}

/* 理科 */
#wrap #rika h2 {
	background-color: #DFF8C0;
	color: #333333;
}
#wrap #rika .deco_text {
	border-bottom: thin dashed #669933;
	font-size: 100%;
}

/* 社会 */
#wrap #shakai h2 {
	background-color: #FFCCCC;
	color: #333333;
}
#wrap #shakai .deco_text {
	border-bottom: thin dashed #FF6699;
	font-size: 100%;
}

/* 情報 */
#wrap #joho h2 {
	background-color: #CAC9DC;
	color: #333333;
}
#wrap #joho .deco_text {
	border-bottom: thin dashed #585777;
	font-size: 100%;
}
#wrap #joho caption	{
	margin: 0px;
	padding: 5px;		
}

/* 数学 */
#wrap #sugaku .deco_back {
	padding: 5px;
	background-color: #B0C0FF;
	font-size: 100%;
	color: #333333;
}
#wrap #sugaku .deco_text {
	border-bottom: thin dashed #0066CC;
	font-size: 100%;
}
