/* 	ブラウザスタイルの初期化	*/
*{
	margin:0;
	padding:0;
}

@charset "utf-8";

/*--------------------------------------------------------------------*/
/*各タグの設定*/
/*--------------------------------------------------------------------*/



/* 	背景設定	*/
body{
	background:#ccffcc;
}
#mainpage{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:#ccffff url(../img/background.gif) repeat-y top left;
}
#mainpagein{
	margin:10px 10px 10px 10px;
}


/* 	タイトル	*/
#titleimage{
	margin-left:auto;
	margin-right:auto;
}

/* 	トップメニュー	*/
#topmenu{
	background:#999999;
	margin:10px 0px 10px 0px;
}
#topmenu ul{
	list-style-type:none;
}
#topmenu ul li{
	float:left;
}

/* 	メインイメージ	*/
#mainimage{
	clear:both;
	padding:5px 0px 15px 0px;
}

/* 	情報	*/
.infoleft{
	float:left;
	width:430px;
}
.inforight{
	float:right;
	width:430px;
}
.info{
	clear:both;
	margin:5px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}
.infotext{
	margin:5px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	background:#ffffff;
}
.infotext p{
	color:#666666;
	font-size:14px;
}

.infotext img{
	margin:5px auto 5px auto;
}
.infotext table{
	color:#666666;
	font-size:14px;
	border-spacing:10px;
	text-align:center;
}

/* 	注釈	*/
#extext p{
	clear:both;
	float:right;
	color:#999999;
	font-size:10px;
}


