@charset "UTF-8";

/* ================================================================================= */
/* Base CSS                                                                          */
/* ================================================================================= */



/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html {
	height: 100%;
	}

body {
	font-family: 'Arial', 'SimHei', 'PMingLiU', 'Apple LiSung', sans-serif;
	font-size: 100%;
	line-height: 1.8;
	padding: 0;
	margin: 0;
	background-image: url("../images/background.png");
	background-position: center top;
	background-color: #5976ba;
	height: 100%;
}
a {
	color: #e60012;
	text-decoration: none;
}
a:link {
	color: #e60012;
}
a:visited {
	color: #e60012;
}
a:hover,
a:focus,
a:active {
	color: #ad0712;
}
img {
	border: 0;
	vertical-align: middle;
}


/***********************************************/
/* Common                                      */
/***********************************************/

#wrapper {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5976ba;
	min-height: 100%;
}
.clear {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}


/***********************************************/
/* Header                                      */
/***********************************************/

#page-header {
	background-color: #fff;
}
#header-inner {
	height: 115px;
}
#header-logo {
	width: 483px;
	float: left;
}
#header-select {
	width: 487px;
	float: right;
	text-align:right;
	padding-right: 20px;
	padding-top: 50px;
}
#title {
	height: 69px;
	border-top: 2px solid #5976ba;
	border-bottom: 2px solid #5976ba;
	font-size: 24px;
	font-weight: bold;
	background-color: #fff;
}
#title span {
	color: #e60012;
}
#title img {
	margin-right: 25px;
}
#menu {
	height: 121px;
	background:url(../images/menu_bg.png) top left no-repeat;
	position: relative;
	}
#menu div {
	height: 94px;
	width: 473px;
	position: absolute;
	}
#menu div#guide {
	top: 1px;
	left: 15px;
	background:url(../images/hk/menu_button_guide.png) top left no-repeat;
	}
#menu div#places {
	top: 1px;
	left: 502px;
	background:url(../images/hk/menu_button_places.png) top left no-repeat;
	}
#menu div#guide:hover,
#menu div#places:hover {
	background-position: 0px -94px; 
	}
#menu div a {
	display: block;
	height: 94px;
	width: 473px;
	}
#menu div a span {
	display: none;
	}


/***********************************************/
/* Global Navi                                 */
/***********************************************/




/***********************************************/
/* Main Area                                   */
/***********************************************/

#main {
	background-color: #fff;
}
#contents {
	width: 950px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #fff;
	clear: both;
}
h1 {
	font-size: 30px;
	border-bottom: 3px solid #000000;
	margin:0;
	padding: 30px 20px 10px 20px;
	line-height:100%;
}
h2 {
	font-size: 22px;
	border-bottom: 3px solid #000000;
	margin: 45px 0 10px 0;
	padding-left: 10px;
	font-weight: bold;
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 44px;
	}
h2.trunk {
	background-image: url(../images/h2_icon_trunk.png);
	padding-left: 60px;
	}
h2.search {
	background-image: url(../images/h2_icon_search.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 60px;
	}
h3 {
	font-size: 18px;
	border-bottom: 3px solid #000000;
	margin: 45px 0 16px 0;
	font-weight: normal;
	padding-left: 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
	}
h3.links {
	background-image: url(../images/h3_icon_links.png);
	}
h3.downloads {
	background-image: url(../images/h3_icon_downloads.png);
	}
h4 {
	border-left: 10px solid #cccccc;
	padding: 3px 10px;
	font-size: 20px;
	clear: both;
	font-weight: normal;
	}
#description {
	background-color: #eeeeee;
	font-size: 16px;
	line-height: 28px;
	margin:0;
	padding: 20px 20px 25px 20px;
	}
#description span {
	font-size: 22px;
	}
.contents-inner {
	overflow:hidden;
	}
.contents-left {
	float: left;
	width: 462px;
	}
.contents-right {
	float: right;
	background-color: #ebf6fe;
	width: 391px;
	padding: 36px 42px;
	font-size: 14px;
	}
.contents-right p {
	margin-top: 0;
	}
.contents-right strong{
	color: #5977bb;
	font-size: 25px;
	}
.contents-left + .contents-left {
	margin-left: 24px;	
	}
p {
	margin-top: 5px;
	margin-bottom: 20px;
	}
p.notice {
	color: #ff0000;
	font-size: 12px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	}
p.asterisk {
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 0 0;
	}
a#guide {
	display: block;
	background:url(../images/hk/button_guide.png) top left no-repeat;
	width: 366px;
	height: 74px;
	}
a#places {
	display: block;
	background:url(../images/hk/button_places.png) top left no-repeat;
	width: 365px;
	height: 74px;
	}
a#guide:hover,
a#places:hover {
	background-position: 0px -74px;
	}
a#guide span,
a#places span {
	display: none;
	}

#places-left {
	width: 300px;
	float: left;
	margin-top: 35px;
	}
#places-right {
	width: 630px;
	float: right;
	margin-top: 35px;
	}

#guide-left {
	width: 463px;
	float: left;
	margin-top: 25px;
	}
#guide-right {
	width: 463px;
	float: right;
	margin-top: 25px;
	}
	
.threeColumn {
	overflow:hidden;
}
.threeColumn>div {
	float:left; margin-bottom: 5px;
	}
.threeColumnOne {
	width: 293px; margin-right: 20px;
	}
.threeColumnTwo {
	width: 300px; margin-right: 20px;
	}
.threeColumnThree {
	width: 293px;
	}


ul {}
.contents-right ul {
	padding-left: 0;
	margin-top: 0;
	}
.contents-inner ul {
	padding-left: 0;
	margin-top: 0;
	}
.contents-inner ul li {
	background:url(../images/li_circle.png) 0px 5px no-repeat;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	}
li,
.contents-inner .contents-left li {
	list-style: none;
	background:url(../images/li_arrow.png) 0px 7px no-repeat;
	padding-left: 15px;
	}
.contents-right li {
	padding: 10px 0 10px 30px;
	line-height: 150%;
	}
.contents-right li.liOne {
	background:url(../images/li_one.png) 0px 5px no-repeat;
	}
.contents-right li.liTwo {
	background:url(../images/li_two.png) 0px 5px no-repeat;
	}
.contents-right li.liThree {
	background:url(../images/li_three.png) 0px 5px no-repeat;
	}
.contents-right li.liFour {
	background:url(../images/li_four.png) 0px 5px no-repeat;
	}
li a { color: #e60012; text-decoration: underline; }
li a:visited {
	color: #e60012;
	}
li a:hover {
	color: #ad0712;
	}
ul#anchorMenu {
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	}
ul#anchorMenu li {
	float: left;
	width: 264px;
	display: block;
	margin: 0;
	padding-left: 30px;
	padding-right: 20px;
	background:url(../images/li_anchor.png) left top no-repeat;
	font-size: 16px;
	line-height: 23px;
	min-height: 23px;
	}
ul#anchorMenu li a {
	color: #e60012;
	}
ul#anchorMenu li a:hover {
	color: #be0012;
	}
.contents-inner p {
	font-size: 14px;
	}
.bnrLinks {
	padding-left: 20px;
	margin-bottom: 20px;
	}
.bnrLinks img{
	vertical-align: top;
	margin-right: 20px;
	}

/***********************************************/
/* Footer                                      */
/***********************************************/

#page-top {
	text-align: right;
	padding-top: 30px;
	background-color: #fff;
}
#page-footer {
	height: 75px;
	background-color: #5976ba;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding-top: 1em;
}



.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
