@charset "UTF-8";
/* formatting style
------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
color: #666;
background-image: url(image/back.jpg);  
font-family: verdana;
	font-size: 70%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link style
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #CCFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: blink;
	position: relative;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #000000;
	width: 900px;
	height: 1160px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	margin: 0px auto;
}
/* header styles
------------------------------*/
#header {
	height: 215px;
	position: relative;
	width: 900px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left;
	padding-bottom: 0px;
	
}
#index #header {
	height: 900px;
	width: 900px;
	background-repeat: no-repeat;
	position: fixed;
}
#home #header {
	background-image: url(image/view6.jpg);
}
#news #header {
	background-image: url(image/view1.jpg);
}
#bio #header {
	background-image: url(image/view1.jpg);
}
#shop #header {
	background-image: url(image/view1.jpg);
}
#disco #header {
	background-image: url(image/view1.jpg);
}
#live #header {
	background-image: url(image/view1.jpg);
}
#mail #header {
	background-image: url(image/view1.jpg);
}
#diary #header {
	background-image: url(image/view1.jpg);
}
#offer #header {
	background-image: url(image/view1.jpg);
}
#blog #header {
	background-image: url(image/view1.jpg);
}
#header #logo {
	top: 13px;
	position: absolute;
	height: 85px;
	width: 85px;
	left: 0px;
	background-image: url(image/top1.jpg);
}
#header ul {
	background-color: #FFFFFF;
	float: left;
}
#header ul li {
	list-style: none;
	width: 100px;
	height: 30px;
	text-align: right;
}
#header ul li a {
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	font-family: verdana;
}
#header ul li a:hover {
	background-color: #FFFFFF;
}
#header ul li#nHome a,
#header ul li#nWorks a,
#header ul li#nAbout a,
#header ul li#nContact a {
	border-left-style: none;
}
#Menu {
height: 25px;/
}
#Menu ul {
margin: 0;
padding :0;
list-style-type : none;
}
#Menu li {
display : inline;
margin:0;
float: left;
}
#Menu a {
display: block;
text-decoration:none;
border-top:1px solid #000;
border-right:17px solid #000;
border-bottom:1px solid #000;
border-left:20px solid #000;
text-align:center;
padding-top: 5px;
padding-bottom: 3px;
font-family: Courier New;
font-size: 1.4em;
font-weight: bold;
background: #000;
color: #fff;
}
#Menu a:hover {
display:block;
text-decoration:none;
border-top:1px solid #000;
border-right:17px solid #000;
border-bottom:1px solid #000;
border-left:20px solid #000;
text-align:center;
font-family: Courier New;
font-weight: bold;
background: #000;
color: #666;
}
#sidebar {
	padding-top: 15px;
	padding-left: 10px;
	float: right;
	width: 160px;
	text-decoration: none;
	height: 400px;
	color: #333333;
	margin-top: 5px;
}

#sidebar ul {
	list-style: none;
	letter-spacing: 0.1em;
	font-family: verdana;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	font-size: medium;
}
#sidebar ul li {
	color: #333333;
	padding-bottom: 7px;
}
#footer {
	color: #666666;
	clear: both;
	font-size: xx-small;
	font-family: verdana;
	letter-spacing: 0.2em;
	font-style: normal;
	text-decoration: none;
	padding-top: 5px;
	float: none;
	width: 900;
}
/* main styles
------------------------------*/
#main {
	font-family: verdana;
	width: 720px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center center;
	height: 830px;
	overflow: auto;
	margin-top: 20px;
}
#main h2 {
	font-family: verdana;
	font-style: normal;
	width: 680px;
	top: 15px;
	letter-spacing: 0.1em;
	padding-top: 15px;
	padding-left: 25px;
	font-weight: bold;
	font-size: large;
	color: #6699CC;
	line-height: 1.6em;
	padding-bottom: 5px;
}
#main h3 {
	font-family: verdana;
	font-style: normal;
	top: 15px;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-left: 25px;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: medium;
	padding-bottom: 3px;
	line-height: 1.6em;
}
#main h4 {
	border: 0.3px solid #CCCCCC;
	float: left;
	padding: 0px;
	margin: 0px 20px 20px 0px;
}
#main h5 {
	font-family: verdana;
	font-size: medium;
	line-height: 1.6em;
	font-weight: lighter;
	width: 680px;
	clear: both;
	color: #333333;
}
#main h6 {
	font-family: verdana;
	font-size: medium;
	font-style: normal;
	line-height: 1.6em;
	padding-top: 5px;
	padding-left: 25px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}
