@CHARSET "UTF-8";

*{
	margin: 0px;
	padding: 0px;
}

#all{
	width: 100%;
}

#head{
	background-color: #FFF;
}



.inbox{
	width: 100%;
	width: 100%;
	float: left;
}


#in_globalnav{
	background-color: #E8F0E5;
}


#logo{
	width: 950px;
	margin: 0px auto;
}



#logo img{
	border: none
}

#globalnav{
	width: 950px;
	margin: 0px auto;
	clear: both;
}

#globalnav li{
	list-style: none;
}
#globalnav li,#globalnav li a{
	height: 40px;
	float: left;
}
#globalnav li a{
	display: block;
	line-height: 30px;
	padding: 0px 15px;
	border-right: 1px #FFF solid;
	height: 30px;
	margin: 5px 0px;
	color: #447D46;
	text-decoration: none;
}


#globalnav li a:HOVER{
	background-color: #70AF57;
	color: #FFF;
}

#in_torso{
	float: left;
	clear: both;
}

#torso{
	width: 950px;
	clear: both;
	margin: 0px auto;
}

#lside{
	width: 220px;
	float: left;
	background-image: url("../img/lsidehead.png");
	padding-top: 120px;
	background-repeat: no-repeat;
}
#lside ul{
	background-image: url("../img/lsidebottom.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

#lside li{
	list-style: none;
}

#lside li a{
	padding-left: 40px;
	background-color: #EAF0E5;
	height: 40px;
	line-height: 35px;
	border-top: 1px dotted #000;
	background-image: url("../img/li_point.png");
	background-repeat: no-repeat;
	background-position: 20px 10px;
	display: block;
	color: #485740;
	font-size: 1.2em;
	text-decoration: none;
}

#lside li.bottom_point a{
	background-image: none;
	color: #FF3FC0;
	text-align: left;
	height: 10px;
	line-height: 0.8em;
	font-size: 0.8em;
	padding-top: 5px;
	padding-left: 10px;
}

#lside li.bottom_point a:HOVER{
	color: #999;
}

#lside li a:HOVER{
	color: #FEB3E5;
}

#content{
	width: 700px;
	margin-left: 30px;
	float: left;
	margin-top: 60px;
	padding-bottom: 60px;
}

#in_foot{
	background-color: #90AF83;
	margin-bottom: 120px;
	float: left;
	clear: both;
}

#foot{
	width: 950px;
	font-size: 0.7em;
	margin: 0px auto;
	height: 20px;
	line-height: 20px;
	clear: both;
}

#foot #copyright{
	text-align: right;
	display: block;
	float: right;
}

#foot #tokuteisho a{
	text-decoration: none;
	color: #FFF;
}

#newslink a{
	font-size: 0.7em;
	text-align: right;
	color: #3E7D20;
	text-decoration: none;
}

p#shopbana	{
	margin-top: 42px;
}

p#shopbana img{
	border: none;
}
