*{
	margin: 0px;
	padding: 0px;

}
body {
    background:url('image/bg.jpg') repeat-x left top;
	line-height: 150%;
	text-align: center;
	margin: 0px;
}

h1 {
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding: 5px 0px 0px 0px;
	font-weight: normal;
}


/* ================================================ */
/* メイン     */
div#main {
	margin: 0px;
	padding: 0px 0px;
	width: 760px;
}

#main h2 {
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

div#page {
	border-left:solid 1px #169264;
	border-right:solid 1px #169264;
	background: #ffffff;
	width: 760px;
}



/* 左側     */

#left{
	width:450px;
	float:left;
	padding:10px 0;
}

.info {
	width: 420px;
	font-size: 10pt;
	text-align:left;
	line-height:120%;
	color: #333333;
	background: #eeeeee;
	margin: 5px 10px 15px 10px;
	padding: 0.5em;
	border: solid 1px #cccccc;
	background-color: #F3F3F3;
}

#left a{
	color:#333333;
}

#left a:hover{
	color:#f55555;
}

#left p{
	width:420px;
	font-weight:normal;
	margin-left: 5px;
	margin-bottom:10px; 
	text-align:left;
	color:#333333;
	font-size:13px;
	line-height:120%;
	border-bottom: #dcdcdc 1px solid
}

.text {
	width:420px;
	font-size: 12px;
	color: #333333;
	text-align: right;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
.table {
	width:390px;
	margin:0 10px 5px 15px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#cecece;
	font-size:12px;
	padding: 5px 5px;
}
.table td {
	padding:3px;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#cecece;
	text-align:center;
	font-size:12px;
}
.shadow10{
  width: 410px;/*全体の幅*/
  background-color: #CCCCCC;/*影の色*/
  margin: 20px 10px 10px 20px;
  padding-right: 10px;
  padding-bottom: 0px;
}
  
.text10{
	width: 410px;
	font-size: 10pt;
	text-align:left;
	line-height:130%;
	color: #333333;
	position: relative;
	background: #ffffff;
	margin: -10px -10px 10px -10px;
	padding: 0.5em;
	border: solid 1px #767679;
	left: 82px;

}

.text11{
  width: 114px;/*全体の幅、shadowと同じに*/
  font-size: 8pt;/*全体の文字サイズ*/
  text-align:left;
  line-height:120%;
  color: #333333;
  position: relative;
  background: #ffffff;/*文字部分の背景色*/
  margin: -10px -10px 10px -10px;
  padding: 0.2em;/*内部の余白*/
  border: solid 1px #cccccc;
}

.text12{
  width: 400px;/*全体の幅、shadowと同じに*/
  font-size: 10pt;/*全体の文字サイズ*/
  text-align:center;
  line-height:110%;
  color: #333333;
  position: relative;
  background: #C8ECEC;/*文字部分の背景色*/
  margin: 10px -10px 10px -10px;
  padding: 0.2em;/*内部の余白*/
  border: solid 1px #cccccc;
}

#left h2{
	text-align:left;
	border-left:7px solid #688DB3;
	color: #688DB3;
    padding:0px 5px;
	font-size:15px;
    margin: 10px;
}

#left h3{
	text-align:left;
	border-left:6px solid #999999;
	color: #999999;
    padding:1px 5px;
	font-size:13px;
}


/* 右側     */

#right{
	width:300px;
	float:right;
	padding:10px 0;
}

#right a{
	color:#f18585;
}

#right a:hover{
	color:#f55;
}

#right p{
	width:290px;
	font-weight:normal;
	margin-left: 5px;
	margin-bottom:10px; 
	text-align:left;
	color:#555555;
	font-size:13px;
	line-height:120%;
}

#news{
	width: 280px;
	font-size: 10pt;
	text-align:left;
	line-height:120%;
	color: #333333;
	position: relative;
	background: #eeeeee;
	margin: 10px -10px 10px -10px;
	padding: 0.5em;
	border: solid 1px #cccccc;
	background-color: #F3F3F3;
}

#right h2{
	text-align:left;
	border-left:7px solid #D7C39C;
	color: #D7C39C;
    padding:0px 5px;
	font-size:15px;
    margin: 10px;
}

.table1 {
	width:280px;
	margin:0 10px 5px 15px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#D7C39C;
	font-size:12px;
	padding: 5px 5px;
}
.table1 td {
	padding:3px;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#D7C39C;
	text-align:center;
	font-size:12px;
	background: #F5F4E7;
}

/* ページトップ */
#pagetop{
	padding:5px;
	text-align:right;
}

/* ================================================ */
/* フッター */

div#foot {
	border-top: 1px solid #cccccc;
	padding: 0px;
	clear: both;
	margin: 0px;
	background: #ffffff;
}

#foot p {
	margin-left: 10px;
	MARGIN-TOP: 5px; 
	FONT-SIZE: 12px; 
	MARGIN-BOTTOM: 10px; 
	COLOR: #666666; 
	LINE-HEIGHT: 120%; 
	TEXT-ALIGN: left;
}

