@charset "utf-8";
/* CSS Document */

body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	color: #444;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	min-width: 420px; /*ipad用*/
	_display: inline;  /*ipad用*/
	_zoom:1; /*ipad用*/

}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #06C;
}
a:visited {
	color: #0F87FF;
}
a:hover {
	color: #F90;
}
a:active {
	color: #F90;
}


/* テキスト -----------------------------------------*/

.txtRed {
	color: #C00;
}
.txtBlue {
	color: #06C;
}
.txtGlay {
	color: #999;
}
.txtS {
	font-size: 0.9em;
}
.txtL {
	font-size: 1.2em;
}


/* ヘッダー -----------------------------------------*/

#header {
	background-repeat: repeat-x;
	width: 100%;
}
#header #header_inner {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header #header_inner #cart_box {
	width: 420px;
	position: absolute;
	right: 0px;
	border: 1px solid #CCC;
}
#header #header_inner #cart_box table tr td {
	text-align: center;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
#header #header_inner #cart_box .td_line {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	font-size: 12px;
}

#header #header_inner #main_navi {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 420px;
}
#header #header_inner #main_navi #navi_inner {
	width: 500px;
	padding-top: 6px;
	float: left;
}

#header #header_inner #main_navi #navi_inner a img {
	margin-right: 5px;
	margin-left: 5px;
}

#header #header_inner #main_navi #search_box {
	float: right;
}
#header #header_inner #main_navi #search_box #form1 #textfield {
	width: 200px;
	height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #header_inner #main_navi #search_box {
	margin-top: 8px;
}

#header #header_inner #main_navi #search_box #form1 input {
	vertical-align: middle;
}

