@charset "UTF-8";
body {
	color: #666666;
	text-align: center;
	margin-top: 0px;
	font: 12px/1.6 Arial, Helvetica, sans-serif;
	background: #ffffff;
}
div p{
	text-align:center;
}

#main {
	width:850px;
	height: 650px;
	margin: 0px auto;
	border: 0px;
}
#header {
	width: 800px;
	height: 50px;
	text-align: left;			/* 文字揃え */
	margin-top: 30px;				/* 上マージン */
	margin-right: auto;				/* 右マージン */
	margin-bottom: 20px;				/* 下マージン */
	margin-left: auto;				/* 左マージン */
	border: 0px;
	background-image: url(topimg/header1.gif);		/* 背景画像： */
	background-repeat: no-repeat;		/* 背景画像繰り返し制御 */
}
#container {
	width: 800px;				/* 表示の横幅 */
	height: 580px;				/* 表示の縦幅 */
		margin-top:10px;				/* 上マージン */
	margin-right: auto;				/* 右マージン */
	margin-bottom:20px;				/* 下マージン */
	margin-left: auto;				/* 左マージン */
	border: 1px;				/* ボーダー一括指定 */
	border-style: dotted;
}
#contents {
	width: 500px;				/* 表示の横幅 */
	height: 380px;				/* 表示の縦幅 */
	margin-top:10px;
	margin-left: 10px;				/* 左マージン *//* 上マージン */

	float: left;				/* フロートと回り込み */
	border: 0px;             /* ボーダー一括指定 */
}
#photo {
	width: 402px;				/* 表示の横幅 */
	height: 307px;				/* 表示の縦幅 */
        margin-top: 35px;
		margin-left: 25px;				/* 左マージン */
	border: px;				/* ボーダー一括指定 */
}
#menu {
	width: 200px;				/* 表示の横幅 */
	height: 115px;				/* 表示の縦幅 */
	margin-top: 142px;				/* 上マージン */
	margin-right: 25px;				/* 右マージン */
	border: 0px;                    /* ボーダー一括指定 */
	float:right;
}
#menubutton ul{ 
	margin: 0; 
	padding :0; 
	list-style: none; 
}
#menu li{ 
	padding :0; 
	margin:0; 
}
#menu a{
	display: block;
	background: url(topimg/menubutton1.gif) no-repeat left center;
	padding: 2 0 3 18px;
	font-size: large;
	color:#555;
	width: 150px;
	margin: 1 0px;
	text-decoration:none;
	border-bottom: 1px dotted #666666;
}
#menu a:hover{
	background: url(topimg/menubutton2.gif) no-repeat left center;
}
#footer {
	width: 800px;
	height: 20px;
	text-align: left;			/* 文字揃え */
	margin-top: 30px;				/* 上マージン */
	margin-right: auto;				/* 右マージン */
	margin-bottom: 10px;				/* 下マージン */
	margin-left: auto;				/* 左マージン */
	font-size: 7px;
	text-align: center;
	background-color:#dcdcdc;		/* 背景色： */
}