@charset "UTF-8";


/* ------------------------------------------------------------------------------------------------
indexの設定
------------------------------------------------------------------------------------------------*/

body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #ccc
}

img {
	border:0;
}

/*画像を切り取る*/
#img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	overflow: hidden;
}

/*横幅のみ100%*/
#img .image {
	width: 100%;
}
