@charset "utf-8";
@import url(page.css); 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center 120px;
	background-image: url(../images/license_back.jpg);
}

/****index頁*****/
#licensewrap{
	width:960px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#licenseslogan{
	width:642.5px; /*原775-385*/
	height:40px;
	padding: 0px 0px 0px 270px;
	background-image: url(../images/title_slogen_license.gif);
	color:#706866;
	background-repeat: no-repeat;
	background-position: 42.5px top;
}
#licenseslogan .slogan{
	width:680px; 
	height: 28px;
	padding: 10px 0px 0px 0px;
	font-size:13px;
	color:#333333;
}
#lisence{
color:#000000;
width: 900px;
padding: 10px 30px 10px 30px;
}

#end_line{
	width: 800px;
	line-height: 20px;
	padding: 20px 30px 10px 30px;
	background-image: url(../images/license_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#window{
width: 480px;
height: 360px;
margin: 30px 0px 40px 80px;
}
/****文字*****/
h1
{
	color:#FF0000;
	font-size:16px;
	line-height: 24px;
	margin: 2px 0px 2px 0px;
}
h2
{ color:#333333;
	font-size:13px;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
h2 a:link, h2 a:visited{
	color: #005EAE;
	text-decoration: none;
	margin: 1px 0px 1px 0px;
}
h2 a:hover{
	color: #005EAE;
	text-decoration: underline;
}
.mail{
color: #005EAE;
line-height: 20px;
	text-decoration: none;
	margin: 1px 0px 2px 0px;
}

.mail a:link, .mail a:visited{
	color: #005EAE;
	text-decoration: none;
}

.mail a:hover{
	color: #005EAE;
	text-decoration: underline;
}

