body, div, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/top_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka", "sans-serif";
	font-size: 90%;
	background-color: #EEEEEE;
}
img {
	border-style: none;
}
h2 {
	font-size: larger;
}
#header, #main, #footer {
	margin: 0 auto;
	width: 730px;
}
#main{
	background-image: url(../images/main_back.jpg);
	background-repeat: repeat-y;
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 36px;
}
#footer {
	background-image: url(../images/foot_back.jpg);
	background-repeat: repeat-y;
	border-top: solid 1px #989898;
	clear: both;
}
#footer p {
	margin-top: 16px;
	padding-bottom: 16px;
	line-height: 1.6;
}
#footer span {
	font-size: smaller;
}
.menu a {
	text-decoration: none;
}
.menu a:link, #footer a:link {
	color: #CC0000;
}
#div_L, #div_R {
	float: left;
	padding-top: 14px;
	text-align: left;
}
#div_L {
	width: 508px;
	margin-left: 1px;
}
#div_R {
	width: 219px;
}
.arc_title {
	width: 480px;
	height: 40px;
	background-image: url(../images/arc_title.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: larger;
	font-weight: bold;
	text-align: left;	
	padding-top: 12px;
	padding-left: 8px;
	margin-bottom: 24px;
}
.arc_title, .column {
	margin-left: 16px;
}
.column {
	width: 480px;
	background-image: url(../images/col_back.jpg);
	background-repeat: repeat-y;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	text-align: left;
	margin-bottom: 32px;
}
.arc_title h2, .column h2, .col_m, .follow {
	margin-left: 8px;
}
.column h2 {
	color: #CC0000;
	margin-top: 12px;
	margin-bottom: 12px;
}
.column h3 {
	font-size: 16px;
	border-left: solid 4px #FF6600;
	padding-left: 12px;
	margin-bottom: 12px;
}
.col_m {
	line-height: 1.3;
	letter-spacing: 1.2;
	margin-bottom: 4px;
	margin-right: 8px;
}
.follow {
	padding-top: 6px;
	padding-bottom: 12px;
}
.col_b {
	background-image: url(../images/col_b_back.jpg);
	background-repeat: repeat-y;
	text-align: right;
	font-size: smaller;
	padding: 3px;
	margin-top: 6px;
}
.col_b a {
	margin-right: 8px;
}
.menu {
	background-image: url(../images/menu_back.jpg);
	background-repeat: repeat-y;
	width: 200px;
	font-size: 13px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	text-align: center;
	margin-left: 6px;
}
.menu_b {
	padding: 10px 8px;
	border-top: solid 1px #999999;
	text-align: left;
}
.linkbbs {
	font-size: 90%;
	line-height: 1.8;
	margin-left: 6px;
	text-align: left;
	padding: 10px 8px;
}
.counter {
	text-align: center;
	margin-top: 20px;
}
table#sp_cal2 {
	width: 192px;
}
#sp_cal,
#sp_cal2 { 
	border-collapse: collapse;
	border: solid 1px #000000;
	font-size: 12px;
	margin-bottom: 4px;
	empty-cells: show;
}
#sp_cal th,
#sp_cal td,
#sp_cal2 th,
#sp_cal2 td {
	border: solid 1px #aaa;
	text-align: center;
	vertical-align: middle;
	height: 1.4em;
}
#sp_cal th,
#sp_cal td {
	padding: 4px;
}
#sp_cal2 th,
#sp_cal2 td {
	padding: 0 4px;
}
#sp_cal th,
#sp_cal2 th { background-color: #efefef; }
#sp_cal td { font-weight: bold; }
#sp_cal caption,
#sp_cal2 caption { color: #CC0000; padding-bottom: 6px; padding-top: 24px; }
#sp_cal2 span {
	font-size: 80%;
}

td.sp_red, td.sp_red_day { color: red; }
td.sp_day, td.sp_red_day { background-color: #FFCCFF; }
.pink,
.emptybox {
	border: solid 1px #333333;
	font-size: 12px;
	vertical-align: 10%;
}
.pink {
	background-color: #FFCCFF;
}
.sp_detail {
	padding-left: 52px;
	font-size: 90%;
}
.sp_detail2 {
	text-align: left;
	font-size: 90%;
}
.mini {
	background-color: #fc9;
}
.beginner {
	background-color: #ffc;
}
.word {
	background-color: #cfc;
}
.exel {
	background-color: #c9f;
}
.pract {
	background-color: #6cf;
}
p.bbs {
	padding-left: 10px;
	font-size: 90%;
}
table.leader {
	border-collapse: collapse;
	font-size: 90%;
}
table.leader,
table.leader th,
table.leader td {
	border: solid 1px #999;
}
table.leader th,
table.leader td {
	padding: .3em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* x \*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* */