@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	-webkit-text-size-adjust: 100%;
}
/* for WinIE7*/
*:first-child+html body {
font-size: 75%;
font-family: 'メイリオ', Meiryo, sans-serif;
}
.oneColFixCtr #mainContent {
	padding: 0px;
	margin: 0px;
}
h1 {
	margin: 0px;
}
.clear {
	float:none;
}

.navi_item {
	text-align: center;
	height: 1em;
	width: 5em;
	float: left;
}
#navibox {
}
#loginbox {
	float: right;
}

#footer {
	font-size: small;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
#footer_black {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
#show_login {
	font-size: 80%;
	text-align: right;
}
#show_cart {
	font-size: 80%;
	margin-right: 1em;
}.announce_title {
	background-color: #00CCFF;
	padding: 4px;
	font-size: 16px;
	text-align: center;
	background-image: url(/images/announce_back.jpg);
	background-repeat: repeat-x;
}
.announce_content {
	text-align: left;
	line-height: 1.4em;
}
.submit{
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#364DFF)
        );
    -webkit-border-radius: 5px;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #364DFF
        );
    -moz-border-radius: 5px;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff364DFF);
    zoom: 1;
}
.intext {
	color: #999;
	color: #000;
	border:1px solid #777;
	padding: 4px;
	background: #fff;
	border-radius: 4px;
	/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
	-webkit-border-radius: 4px;
	/* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
	-moz-border-radius: 4px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width : 100%;
	vertical-align : middle;
}

.zen {
ime-mode: active;
-ms-ime-mode:active;
}
.han {
ime-mode: inactive;
-ms-ime-mode:inactive;
}
#show_cart {
	z-index:10000;
}
#show_cart a {
	z-index:10001;
}
#show_cart a img {
	z-index:10002;
}