@charset "utf-8";
/* 樣板 */
html {
	width: 100%;
	height:100%;
}
body{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url(../style/images/bg.jpg);
	background-position: center center;
}
img{
	vertical-align: bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.father {
	position: absolute;
}
.back1 {
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
}
.back2 {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
#box{
	position: absolute;
	height: 470px;
	width: 950px;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -235px;
}
/* 作品 */
.out_photo{
	 filter:alpha(opacity=80);     /* IE */
	-moz-opacity:0.8;              /* Moz + FF */
	opacity: 0.8;                  /* 支持CSS3的瀏覽器（FF 1.5也支持）*/
}
.out_photo:hover{
	filter:alpha(opacity=100);     /* IE */
	-moz-opacity:1;              /* Moz + FF */
	opacity: 1;    	                /* 支持CSS3的瀏覽器（FF 1.5也支持）*/
}
#photo_big {
	height: 365px;
	width: 650px;
	background-position: center center;
	background-repeat: no-repeat;
}
#photo_big a {
	height: 365px;
	width: 650px;
	display: block;
}
.loading{
	background-image: url(../works/images/loadingIcon_white.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
/* 表單 */
input {
	color: #CCCCCC;
	outline: medium none;
	background-color: #171717;
	border: 1px solid #333;
	width: 300px;
	font-size: 13px;
	padding: 2px;
}
textarea {
	color: #CCCCCC;
	outline: medium none;
	background-color: #171717;
	border: 1px solid #333;
	width: 400px;
	font-size: 13px;
	padding: 2px;
	height: 70px;
	overflow: hidden;
}
.my_button {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 28px;
	width: 86px;
}