/*######################################
三昌物産株式会社 HP
■サブページ用■
base.css
CSS Version 2.0
LastModefied:2006.10.14 By hirukawa
######################################*/

*{
	margin: 0px;
	padding: 0px;
}
body{
	width: 100%;
	height: 100%;
	text-align: center;
	background: none;
	font-size: 11pt;
	margin: 0px auto;
}

img{
	border: 0;
}

h1{
	font-size: 13pt;
}
p{
	font-size: 10pt;	
}

#window {
	width: 100%;
	height: 100%;
	background-image: none;
	background-position: 2px 0px; ;
	background-repeat: repeat-x;
}

#wrapper{
	width: 800px;
	height: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url('../grf/menu_bk.gif');
	background-repeat: no-repeat;
	background-position: left 76px;
}

#window > #wrapper {
    height: auto;
}body > #window {
    height: auto;
}

/*    ヘッダー*/
#head {
	width: 800px;
	height: 76px;
}

#head div.title {
	width: 290px;
	float: left;
}

#head div.right {
	width: 510px;
	float: right;
}

/*ボディ*/

#pagebody {
	clear: both;
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}
/*左メニュー*/

#left{
	width: 220px;
	height: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

#left #menu {
	width: 220px;
	height: 351px;
	text-align: left;
}

#left .banner {
	width: 220px;
	height: 323px;
	text-align: left;
}


.list{
    padding-left: 13px;
    padding-top: 20px;
    text-align: left;
}

#right {
	clear: both;
	float: right;
	width: 580px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#right #menu2{
	width: 580px;
	height: 30px;
	text-align: center;
}

#right #menu2 ul{
	width: 530px;
    font-size:12px;
    padding-left: 50px;
    padding-top: 8px;
    text-align: center;
}

#right #menu2 li{
    list-style:none;
    background-image: url('../grf/i_menu.gif');
    background-repeat: no-repeat;
    padding:3px 20px 0px 18px ;
    float:left;
}

#right #menu2 a {
	text-decoration: none;
}

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

#content{
	clear: both;
	width: 553px;
	margin-left: auto;
	margin-right: auto;
}

#pagetop{
	clear: both;
	width: 778px;
	height: 27px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

#foot {
	clear: both;
	padding-top: 25px;
	width: 800px;
	height: 15px;
	text-align: center;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
}

