/*===============================================
●style.css 画面の横幅が720px以上
===============================================*/

body{
/*	background-color: yellow;*/
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

#container{
	width: 720px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#header-container{
	top: 0px;
	left: 0px;
	width: 100%;
	position: relative;
	z-index: 1;
}

#main-container{
	top: 30px;
	width: 720px;
	position: relative;
	z-index: 1;
}

#menu {
	width: 205px;
	margin-right: 15px;
	float: right;
	position: relative;
}

#contents {
	float: right;
	width: 500px;
	position: relative;
}

#footer {
	clear: both;
	width: 720px;
	height: 50px;
	background-color : #fff;
}

/* メニューの文字が多いとき */
.menusmall{
	font-size: 90%;
}

}
