body, html{
	height: 100%;
}

body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #f0e3c2;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	width: 1100px;
}
#container { 
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	position: relative;
	height: auto !important;
	height: 100%;
	min-height:100%;
} 


/* ========ヘッダー============================================================================================== */
#header { 
	background-image:url("img/header_maloon.png");
	padding: 0 10px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
} 

#header h1 {
	clear:both;
	margin: 0;
	font-size:2em;
	color:#ffffff;
	padding: 10px 0;
}

#header01{
	float:left;
	width:400px;
	margin:10px 10px 0; /* 上、左右、下*/
}
#header02{
	float:right;
	width:400px;
	text-align:right;
	margin:20px 10px 0; /* 上、左右、下*/
	font-size:0.75em;
}

/* ========wrapper====================================================================================== */
#wrapper{
	background-image:url(img/side_back.gif);
	background-repeat:repeat-y;
	background-position:right top;
	overflow:hidden;
	width:100%;
	height:100%;
	padding-bottom:50px;
}

/* ========左(メインコンテンツ)================================================================================== */
#mainContent { 
	width:650px; 
	float:left;
	margin: 0px 0px; /* 左マージンは、適切に整列されるように、ヘッダーおよびフッターのマージンと同じである必要があります。 */
	background: #ffffff;
	height:100%
} 
#mainContent h2{ 
	font-size:1em;
	border-bottom:solid 3px #9b7a5a;
	margin:30px 20px;
	padding-bottom:3px;
	color:#502525;
} 

#mainContent p{ 
	font-size:0.9em;
	line-height:1.5em;
}

#p1{ 
	margin-left:260px;
}
#p2{ 
	clear:both;
}

#p3{ 
	margin-left:30px;
}

.imgleft{
	float:left;
	margin:0 15px 15px;
}
.imgright{
	float:right;
	margin:0 15px 15px;
}
.dsp{
	text-align:center;
}
/* ========右（サイドバー)====================================================================================== */
#sidebar{
	font-size:0.75em;
	line-height:1.2em;
	width:175px; 
	float: right;
	margin:10px 10px; 
}
#sidebar h3,h4,p {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
}

/* ========フッター============================================================================================= */
#footer { 
	clear:both;
	background:#502525; 
	width:100%;
	position:absolute;
	bottom: 0;
	height:50px;
} 
#footer_inner {padding:15px 10px; }

#footer p {
	color:#ffffff;
	font-size:0.75em;
	margin: 0; 
}

a:visited{color:#0066cc;}	
a:link{color:#0066cc;}
a:hover {color:#FF9933;}
.font01 {color:#926d48;}
