@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------
  リセット
----------------------------------------------------*/
body, div, p, table, th, td,
h1, h2, h3, h4, h5, h6, blockquote, pre, address,
ul, ol, li, dl, dt, dd, form, fieldset
{
	margin: 0;
	padding:	0;
	color:#000;
	line-height: 180%;	
	font-family:'Hiragino Kaku Gothic ProN',Meiryo,'Lucida Grande', sans-serif;
	-webkit-appearance:none;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}

table {
	border-collapse: collapse; /* セル間のボーダーを重ねて表示 */
	border-spacing: 0; /* セル間のボーダーの間隔 */
	}

html {
	height: 100%;
}

body{
	height: 100%;
	font-size: 62.5%;
}

a img {border:none;}


a:link {
	text-decoration:none;
	border:none;
}

a:visited {
	text-decoration:underline;
	border:none;
}

a:hover { 
	text-decoration: none;
	border:none;
}

.clear {
	clear:both;
}

/*----------------------------------------------------
  clearfix
----------------------------------------------------*/

.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
	
.clearfix{ overflow:hidden;}


/*----------------------------------------------------
  CONTAINER
----------------------------------------------------*/

#container {
	width:1000px;
	margin:0 auto;
	position:relative;
}

/*----------------------------------------------------
  HEADER
----------------------------------------------------*/

#header{
	padding-top:30px;
	padding-bottom:50px;
	position:relative;
}

#header img#logo {
	display:block;
	position:absolute;
	top:32px;
	right:0;
}

.bxslider {
	margin-top:10px;
}

/*----------------------------------------------------
  MENU
----------------------------------------------------*/
#menu {	
	float:left;
	width:172px;
	margin-right:40px;
}

#menu ul {
	background:url(../img/menu_bg.png) left top no-repeat;
	padding-top:75px;
}

#menu li {
	list-style-type:none;
	margin-bottom:26px;
}

/*----------------------------------------------------
  MAIN
----------------------------------------------------*/
#main {
	width:788px;
	margin-left:212px;
}

#main_head {
	padding-left:5px;
	padding-bottom:10px;
}

/*----------------------------------------------------
  FOOTER
----------------------------------------------------*/
#footer {
	margin-top:50px;
	text-align:center;
}

#to_top {
	text-align:center;
}

#footer ul {
	width:920px;
	margin:0 auto;
}

#footer li {
	float:left;
	list-style-type:none;
	margin:45px 35px 30px 0;
	font-size:1.7em;
	font-weight:bold;
}

#footer li a {
	background:url(../img/footer_listmark.png) left center no-repeat;
	padding-left:20px;
	display:block;
	color:#10447c;
}

#footer li.ftr_last {
	margin-right:0;
}

#copyright {
	font-size:1.4em;
	margin-bottom:30px;
}

img#map {
	position:absolute;
	top:382px;
	right:0;
}

#header a:hover,
#footer a:hover {
    opacity: 0.7;
}