@charset "shift_jis";

@import url("default.css");

/* ----------------------------------------------- */
/* clearfix */

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/* iepngfix */

.iepngfix {
	behavior: url(images/iepngfix.htc);
}

/* ----------------------------------------------- */
/* リンクのスタイル */

a:link {
	color:#9839a0;
	text-decoration:underline;
}

a:visited {
	color:#9839a0;
	text-decoration:underline;
}

a:hover {
	color:#c663cf;
	text-decoration:none;
}

a:active {
	color:#9839a0;
	text-decoration:underline;
}

/* ----------------------------------------------- */
/* メインコンテンツ */

.container {
	width:1000px;
	margin:0px auto;
	color:#2e0304;
}

.wrapper {
	width:850px;
	margin:0px auto;
}

.top_area {
	width:850px;
	height:420px;
	background:url(../images/teiki_mfnw_top.jpg) no-repeat;
	text-indent:-9999px;
}

.topic_area {
	width:850px;
	height:315px;
	background:url(../images/teiki_mfnw_topic.jpg) no-repeat;
	text-indent:-9999px;
}

.attention_area {
	width:850px;
	height:208px;
	background:url(../images/teiki_mfnw_attention.jpg) no-repeat;
	text-indent:-9999px;
}

.footer_area {
	width:850px;
	margin:40px auto 0px auto;
}

.footer_area p {
	text-align:center;
	margin-bottom:20px;
}

.copyright {
	width:850px;
	height:37px;
	background:url(../images/copyright.png) no-repeat;
	text-indent:-9999px;
}