/* -----------------------------------
standard
----------------------------------- */
body {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 100%;
}

/* -----------------------------------
layout wrap
----------------------------------- */
#wrap {
	line-height: 120%;
	width: 645px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 80%;
}
#wrap-a {
	padding-top: 0px;
}
#wrap-b {
	line-height: 120%;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 80%;
}
/* -----------------------------------
header
----------------------------------- */
#header {
	background-image: url(../image/point03.jpg);
	background-repeat: no-repeat;
	background-color: #D3F3AC;
	padding-left: 20px;
	height: 35px;
	border-right: 1px solid #107F00;
	border-bottom: 1px solid #107F00;
	border-left: 1px solid #107F00;
}

#header img{
	margin-top: 4px;
}
#head_right {
	float: right;
	width: 390px;
}
#head_right img{
	border: none;
}
#head_right ul {
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}
#head_right ul li{
	padding-left: 15px;
	background-image: url(../image/point02.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	float: left;
	margin: 10px 5px 7px 10px;
}
#head_right form {
	margin-bottom: 0px;
	margin-top: 6px;
	padding: 0px 5px;
}
#head_right form input{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#head_right form input#search{
	width:110px;
}
#head_right form strong{
	color: #996600;
}
#head_left {
	float: left;
}

/* -----------------------------------
pan list
----------------------------------- */
#pan {
	margin-top: 5px;
	margin-bottom: 5px;
}
#pan img{
	vertical-align: middle;
}
/* -----------------------------------
calender
----------------------------------- */
#DATE{
	text-align: right;
}

/* -----------------------------------
two colum
----------------------------------- */
.LEFT {
	width: 320px;
	float: left;
	text-align: center;
	margin-top: 0px;
}
.RIGHT {
	width: 320px;
	float: right;
	text-align: center;
	margin-top: 0px;
}
/* -----------------------------------
information
----------------------------------- */
#INFO {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: right;
}
/* -----------------------------------
footer
----------------------------------- */
#footer {
	background-color: #D3F3AC;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#footer span{
	font-size: 90%;
}
#FOOTER {
	background-color: #D3F3AC;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#FOOTER span{
	font-size: 90%;
}
/* -----------------------------------
float clear
----------------------------------- */
.clear {
    clear: both;
}
.CLEAR {
    clear: both;
}