body{
	background:url(../img/irongrip.png);
	margin:0;
	padding:0;
}

html,body{
	font-family:"MS PGothic";
	height:100%;
}

img{
	border:0;
}

#bg{
	background:#3a3a3a;
}

#wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}

#contents{
	padding-bottom:50px;
}

#contents:after {
	content: '';
	display: block;
	clear: both;
}

#footer{
	height:50px;
	width:100%;
	background:#222222;
	position:absolute;
	bottom:0;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#copyright{
	font-size:12px;
	color:#fff;
	padding:10px 0;
}

ul,li{
	margin:0;
}

li{
	list-style:none;
}

#login{
	padding-top:30px;
	text-align:center;
}

#loginbox{
	width:340px;
	background:#ffffff;
	margin:0 auto;
	padding:20px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#logintitle{
	padding:10px;
	font-size:14px;
	font-weight:bold;
}

dl,dt,dd{
	margin:0;
	font-size:13px;
	padding:5px;
}

#loginbox input.normal {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:solid 1px #ccc;
	padding:5px 10px;
}

.header{
	height:50px;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	background-color:#222222;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
}

.sub_header{
	height:50px;
	background:#3a3a3a;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
}

.sub_header ul:after{
	content: '';
	display: block;
	clear: both;
}

.sub_header ul li.sub_left{
	float:left;
	height:50px;
	width:209px;
	border-right:1px solid rgba(0,0,0,0.3);
	border-bottom:1px solid rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.05);
	box-shadow:0 1px 0 rgba(255,255,255,0.05);
}

.sub_header ul li.sub_right{
	float:left;
}

.recruit,.logout{
	float:right;
}

.recruit,.recruit a{
	text-align:right;
	font-size:13px;
	color:#fff;
}

.logout,.logout a{
	text-align:right;
	font-size:13px;
	color:#fff;
}

#menu{
	float:left;
	width:250px;
}

#menu .shop_data{
	background:#303030;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-size:13px;
	width:250px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
}

#menu .menu_title{
	padding:5px 0 5px 10px;
	font-weight:bold;
	color:#fff;
	font-size:13px;
	width:240px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
}

#menu .menu_title_under{
	width:250px;
	height:10px;
	background-color:#303030;
}

#menu ul{
	padding:0;
	margin:0;
	background:#333;
}

#menu li{
	height:40px;
	width:250px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
}

#menu li a{
	color:#ffffff;
	font-size:13px;
	line-height:3.4;
	padding-left:10px;
	display:block;
	height:40px;
	width:250px;
}

#menu li:hover{
	background:#2e2e2e;
}

#main_contents{
	float:left;
	background:#6e6e6e;
	padding:10px;
	min-width:700px;
}

#sub_contents{
	background:#e4e4e4;
	padding:8px;
}

#main{
	background:#ffffff;
	padding:10px;
}

#box{
	border:1px solid #eeeeee;
}

#box_contents{
	padding:10px;
}

#title{
	padding:10px;
	font-size:14px;
	font-weight:bold;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	border-width:0 0 1px 0;
	border-color:#E0E0E0;
	border-style:solid;
}

.contents_menu{
	padding:0;
	margin:;
	height:30px;
}

.contents_menu ul{
	margin:0;
	padding:0;
}

.contents_menu li{
	float:left;
	font-size:14px;
}

.contents_menu li a{
	color:#3399ff;
}

.contents_menu:after {
	content: '';
	display: block;
	clear: both;
}
.topicpath ol {
	margin:0;
	margin-bottom:10px;
	padding:0;
}

.topicpath li {
	margin:0;
	padding:0;
}

.topicpath ol li {
	display: inline;
	font-size:12px;
	list-style-type: none;
}

.topicpath ol li a{
	font-size:12px;
}

.topicpath ol li:before {
	content: " > ";
}

.topicpath ol li:first-child:before {
	content:"";
}

#box{
	padding-top:20px;
}

#box table{
	border-collapse: collapse;
	border:1px solid #eeeeee;
	margin:10px;
	margin-bottom:20px;
}

#box table td{
	border:1px solid #eeeeee;
	padding:10px;
	font-size:13px;
}

#box table th{
	border:1px solid #eeeeee;
	padding:10px;
	font-size:13px;
}

#box tr:nth-child(odd){
	background: #f9f9f9;
}

#box tr:nth-child(even){
	background: #fff;
}

#box input.normal {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:solid 1px #ccc;
	padding:5px 10px;
	width:400px;
}

#box input.price {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:solid 1px #ccc;
	padding:5px 10px;
	width:60px;
}

#box input.size {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:solid 1px #ccc;
	padding:5px 10px;
	width:20px;
	ime-mode: disabled;
}

#box textarea.normal {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:solid 1px #ccc;
	padding:5px 10px;
	width:400px;
	height:200px;
}

#box textarea.css {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:solid 1px #ccc;
	padding:5px 10px;
	width:700px;
	height:400px;
}

#box .submit{
	margin:10px;
	margin-bottom:20px;
}

.msg{
	font-size:13px;
	padding:20px 0 20px 10px;
}

#box td.form_title{
	width:80px;
	text-align:center;
}

.sort{
	padding:10px;
	font-size:13px;
}


.att{
	font-size:13px;
	color:#ff0000;
	padding:10px 0;
}

#sort_list:after {
	content: '';
	display: block;
	clear: both;
}

#sort_list li{
	float:left;
	font-size:12px;
	border:1px solid #eeeeee;
	padding:10px;
	margin:5px;
	cursor: move
}

#sort_list li .img{
	overflow:hidden;
	width:120px;
	height:160px;
}

.sub_menu{
	text-align:left;
	margin:0 0 0 10px;
	padding:0;
}

.sub_menu:after {
	content: '';
	display: block;
	clear: both;
}

.sub_menu li{
	text-align:left;
	float:left;
	font-size:13px;
	padding:5px 3px;
}