@charset "utf-8";

/*********************************************************************
 *
 *	style.css
 *
 *********************************************************************/

/*  body
---------------------------------------------------------- */
body#top{
	background: #f0f0f0 url(../img/bg_body_top.jpg) repeat-x left top;
}


/*  container
---------------------------------------------------------- */
body#top #container{
	padding-top: 28px;
}


/*  header
---------------------------------------------------------- */
body#top #header{
	height: 427px;
}

body#top #header .keyVisual{
	width: 960px;
	height: 385px;
	background: url(../img/bg_kv_top.jpg) no-repeat left top;
}

body#top #header h1{
	padding: 23px 0 0 0;
}

body#top #header ul.utility_top{
	position: absolute;
	top: 0;
	right: 0;
}


/*  content
---------------------------------------------------------- */
#top #main .hl_link{
	margin-top: 30px;
}


/*  sitemap
---------------------------------------------------------- */
#sitemap #main div{
	clear: both;
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
}

#sitemap #main div ul.list_type01{
	float: left;
	width: 242px;
}

#sitemap #main div ul.list_type01 li{
	padding-right: 10px;
}

#sitemap #main .pagetop{
	width: 740px;
	text-align: right;
}


/*  form
---------------------------------------------------------- */
#main table.xf_block{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#main table.xf_block td,
#main table.xf_block th{
	padding: 16px 9px 14px 9px;
	vertical-align: top;
	border-bottom: 1px solid #cccccc !important;
	border-right: 1px solid #cccccc !important;
	*position:relative;
}

#main table.xf_block th.xf_field{
	width: 182px !important;
	background: #cde2f9;
	font-weight: bold;
	vertical-align: middle;
}

#main table.xf_block td.xf_input{
	background: #f0f0f0;
}

#main table.xf_block input{
	margin: 0 5px 0 5px;
}