/* ヘッダー要素設定
-------------------------------------*/

#headerWrapper	{
	width:100%;
	text-align:center;
	margin:0 auto;
}

#navMainWrapper	{
	background:#151515;
}

#navMainWrapper, #navCatTabsWrapper	{
	width:100%; /* change to width:70em; for narrow header*/
	margin:0 auto;
	text-align:center;
}

#navMain	{
	width:100%;  /* remove width:70em; for narrow header */
	margin:0 auto;
}

#navMainLinks	{
	float:left;
	position:relative;
	list-style-type:none;
	text-align:left;
	font-size:1.2em;
	padding:5px 0 0 5px;
}

#navMainSearch	{
	margin:0 auto;
	text-align:right;
	padding:2px 5px 1px;
}

#navMainSearch input	{
	margin:0 auto;
	text-align:right;
	padding:2px 5px;
}

#navMainSearch input[type=text]	{
	margin: 2px 0 0 1em;
}

#navMainSearch input.topSearch	{
	margin: 0 0 5px 2px; 
	vertical-align: bottom;
}

#logoWrapperOuter	{
	background:#202020;
	width:100%;
	height:120px;
	margin:0 auto;
	overflow:hidden;
}

#logo	{
	float:left;
	position:absolute;
	left:0;
	top:67px;
}

/*
.logo img	{
	width:100%;
}
*/

#tagline	{
	font-size:0.9em;
	line-height:110%;
	width:auto;
	display: block;
	position: absolute;
	text-align:right;
	top: 85px;
	right: 15px;
}

#navCatTabsWrapper	{
	background:#BBD17E;
}

.clearfix:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix	{
	display: inline-block;
}

	/* Hides from IE-mac \*/
	* html .clearfix	{
		height: 1%;
	}
	.clearfix	{
		display: block;
	}
	/* End hide from IE-mac */

/* フォントの拡大・縮小（jQuery） */

.fontResizer	{
	display: block;
	position: absolute;
	top: 5px;
	right: 270px;
	background:#e6e6e6;
	text-align: center;
	}

.fontResizer a	{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	border: 1px solid #202020;
	color: #000000;
	text-decoration: none;
	}

.fontResizer a:visited	{
	color: #000000;
}

.fontResizer a:hover	{
	color: #000000;
	background: #8FE8E5;
	text-decoration: none;
	}

/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/

.smallFont	{
	font-size: 10pt;
	}

.medFont	{
	font-size: 11pt;
	}

.largeFont	{
	font-size: 12pt;
	}

.curFont	{
	background: #8FE8E5;
	}
