/* @group 整體 */
  
body {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #1f4199;
	background: #ffffff url(background.gif) repeat-x scroll 0 0;
	margin-top: 0;
	margin-left: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック" Arial, Verdana, sans-serif;
	text-align: center;
}

/*超鏈結設定*/

a {
	text-decoration: none;
	color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:link {
}

a:visited {
	border-style: none;
}

a:hover {
	color: #1f4199;
	position: relative;
	top: 1px;
	left: 1px;
}

a:active {
}

/*flash背景（index:-1）*/
#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	width: 2000px;
	/*圖層順序*/
	z-index: -999;
}

/*影像去框線*/
a img {
	border-style: none;
	border-width: 0;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group 頁首 */

/*右頁首（index:10）*/
#headerleft {
	width: 500px;
	height: 10px;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	/*圖層順序*/
	z-index: 10;
}

/*左頁首（index:11）*/
#headerright {
	width: 500px;
	height: 10px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	text-align: right;
	padding-right: 15px;
	top: 0;
	z-index: 11;
	margin-left: 500px;
}

/*趣遊碗Logo（index:12）*/
#logo {
	width: 230px;
	height: 75px;
	top: 130px;
	left: 0px;
	position: absolute;
	display: block;
		/*圖層順序*/
	z-index: 12;
}

#logo a {
	border-style: none;
	position: absolute;
	top: 0;
	left: 0;
}

/* @end */

/* @group 佈局 */

/* @group 中央欄位 */

/*中央欄位（index:17）*/
#contentmain {
	font-size: 14px;
	/*圖層順序*/
	z-index: 17;
	display: inline-block;
	width: 975px;
	padding: 10px 15px 50px;
	text-align: left;
}

/* @end */

/* @end */

/* @group 樣式 */

/*標題*/

h1 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0;
	display: inline-block;
}

h2 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0;
	display: inline-block;
}

h3 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.75em;
	display: inline-block;
}

h4 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.75em;
	display: inline-block;
}

h5 {
	font-size: 10px;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0.4em 0 0.75em;
	margin: 0;
	display: inline-block;
}

/*段落*/
p {
	margin: 0;
	line-height: 1.8em;
	text-justify: distribute;
	padding: 0 0 0.75em;
	text-align: justify;
}

/*英文小一點*/
.en {
	font-size: 90%;
}

/* @group 條列 */

/*條列符號*/
#contentmain ul {
	padding-left: 2em;
	margin: 0;
	padding-bottom: 16px;
}

/*ul 實圓點*/
.disc {
	list-style-type: disc;
}

/*ul 空圓點*/
.circle {
	list-style-type: circle;
}

/*ul 實方塊*/
.square {
	list-style-type: square;
}

/*ul 無符號*/
.nonedisc {
	list-style-type: none;
}

/*條列編號*/
#contentmain ol {
	padding-left: 2em;
	margin: 0;
	padding-bottom: 16px;
}

/*ol 中文數字（不合W3C規範）*/
.chinese {
	list-style-type: cjk-ideographic;
}

/*ol 大寫字母*/
.upper {
	list-style-type: upper-alpha;
}

/*ol 小寫字母*/
.lower {
	list-style-type: lower-alpha;
}

/*ol 阿拉伯數字*/
.decimal {
	list-style-type: decimal;
}

/*ol 羅馬數字*/
.roman {
	list-style-type: upper-roman;
}

/*項目*/
#contentmain li {
	list-style-position: outside;
	line-height: 1.75em;
}

/* @end */

/*副標題*/
.subtitle {
	font-size: 75%;
	font-weight: normal;
	font-style: normal;
}

/*註*/
.note {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	margin: 0;
	padding-bottom: 8px;
}

/*說明*/

.description {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin: 4px 0 6px;
	display: inline-block;
	line-height: 1.5em;
	padding: 0;
}

/*分隔線*/
hr {
	border-style: none;
	border-top-style: none;
	border-bottom: 1px dotted #999999;
	padding: 0;
	display: inline-block;
	margin: 0;
	height: 0;
}

br {
	line-height: 1em;
}

/* @group 其他 */

/*消失*/
.displaynone {
	display: none;
	visibility: hidden;
}

/*齊左（span）*/
.left {
	text-align: left;
}

/*齊中（span）*/
.center {
	text-align: center;
}

/*齊右（span）*/
.right {
	text-align: right;
}

/*齊行（span）*/
.justify {
	text-align: justify;
}

/*強調（放大120%）*/

.spotlight {
	font-size: 120%;
}

/*強調（高彩度）*/
em {
}

/*最強調（紅色）*/
.red {
	color: #996600;
}

/*粗體*/
.bold {
	font-weight: bold;
}

/*上標*/
sup {
	font-size: 70%;
	vertical-align: inherit;
	position: relative;
	bottom: 0.4em;
	font-weight: normal;
	font-style: normal;
}

/*下標*/
sub {
	font-size: 70%;
	vertical-align: inherit;
	position: relative;
	top: 0.1em;
	font-weight: normal;
	font-style: normal;
}

/*縮排一字*/
.textident {
	margin-left: 1em;
}

/*縮排二字*/
.textident2 {
	margin-left: 2em;
}

/*縮排三字*/
.textident3 {
	margin-left: 3em;
}

/*縮排四字*/
.textident4 {
	margin-left: 4em;
}

/*縮排五字*/
.textident5 {
	margin-left: 5em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* @end */

/* @end */


