@charset "shift_jis";

/* =======================================

	Others CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
	

========================================== */

/* 
****************************************************************************************/
/* 
========================================== */


* { margin: 0; padding: 0; }

header { padding: 100px 0 0 0; display: block; }
header h1 { width: 960px; margin: 0 auto; }

a { 
outline:none; }


.nav-wrap {
	margin: 0px auto;
}

/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */



/* Example One */
#example-one {
	margin: 0 auto;
	list-style: none;
	position: relative;
	width: 1050px;
}
#example-one li { 
	letter-spacing: 0.07em;
	display: inline-block;	
}
#example-one li a { 
	color:#333;
	font-size: 16px; 
	float: left;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#example-one a:hover {
	color:#5AD100;
}
#magic-line { 
	position: absolute;
	bottom: 3px; 
	left: 0; 
	width: 100px; 
	height: 5px; 
	background:#5AD100;
}
.current_page_item a { 
	color:#6C3 !important; 
}
.ie6 #example-one li, .ie7 #example-one li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}


/* Example Two */
#example-two { 
	margin: 0 auto; 
	list-style: none; 
	position: relative; 
	width: 960px; 
}
#example-two li { 
	display: inline-block; 
}
#example-two li a { 
	position: relative; 
	z-index: 200; 
	color: #bbb; 
	font-size: 16px; 
	display: block; 
	float: left; 
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase; 
}
#example-two li a:hover { 
	color: white; 
}
#example-two #magic-line-two { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100px; 
	background: #900; 
	z-index: 100; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.current_page_item_two a { 
	color: white !important; 
}
.ie6 #example-two li, .ie7 #example-two li {
	display: inline;
}
