/* ページの骨格部分　*/
#wrapper {
	width: 900px;
	margin-left: 50px;
}

#head	{
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/head01.gif);
	width: 900px;
	height: 100px;
}

#left {
	width: 140px;
    float: left;
}

#right {
	text-align: right;
/*	background-color:#FFCCFF; */
}

#center {
	
	width: 740px;
	padding: 0px 10px 0px 10px;
	float: left;
    background-color:#C6C
}

#foot	{
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/foot01.gif);
	width: 900px;
	height: 20px;
/* 	background-color:#FFFFCC; */
}

/* center部分に関する指定 */
#hyoshilogo {
	margin-bottom: 1em;
	margin: 0px 70px 0px 70px;
	padding: 0px;
}

#center h1 {
	font-size: 1.5em;
}


/* left部分に関する指定 */
/* #left ul {
	margin: 0px;
	padding: 0px;
} */

#left ul li {
	list-style-type:none;
	list-style-position:inside;
}


