@charset "UTF-8";

/*共通指定*/
body, p, th, td, ul, ol, li, dl, dt, dd, form, form input {
	color: #333333;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif;
}
body {
	margin: 0;
	padding: 0;
}
body, table, p { font-size: 12px; }
h1, h2, h3, h4, h5 { margin: 0; }
p { margin: 0; }
img { border: none; }
/* 基準のリンク反応 */
a:link {  color:#3366cc; text-decoration: none; }
a:visited {  color:#3366cc; text-decoration: none; }
a:active {  color:#ff6633; text-decoration: none; }
a:hover {  color:#ff6633; text-decoration: underline;  }
a { text-decoration: none; }
/* テーブル */
table { border-collapse: collapse; }
/* float Clear Patch */
.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
/*	line-height: 1px;
	height: 0;
	font-size: 1px;*/
}
.noneDisp { display: none; }
.mgn15em { margin-bottom: 1.5em; }
.mgn1em { margin-bottom: 1em; }
.mgn05em { margin-bottom: 0.5em; }
.mgntp15em { margin-top: 1.5em; }
.headline {
	padding: 0.3em;
	color: #000000;
	background-color: #ffffff;
/*	border-bottom: 1px solid #dcdcdc;*/
	text-align: right;
	margin-right: 50px;
}
.attention {
	color: #cc0066;
}
.centerPosition { text-align: center; }

#body {										/* For IE */ 
	text-align: center;
	background: #ECFFFF;
}
#whitebase {
	margin: 10px auto;
	width: 880px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #999999;
}
#header {
	height: 156px;
	background: #ffffff url(../homeimage/k-mall-img_blobal.jpg) 30px 0 no-repeat;
}
#footer{
	clear: both;
	margin-top: 30px;
	padding: 0.5em 0;
	border-top: 1px solid #999999;
	background: #ffffff url(../homeimage/footerbg.gif) left bottom repeat-x;
}
/* 検索
---------------------------------------------------- */
#searchform, #breadCrumbs {
	margin-bottom: 12px;
	padding: 0.25em 0;
	text-align: right;
	margin-right: 30px;
}
#searchBlock {
	position: relative;
	margin-top: 10px;
	margin-left: 380px;
	padding: 0;
	width: 542px;
	left: -44px;
	top: -16px;
	height: 139px;



}
#toTopIcon {
	padding-left: 20px;
	background: #ffffff url(../homeimage/totop.gif) center left no-repeat;
}
