.oneColFixCtr #container {
	width: 950px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0px;
	margin: 0px;
}
h1 {
	margin: 0px;
}
.clear {
	float:none;
}
#navi {
	background-color: #FFFF66;
	background-image: url(./images/navi_back.jpg);
	background-repeat: repeat-x;
	height: 36px;
	width: 950px;
	font-size: 16px;
}
.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;
     

}
.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;
     

}
#message_left {
	width: 715px;
	float: left;
	margin-top: 8px;
}
#message_right {
	width: 213px;
	float: left;
	margin-top: 8px;
}
.sub_item {
	margin: 3px;
	float: left;
	height: 125px;
	width: 230px;
	background-color: #CCCCCC;
}
#title {
	float:none;
	width:950px;
}
#title_left { float: left; 
}
#title_right {
	float: right;
	border-style: none;
	margin: 0px;
	height: 145px;
	width: 210px;
	background-image: url(title_images/title_base_sub2.jpg);
	background-repeat: no-repeat;
	position:relative;
}
#first_date {
	margin:4px 4px;
	padding:8px;
	background-color: #66FFFF;
	left: -8px;
	width:198px;
}
#member {
	position:absolute;
	margin: 1em;
	bottom: 0px;
	right: 0px;
	height: auto;
	font-size: 24px;
	font-weight: bold;
	background-position: right;
	text-align: right;
}
.zen {
ime-mode: active;
-ms-ime-mode:active;
}
.han {
ime-mode: inactive;
-ms-ime-mode:inactive;
}

.main_banner {
	width: 710px;
	height: 210px;
}
.sub_banner {
	width: 230px;
	height: 125px;
}
body #container #mainContent {
	
}