@charset "utf-8";

body {
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	font-size: 0.75em;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #333333;
/*
	text-align: center;
*/
	background-image: url(/img/com/com_bk_body.jpg);
	background-repeat: repeat-x;
}

#main-flash {
	width:900px;
	height:416px;
	margin:0px auto 15px;
	text-align:center;
}

/*講習会・イベント情報*/
#topics-table {
	width:600px;
	margin:20px 0px;
}

.topics-img {
	border:1px solid #CCCCCC;
	padding:1px;
	float:left;
	margin:0px 20px 0px 0px;
}

.topics-left-td {
	background-image:url(/img/top/topics_line_dotted.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-align:left;
	vertical-align:top;
	padding:15px 20px 15px 0px;
	width:50%;
}

.topics-right-td {
	background-image:url(/img/top/topics_line_dotted.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	text-align:left;
	vertical-align:top;
	padding:15px 0px 15px 20px;
	width:50%;
}

/*Blog情報掲載*/
#top-blog-box {
	background-image:url(/img/top/top_bk_blog_box.jpg);
	background-repeat:repeat-y;
	width: 100%;
}

#top-blog-news-box {
	float:left;
	width:399px;
}

#top-blog-news-box dl {
	margin:10px 5px 10px 35px;
}

#top-blog-news-box dt {
	color:#0A7BCC;
	font-size:90%;
}

#top-blog-news-box dd {
	background-image:url(/img/top/top_line_dotted.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

#top-blog-news-box a {
	color:#333333;
	text-decoration: none;
}

#top-blog-news-box a:hover {
	color:#333333;
	text-decoration: underline;
}

.blog-hiduke-span {
	background-color:#C2AB85;
	color:#FFFFFF;
	font-size:1.2em;
}

#top-blog-rankings-box {
	float:right;
	width:201px;
	line-height:120%;
}

#top-blog-rankings-box dl {
	background-color:#FFFFFF;
	margin:0px 21px 0px 15px;
	padding:0px 0px 10px;
	background-image:url(/img/top/top_bottom_rankings.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}

#top-blog-rankings-box dt {
	margin:0px 10px;
	padding:5px 0px 0px;
}

#top-blog-rankings-box dd {
	background-image:url(/img/com/com_line_dotted.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
	margin:0px 10px;
	padding:0px 0px 5px;
}

#top-blog-bottom-box {
	clear:both;
	background-image:url(/img/top/top_bottom_blog.jpg);
	background-repeat:no-repeat;
	text-align:right;
	height:50px;
}

