/* ===========================================
		NOASIS3.4(Nissay Sapporo Building) WEBSITE
		base.css
     ===========================================*/
/* ---------------------------------------------------------
		universal reset
     --------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,li,form,dl,dd,dt{
	margin:0;
	padding:0;
	}
ul{
	list-style:none;
	}
hr{
	display:none;
	}
img{
	border:none;
	vertical-align:bottom;
	}
/* ---------------------------------------------------------
		link styles
     --------------------------------------------------------- */
a{
	color:#009db7;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
/* ---------------------------------------------------------
		base layout settings
     --------------------------------------------------------- */
body{
	background:#009db7;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:16px;
	line-height:1.4;
	}
div#container{
	width:100%;
	background:#fff;
	font-size:75%;
	padding-bottom:30px;
	border-bottom:1px solid #007e92;
	}
div#contentBody{
	width:960px;
	margin:20px auto 0 auto;
	text-align:left;
	color:#333;
	position:relative;
	}
div#contentBody:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
div#contentBody{
	display:inline-block;
	}
/* Hides from IE-mac \*/
* html div#contentBody {
	height:1%;
	}
div#contentBody{
	display:block;
	}
/* End hide from IE-mac */
address{
	font-family: Arial, sans-serif;
	font-size:70%;
	color:#b4e2ea;
	font-style:normal;
	word-spacing:0.25em;
	padding:10px 0;
	text-align:center;
	}
address span{
	text-transform:uppercase;
	}
/* ---------------------------------------------------------
		header
     --------------------------------------------------------- */
div#header{
	width:960px;
	height:120px;
	margin:0 auto;
	text-align:left;
	background:transparent url(../images/hdr_nissay.gif) no-repeat right 25px;
	position:relative;
	}
div#header h1{
	padding-top:25px;
	}
p#headerNav{
	position:absolute;
	bottom:19px;
	right:150px;
	font-size:90%;
}
p#headerNav a{
	color:#aaa;
}
p#headerNav a:hover{
	color:#009db7;
}
p#headerNav span{
	padding:0 0.5em;
	color:#dedede;
}
/* ---------------------------------------------------------
		global navigation
     --------------------------------------------------------- */
div#gnav{
	width:100%;
	height:45px;
	background:transparent url(../images/gnav_background.jpg) repeat-x;
	}
div#gnav ul{
	width:960px;
	margin:0 auto;
	}
div#gnav li{
	display:block;
	float:left;
	width:192px;
	height:45px;
	text-indent:-9999px;
	text-decoration:none;
	}
div#gnav li a{
	display:block;
	width:192px;
	height:45px;
	text-indent:-9999px;
	text-decoration:none;
	/* Hides from IE-mac \*/
	overflow:hidden;
	/* End hide from IE-mac */
	}
div#gnav li a:hover{
	background-position:0 -45px;
	}
li#btn1, li#btn1 a{
	background:transparent url(../images/gnav_01.jpg) no-repeat;
	}
li#btn2, li#btn2 a{
	background:transparent url(../images/gnav_02.jpg) no-repeat;
	}
li#btn3, li#btn3 a{
	background:transparent url(../images/gnav_03.jpg) no-repeat;
	}
li#btn4, li#btn4 a{
	background:transparent url(../images/gnav_04.jpg) no-repeat;
	}
li#btn5, li#btn5 a{
	background:transparent url(../images/gnav_05.jpg) no-repeat;
	}
li#btn1, li#btn2, li#btn3, li#btn4, li#btn5{
	background-position:0 -90px;
	}
/* ---------------------------------------------------------
		misc.
     --------------------------------------------------------- */
div#pagetop{
	width:960px;
	height:21px;
	margin:80px auto 0 auto;
	padding-bottom:20px;
	}
div#pagetop p{
	width:146px;
	height:21px;
	margin-left:814px;
	}
div#pagetop a{
	display:block;
	width:146px;
	height:21px;
	text-indent:-9999px;
	background:transparent url(../images/btn_pagetop.gif) no-repeat;
	/* Hides from IE-mac \*/
	overflow:hidden;
	/* End hide from IE-mac */
	}
div#pagetop a:hover{
	background-position:0 -21px;
	}
p#backtolist{
	position:absolute;
	top:60px;
	left:14px;
	background:transparent url(../images/link_mark_white_circ_up.gif) no-repeat 0 2px;
	padding-left:15px;
}
p#backtolist a{
	color:#fff;
}
img#sakuji{
	display:inline;
	vertical-align:middle;
	padding:0 0 4px 2px;
	}
/* ---------------------------------------------------------
		clearfix
     --------------------------------------------------------- */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{
	display:inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
	}
.clearfix{
	display:block;
	}
/* End hide from IE-mac */

