body {
    font:13px "‚l‚r ‚oƒSƒVƒbƒN",arial,helvetica,clean,sans-serif;
    color: #666666;
    *font-size:small;
    *font:x-small;
	background-image: url("/image/background.png");
    background-position: top;
    background-repeat: repeat-x;
}

/*************************************************************
 *header
 *************************************************************/
div#header {
	width:930px;
	margin:0 auto;
    background-image: url("/image/header.png");
}

div#header div#logo {
	float: left;
}

div#header div#logo a {
	width:230px;
	height: 50px;
	display: block;
	background-image: url("/image/logo.png");
}

div#header div#link {
	width: 600px;
	padding-top: 50px;
	padding-bottom: 10px;
	float: right;
}

div#header div#link div {
	float: right;
}

div#header div#link div#separator {
	width: 16px;
	height: 16px;
	background-image: url("/image/separator.png");
	background-position: center;
	background-repeat: no-repeat;
}

div#header div#link div#site_map a {
	width: 142px;
	height: 16px;
	display: block;
	background-image: url("/image/site_map_link_off.png");
}

div#header div#link div#site_map a:hover {
	background-image: url("/image/site_map_link.png");
}

div#header div#link div#contact_us a {
	width: 141px;
	height: 16px;
	display: block;
	background-image: url("/image/contact_us_link_off.png");
}

div#header div#link div#contact_us a:hover {
	background-image: url("/image/contact_us_link.png");
}

div#header div#link div#privacy_policy a {
	width: 240px;
	height: 16px;
	display: block;
	background-image: url("/image/privacy_policy_link_off.png");
}

div#header div#link div#privacy_policy a:hover {
	background-image: url("/image/privacy_policy_link.png");
}

div#header div#menu {
	width:930px;
	height: 30px;
}

/*************************************************************
 *main
 *************************************************************/
div#container {
	width:930px;
	margin:0 auto;
}

div#container div#main {
	width: 930px;
	float: left;
}

div#container div#navigator{
	width: 890px;
	margin:3px auto;
}

/*************************************************************
 *footer
 *************************************************************/
div#footer {
	width:900px;
	height:50px;
	margin:0 auto;
	padding:10px 0;
}

div#footer div#bottom_line {
	width:900px;
	height:5px;
	margin:10px 0;
	background-color: #a0cfde;
}

div#footer div#copyright {
	width:178px;
	height:12px;
	float:right;
	background-color: #E0E9E9;
	background-image: url("/image/copyright.png");
}

/*************************************************************
 *sub_menu
 *************************************************************/
div#sub_menu {
	width: 200px;
	height: 480px;
	float:left;
	padding: 10px;
	background-image: url("/image/contents_side.png");
}

div#sub_menu a {
	padding-top: 1px;
	padding-left: 20px;
	background-image: url("/image/selecter_off.png");
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	color: #1D0E82;
}

div#sub_menu a:hover {
	background-image: url("/image/selecter.png");
	text-decoration: underline;
	color: #0000ff;
}

div#sub_menu dt {
	margin:10px 0 10px 10px;
	text-decoration: underline;
}
div#sub_menu dd {
	margin:10px 0px;
}

/*************************************************************
 *message
 *************************************************************/
div#message {
	width: 900px;
	margin:5px auto;
	margin-bottom: 20px;
}

/*************************************************************
 *contents
 *************************************************************/
div#contents {
	width: 650px;
	float: left;
}

div#contents_top {
	width: 650px;
	padding: 20px 30px 5px 30px;
	background-image: url("/image/contents_top710.png");
}

div#contents_middle {
	width: 650px;
	padding: 20px 30px 5px 30px;
	background-image: url("/image/contents_middle710.png");
	background-repeat: repeat-y;
}

div#contents_bottom {
	width: 650px;
	height: 50px;
	padding: 0 30px;
	background-image: url("/image/contents_bottom710.png");
	background-repeat: no-repeat;
}

div#w_contents_top {
	width: 850px;
	overflow: auto;
	padding: 20px 40px 10px 40px;
	background-image: url("/image/contents_top930.png");
}

div#w_contents_middle {
	width: 850px;
	padding: 0 40px;
	background-image: url("/image/contents_middle930.png");
	background-repeat: repeat-y;
}

div#w_contents_bottom {
	width: 850px;
	height: 50px;
	padding: 0 40px;
	background-image: url("/image/contents_bottom930.png");
	background-repeat: no-repeat;
}

/*************************************************************
 *etc
 *************************************************************/
div.clear {
	clear:both;
}
.large {
	font-size:120%;
}
