/*######################################
三昌物産株式会社 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: url(../grf/bk.gif);
	font-size: 11pt;
	margin: 0px auto;
}

img{ border: 0; }

h1{ font-size: 13pt; }

p{ font-size: 10pt; }

a:link { color: #000000; }
a:visited{ color: #000000; }
a:hover { color: blue; }
a{ text-decoration: none; }

.block {
	clear: both;
	height: 1px;
	width: 1px;
	font-size: 1px;
}


#window {
	width: 100%;
	height: 100%;
	background-image: url(../grf/bk_sub.gif);
	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 h1.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;
	min-height: 500px;
}
/*左メニュー*/

#left{
	width: 220px;
	height: auto;
	margin-left: 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 {
	width: 580px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#right #menu2{
	width: 580px;
	height: 30px;
	text-align: center;
	
}

#right #menu2 ul{
/*	width: 470px;*/
	clear: both;
    font-size:12px;
    padding-left: 110px;
    padding-top: 8px;
    text-align: left;
}
/*
#right #menu2 ul{
	clear: both;
    font-size:12px;
    padding-left: 95px;
    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 22px 0px 18px ;
	display:inline; 
	float: left;
}
*/

#right #menu2 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; 
}
/*
#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;
}

