body, html{
	height: 100%;
}

body{
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #E3BFBF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	width:1000px;
}

A:visited{color:#0066cc;}	
A:link{color:#0066cc;}
A:hover {color:#FF9933;}

span.font10{
	display:block;
	font-size:10pt;
	padding:0px;
	margin-right:20px;
	text-align:right;
}

p.end{background-color:yellow;text-align:center;}
p.clr{
	clear:both;
	margin:0;
}

#container { 
	width: 950px;
	background: #fff;
	margin: 0 auto; /* 自動マージン(幅と連動)により、ページが中央揃えになります */
	padding: 0;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	position: relative;
	height: auto !important;
	height: 100%;
	min-height:100%;
}

/* ==ヘッダー========================================================== */
#header {
	width:950px;
	background: #e01d3b;
	padding: 0px;
} 
#header h1 {
	width:100%;
	margin:0;
	padding:0;
}

#header span{
	font-size:10pt;
	font-weight:normal;
}

#header2 {
	width:950px;
	background: #fff;
	padding: 0px;
} 

/* ==上メニュー ============= */
.flgc_navi{
	display:block;
	height:15px;
	width:300px;
	margin-left:0px;
}

.flgc_navi li{
	font-size:10pt;
	display:block;
	float:left;
	margin-left:10px;
}

.flgc_navi a{
	text-decoration:none;
	display:block;
	width:120px;
	height:15px;
	border:1px solid #dddddd;
	text-align: center;
}

.flgc_navi a:hover{
	display:block;
	background:#da0a3b;
	color:#ffffff;
}

.flgc_navi a.act{
	display:block;
	background:#da0a3b;
	color:#ffffff;
}

/* ==メインコンテンツ==================================================== */
#mainContent { 
	width:650px; 
	float:left;
	margin: 0px 0px 0px 20px; /* 左マージンは、適切に整列されるように、ヘッダーおよびフッターのマージンと同じである必要があります。 */
	background: #ffffff;
	height:100%
}

#mainContent h1,h3,h4{ 
	color:#ed275c;
	margin-bottom: 5px;
} 

#mainContent p{ 
	line-height:1.5em;
} 

#mainContent div{ 
	padding: 10px 0;
	background-color: #EBEBEB;
	text-align:center;
} 

/* ========右（サイドバー)=============================================== */
#sidebar{
	width:235px; 
	float: right;
	margin:0 10px 20px 0;
}

#sidebar .div01{
	margin:0;
	padding:10px;
	background-color:#eeeeee;
	text-align:center;
	font-size:10pt;
	font-weight:normal;
	color:#BB1324;
}

/* ==右メニュー ========= */
.menu	{width: 200px;
	overflow: hidden;}

.menu li	{margin-bottom: 0;
	list-style-type: none;
	line-height: 0;
	border-bottom: solid 1px #ffffff;}

.menu li a	{display: block;
	line-height: 30px;
	padding-left: 10px;
	background-color: #719a18;
	color: #ffffff;
	font-size: 0.75em;
	text-decoration: none;}

.menu li a:hover	{background-color: #0ce0c0}

.menu ul	{margin: 0;
	padding: 0;
	border-top: solid 1px #ffffff;}


/* ========フッター===================================================== */
#footer { 
	clear:both;
	margin: 10 0 0 0; /* 上、右、下、左 */
	background: #ffffff;
	width:100%;
	height:50px;
} 

