body * {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: 'Lucida Grande', 'Tahoma', 'Arial', sans-serif;
	line-height: 1.3;
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

a:link, a:visited {
	color: #3C53B0;
}

a:hover, a:active {
	color: #24c6fe;
}

body {
	background: #513526 url(../media/images/footer_brick.png) repeat top center;
	margin: 0;
	font-size: small;
}

h1, h2, h3, h4, h5, h6 {
	font-size: small;
}

div.sizecontainer {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

div.top-shadow {
	background: transparent url(../media/images/shadow.png) repeat-x top center;
}

.brick {
	background: transparent url(../media/images/brick_bg.png) repeat top center;
}

.brick .top-shadow .sizecontainer {
	padding: 10px 0;
}

.white {
	background: white;
}

div#beige {
	background: #eee2d9 url(../media/images/beige_wall.png) repeat top center;
}

div#beige div.top-shadow {
	padding: 10px 0 0;
}

div#header {
	position: relative;
	height: 100px;
	background: transparent url(../media/images/header_bg.png) repeat-x top center;
}

div#header h1 {
	position: absolute;
	height: 22px;
	line-height: 22px;
	top: 3px;
	font-weight: normal;
}

div#header h2 {
	position: absolute;
	top: 45px;
	left: 0;
}

div#header div.contact {
	position: absolute;
	top: 37px;
	right: 0;
}

div#globalmenu {
	background: transparent url(../media/images/gm_bg.png) repeat-x;
	height: 50px;
	overflow: hidden;
}

div#globalmenu div.sizecontainer {
	width: 901px;
}

div#globalmenu li {
	float: left;
}

div#maincontents {
	background: #eee2d9;
}

div#contentstitle {
	padding: 10px 0;
	background: white url(../media/images/main_title_bg.png);
}

div#contentswrapper {
	padding-top: 20px;
	background: transparent url(../media/images/main_contents_bg.png) repeat-x top center;
}

ul.pankuzu {
	height: 1em;
	margin-bottom: 8px;
}

ul.pankuzu li {
	background: transparent url(../media/images/arrow_pankuzu.png) no-repeat center left;
	padding-left: 8px;
	margin-right: 5px;
	float: left;
}

ul.pankuzu li a {
	font-size: 90%;
}

ul.pankuzu li a:link, ul.pankuzu li a:visited {
	color: #333;
}

ul.pankuzu li a:hover, ul.pankuzu li a:active {
	color: #174eb1;
}

div#footernavi {
	position: relative;
	background: #6d4732;
	height: 30px;
}

div#footernavi ul {
	position: absolute;
	top: 6px;
}

div#footernavi ul li {
	border-right: 1px solid #ccc;
	padding-right: 8px;
	margin-right: 8px;
	float: left;
}

div#footernavi ul li a {
	display: block;
	height: 18px;
	line-height: 18px;
}

div#footernavi ul li a:link,
div#footernavi ul li a:visited {
	color: white;
}

div#footer {
	
}

div#footer div.sizecontainer {
	padding: 10px 0 50px;
	color: #f3ebe6;
	text-align: right;
}

div#footer div.copy {
	margin-top: 6px;
	padding-top: 4px;
	border-top: 1px dotted #f4ebe6;
	font-size: x-small;
}

div.sizecontainer div.localmenu {
	width: 220px;
	float: left;
}

div.sizecontainer div.localmenu h4 {
	width: 200px;
	height: 42px;
	background: transparent url(../media/images/localmenu_title_bg.png);
	line-height: 42px;
	padding: 0 10px;
	color: white;
}

div.sizecontainer div.localmenu h4 a {
	display: block;
	text-decoration: none;
	color: white;
	line-height: 42px;
	height: 42px;
}

div.localmenu ul {
	margin: 3px 5px;
}

div.localmenu ul li {
	margin: 10px 0;
	padding: 0 0 6px;
	border-bottom: 1px dotted #ccc;
}

div.localmenu ul li a {
	background: transparent url(../media/images/arrow_white.png) no-repeat center left;
	padding-left: 12px;
}

div.sizecontainer div.rightcontents {
	width: 650px;
	float: right;
}
