/* CSS Document */

* {
	padding:0;
	margin:0;
}

html,body {
    height:100%;
}

body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	border:none;
	vertical-align:middle;
}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
	background:#ffffff;               /* ie lt 8 */
}

a {
	text-decoration:none;
	color:#000000;
	overflow: hidden;
	outline: none;
}
a:hover {
	text-decoration:underline;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
	background:#ffffff;               /* ie lt 8 */
}

ul li {list-style:none;}

table {
	border-collapse:collapse;
}

p {
	color:#5a5a5a;
	font-size:14px;
	line-height:2;
}

.left {
	float:left;
}
.right {
	float:right;
}

.fp12 {
    font-size:12px !important;
}

.w50 {
    width:50px !important;
}
.w60 {width:60px;}
.w80 {
    width:80px !important;
}
.w150 {width:150px;}
.w350 {width:350px;}
.w430 {width:430px;}

.bt {
	border-top:#999999 dotted 1px;
}

.mt20 {
	margin-top:20px;
}

.red {color:#FF0004 !important;}