@charset "UTF-8";
/* --------------------------------------------------
	CSS Reset
-------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul { list-style: none; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; 
}
a:link,
a:visited {
	color: #4D4D4D;
	text-decoration: none;
}
a:hover,
a:active {
	color: #4D4D4D;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

h1,h2,h3,h4,h5,h6,
dt,dd,li,form,input,select,textarea,
p,address,pre,blockquote,th,td {
	font-family: 'Times New Roman', serif;
	font-size: 13px;
	line-height: 1.7;
	color: #000000;
}
img { vertical-align: top; }


/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.clearfix { *zoom: 1; }

/* --------------------------------------------------
	#wrapper
-------------------------------------------------- */
#wrapper {
	border-top: 5px solid #000000;
	background: url("../img/bg.jpg") no-repeat center top;
}
/* --------------------------------------------------
	.header
-------------------------------------------------- */
.header {
	position: relative;
	width: 880px;
	height: 205px;
	background: #ffffff url("../img/enjoyNav_bg.gif") no-repeat left bottom;
}

/* --------------------------------------------------
	#mainContents
-------------------------------------------------- */
#mainContents {
	position: relative;
	margin: 0 auto;
	width: 880px;
	background: #ffffff;
	box-shadow: 0 0 3px #666666;
}
#mainContents .logo {
	margin: 0 0 23px 26px;
	padding: 19px 0 0 0;
}
#mainContents h1 { margin-left: -8px; }
#mainContents h1 a {
	display: block;
	padding-left: 16px;
	width: 319px;
	height: 70px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 70px;
	background: #ffffff url("../img/title2.gif") no-repeat left top;
}
#mainContents h1 a:before {
	position: relative;
	left: 0;
	top: -1px;
	content: url("../img/title2_icon.png");
	margin: 0 12px 0 0;
}
#mainContents h1 a:hover { text-decoration: none; }

/* --------------------------------------------------
	#enjoyNav
-------------------------------------------------- */
#enjoyNav {
	position: absolute;
	right: 0;
	top: ;
	margin: -70px 0 0 374px;
}
#enjoyNav li {
	float: left;
	padding-right: 12px;
	border-right: 1px solid #cccccc;
}
#enjoyNav li:last-child {
	border-right: 0;
}
#enjoyNav li a {
	display: block;
	padding: 30px 30px 0 12px;
	height: 40px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	background: url("../img/enjoyNav_icon.gif") no-repeat right top;
}
#enjoyNav li.current a,
#enjoyNav li a:hover {
	background-position: right bottom;
	text-decoration: none;
}


/* --------------------------------------------------
	.visual
-------------------------------------------------- */
.visual {
	position: relative;
	z-index: 2;
}
.visual:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	display: block;
	width: 100%;
	height: 4px;
	background: url("../../common/img/shadow_top.png") repeat center top;
}

/* --------------------------------------------------
	#intro
-------------------------------------------------- */
#intro {
	position: relative;
	height: 245px;
	background: #ffffff url("../img/intro_bg.gif") no-repeat left top;
	border-bottom: 5px solid #000000;
}
#intro:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -9px;
	display: block;
	width: 100%;
	height: 4px;
	background: url("../../common/img/shadow_top.png") repeat center top;
}
#intro h2 {
	position: absolute;
	left: 65px;
	top: 73px;
	padding: 18px 0 0 36px;
	height: 80px;
	background: url("../img/line_title.png") no-repeat left top;
	font-size: 22px;
	font-weight: normal;
	line-height: 32px;
	text-shadow: 0 0 10px #fff, 0 0 9px #fff, 0 0 8px #fff, 0 0 7px #fff, 0 0 6px #fff;
}
#intro p.lead {
	margin: 0 0 0 350px;
	padding: 62px 0 0 0;
	width: 420px;
	font-size: 15px;
	line-height: 24px;
}

/* --------------------------------------------------
	#footer
-------------------------------------------------- */
#footer {
	position: relative;
	z-index: 10;
	border-top: 5px solid #000000;
	background: #ffffff;
	height: 55px;
}
#footer p {
	padding: 18px 0 0 0;
	font-size: 10px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

