/* ------------------------------------------------------------------
下記ページで使用しています。
/voi/contents/other/hakarikata/index.html
/voi/contents/other/hakarikata/index2.html
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
CSS liset
------------------------------------------------------------------ */
body {
	background:#ffffff;
	margin:0;
	padding:0;
}
#m_page * {
	margin:0;
	padding:0;
}
#m_page h1 {font-size:9px;}
#m_page ul,#m_page li,#m_page dl,#m_page ol {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#m_page {
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size:12px;
	line-height:160%;
	color:#666666;
	width:100%;
	padding:0;
	margin:0;
	letter-spacing:1px;
	text-align:center;
}

#m_page img {
	border:0;
	vertical-align:top;
}

/* ------------------------------------------------------------------
link
------------------------------------------------------------------ */
#m_page a:link { text-decoration:none; color:#666666; }
#m_page a:visited { text-decoration:none; color:#666666; }
#m_page a:hover { text-decoration:none; color:#d20000; }
#m_page a:active { text-decoration:none; color:#d20000; }

#m_page a.m_blue:link { text-decoration:none; color:#4f6397; }
#m_page a.m_blue:visited { text-decoration:none; color:#4f6397; }
#m_page a.m_blue:hover { text-decoration:underline; color:#4f6397;}
#m_page a.m_blue:active { text-decoration:underline; color:#4f6397; }

/* ------------------------------------------------------------------
clearfix
------------------------------------------------------------------ */
#m_page .m_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#m_page .m_clearfix {
	display: inline-table;
	min-height: 1%;
}
	
#m_page .m_clear{
	clear:both;
	display: block;
	font-size:1px;
	line-height:0px;
}

/* Hides from IE-mac \*/
* html #m_page .m_clearfix {height: 1%;}
#m_page .m_clearfix {display: block;}
/* End hide from IE-mac */

*html #m_page .m_clear{
	height:0px;
}
/* ------------------------------------------------------------------
common
------------------------------------------------------------------ */
#m_page .m_wrap{
	width:760px;
	margin:0 auto;
}

#m_page .m_pageTop a,
#m_page .m_pageBack a,
#m_page .m_close a,
#m_page .m_Foot {
	background-image:url(/voi/other/hakarikata/images/icon.gif);
	background-repeat:no-repeat;
}

/* 前のページ */
#m_page .m_pageBack {
	float:left;
	text-align:left;
	font-size:10px;
}
#m_page .m_pageBack a{
	padding-left:17px;
	margin-right:20px;
	_margin-right:10px;
	background-position:-660px center;
}
#m_page .m_close {
	float:right;
}
#m_page .m_close a{
	padding-right:17px;
	background-position:right center;
}

#m_page .m_Foot {
	width:100%;
	padding-top:10px;
	margin-top:20px;
	background:none;
}

/* header */
#m_page #m_header {
	padding-bottom:10px;
	border-bottom:solid 1px #d3d3d3;
}
#m_page #m_header .m_close {
	margin-top:10px;
}

/* footer */
#m_page #m_footer {
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid 1px #d3d3d3;
	font-size:10px;
	color:#888888;
}
#m_page #m_footer p {
	text-align:center;
}

/* ------------------------------------------------------------------
contents
------------------------------------------------------------------ */

#m_page #m_pop {
	margin:20px auto 0 auto;
	width:760px;
}

#m_page #m_pop #m_pop_main {
	text-align:center;
	margin:0 auto;
}

