@charset "UTF-8";
@import url("contents.css");

/*--------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic" ,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	color: #333333;
	font-size: 80%;
	line-height: 140%;
	letter-spacing: 0.1em;
	margin: 0 auto;
	text-align: center;
}

a:link,
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #0099FF;
	text-decoration: none;
}

/* リセット */
p,ul,ol,li,dl,dt,dd,form,input,img {
	margin: 0;
	padding: 0;
}
img,fieldset { border: 0; }
ol,ul { list-style: none; }
address {
	font-style: normal;
	font-weight: normal;
}

/* テーブル */
table {
	font-size: 100%;
	line-height: 150%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* hタグ */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------------
レイアウト
--------------------------------------------------------------*/
.clear { clear: both; height: 1px; }

.c-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.c-fix { display: inline-block; }
* html .c-fix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.c-fix { display: block; }

img { vertical-align: bottom; }
img.t { vertical-align: top; }
img.xb { vertical-align: text-bottom; }

/* 位置調整 */
.left { float: left; }
.right { float: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.m02 { margin-top: 2px; }
.m03 { margin-top: 3px; }
.m05 { margin-top: 5px; }
.m10 { margin-top: 10px; }
.m15 { margin-top: 15px; }
.m20 { margin-top: 20px; }
.m25 { margin-top: 25px; }
.m30 { margin-top: 30px; }
.m50 { margin-top: 50px; }

/* マウスオーバー */
.ro a:hover img,
.ro a:active img {
	filter: alpha(opacity=82);	/* IE */
	opacity:0.82;	/* Safari Opera */
	-moz-opacity:0.82;	/* Firefox Netscape */
}
.ro input:hover,
.ro input:active {
	filter: alpha(opacity=82);	/* IE */
	opacity:0.82;	/* Safari Opera */
	-moz-opacity:0.82;	/* Firefox Netscape */
}

/* 表示・非表示 */
.disp { display: block; }
.nodisp { display: none; }


/*--------------------------------------------------------------
テキストスタイル
--------------------------------------------------------------*/
.tb { font-weight: bold; }
.tul { text-decoration: underline; }

/* Color */
.gray { color: #666666; }
.red { color: #FF0000; }
.blue { color: #0000FF; }

/* フォントサイズ */
.fs { font-size: 10px; }


