@charset "utf-8";

body {
	background:#EFEFEF url(/chancellor/img/bg.gif) repeat-y center;
	
	margin: 0px;
	padding: 0px;
	position: relative;
	font-size: 75%;
	font-family: "ÃÂ¯ÃÂ¼ÃÂ­ÃÂ¯ÃÂ¼ÃÂ³ ÃÂ¯ÃÂ¼ÃÂ°ÃÂ£ÃÂÃÂ´ÃÂ£ÃÂÃÂ·ÃÂ£ÃÂÃÂÃÂ£ÃÂÃÂ¯", Osaka, "ÃÂ£ÃÂÃÂÃÂ£ÃÂÃÂ©ÃÂ£ÃÂÃÂ®ÃÂ£ÃÂÃÂÃÂ¨ÃÂ§ÃÂÃÂ£ÃÂÃÂ´ Pro W3";
	line-height: 150%;
}
h1,h2,h3,ul,ol,di,p{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a:link		{ color: #003592; }
a:visited	{ color: #003592; }
a:hover		{ color: #0059CC; }
a:active	{ color: #0059CC; }

a img{
	border: none;
}
img{
	border: none;
	vertical-align: top;
}
html,body,#wrapper{
	height:100%;
}
#wrapper {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	_padding: 0 0 0 1px;
	border-top: 10px #4A94FF solid;
}

/* header */
#wrapper #header {
	margin: 10px 0px 0px 0px;
}
#wrapper #header h1 {
	float:left;
	width:240px;
	padding: 0px 0px 0px 15px;
}
#wrapper #header #otoiawase{
	display:inline;
	float:right;
	width: 83px;
	padding:13px 15px 0 0;
}
#wrapper #header #globalmenu {
	clear:both;
	width: 750px;
	padding-top:10px;
	list-style-type: none;
	height: 38px;
}
#wrapper #header #globalmenu li {
	float: left;
}




/* main */

#wrapper #main {
	float:left;
	width: 480px;
	margin: 30px 0px 0px 15px;
}
#wrapper #main table {
	width: 480px;
	border-collapse:collapse;
}
#wrapper #main tr {
	background-image: url(../img/bg_table.gif);
	background-repeat: no-repeat;
	background-position: top 0px;
}
#wrapper #main .tr_start {
	background-image: url(none);
}
#wrapper #main .td_img {
	width: 75px;
	height: 90px;
}


/* side */

#wrapper #side {
	float:right;
	width: 150px;
	padding:50px 50px 0 0;
}

/* footer */

#wrapper #footer {
	clear:both;
	padding: 30px 0px 0px 0px;
}



