@charset "UTF-8";
/* CSS Document */

@import "common/layout.css";


/*-------------------------------------------------------------------------
	INDEX
/*-----------------------------------------------------------------------*/

body {
	background:#f4eedf;
}

#all {
	width:790px;
	margin:0 auto;
	border-left:#a81f24 solid 3px;
	border-right:#a81f24 solid 3px;
	border-bottom:#a81f24 solid 3px;
	background:#FFF;
}

#all h1 {
	text-align:center;
}

#all h2{
	margin:30px 0 0 0;
}

#all h2.no{
	margin:0 0 0 0;
}

#all .content{
	width:804px;
	background:url(../img/socks/bg001.gif) repeat-y 0 0;
}

#all .content .box{
	width:740px;
	margin:0 0 0 30px;
	padding:0 0 10px 0;
}

#all .content .box h3{
	padding:20px 0 10px 0;
}

#all .content .box ul li{
	margin:0 0 10px 0;
}

#all .content dl.box_mail{
	margin:10px 0 0 0;
}

#all .content .box ul.address{
	margin:10px 0 0 0;
}

#all .content .box ul.address li{
	margin:0 0 0 0;
}

#all .content .mail{
	margin:5px 0 5px 0;
}

#all .bold{
	font-weight:bold;
}

#all .color001{
	color:#a81f24;
}

#all .bg_btm{
	background:url(../img/socks/bg002.gif) 0 0 no-repeat;
	height:9px;
}

#all .link a{
	text-decoration:underline;
}

#all .item{
	margin:20px 0 20px 20px;
}

#all .item dl{
	float:left;
	margin:0 7px 0 0;
}

#all .item dl.last{
	float:left;
}

#all .item dl dt{
	margin:0 0 3px 0;
}

#all .item dl dd{
	font-size:14px;
	font-weight:bold;
}

#all .item dl dd a{
	background:url(../../files/img/socks/ico001.gif) no-repeat 0 7px;
	padding:0 0 0 10px;
}

#all .item dl dd span{
	color:#a81f24;
	font-size:12px;
}

