@charset "UTF-8";




/*
ヘッダエリア
*/

#header{

	font-family: "メイリオ",Meiryo, Verdana, "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Arial, helvetica, sans-serif;
	font-size:11px;

	position: relative;
	color:#999;
	width: 980px;
	height: 90px;
	background:url(../images/headbg.gif) top left no-repeat;
	margin:0 auto;
}

#header a{text-decoration: none;}
#header a:link {color: #666;text-decoration: none;border-bottom:0px;}
#header a:visited {color: #666;text-decoration: none;border-bottom:0px;}
#header a:active{color: #666;text-decoration: none;border-bottom:0px;}
#header a:hover {color: #FF6600;text-decoration: none;border-bottom:0px;}

#header a.sub{text-decoration: none;}
#header a.sub:link {color: #666;text-decoration: none;border-bottom:0px;}
#header a.sub:visited {color: #666;text-decoration: none;border-bottom:0px;}
#header a.sub:active{color: #666;text-decoration: none;border-bottom:1px #FF6600 dotted;position:relative; top:-1px;}
#header a.sub:hover {color: #FF6600;text-decoration: none;border-bottom:1px #FF6600 dotted;position:relative; top:-1px;}

/*
フラワーマーク
*/

#header h1{
	position: absolute;
	margin: 0px 20px;
	width: 36px;
	height: 50px;
}

#header h1 a{
	text-indent: -9999pt;
	border: 0px solid #fff;
	overflow: hidden;
	display: block;
	width: 36px;
	height: 50px;
	background:url(../images/flower.gif) top left no-repeat;
}

/*
グローバルおまけ
*/

#header #sub-navi{
	position: absolute;
	margin: 20px 0 0 0;
	right:0px;
	height:20px;
	text-align: right;
}
*+html #header #sub-navi{/* IE7 later */
	margin: 20px 0 0 0;
}
* html #header #sub-navi{/* IE6 */
	margin: 20px 0 0 0;
}
#header #sub-navi ul#omake, #header #sub-navi ul#omake li{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	list-style-type:none;
}
#header #sub-navi ul#omake li.campaign{background:url(../images/io_1.gif) bottom left no-repeat;}
#header #sub-navi ul#omake li.shop{background:url(../images/io_2.gif) bottom left no-repeat;}
#header #sub-navi ul#omake li.webstore{background:url(../images/io_3.gif) bottom left no-repeat;}
#header #sub-navi ul#omake li.mobile{background:url(../images/io_4.gif) bottom left no-repeat;}
#header #sub-navi ul#omake li.member{background:url(../images/io_5.gif) bottom left no-repeat;}
#header #sub-navi ul#omake li.sitemap{background:url(../images/io_6.gif) bottom left no-repeat;}


/*
グローバルナビ
*/

#header #global-navi{
	clear: both;
	position: absolute;
	height: 25px;
	top:58px;
	left:20px;
}
*+html #header #global-navi{/* IE7 later */
	top:58px;
}
* html #header #global-navi{/* IE6 */
	top:58px;
}
#header #global-navi ul li{
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	padding-right:4px;
}
#header #global-navi ul li a{
	display: block;
	width:135px;
	height:25px;
	border: 0px solid #fff;
	background-attachment: scroll;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

	/* 通常 */
#header #global-navi ul li.home a{background-image:url(../images/gnavi-home.gif);}
#header #global-navi ul li.brand a{background-image:url(../images/gnavi-brand.gif);}
#header #global-navi ul li.sagasu a{background-image:url(../images/gnavi-sagasu.gif);}
#header #global-navi ul li.tanoshimu a{background-image:url(../images/gnavi-tanoshimu.gif);}
#header #global-navi ul li.mywacoal a{background-image:url(../images/gnavi-mywacoal.gif);}

	/* アクティブ */
#header #global-navi ul li.home a:hover{background-position: 0 -25px;position:relative; top:0px;}
#header #global-navi ul li.brand a:hover{background-position: 0 -25px;position:relative; top:0px;}
#header #global-navi ul li.sagasu a:hover{background-position: 0 -25px;position:relative; top:0px;}
#header #global-navi ul li.tanoshimu a:hover{background-position: 0 -25px;position:relative; top:0px;}
#header #global-navi ul li.mywacoal a:hover{background-position: 0 -25px;position:relative; top:0px;}

	/* ステイ */
#header.home #global-navi ul li.home a{background-position: bottom left;}
#header.brand #global-navi ul li.brand a{background-position: bottom left;}
#header.sagasu #global-navi ul li.sagasu a{background-position: bottom left;}

#header.tanoshimu #global-navi ul li.tanoshimu a{background-position: bottom left;}
#header.mywacoal #global-navi ul li.mywacoal a{background-position: bottom left;}


/*
サイト内検索
*/

#searchform  div {
	float: right;
	height: 22px;
}


input#s {
	float:left;
	margin-top: 63px;
	width: 175px;
	color: #ff3366;
	border: none;
	font-family: "メイリオ",Meiryo, Verdana, "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Arial, helvetica, sans-serif;
	font-size:11px;
}
*+html input#s {/* IE7 later */
	border-width:0px;
}
* html input#s {/* IE6 */
	margin-top: 65px;
	border-width:0px;
	font-size:10px;
}

input#searchsubmit {
	background:none;
	border:none;color:#FFFFFF;
	cursor:pointer;
}

button.search{
	float: left;
	margin-top: 65px;
	margin-right: 30px;
	overflow:hidden;
	position:relative;
	display:block;
	border:0;
	width:16px;
	height:16px;
	text-indent:-9999px;
	background:none;
	cursor:pointer;
}
* html button.search{/* IE6 */
	margin-right: 15px;
}

button.search span{/* safari */
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:16px;
	height:16px;
	background:url(../images/search.gif) top left no-repeat;
}
@media all {
@import url();
}

button.search span{
	display:block;
	overflow:hidden;
	position:absolute;
	top:-9px;left:-4px;
	width:16px;
	height:16px;
	background:url(../images/search.gif) top left no-repeat;
}
*+html button.search span{/* IE7 later */
	top:0px;left:0px;
}
* html button.search span{/* IE6 */
	top:0px;left:0px;

}