/*######################################
三昌物産株式会社 HP
■トップページ用■
top.css
CSS Version 2.0
LastModefied:2006.10.14 By hirukawa
######################################*/

*{
	margin: 0px;
	padding: 0px;
}
body{
	width: 100%;
	text-align: center;
	background: url(../grf/top/bk_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper{
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#leftside{
	width: 100px;
	float: left;
}

#rightside {
	width: 100px;
	float: right;
}

#main {
	width: 800px;
	float: left;
}

#head {
	height: 76px;
}

#main #head h1 {
	width: 274px;
	float: left;
}

#menu {
	float: right;
	background-image: url(../grf/top/title_right.jpg);
	width: 526px;
	height: 61px;
	text-align: center;
}

#menu ul{
	clear: both;
    font-size:12px;
    padding-left: 40px;
    padding-top: 27px;
    text-align: left;
}

#menu li{
    list-style:none;
    background-image: url(../grf/i_menu.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding:3px 15px 0px 18px ;
	display:inline; 
}

#menu a {
	text-decoration: none;
}

#menu a:link { color: #000000; }
#menu a:visited{ color: #000000; }
#menu a:hover { color: blue; }

#content{
	clear: both;
	width: 800px;
	height: 453px;
}

#main #foot{
	clear: both;
	width: 800px;
	height: 151px;
	background-image: url(../grf/top/foot.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 8pt;
}
