@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}


body{
	width:100%;
	height:100%;
	font-size:12px;
	text-align:center;
	position:relative;
	
}


#container{
	margin:0 auto;
	text-align:left;
	width:1000px;;
	padding-top:20px;
	
	
}

.contents-clear{
	clear:both;
}

/*---header---*/

#header{
	width:100%;
	background:url(../img/greeting_header.png) repeat-x;

	
	
}

#mini_header{
	width:900px;
	text-align:left;
	margin:0 auto;
	
}


#logo{
	width:170px;
	float:left;
}

#tel{
	width:120px;
	float:right;
}


/*---contents---*/

#contents{
	width:900px;
	margin-left:50px;
	padding-bottom:30px;

}

#greeting{
	margin-bottom:10px;
}

#greeting_img{
	margin:0 0 10px 0;
}

#greeting_txt{
	margin:0 0 20px 0;
	
}

a{
	color:#000;
}

img{
	border:0;
}

li{
	list-style:none;
	border-right:#000000 solid 1px;
	display:inline;
	padding-right:10px;
	margin:0 8px 0 0;
}

.end{
	border:none;
}

#greeting_ex{
	margin:0 10px 0 0;
	padding-right:10px;
}


#archive{
	margin:0 0 10px 0;
}

#archive_txt{
	margin-bottom:20px;
}


/*---footer---*/

#footer a{
	color:#FFF;
}

#footer{
	width:100%;
	height:30px;
	background:url(../img/greeting_footer.png) repeat-x;
	position: fixed;
	bottom:0;
	
}

#mini_footer{
	width:900px;
	margin:0 auto;
	text-align:left;
}

#right{
	float:left;
	color:#FFFFFF;
	padding-top:6px;
}

#neo_site{
	padding-top:6px;
	float:right;
	
}