#main h7 {
	font-family: verdana;
	font-size: small;
	font-style: normal;
	line-height: 1.6em;
	padding-top: 5px;
	padding-left: 25px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
}
#main ul {
	padding-top: 5px;
	width: 680px;
	float: left;
	clear: both;
	font-style: normal;
	font-weight: lighter;
	font-family: verdana;
	color: #333333;
	text-decoration: none;
	font-size: 90%;
	margin-bottom: 10px;
}
#main ul li {
	font-family: verdana;
	font-style: normal;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	letter-spacing: 0.1em;
	text-align: left;
	list-style: none;
	font-weight: bold;
	color: #666633;
}
#main p {
	font-style: normal;
	font-weight: lighter;
	color: #fff;
	text-decoration: none;
	font-size: x-small;
	font-family: verdana;
	line-height: 1.6em;
	padding-left: 25px;
}
#main em {
	padding-right: 1em;
	font-weight: bold;
}
#main2 {
	font-family: verdana;
	width: 210px;
	float: left;
	font-style: normal;
	color: #6699CC;
	text-decoration: none;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	overflow: auto;
	margin-top: 12px;
	margin-left: 15px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
 background: -moz-linear-gradient(top, #666, #000);　
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));　 
	overflow: hidden;
}
#main2 h2 {
	font-family: verdana;
	font-style: normal;
	width: 210px;
	top: 15px;
	letter-spacing: 0.1em;
	padding-top: 5px;
	font-weight: bold;
	font-size: large;
	color: #333333;
	line-height: 1.6em;
}
#main2 h3 {
	font-family: verdana;
	font-style: normal;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size:  medium;
	border-bottom: 1px dotted #666;
}
#main2 h4 {
	padding-top: 8px;
	float: left;
	margin-bottom: 5px;
}
#main2 h5 {
	font-family: verdana;
	font-size: x-small;
	line-height: 1.6em;
	font-weight: bold;
	clear: both;
	color: #333333;
}
#main2 h6 {
	font-family: verdana;
	font-size: x-small;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	color: #fff;
	margin-top: 12px;
}
#main2 h7 {
	font-family: verdana;
	font-size: x-small;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	color: #333333;
	margin-top: 12px;
}
#main2 ul {
	padding-top: 5px;
	width: 210px;
	float: left;
	clear: both;
	font-style: normal;
	font-weight: lighter;
	font-family: verdana;
	color: #333333;
	text-decoration: none;
	font-size: 90%;
	margin-bottom: 10px;
}
#main2 ul li {
	font-family: verdana;
	font-style: normal;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	letter-spacing: 0.1em;
	text-align: left;
	list-style: none;
	font-weight: bold;
	color: #333333;
}
#main2 p {

	font-style: normal;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	font-size: x-small;
	font-family: verdana;
	line-height: 1.6em;
}
#main3 {
	font-family: verdana;
	width: 430px;
	float: left;
	font-style: normal;
	color: #6699CC;
	text-decoration: none;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
    overflow: auto;
	margin-top: 12px;
	margin-left: 15px;
	padding-top: 15px;	
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
 background: -moz-linear-gradient(top, #666, #000);　
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));　 
}	
#main3 h2 {
	font-family: verdana;
	font-size: x-small;
	font-style: normal;
	line-height: 1.6em;
	font-weight:  lighter;
	color: #fff;
	margin-top: 0px;
}
#main3 h3 {
	font-family: verdana;
	font-style: normal;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size:  medium;
	border-bottom: 1px dotted #666;
}
#main3 h4 {
	border: 0.3px solid #ffffff;
	float: left;
	padding: 0px;
	margin: 0px 20px 20px 0px;
}
#main3 h5 {
	font-family: verdana;
	font-size: x-small;
	line-height: 1.6em;
	font-weight: lighter;
	width: 415px;
	clear: both;
	color: #ffffff;
}
#main3 h6 {
	font-family: verdana;
	font-size: x-small;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
}
#main3 h7 {
	font-family: verdana;
	font-size: x-small;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
	border-bottom-color: #CCCCCC;
	}
