@charset "utf-8";

/*------------------------------------------------------------------------------
XXXXXXXXXX - CSS Modules Import
URL: http://
Date: 200X-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/

body {
	line-height: 1.67;
	background: #fff none;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	font-family: 'メイリオ','ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
}


/* ----------------------------------------

content

---------------------------------------- */

div#content {
	width: 800px;
	margin: 20px auto 0;
	padding: 0 0 0;
	background: #fff none;
}

div#content p {
	margin: 0 10px 1em;
}

.centImg {
	margin: 10px auto 0;
}

.leftImg {
	float: left;
	margin: 0 10px 0 5px;
}


/* ----------------------------------------

clearfix (必要なければ消す)

---------------------------------------- */

/* Modern Browsers
------------------------------- */

div#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

div#xxxx {
	*zoom: 1;
}