@charset "utf-8";
@import url("./common.css");

/* =========================================================================
	2カラム
========================================================================= */
.column_left {
	float: left;
}

.column_right {
	float: right;
}

/* =========================================================================
	動くニュースバー
========================================================================= */
.newsbar {
	width: 730px;
	height: 28px;
	background: url(../images/marquee_back.jpg) left bottom no-repeat;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 12px 15px 0px 35px;
}

/* =========================================================================
	マカロンのためいき
========================================================================= */
.top_image {
	width: 380px;
	height: 570px;
	background: url(../images/back_flash.gif) no-repeat;
	padding:3px;
}

/* =========================================================================
	マカロンのためいき
========================================================================= */
.topics {
	width: 374px;
	margin-bottom: 20px;
	overflow: hidden;
	background: url(../images/back_topics.gif) left bottom no-repeat;
}

.topics iframe {
	width: 366px;
	height: 437px;
	margin: 0 3px 3px 3px;
}

/* =========================================================================
	モバイル
========================================================================= */
.mobile {
	width: 356px;
	height: 62px;
	padding: 9px;
	background: url(../images/back_mobile.gif) left bottom no-repeat;
}

.mobile dt {
	width: 68px;
	float:left;
}

.mobile dd {
	float:left;
}

