/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-size:13px;
}

div{	margin:auto;}
img{	border:none;}
li{		list-style:none;}

h1 span,
h2 span,
h3 span,
h4 span{
	display:none;
}

body{
	background:url(../image/in_bg.jpg) no-repeat center top #ff76cc;
	color:#692b2c;
	line-height:1.5em;
}


/**************
  headerArea
**************/
#headerArea{
	width:950px;
}
#headerArea h1{
	background:url(../image/head_logo.png) no-repeat left top;
	width:400px;
	height:190px;
}
#headerArea .lead{
	width:550px;
	height:101px;
	background:url(../image/head_text.png) no-repeat left top;
}
#headerArea .lead span{
	display:none;
}

#headerArea li{
	display:inline;
	overflow:hidden;
}

.overNavi{
	background:#ffffff;
	height:100%;
	width:10px;
	position:absolute;
	top:0px;
	left:0px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	z-index:1000;
}

/**************
  contentsArea
**************/
#contentsArea{
	width:950px;
}

h3{
	height:80px;
	width:950px;
}


/***************
footerArea
****************/
#footerArea{
	padding:30px 0px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
