@charset "utf-8";

/* body 共通 */
body {
	text-align:center;
	font-family:メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ ProW3", sans-serif;
	margin:0;
	padding:0;
	color:#333333;
	-webkit-text-size-adjust:none;
}

#Footer {
	background-color:#333333;
	color:#ffffff;
	font-style:normal;
	text-align:center;
	font-size:80%;
	padding:10px 0 10px 0;
}

p {
	margin:0 0 10px;
	padding:0;
	line-height:150%;
	font-size:90%;
}
* html table {
	font-size:90%;
}

ul li, ol li {
	line-height:150%;
}
ol.roman {
	list-style-type:upper-roman;
}
img {
	border:none;
}

/* フロート解除 */
.clear {
	clear:both;
}
div.clear {
	height:0;
}

/* 右回り込み */
img.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

/* 左回りこみ */
img.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
.del {
	text-decoration:line-through;
}
.pointer {
	cursor:pointer;
}
.fontRed {
	color:#ff0000 !important;
}
.fontBlue {
	color:#0000ff !important;
}
.fontGreen {
	color:#008000 !important;
}
.fontYellow {
	color:#ffff00 !important;
}

.uppercase {
	text-transform:uppercase;
}

/* 背景画像用代替文字 */
.alternate {
	text-indent:-9999px;
	height:0;
}

/*----------------
	clearfix
------------------*/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	min-height:1px;
}