/* ƒŒƒCƒAƒEƒg‚ÌÝ’è*/
body{
	margin:0px;
	padding:0px;
	background: url(../img/bg.gif) repeat-x top;
	background-color: #F8F8F3;
}

/* ƒ‰ƒbƒp[‚ÌÝ’è*/
#wrap{
	position:relative;
	width:980px;
	margin:0px auto;
	text-align:left;
}

/* ƒwƒbƒ_[‚ÌÝ’è*/
#head{
	width:980px;
	height:70px;
	background-image: url(../img/head_bg.gif);
}

#image{
	width:980px;
	height:300px;
}

/* ------------------ globalmenu --------------------*/

#globalmenu{
	width:980px;
	height:70px;
	margin:30px auto 0 auto;
	position: relative;
}

#globalmenu #navi{
	background:url(../img/menu.gif) no-repeat top;
	height:50px;
	width:980px;
	padding:0;
	position:absolute;
    margin:0;
}

#globalmenu #navi ul li{
	float:left;
}

#globalmenu #navi ul li a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:50px;
}

#globalmenu #navi ul li.top a{
	width:196px;

}

#globalmenu #navi ul li.commodity a{
	width:196px;
}

#globalmenu #navi ul li.shop a{
	width:199px;
}

#globalmenu #navi ul li.fc a{
	width:196px;
}

#globalmenu #navi ul li.company a{
	width:193px;
}




/* --------------------- left ------------------------*/

#left{
	width:270px;
	height:auto;
	float:left;
}

#left #category{
    width:260px;
	margin:50px 0 0 0px;
}

#left #category ul{
	list-style:none;

}

#left #category li{
	list-style:none;
	width:237px;
	margin:0;
	line-height: 3.0;
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	font-size:14px;
	color: #666666;
    padding-left: 23px;
	border-bottom: dotted 1px #ccc;
}

#left #category .bana{
    width:260px;
	margin:0px 0 0 0px;
}

#left #bana{
    width:260px;
    height:auto;
	margin:50px 0 0 0px;
}

#left #bana ul{
	list-style:none;
}

#left #bana li{
	list-style:none;
    width:260px;
	height:75px;
	margin:10px 0 0 0px;
}

#left #right-box{
    width:260px;
	height:250px;
	margin:30px 0 0 5px;
}


/* -------------------- right ------------------------*/

#right{
	width:650px;
	height:auto;
	float:right;
}

#right .footstamp{
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	font-size:11px;
	color: #666666;
	line-height:1.5;
    margin:50px 0 0 0;
}

#right p{
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	font-size:15px;
	color: #666666;
	line-height:1.3;
    margin:2px 0 0 5px;
}

#right .entry{
	width:605px;
	height:auto;
}

#right .entry .date{
	width:590px;
	height:25px;
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	font-size:11px;
	color: #666666;
	line-height:1.1;
	margin:80px 0 0 10px;
}

#right .entry .title{
	width:605px;
	height:50px;
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	font-size:16px;
	color: #666666;
	line-height:1.5;
	margin:0px 0 0 0;
	border-bottom:1px solid #ccc;
}

#right .entry .body{
	width:605px;
	height:auto;
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	font-size:13px;
	color: #666666;
	line-height:1.3;
    margin:10px 0 0 0;
}

/* -------------------- footer ------------------------*/
#foot{
	position:relative;
	width:100%;
	height:130px;
	clear:both;
	border-top:1px solid #ccc;
	background-image: url(../img/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#foot #footer{
	position:relative;
	width:700px;
	height:50px;
    margin:5px 0 0 30px;
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	font-size:11px;
	color: #666666;
	line-height:1.2;
}

#foot #footer p{
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	font-size:13px;
	color: #666666;
	line-height:1.4;
}

#foot #footer ul li{
	float:left;
    margin:50px 0 0 0;
}

#foot #footer ul li a{
	text-decoration:none;
	color:#666;
}


/* ------------------- common ------------------------ */

*{
    margin: 0;
    padding: 0;
    border: none;
}

li{
	list-style:none;
}

img{
	border:none;
	display:block;
}

a{
	text-decoration:none;
	color:#666;
}

a:hover{
	text-decoration:underline;
	color: #FC0;
}

h1{
	width:200px;
	height:70px;
	margin:15px 0 0 20px;
	position: absolute;
}

h2{
    width:630px;
    height:40px;
    float:left;
    margin:30px 0 0 0;
}

h3{
    width:630px;
    height:40px;
    float:left;
    margin:40px 0 0 0;
}