@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}

ol, ul, dl {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size: 100%;
	background-color: #D7EBFF;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover
}

#wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#haeader {
	width: 100%;
	height: 80px;
	/* [disabled]font-size: 1.5em; */
	/* [disabled]font-weight: bolder; */
	/* [disabled]text-align: center; */
	/* [disabled]color: #06F; */
	/* [disabled]letter-spacing: 0.5em; */
	/* [disabled]float: left; */
	/* [disabled]line-height: 3.4em; */
	/* [disabled]padding-top: 10px; */
	/* [disabled]padding-bottom: 10px; */
	margin-top: 3%;
}
#haeader p img {
	vertical-align: middle;
}

#login {
	height: auto;
	width: 250px;
	float: left;
	margin-top: 5%;
	background-color: #ACD6FF;
	border-radius: 20px;
	margin-bottom: 10%;
}
#login #login_btn    {
	width: 100px;
	height: 30px;
	font-size: 1em;
	float: right;
}
.order_btn {
	width: auto;
	height: 30px;
	font-size: 1em;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 5px;
	margin-left: 5px;
}


#news_list {
	height: auto;
	width: 650px;
	float: left;
	margin-top: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border-radius: 20px;
	margin-left: 50px;
	margin-bottom: 5%;
}

#news_list ul li {
	width: auto;
	list-style-type: disc;
	height: 20px;
	list-style-image: url(../images/ul_list.gif);
	list-style-position: inside;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-right: 20px;
	margin-left: 20px;
}

#news_list ul li a:link ,#news_list ul li a:visited{
	text-decoration: none;
	color: #000;
}
#news_list ul li a:hover {
	text-decoration: none;
	color: #F00;
	margin-left: -5px;
	text-align: right;
/*	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;*/
}
#news_list ul li a:focus {
	text-decoration: none;
	color: #F00;
	margin-left: -5px;
	text-align: right;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}


#admin_login_link {
	float: right;
	display: block;
	width: 200px;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-right: 25px;
}
#admin_login_link a:link ,#admin_login_link a:visited{
	color: #97CBFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}
#admin_login_link a:hover {
	color: #8C0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}

#news_content {
	height: auto;
	background-color: #FFFFFF;
	border-radius: 20px;
	float: left;
	width: 100%;
	margin-bottom: 5%;
	padding-bottom: 20px;
	margin-top: 3%;
}
#news_content h2 {
	padding-right: 25px;
	padding-left: 25px;
	letter-spacing: 0.3em;
	text-shadow: 2px 1px 1px #CCC;
}

#news_content p  {
	margin-right: 25px;
	margin-left: 25px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}
#news_content h4 {
	margin-right: 25px;
	margin-left: 25px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	text-align: right;
}
#post_nav {
	float: left;
	height: auto;
	width: auto;
}
#news_content #post_nav p a{
	display: block;
	height: 20px;
	width: 100px;
	text-decoration: none;
	/*font-weight: 900;*/
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #39F;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 1.25em;
	border-radius:5px;
}

#news_content #post_nav p a:hover {
	background-color: #F69;	
}

#footer {
	float: left;
	height: 100px;
	width: 950px;
	text-align: center;
	margin-top: 20px;
	position: relative;
	z-index: 1;
	bottom: 0px;
	margin-bottom: 3%;
}
#footer p {
	margin: 5px;
	font-size: 0.9em;
	line-height: 1em;
}
#post_nav {
	height: auto;
	width: auto;
	float: right;
}

.text_login {
	height: 20px;
	margin: 5px;
	width: 90%;
}

.container {
	padding: 20px;
}
.p_right {
	float: right;
	margin-right: 15px;
	padding: 5px;
}
.p_left {
	float: left;
}
#news_title  {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.news_list_title  {
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	background-color: #099;
	color: #FFF;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#news_content p input    , #news_content p select{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
	padding: 5px;
}
#order_input_list #select {
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#order_input_list {
	float: left;
	height: auto;
	width: 98%;
	background-color: #C8FFFF;
	margin-left: 1%;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	margin-right: 1%;
}
#list_bottom {
}

.user_page_title {
	/* [disabled]color: #FFF; */
	/* [disabled]background-color: #099; */
	/* [disabled]text-align: center; */
	/* [disabled]font-size: 1.4em; */
}



.table_text_tip {
	font-size: 1em;
	color: #F00;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table h2 {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.table_padding {
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}

table h3 {
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #099;
	color: #FFF;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#list_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A00;
	clear: both;
	width: auto;
	margin-right: 25px;
	margin-left: 10px;
	height: 0px;
}
#order_tip {
	width: 500px;
	height: auto;
	line-height: 1.5em;
	background-color: #FEF;
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#order_tip ul li    {
	list-style-position: outside;
	padding: 0px;
	margin-left: 50px;
	margin-right: 10px;
}
