@charset "utf-8";

/* 基本設定
------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}
html {
	/*_FireFox用センタリングずれ修正_*/
	overflow-y: scroll;
}
html,body {
	height: 100%;
}
body {
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* リンクカラー設定 */
a,
a:link,
a:visited {
	color: #790000;
	text-decoration: underline;
}
a:hover {
	color: #F49672;
	text-decoration: none;
}
/* Pタグ内テキスト揃え */
p {
	text-align: justify;
}
* html p {
	text-justify: inter-ideograph;
}

img {
	border: 0;
}

/* clearfix：floatによる整形乱れの修正
------------------------------------------------------------*/
/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE 7 and MacIE*/
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */