﻿
/* ::::::::::::::::::::::::::::::ページ左分け*/


#left_side

{
	float:left;
	margin:0px;
	padding:0px;
	width: 610px;
	text-align:left;


}


/* ::::::::::::::::::::::::::::::タイトル*/


h1{
	margin:0px;
	padding:20px;
	padding-top:5px;
	padding-bottom:0px;
	width: 610px;
	height:35px;
	font-size:18px;
	text-align:left;
	line-height:35px;
	background-image: url(../images/floor/head.gif);
	background-repeat: no-repeat;
	background-postion: top;

}




/* :::::::::::::::::::::::::::::::リード*/


.read{
	margin:0px;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	line-height:20px;
	text-align:right;
	background-image: url(../images/floor/body.gif);
	background-repeat: repeat-y;
	background-postion: top;



}


/* :::::::::::::::::::::::::::::::フロアマップリード*/


.sub_title{
	margin:0px;
	padding:20px;
	padding-top:10px;
	padding-bottom:5px;
	color:#529900;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	background-image: url(../images/floor/body.gif);
	background-repeat: repeat-y;
	background-postion: top;


}




/* :::::::::::::::::::::::::::::::答え*/


.answer{
	margin:0px;
	padding:45px;
	padding-top:0px;
	padding-right:5px;
	padding-bottom:15px;
	color:#000;
	font-size:12px;
	font-weight:lighter;
	line-height:18px;
	text-align:left;



}


/* ::::::::::::::::::::::::::::::ムービーフッター*/


h2{

	margin:0px;
	margin-bottom:15px;
	padding:0px;
	width: 610px;
	height:15px;
	font-size:18px;
	text-align:left;
	background-image: url(../images/floor/foot.gif);
	background-repeat: repeat-y;
	background-postion: top;


}



/* ::::::::::::::::::::::::::::::タイトル*/


h3{

	margin:0px;
	padding:5px;
	margin-bottom:5px;
	width: 610px;
	font-size:16px;
	text-align:left;
	color:#529900;

}

















