/*  ページレイアウト  */
#m_page #m_Box {
	width:950px;
	margin:0;
	padding-left:10px;
}

#m_page #m_margin {
	margin-left:45px;
}
/*リンク*/
#m_page a:link { text-decoration:none; color:#000000; }
#m_page a:visited { text-decoration:none; color:#8c2846; }
#m_page a:hover { text-decoration:none; color:#d20000; }
#m_page a:active { text-decoration:none; color:#d20000; }

/* タイトル */
#m_page #m_titH1{
	display:block;
	float:left;
	width:443px;
	height:72px;
}

#m_page h1{
	font-size:6px;
	width:443px;
	height:72px;
	text-indent:0;
	overflow:inherit;
}

/* imageBox */
#m_page .m_imageBox_photo{
	height:370px;
	width:417px;
	float:right;
	position: relative; right: 45px;

}
#m_page .m_imageBox_info{
	height:298px;
	width:443px;
	float:left;
}
/* underNote */
#m_page .m_underNote {
	display:block;
	width:860px;
	padding-top:11px;
	padding-bottom:11px;
	clear:both;
}

#m_page .m_underNote .m_underNoteTxt{
	width:438px;
	line-height:1.3em;
	font-size:10px;
	color:#666666;
	clear:both;
	float:left;
}

#m_page .m_underNote .m_topBtn{
	height:35px;
	width:207px;
	padding-left:3px;
	float:right;
}

#m_page .m_underNote .m_allBtn{
	height:35px;
	width:417px;
	_width:420px;
	padding-left:3px;
	float:right;
}

/*----------------------------------------*/


