@charset "UTF-8";

/* ----------------------------------------
Country Fan
Contest - General CSS (pc, html 4.01 and xhtml 1.0)
20070601
---------------------------------------- */

/*
div#container a:active {
	color:red;
	text-decoration:underline;
}

div#container a:hover {
	text-decoration:underline;
}

div#container a:link,
div#container a:visited {
	text-decoration:none;
}
*/

div#container li {
	list-style-image:url(../img/ill_c_10.gif);
}

div#container td {
/*	font-size:0.9em; */
}

form {
	display:inline;
}

div.clear {
	clear:both;
}


/* ---------- */
/* バナー広告 */
/* ---------- */
a.adbanner {
	display:block;
	width:168px;
	margin:0 auto 8px auto;
	border:1px #ccc solid;
	font-size:0.5em;
}
	a.adbanner:hover {
		border:1px #f66 solid;
	}

/* ---------------- */
/* banner on top */
/* ---------------- */
	ul#top_banner {
		width:760px;
		height:63px;
		margin:0 0 10px 0;
		padding:6px 0 16px 0;
		border-bottom:1px #ccc dotted;
		overflow:hidden;
	}
		ul#top_banner li {
			width:170px;
			float:left;
			list-style:none;
		}
			li#banner_1,
			li#banner_3 {
				margin:0 26px 0 0;
			}
			li#banner_2 {
				margin:0 27px 0 0;
			}
			li#banner_4 {
				height:65px;
			}

/* ---------------- */
/* banner on bottom */
/* ---------------- */
	ul#bottom_banner {
		width:760px;
		height:63px;
		margin:10px 0 0 0;
		padding:6px 0 16px 0;
		border-bottom:1px #ccc dotted;
		overflow:hidden;
	}
		ul#bottom_banner li {
			width:170px;
			float:left;
			list-style:none;
		}
			li#banner_5,
			li#banner_7 {
				margin:0 26px 0 0;
			}
			li#banner_6 {
				margin:0 27px 0 0;
			}
			li#banner_8 {
				height:65px;
			}



/* ----------- */
/* etc. (use?) */
/* ----------- */

.big {
font-size:1em;
line-height:1.3;
}

.big2 {
font-size:1.1em;
line-height:1.3;
}

.body12 {
font-size:0.9em;
line-height:1.2;
}

.circle_link {
background-color:#ffeeb3;
background-repeat:no-repeat;
color:#963;
font-size:0.9em;
font-weight:700;
text-decoration:none;
}

.link_shopbbs {
background-color:#cf0;
background-repeat:no-repeat;
color:#6c0;
font-size:0.9em;
font-weight:700;
text-decoration:none;
}

.menu_link {
background-color:#ffc;
background-repeat:no-repeat;
color:#f66;
font-size:0.9em;
font-weight:700;
text-decoration:none;
}

.middle {
	font-size:0.9em;
}

.morebig {
font-size:1.5em;
}

.nomal_link {
background-color:#fff;
}

.pitchfont {
font-family:"ＭＳ ゴシック","Osaka-等幅";
}

.school_link {
background-color:#ffe8dd;
background-repeat:no-repeat;
color:#ff5809;
font-size:0.9em;
font-weight:700;
text-decoration:none;
}

.small {
font-size:0.8em;
text-decoration:none;
}

a.wide160 {
	width:160px;
}

input.gr_button {
background-color:#e0fff0;
border-bottom:1px solid;
border-left:1px solid;
border-right:1px solid;
border-top:1px solid;
width:64px;
}

