@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #D8CBD4;
	background-image: url(../images/bc.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	
}

#container {
	width: 100%;
	position: relative;
}

#left {
	width: 250px;
	position: fixed;
}
#left-title {
	width: 350px;
	text-align: center;
	position: absolute;
	top: 160px;
	z-index: 100;
	left: -10px;
}
nov {
	position: absolute;
	width: 100%;
	top: -60px;
}
nov ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
nov ul li {
	list-style-type: none;
}
nov ul li a {
	text-decoration: none;
	color: #600;
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	font-size: 1em;
	line-height: 20px;
	background-color: #F0E0E0;
	display: block;
	float: right;
	height: 26px;
	width: 125px;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
	/*圓角*/
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	text-align: center;
	border: 1px solid #E8D8DB;
	filter:alpha(opacity=70) \9; /* IE8 */
	background-color: rgba(240, 224, 224, .7); /* IE9及其它瀏覽器會執行此行 */	
}

nov ul li a:hover {
	font-size: 1em;
	color: #F30;
	border: 1px dotted #FFF;
	height: 27px;
	margin-top: -1px;	
	filter:alpha(opacity=50) \9; /* IE8 */
	background-color: rgba(240, 224, 224, .5); /* IE9及其它瀏覽器會執行此行 */	
}
section {
	margin-left: 270px;
	margin-top: 60px;
	line-height: 30px;
	padding: 5px;
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	font-size: 1em;
	margin-bottom: 50px;
}
p {
	font-size: 1em;
	line-height: 35px;
	color: #1F1417;
	margin-top: 10px;
	margin-right: 40px;
	margin-left: 60px;
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
}
dl {
	margin-left: 70px;
	margin-top: 10px;
}
dl dt {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	background-color: #CAB3C2;
	display: block;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #303;
	padding-top: 2px;
	padding-bottom: 2px;
}
dl dd {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
}
dl dd a {
	color: #036;
	text-decoration: none;
}
h1 {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	font-size: 1.5em;
	line-height: 25px;
	color: #633;
	margin-left: 40px;
	border-left-width: 6px;
	border-left-style: double;
	border-left-color: #603;
	padding-left: 10px;
	text-shadow: 1px 2px 1px #fff;/*文字陰影*/
	margin-bottom: 50px;
}
h2 {
	margin-left: 50px;
	line-height: 28px;
	background-image: url(../images/f_icon.png);
	background-repeat: no-repeat;
	text-shadow: 1px 1px 1px #F99;/*文字陰影*/
	padding-left: 30px;
	font-size: 1.3em;
}
h3 {
	margin-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #Fff;
	display: inline-block;
	text-shadow: 1px 1px 1px #F99;/*文字陰影*/	
}
p img {
	float: right;
	border: 1px solid #666;
	margin-bottom: 10px;
	margin-left: 20px;
	-webkit-box-shadow: 1px 2px 3px #666;
	-moz-box-shadow: 1px 2px 3px #666;
	box-shadow: 1px 2px 3px #666;
	padding: 8px;
	background-color: #FFF;
}
dd img {
	float: left;
	border: 1px solid #666;
	margin-left: 20px;
	-webkit-box-shadow: 1px 2px 3px #666;
	-moz-box-shadow: 1px 2px 3px #666;
	box-shadow: 1px 2px 3px #666;
	padding: 8px;
	background-color: #FFF;
	margin-right: 30px;
}
.menu-set {
	width: 70%;
}
.menu-set ul {
	padding: 0;
	margin: 0;
}
.menu-set ul li {
	list-style-type: none;
	margin-left: 20px;
}
.menu-set ul li a {
	text-decoration: none;
	color: #600;
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	font-size: 1em;
	line-height: 20px;
	background-color: #F0E0E0;
	display: block;
	float: right;
	list-style-type: none;
	text-align: center;
	padding: 5px;
	height: 20px;
	width: 65px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	/*圓角*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-left: 10px;
	margin-top: 5px;
}
.menu-set ul li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2A4A4;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D2A4A4;
}		

.menu-set-act {
	width: 70%;
}
.menu-set-act ul {
	padding: 0;
	margin: 0;
}
.menu-set-act ul li {
	list-style-type: none;
	margin-left: 20px;
}
.menu-set-act ul li a {
	text-decoration: none;
	color: #600;
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	font-size: 1em;
	line-height: 20px;
	background-color: #F0E0E0;
	display: block;
	float: right;
	list-style-type: none;
	text-align: center;
	padding: 5px;
	height: 20px;
	width: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	/*圓角*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-left: 10px;
	margin-top: 5px;
}
.menu-set-act ul li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2A4A4;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D2A4A4;
}		


.example-image-link{
	display: inline-block;
	padding: 4px;
	background-color: #fff;
	line-height: 0;
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-right: 0.5;
	margin-bottom: rem;
	margin-left: 1;
}


.example-image-link:hover{
background-color: #666;
}

.example-image-w{
width:12rem;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
}

.example-image-h{
height:9rem;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
}

#paint {
	padding: 20px;	
}

#paint img {
	width: 250pt:	
}
.artist {
	margin-left: 150px;
	position: relative;
}
.artist img {
	width: 300px;
	margin-top: 20px;
	margin-left: 30px;
	border: 3px solid #CCC;
	opacity:0.7;
	filter:alpha(opacity=70); /* 针对 IE8 以及更早的版本 */		
}

.artist img:hover {
	border: 3px solid #999;
	opacity:1;
	filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */	
}
code {
	background-color: #FFF;
	/*圓角*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
}
.data-radius {
	border-radius: 20px; 
}
