@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

/* body */

body {
	background: #fff url(images/body_back.gif) repeat;
	font: 9pt Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #444;
}

/* a */

a {
	text-decoration: none;
}

a:link {
	color: #444;
}

a:visited {
	color: #bbb;
}

a:hover,
a:active {
	color: #d44;
	text-decoration: underline;
}

/* none */

.none {
	display: none;
}

/* container */

#container {
	background: #fff;
	margin: 0px auto;
	width: 720px;
	border-right: 1px solid #234;
	border-left: 1px solid #234;
	border-bottom: 1px solid #234;
	display: table;
}

#header {
	background: #238 url(images/logo.gif) no-repeat left center;
	height: 38px;
	font-size: 8pt;
	color: #eee;
	text-align: right;
	padding: 12px 5px 0px 0px;
}

#globalNavi {
	background: #35b;
	height: 20px;
	padding: 8px 10px 0px;
	color: #f9f939;
	border-top: 4px solid #57c;
	border-bottom: 1px solid #234;
}

#globalNavi li {
	height: 12px;
	margin: 0px 5px 0px 0px;
	float: left;
	padding: 0px 4px 0px 0px;
	display: block;
	list-style: url(none) none inside;
	border-right: 1px solid #f9f939;
}

#globalNavi a:link ,
#globalNavi a:visited,
#globalNavi a:hover,
#globalNavi a:active {
	color: #f9f939;
}

#globalNavi img {
	border-style: none;
}

/* topImage */

#topImage {
	border-bottom: 1px solid #234;
}

#topImage img,
#topImage embed {
	border-style: none;
	vertical-align: bottom;
}

/* content */

#content {
	width: 720px;
	display: table;
	background: url(images/content_bg.gif) repeat-y;
}

#content #left {
	width: 240px;
	float: left;
	clear: none;
	color: #eee;
}

#content #right {
	width: 480px;
	float: right;
	clear: right;
}

/* footer */

#footer {
	background: #238;
	margin: 0px auto;
	padding: 8px 0px;
	font: 7.5pt Arial, Helvetica, sans-serif;
	color: #eee;
	text-align: center;
	border-top: 1px solid #234;
	clear: both;
}
