BODY{
	font-size : 10pt;
	font-family : "MS UI Gothic", "Osaka";
	font-weight : bold;
	color : #2B2B2B;
	background-color: #FFFFFF;
	margin : 0px;
}

A:LINK{
	color : #6D6D6D;
	text-decoration : none;
}
A:VISITED{
	color : #6D6D6D;
	text-decoration : none;
}
A:ACTIVE{
 	text-decoration : none;
 	color:#6D6D6D;
}
A:HOVER{
	color : #6D6D6D;
	text-decoration : none;
}

A.bor:LINK{
	color : #6D6D6D;
	text-decoration: underline;
}
A.bor:VISITED{
	color : #6D6D6D;
	text-decoration: underline;
}
A.bor:ACTIVE{
 	color:#6D6D6D;
	text-decoration: underline;
}
A.bor:HOVER{
	color : #6D6D6D;
	text-decoration: underline;
}


.space{
	float : none;
	width : auto;
	height : 10px;
}

.title{
	float : none;
	width : auto;
	height : 53px;
}

.link_s{
	float : none;
	width : auto;
	height : auto;
	margin-left : 150px;
}

.l_button{
	float : left;
	width : auto;
	height : auto;
	padding-right : 5px;
}

.link{
	float : left;
	width : auto;
	height : 20px;
	font-size : 11pt;
}

.mes{
	float : none;
	width : auto;
	height : 20px;
	font-size : 11pt;
	font-weight : bold;
	color : 6D6D6D;
}

.mes_flame{
	float : none;
	width : 580px;
	height : auto;
	border : solid 1px;
	border-color : #6D6D6D;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 50px;
	padding-right : 50px;
}

.mes_n{
	float : none;
	width : auto;
	font-size : 10pt;
}

.photo{
	float : none;
	width : auto;
	height : auto;
}

.m_newp{
	float : left;
	width : auto;
	height : auto;
	font-size : 10pt;
	padding-top : 12px;
}

.p_newb{
	float : left;
	width : auto;
	height : auto;
	font-size : 10pt;
	padding-left : 20px;
}

.p_newb_c{
	<!-- 幅トップ画像にあわせる -->
	float : left;
	width : 580px;
	height : auto;
	font-size : 10pt;
}

.m_new{
	float : left;
	width : auto;
	height : 20px;
	font-size : 10pt;
}

.p_new{
	float : left;
	width : 35px;
	height : auto;
	font-size : 10pt;
	padding-right : 5px;
}

.p_newp{
	float : left;
	width : 35px;
	height : auto;
	font-size : 10pt;
	padding-right : 5px;
	padding-top : 12px;
}


.lay_clear{
	clear : left;
}
