@charset "utf-8";

/* CSS Document */

@import url( mp.css );
@import url( layout.css );
@import url( Content_Page.css );
@import url( display.css );
/*---------- 通用設定 vs 區域設定 ----------*/

img {
	border-style: none;
}
.both {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
a {
	text-decoration: none;
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a:hover {
	text-decoration: none;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

.both, .clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


/*

ul {

	margin: 0px;

	padding: 10px 0px;

}

ul li {

	margin: 0px;

	padding: 0px 5px;

	display: inline;

}

.more {

	clear: both;

	text-align: right;

	margin: 0px;

	padding: 0px;

}

.more a {

	font-size: 13px;

	color: #666;

	text-decoration: none;

}

.more a:hover {

	color: #F60;

	text-decoration: underline;

}

*/