/* �^�O */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/common/bg2.gif);
	background-position: center top;
	font-size: small;
	background-repeat: repeat-x;
}
h1 {
	font-size: large;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #884F89;
}
h2 {
	font-size: large;
	margin-bottom: 5px;
}
blockquote {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#page #main #path {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* ID  */
#page {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
}
#page #header {
	height: 85px;
}
#page #header #header1 {
	text-align: right;
	float: left;
}
#page #header #header2 {
	float: right;
	width: 480px;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
}
#page #main {
	clear: both;
	float: none;
	margin-top: 5px;
}

#page #main #content {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