#main3 ul {
	padding-top: 5px;
	width: 430px;
	float: left;
	clear: both;
	font-style: normal;
	font-weight: lighter;
	font-family: verdana;
	color: #ffffff;
	text-decoration: none;
	font-size: 90%;
	margin-bottom: 10px;
}
#main3 ul li {
	font-family: verdana;
	font-style: normal;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	letter-spacing: 0.1em;
	text-align: left;
	list-style: none;
	font-weight: bold;
	color: #ffffff;
}
#main3 p {
	font-style: normal;
	font-weight: lighter;
	color: #ffffff;
	text-decoration: none;
	font-size: x-small;
	font-family: verdana;
	line-height: 1.6em;
}
#main4 {
	font-family: verdana;
	width: 210px;
	float: left;
	font-style: normal;
	color:  #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center center;
	height: 568px;
	overflow: auto;
	margin-top: 12px;
	margin-left: 15px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-color: #000;
	overflow: hidden;
	margin-top: 0px;
}
#main4 h2 {
	font-family: verdana;
	font-style: normal;
	width: 210px;
	top: 15px;
	letter-spacing: 0.1em;
	padding-top: 5px;
	font-weight: bold;
	font-size: large;
	color: #333333;
	line-height: 1.6em;
}
#main4 h3 {
	font-family: verdana;
	font-style: normal;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size:  medium;
	border-bottom: 1px dotted #666;
}
#main4 h4 {
	padding-top: 8px;
	float: left;
	margin-bottom: 5px;
}
#main4 h5 {
	font-family: verdana;
	font-size: x-small;
	line-height: 1.6em;
	font-weight: bold;
	clear: both;
	color: #333333;
}
#main4 h6 {
	font-family: verdana;
	font-size: x-small;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	color: #cc0000;
	margin-top: 5px;
}
#main4 h7 {
	font-family: verdana;
	font-size: x-small;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
}
#main4 ul {
	padding-top: 5px;
	width: 210px;
	float: left;
	clear: both;
	font-style: normal;
	font-weight: lighter;
	font-family: verdana;
	color: #333333;
	text-decoration: none;
	font-size: 90%;
	margin-bottom: 10px;
}
#main4 ul li {
	font-family: verdana;
	font-style: normal;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	letter-spacing: 0.1em;
	text-align: left;
	list-style: none;
	font-weight: bold;
	color: #333333;
}
#main4 p {
	font-style: normal;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	font-size: x-small;
	font-family: verdana;
	line-height: 1.6em;
}
#main5 {
	font-family: verdana;
	width: 430px;
	float: left;
	font-style: normal;
	color: #6699CC;
	text-decoration: none;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center center;
	height: 550px;
    overflow: auto;
	margin-top: 12px;
	margin-left: 15px;
	padding-top: 15px;	
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
 background: -moz-linear-gradient(top, #000, #000);　
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));　 
}
#main5 h2 {
	font-family: verdana;
	font-size: x-small;
	font-style: normal;
	line-height: 1.6em;
	font-weight: lighter;
	color: #fff;
	margin-top: 0px;
}
#main5 h3 {
	font-family: verdana;
	font-style: normal;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size:  medium;
	border-bottom: 1px dotted #666;
}
#main5 h4 {
	border: 0.3px solid #ffffff;
	float: left;
	padding: 0px;
	margin: 0px 20px 20px 0px;
}
#main5 h5 {
	font-family: verdana;
	font-size: x-small;
	line-height: 1.6em;
	font-weight: lighter;
	width: 430px;
	clear: both;
	color: #ffffff;
}
#main5 h6 {
	font-family: verdana;
	font-size: x-small;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
}
#main5 h7 {
	font-family: verdana;
	font-size: x-small;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
	border-bottom-color: #CCCCCC;
	}
#main5 ul {
	padding-top: 5px;
	width: 430px;
	float: left;
	clear: both;
	font-style: normal;
	font-weight: lighter;
	font-family: verdana;
	color: #ffffff;
	text-decoration: none;
	font-size: 90%;
	margin-bottom: 10px;
}
#main5 ul li {
	font-family: verdana;
	font-style: normal;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	letter-spacing: 0.1em;
	text-align: left;
	list-style: none;
	font-weight: bold;
	color: #ffffff;
}
#main5 p {
	font-style: normal;
	font-weight: lighter;
	color: #ffffff;
	text-decoration: none;
	font-size: x-small;
	font-family: verdana;
	line-height: 1.6em;
}
/*form 
------------------------------*/
#main form {
	margin-bottom: 25px;
	margin-top: 10px;
}
#main input[type="text"],#main textarea {
	padding: 2px;
	border: 1px solid #ffffff;
}
#main form em {
}
/* table
------------------------------*/#main table {
	margin-bottom: 15px;
	border-collapse:collapse;
}
#main table th {
	padding: 5px 15px 5px 0px;
	text-align: right;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0px none;
	width: 110px;
}
#main table td {
	padding: 5px 15px 5px 10px;
	border-bottom: 1px dashed #CCCCCC;
	width: 150px;
}

