@charset "euc-jp";
<!--

/*----------------------------------------

センタリング

----------------------------------------*/

/*--------------------
IE
--------------------*/

body{
	text-align:center;
}

/*----------------------------------------

タグ

----------------------------------------*/

h1{
	display:none;
}

/*----------------------------------------

構造

----------------------------------------*/

body{
	background-image:url(../images/header.gif);
	background-repeat:repeat-x;
	font-size:84%;
	line-height:1.6;
}

#container{
	margin:0 auto;
	width:750px;
	text-align:left;
}

#header{
	background-image:url(../images/logo.gif);
	background-position:50% 70px;
	background-repeat:no-repeat;
	padding:20px 0 0 0;
}

#contents{
	text-align: center;
}

#footer{
	clear:both;
	padding:0 0 10px 0;
	text-align:center;
}

/*----------------------------------------

header

----------------------------------------*/

/*--------------------
logo
--------------------*/

p#logo{
}

p#logo a{
}

/*--------------------
GlobalNavigation
--------------------*/

#GlobalNavigation{
}

#GlobalNavigation ul{
	list-style:none;
	margin:0;
	padding:0;
}

#GlobalNavigation ul li{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

/*----------------------------------------

contents

----------------------------------------*/

/*--------------------
printcity
--------------------*/

#printcity{
	width: 640px;
	margin: 0px auto;
	display: none;
}

/*----------------------------------------

#footer

----------------------------------------*/

#footer table{
	margin:0 auto;
}

/*----------------------------------------

print

----------------------------------------*/

@media print {

	#container{
		width:640px;
	}

	#GlobalNavigation{
		display: none;
	}

	#printcity{
		display:inline;
	}

}
-->