html * {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;	/*-- IE Centering --*/
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 11px;
	color: #333333;
}

div.dash {
	border-top: 1px dashed #999999;
}
td {
    word-break: break-all;
    word-wrap: break-word;
}
img {
	border: none;
	margin:0px;
}

ul li {
	margin:0px;
}


h1 {
	font-size:10px;
	color:#4F4B48;
	width:100%;
	text-align:left;
	line-height:15px;
	padding-top:10px;
	font-weight:normal;
	float:left;
	width:300px;
}

h2 {
	margin-top:30px;
	margin-bottom:20px;

}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-decoration:none;
}

a.transparent:link img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #FFFFFF;
}

.last_margin {
	margin-right:0px;

}

.f_right {
	float:right!important;
}
.f_left {
	float:left!important;
}

.clear {
	clear:both;
}


.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f15 {
	font-size:15px;
}
.f16 {
	font-size:16px;
}
.f18 {
	font-size:18px;
}
.f20 {
	font-size:20px;
}
.f24 {
	font-size:24px;
}
.f28 {
	font-size:28px;
}
.f32 {
	font-size:32px;
}

.red {
	color:#FF0000;

}
.w30 {
	width:30px;
}
.w40 {
	width:40px;
}
.w60 {
	width:60px;

}
.w80 {
	width:80px;
}
.w100 {
	width:100px;
}
.w200 {
	width:200px;
}
.w400 {
	width:400px;
}

.txt_left {
	text-align:left;
}
.txt_center {
	text-align:center;
}
.center_box {
	margin:0px;
	text-align:center;
}

.mar_top_10 {
	margin-top:10px;
}
.mar_top_15 {
	margin-top:15px;
}
.mar_top_20 {
	margin-top:20px;
}
.mar_top_20 {
	margin-top:20px;
}
.mar_top_30 {
	margin-top:30px;
}
.mar_top_50 {
	margin-top:50px;
}
.mar_top_80 {
	margin-top:80px;
}
.mar_btm_5 {
	margin-bottom:5px;
}
.mar_btm_10 {
	margin-bottom:10px;
}
.mar_btm_15 {
	margin-bottom:15px;
}
.mar_btm_20 {
	margin-bottom:20px;
}
.mar_btm_30 {
	margin-bottom:30px;
}
.mar_btm_50 {
	margin-bottom:50px;
}
.mar_btm_80 {
	margin-bottom:80px;

}
.mar_20_0 {
	margin:20px 0px;
}
.mar_r_30 {
	margin-right:30px;
}
.mar_r_80 {
	margin-right:80px;
}
.lst_r {
	margin-right:0px!important;

}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}