@charset "utf-8";
/* CSS Document */

/*左カラム*/
#leftbox {
	float: left;
	margin-top: 16px;
}
/*ソーシャルプラグインエリア*/
#sns_area {
	padding: 0 20px;
}
/*フラッシュエリア*/
#fla_area {
	margin-left: 16px;
	padding: 15px;
	background: url(img/fla_base.png) no-repeat;
}
/*トピックスエリア*/
#topics {
	width: 711px;
	margin: 16px 16px 0 20px;
}
#topics_img {
	margin-bottom: 10px;
}
#topics_box {
	width: 671px;
	padding: 15px;
	border: #FCC 5px dotted;
}
.topics_area {
	background-color: #FFF;
}
/*トピックス内容*/
.topics_contents_1 {
	padding-bottom: 15px;
	border-bottom: #666 1px dotted;
}
.topics_contents_2 {
	margin-top: 15px;
}
.day {
	background: url(img/leaf.png) no-repeat 0% 50%;
	margin-bottom: 10px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 16px;
}
.text {
	margin-left: 25px;
	font-size:12px;
	line-height: 150%;
}
.link {
	display: block;
	margin: 10px 0 0 25px;
	width: 100px;
	height: 30px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(img/link.png);
	background-repeat: no-repeat;
}
a.link {
	background-position: 0 0;
}
a:hover.link {
	background-position: 0 -30px;
}
/*過去のトピックスへボタン*/
#topics_btn_area {
	width: 127px;
	margin: 15px 0 0 584px;
}
#topics_btn {
	display: block;
	width: 127px;
	height: 29px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(img/topics_btn.png);
	background-repeat: no-repeat;
}
a.#topics_btn {
	background-position: 0 0;
}
a:hover#topics_btn {
	background-position: 0 -29px;
}

/*右カラム*/
#rightbox {
	float: right;
	margin: 16px 16px 0 0;
}
.banner {
	padding: 11px;
	margin-bottom: 12px;
	background: url(img/banner.png) no-repeat;
}
.banner_bottom {
	padding: 11px;
	background: url(img/banner.png) no-repeat;
}
#APPOTOSEO_top .title
{
   border-bottom:0 !important;
   margin:0;
   padding:0;
}

