@charset "utf-8";

body {
	color: #666666;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background: #e0f6fb;
}
img {
	vertical-align: top;
}
a {
	color: #003399;
}
a:visited {
	color: #666666;
}
a:hover,
a:focus {
	color: #3366CC;
}
a:active {
	color: #CC3300;
}
#wrapper {
	width: 870px;
	margin: 0 auto;
	background: url(../images/background.gif) repeat-y;
}
#wrapper2 {
	width: 830px;
	margin: 0 auto;
}
#header {
	position: relative;
}
#left {
	float: left;
}
#right {
	float: left;
	margin-bottom: 10px;
}
#right_left {
	float: left;
	margin-right: 10px;
}
#topics {
	float: left;
}
.top_h1 {
	margin-bottom: 10px;
}
#footermenu {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}

/* ヘッダーとユーティリティナビゲーション
---------------------------------------------*/
#freedial {
	position: absolute;
	right: 0;
	top: 28px;
}
#utilityNavigation {
	position: absolute;
	right: 0;
	top: 3px;
	width: 340px;
	font-size: 90%;
	line-height: 1.9;
}
#utilityNavigation li {
	position: absolute;
	top: 0;
	width: 11em;
}
#utilityNavigation li#navFirst {
	right: 27em;
}
#utilityNavigation li#navSiteMap {
	right: 18em;
}
#utilityNavigation li#navInquiry {
	right: 9em;
}
#utilityNavigation li#navPrivacy {
	right: 0;
}
#utilityNavigation li a {
	padding-left: 18px;
	text-decoration: none;
	display: block;
	height: 18px;
}
#utilityNavigation li#navFirst a {
	background: url(../images/icon_first.gif) left center no-repeat;
}
#utilityNavigation li#navSiteMap a {
	background: url(../images/icon_sitemap.gif) left center no-repeat;
}
#utilityNavigation li#navInquiry a {
	background: url(../images/icon_mail.gif) left center no-repeat;
}
#utilityNavigation li#navPrivacy a{
	background: url(../images/icon_privacy.gif) left center no-repeat;
}

/* グローバルナビゲーション
---------------------------------------------*/
#groMenu li {
	float: left;
	margin-bottom: 10px;
}

/* 商品メニュー
---------------------------------------------*/
#proMenu {
	margin-bottom: 10px;
}

/* メールマガジン
---------------------------------------------*/
#mailmaga {
	width: 230px;
}
#mailmaga p {
	padding: 0 9px;
	line-height: 1.4;
}
#mailmaga table {
	width: 230px;
}
#td_form {
	width: 180px;
}
#text_form {
	width: 170px;
	height: 20px;
	border: 1px solid #0099FF;
}
#botton_form {
}
	

/* トップページ画像
---------------------------------------------*/
#topimage {
	float: left;
	margin-bottom: 10px;
}

/* 新着情報
---------------------------------------------*/
#newArrival {
	width: 400px;
	height: 100px;
}
#newArrival li {
	padding-left: 10px;
	background: url(../images/icon_new.gif) no-repeat;
}


/* お手入れ方法
---------------------------------------------*/
#method li {
	float: left;
}
#middle {
	margin: 0 9px;
}

/* トピックス
---------------------------------------------*/
#topics li {
	border-bottom: 1px solid #999999;
}

/* フッターメニュー
---------------------------------------------*/
#footermenu {
	border-top: 1px solid #0099FF;
}
#footermenu li {
	float: left;
	height: 20px;
	margin: 15px 15px 0 0;
}
#footermenu li a {
	text-decoration: none;
}
/* フッター
---------------------------------------------*/
#footer {
	text-align: center;
	background: url(../images/footer_bg.gif) no-repeat;
	height: 36px;
}
#footer p {
	color: #FFFFFF;
	line-height: 35px;
}
	
