@charset "UTF-8";

/*=======================*/
/* 各ページ共通          */
/*=======================*/

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
}

body{
	margin-bottom: 50px;
	color: #333333;
	font-size: 90%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5em;
	background-color: #FFFFFF;
}

input,
textarea{font-size: 100%; }
img{ border: none }

a { outline : 0;}
a:link { color: #2B87AE; }
a:hover { color: #000000; }
a:visited { color: #666666; }

br.clear{ display: block; height: 1px; clear: both; }
img.blank{ margin-left: 0.5em; }

/*=======================*/
/* ヘッダー　　          */
/*=======================*/

#header{
	height: 70px;
	background-image: url(../img/common/header_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: solid 2px #2B93BF;
}

#header h1{
	position: relative;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../img/common/logo.png);
	background-position: 20px bottom;
	background-repeat: no-repeat;
}

#header h1 a{
	position: absolute;
	display: block;
	top: 25px;
	left: 20px;
	width: 235px;
	height: 24px;
	text-indent: -9999px;
}

#header div{
	position: relative;
	width: 960px;
	height: 20px;
	margin: 0 auto;
}

#header div h2{
	text-indent: -9999px;
}

#header div ul{
	position: absolute;
	top: -30px;
	right: 0;
	width: 200px;
	height: 30px;
	background-image: url(../img/common/font_size.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#small,
#medium,
#large{
	position: absolute;
	top: 3px;
	list-style: none;
	width: 20px;
	height: 20px;
}

#small a,
#medium a,
#large a{
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

#small { left: 108px; }
#medium { left: 137px; }
#large { left: 166px; }


/*=======================*/
/* メニュー　　          */
/*=======================*/

#menu{
	height: 55px;
}

#menu ul{
	width: 960px;
	margin: 0 auto;
}

#menu li{
	width: 141px;
	height: 37px;
	list-style: none;
	float: left;
}

#menu li a{
	display: block;
	width: 141px;
	height: 37px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}

#menu_top a{ background-image: url(../img/common/menu_top.png); }
#menu_concept a{ background-image: url(../img/common/menu_concept.png); }
#menu_floor a{ background-image: url(../img/common/menu_floor.png); }
#menu_access a{ background-image: url(../img/common/menu_access.png); }
#menu_inquiry a{ background-image: url(../img/common/menu_inquiry.png); }

#menu_top a:hover,
#menu_concept a:hover,
#menu_floor a:hover,
#menu_access a:hover,
#menu_inquiry a:hover{ background-position: left -37px; }


/*=======================*/
/* タイトル　　          */
/*=======================*/

#title{
	height: 58px;
	background-color: #F7F5F0;
	border-top: solid 1px #E8E1D0;
	border-bottom: solid 1px #E8E1D0;
	clear: both;
}

#title h2{
	width: 960px;
	height: 58px;
	margin: 0 auto;
	text-indent: -9999px;
	background-position: left center;
	background-repeat: no-repeat;
}


/*=======================*/
/* コンテンツ　          */
/*=======================*/

#contents{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
}


/*=======================*/
/* フッター　　          */
/*=======================*/

#footer{
	font-size: 80%;
	line-height: 1.3em;
	background-image: url(../img/common/footer_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

#footer p{
	position: relative;
	width: 960px;
	height: 23px;
	margin: 0 auto;
	background-color: #F7F5F0;
	border-top: solid 1px #E8E1D0;
	border-bottom: solid 1px #E8E1D0;
}

#footer p a{
	position: absolute;
	top: 7px;
	right: 0;
	display: block;
	width: 57px;
	height: 7px;
	text-indent: -9999px;
	background-image: url(../img/common/goto_top.png);
	background-repeat: no-repeat;
}

#footer div{
	position: relative;
	width: 960px;
	margin: 20px auto 0 auto;
}

#footer div h2{
	position: absolute;
	top: 2px;
	left: 0;
	width: 57px;
	height: 10px;
	text-indent: -9999px;
	background-image: url(../img/common/h2_sitemap.png);
	background-repeat: no-repeat;
}

#footer div ul{
	margin-left: 70px;
	height: 3.5em;
	padding-left: 15px;
	border-left: solid 1px #BBBBBB;
}

#footer div li{
	margin-right: 15px;
	list-style: none;
	border-right: solid 1px #BBBBBB;
	float: left;
	line-height: 1em;
}

#footer div li a{
	margin-right: 15px;
}

#footer div li.office{
	width: 850px;
	margin-top: 10px;
	border: none;
	clear: both;
}

#footer div li.office dl{
	position: relative;
	padding-left: 6em;
}

#footer div li.office dt{
	position: absolute;
	top: 0;
	left: 0;
}

#footer div li.office dd{
	float: left;
	margin: 0 15px 7px 0;
	border-right: solid 1px #BBBBBB;
}

#footer div li.last,
#footer div li.office dd.last{
	border: none;
}

#footer address{
	height: 12px;
	margin-top: 15px;
	text-indent: -9999px;
	background-image: url(../img/common/copyright.png);
	background-position: right;
	background-repeat: no-repeat;
	clear: both;
	z-index: 5;
}

