body {
	font-family: "メイリオ", Meiryo, "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size:12px;
	background-image: url(/images/ns-mart_bg.jpg);
	background-repeat: repeat;
}
.container_body {
	background-color:#FFF;
	  -moz-box-shadow: 0px 0px 10px #ccc;  
	  -webkit-box-shadow: 0px 5px 10px #ccc;  
	  box-shadow: 0px 5px 10px #ccc;
}
a {
	text-decoration:none;
}
a:href, a:visited {
	color: #06C;
}
a:hover {
	color: #039;
}
label, input, button, select, textarea {
	font-size:12px;
}

h1,h2,h3,h4,h5,h6, legend {
	/*
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	font-weight:normal;
	*/
	color:#0462d3;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4, legend {
	font-size:16px;
	color:#666;
}
h5, h6 {
	font-size:14px;
	color:#666;
}

.top_topbar {
	background-color:#E6E6E6;
	min-height:35px;
	-moz-box-shadow: 0px 0px 10px #ccc;  
	  -webkit-box-shadow: 0px 5px 10px #ccc;  
	  box-shadow: 0px 5px 10px #ccc;
	/* width:100%; */
}

	.top_topbar_inner_left {
		text-align:left;
		color:#000;
		font-weight:bold;
		font-size:16px;
		margin:7px 0 0 0;
	}
	.top_topbar_inner_right {
		text-align:right;
		color:#06C;
		font-weight:bold;
		font-size:16px;
		margin:7px -10px 0 0;
	}
	.top_topbar_inner_right_logged-in {
		color:#000 !important;
	}
	.top_topbar_inner_right a {
		color:#06C;
		text-decoration:none;
		font-size:14px;
		margin:0 10px 0 10px;
	}
	.top_topbar_inner_right a:hover {
		color:#039;
	}
	

#top_logo {
}
#img_logo img {
	margin:25px 20px 25px 0;
}
#img_trust_cert img {
	margin-top:30px;
}


#top_contact_info {
	text-align:right;
	font-size:11px;
	color:#06C;
}

	#top_contact_info a {
		color:#06C;
		text-decoration:none;
	}
	#top_contact_info a:hover {
		color:#039;
	}

#top_contact_info h3 {
	font-size:16px;
	color:#0462d3;
}


.top_menubar {
	/*
	width:100%;
	position:relative;
	*/
	min-height:35px;
	background-color:#0462d3;
	-moz-box-shadow: 0px 0px 10px #ccc;  
	  -webkit-box-shadow: 0px 5px 10px #ccc;  
	  box-shadow: 0px 5px 10px #ccc;
}
.top_menubar_inner {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	color:#FFF;
	text-align:center;
	margin-top:8px;
}
	.top_menubar_inner a {
		color:#FFF;
		margin:0 15px 0 15px;
		text-decoration:none;
	}
	.top_menubar_inner a:hover {
		color:#CCC;
	}

.box {
	margin:10px 0 10px 0;
	padding:10px 10px 0 10px;
	background-color:#FFF;
	  -moz-box-shadow: 0px 0px 10px #ccc;  
	  -webkit-box-shadow: 0px 0px 10px #ccc;  
	  box-shadow: 0px 0px 10px #ccc; 
}
.box h1, .box h2, .box h3 {
	background-color:#0462d3;
	font-size:24px;
	color:#FFF;
	font-weight:lighter;
	padding: 0 10px 0 10px;
	margin:-10px -10px 0 -10px;
}
.box-inner {
	padding:10px;
}
.box-inner a {
	color:#039;
	text-decoration:none;
}
.box-inner a:hover {
	color:#06C;
}
.flag-ship {
	position:absolute;
	margin:-5px 0 0 -5px;
}

.slide {
}

.table-product th {
	background-color:#EEE;
	text-align:center;
}
.table-product td {
	background-color:#F7F7F7;
	text-align:center;
}

.table-general th {
	background-color:#EEE;
	text-align:right;
	min-width:20%;
	max-width:50%;
}
.table-general td {
	background-color:#F7F7F7;
	text-align:left;
}
.table-general input, .table-general textarea, .table-general select {
	margin:0px;
}
.table-general textarea {
	width:98%;
}



.nav-tabs {
    margin-bottom: 0;
}

.box-form {
	border-left:#DDD 1px solid;	
	border-right:#DDD 1px solid;	
	border-bottom:#DDD 1px solid;	
	padding:20px;
}
.pagination ul {
	margin-top:-20px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #fff;
  background-color: #337ab7;
}

