/* ガイドエリア左上 */
#contents-left1{
	width:360px;
	height:auto;
	float:left;
	border:1px solid #641E00;
	margin-top: 20px;
} 

/* ガイドエリア左下 */
#contents-left3{
    width:360px;
    height:auto;
    float:left;
    border:1px solid #641E00;
    margin-top:10px;  
} 

/* ガイドエリア右上 */
#contents-right1{
	width:360px;
	height:auto;
	float:right;
	border:1px solid #641E00;
	margin-top: 20px;
} 

/* ガイドエリア右下*/
#contents-right3{
    width:360px;
    height:auto;
    float:right;
    border:1px solid #641E00;
	margin-top: 10px;
} 

/* フラッシュエリア */
#contents-left2{
	width:352px;
	height:200px;
	float:left;
	text-align:center;
	margin-top: 10px;
} 


/* 更新履歴エリア */
#contents-right2{
	width:360px;
	height:200px;
	float:right;
	margin-top: 10px;
} 

/* 更新履歴タイトル */
.contents-head{
	width:348px;
	height:auto;
	float:right;
	border-left:7px solid #641E00;
	border-bottom:1px solid #641E00;
	padding-left:5px;
	color: #FFFFFF;
}

/* 更新内容*/
#contents-main{
	width:347px;
	height:170px;
	float:right;
	font-size: 12px;
	line-height:140%;
	overflow:auto;
}

/* ガイドタイトル*/
.contents-head2{
	width:360px;
	height:20;
	background-color:#641E00;
	line-height: 140%;
	text-align:center;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(/sozai/tableback.gif);
}

/* ガイドメニュー右上*/
.guide-ru{
	width:148px;
	height:auto;
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:10px;
}

/* ガイドメニュー右下*/
.guide-rl{
    width:148px;
    height:25px;
    float:right;
	margin-right:10px;
}

/* ガイドメニュー左上*/
.guide-cu{
    width:141px;
    height:auto;
	margin-left:40px;
    float:left;
	margin-top:15px;
	margin-bottom:15px;
}

/* ガイドメニュー左下*/
.guide-cl{
    width:141px;
    height:25px;
    float:left;
	margin-left:40px;
	margin-bottom:0px;
}	

/* 見出し*/
h1{
	display:inline;
	color:#000080;
	font-size:16px;
	line-height: 200%;
}

h2{
  display:inline;
  color:white;
  font-size:14px;
  line-height:140%;
}

h3{
  display:inline;
  color:white;
  font-size:14px;
}

h4{
	display:inline;
	color:#000000;
	font-size:12px;
}

h5{
  display:inline;
  color:black;
  font-size:14px;
  line-height:140%;
}

