/* charset */
@charset "utf-8";

/* トップスタイル */
#header {
	width: 900px;
	height: 452px;
}
.header {
	background-image: url(../images/topback.jpg);
	background-repeat: no-repeat;
}
#header1 {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	height: 30px;
}
#header1 a {
	color: #006633;
	text-decoration: none;
}
#header1 a:hover {
	color: #FF00FF;
	text-decoration: underline;
}
#header1 a:active {
	color: #FF00FF;
	text-decoration: underline;
}
.header1 {
	list-style-type: none;
	font-size: 60%;
}
#header2 {
	text-align: left;
	padding-top: 200px;
	padding-left: 30px;
	height: 222px;
}
.header2  {
	font-size: 95%;
	color: #FFFFFF;
	line-height: 130%;
	font-weight: normal;

}
/*ナビ*/
#topnabi {
	width: 100%;
	height: 56px;
}
/*コンテンツ*/
#contents {
	width: 100%;
	height: 204px;
}
#contents1 {
	width: 478px;
	height: 100%;
	float: left;
}
#contents1 img {
	float: left;
	margin-bottom: 5px;
	margin-left: 28px;
}
#contents1 iframe {
	float: left;
	margin-left: 28px;
	border: 1px solid #CCCCCC;
}
#contents2 {
	width: 192px;
	height: 157px;
	float: right;
	background-image: url(../images/topllia.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 28px;
	padding-left: 155px;
	text-align: center;
	padding-top: 30px;
}
#contents2 p {
	color: #006633;
	font-size: 75%;
	line-height:120%
}
#contents2 a {
	color: #FF00FF;
	text-decoration: none;
	font-size: 75%;
}
#contents2 a:hover {
	color: #6633FF;
	text-decoration: none;
	font-size: 75%;
}
#contents2 a:active {
	color: #6633FF;
	text-decoration: none;
	font-size: 75%;
}
/*フッター*/
