/* CSS Document */
/* 11/7特設プレビュー 共通CSS*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #000000;
	background-image:url("bg.jpg")/*tpa=https://mhf-z.jp/preview/2007_11/img/bg.jpg*/;
	font-size: 12px;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a{
	text-decoration: none;
	color:#fff799;
}

a:hover {
	text-decoration:underline;
}

#head_box {
	position:relative;
	margin: 0 auto;
	width: 950px;
	background-image:url("bg_head.jpg")/*tpa=https://mhf-z.jp/preview/2007_11/img/bg_head.jpg*/;
	background-repeat: repeat-y;
	color: #000000;
	height:313px;
}

/*---第1回ボタン---*/
.btn01 {
	position:absolute;
	top:210px;
	left:95px;
}

/*---第2回ボタン---*/
.btn02 {
	position:absolute;
	top:210px;
	left:310px;
	/*cursor:pointer;*/
}

/*---第3回ボタン---*/
.btn03 {
	position:absolute;
	top:210px;
	left:526px;
	/*cursor:pointer;*/
}

#wrapper_fix {
	margin: 0 auto;
	width: 950px;
	color: transparent;
}

#wrapper {
	margin: 0 auto;
	width: 830px;
	background-image:url("bg_main.jpg")/*tpa=https://mhf-z.jp/preview/2007_11/img/bg_main.jpg*/;
	background-repeat: repeat-y;
	color: #000000;
}

#main {
	margin: 0 auto 10px auto;
	width: 830px;
	color: #000000;
}

/*---サブメニュー---*/
.submenu{
	position:relative;
	margin: 0 auto;
	width:830px;
	height:34px;
	background-image:url("bg_submenu.jpg")/*tpa=https://mhf-z.jp/preview/2007_11/img/bg_submenu.jpg*/;
	background-repeat:no-repeat;
	margin-top:-16px;
	padding-top:10px;
	z-index:10;
}

.category{
	width:773px;
	margin:0 auto;
}

.cat_head{
	background-image:url("content_head.jpg")/*tpa=https://mhf-z.jp/preview/2007_11/img/content_head.jpg*/;
	background-repeat:no-repeat;
	height:18px;
}

.cat_mds{
	height:36px;
}

.cat_body{
	background-image:url("content_body.jpg")/*tpa=https://mhf-z.jp/preview/2007_11/img/content_body.jpg*/;
	background-repeat:no-repeat;
	height:546px;
}

.to_top{
	width:50px;
	text-align:right;
	font-size:10px;
	margin:-20px 60px;
	cursor:pointer;
}

.nana_comment{
	width:570px;
	text-align:left;
	font-size:12px;
	margin:4px 0px auto 80px;
	line-height:14px;
	color:#ff6000;
}

#footer {
	margin: 0;
	padding: 0;
	width: 830px;
	height: 46px;
	text-align: left;
	background-image: url("wq_bg_footer.jpg")/*tpa=https://mhf-z.jp/preview/2007_11/weekly/images/wq_bg_footer.jpg*/;
	background-repeat:no-repeat;
}

/* スペース */
.spc5 { height: 5px; margin: 0; padding: 0; font-size:2px; line-height:3px;}
.spc7 { height: 7px; margin: 0; padding: 0; font-size:2px; line-height:3px;}
.spc10 { height: 10px; margin: 0; padding: 0; font-size:2px; line-height:3px;}
.spc20 { height: 20px; margin: 0; padding: 0; font-size:2px; line-height:3px;}

/* タグ系 */
img {
	border: 0;
}

h1,h2,h3,h4,h5,div{
	margin: 0;
	padding: 0;
}

