@charset "utf-8";

/* [Style] Common Style
   
   2014.3.13 kofuu.co.jp
*/

/* Header */
#Co-Header {
	
	/* Layout */
	width:				1000px;
	margin:				0 auto;
}

#Co-Header h1 {
	
	/* Layout */
	float:				left;
	width:				350px;
	margin:				20px 0 10px;
}

#Co-Header ul {
	
	/* Layout */
	float:				right;
	margin:				42px 0 10px;
}

#Co-Header ul li {
	
	/* Layout */
	float:				left;
	display:			block;
	margin-left:		5px;

	width:				118px;
	height:				36px;
	
	/* Layout */
	text-indent:		100%;
	white-space:		nowrap;
	overflow:			hidden;
}

#Co-Header ul li a {
	
	/* Layout */
	display:			block;
	width:				100%;
	height:				100%;
	
	/* Background */
	background-position:0 0;
}
#Co-Header ul li a:hover,
#Co-Header ul li.selected a {
	background-position:0 -36px !important;
}
#Co-Header ul li.Gnavi-Home a {
	
	/* Background */
	background:			url(../image/co-gnavi-home.png) no-repeat;
}
#Co-Header ul li.Gnavi-Company a {
	
	/* Background */
	background:			url(../image/co-gnavi-company.png) no-repeat;
}
#Co-Header ul li.Gnavi-Business a {
	
	/* Background */
	background:			url(../image/co-gnavi-business.png) no-repeat;
}
#Co-Header ul li.Gnavi-Recruit a {
	
	/* Background */
	background:			url(../image/co-gnavi-recruit.png) no-repeat;
}

/* Footer */
#Co-Footer {
	
	/* Layout */
	clear:				both;
	width:				100%;
	margin:				0 auto;
	
	/* Color */
	color:				white;
	background-color:	#006b2b;
}
#Co-Footer #Co-Footer-Inner {
	
	/* Layout */
	width:				1000px;
	margin:				0 auto;
	padding-top:		10px;
	height:				5.25em;
	
	/* Color */
	color:				white;
	background-color:	#006b2b;
}
#Co-Footer #Co-Footer-Inner ul li a {
	
	/* Color */
	color:				white;
	text-decoration:	none;
}
#Co-Footer #Co-Footer-Inner ul#Co-Footer-Link {
	
	/* Layout */
	float:				left;
}
#Co-Footer #Co-Footer-Inner ul#Co-Footer-Link li {
	
	/* Layout */
	padding-left:		20px;
	
	/* List Style */
	list-style:			none;
	
	/* Background */
	background:			url(../image/co-footer-listmarker.png) no-repeat 0px 0.15em;
}
#Co-Footer #Co-Footer-Inner ul#Co-Footer-Contact {
	
	/* Layout */
	float:				left;
	margin-left:		50px;
}
#Co-Footer #Co-Footer-Inner ul#Co-Footer-Contact {
	
	/* Layout */
	padding-left:		20px;
	
	/* List Style */
	list-style:			none;
	
	/* Background */
	background:			url(../image/co-footer-listmarker.png) no-repeat 0px 0.15em;
}
#Co-Footer #Co-Footer-Inner p#Co-Footer-Copyright {
	
	/* Layout */
	float:				right;
	margin-left:		50px;
}
