@charset "utf-8";

/* ****************************************************
Since : 2007-09-04
Last Modified: 2007-09-10
***************************************************** */


/* common settings [ layout.css ]
=================================
0: BODY tag

1: containers

2: header block
	#header
	#CI
	#sizeSwitcher
	.utilityLink
	#globalNavi

3: localNavi block

4: contents block

5: footer block
  
6: extra
	.clearfix
	
=================================*/


/*0: BODY tag
=================================*/
body {
	background-color: #000000;
	text-align: center;
	margin-top: 0;
}

/*1: conteiners
=================================*/
#pageContainer {
	width: 958px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
}


/*2: header block
=================================*/
#header {
	width: 958px;
}

/* IE6 hack */

* html #header .test {
	margin-right: 5px;
}

/* IE6 hack end */


/*3: localNavi block
=================================*/
#localNavi {
	
}
#localNavi #topicPath {
	
}


/*4: contents block
=================================*/
#contents {
	width: 958px;
}

#contents #map {
	height: 475px;
	width: 400px;
}

#contents sup {
	vertical-align: top;
}

#shikou #contents .object {
	margin-top:3px;
}

#shikou #contents .index_block {
	margin: 0 15px 15px 0;
}

#shikou #contents .index_blockright {
	margin: 0 0 15px 0;
}

#shikou #contents .block {
	line-height:1.2;
}

#shikou #contents .block a {
	background: url(../../ex/images/sekou_bg004.gif) no-repeat bottom;
	display:block;
	width:81px;
	padding:0 0 0 4px;
	margin: 0 1px 0 0;
}

#shikou #contents .block a:hover {
	background: url(../../ex/images/sekou_bg004on.gif) no-repeat bottom;
}

#shikou #contents .blockright {
	line-height:1.2;
}

#shikou #contents .blockright a {
	background: url(../../ex/images/sekou_bg004.gif) no-repeat bottom;
	display:block;
	width:81px;
	margin: 0 0 3px 0;
	padding:0 0 0 4px;
}

#shikou #contents .blockright a:hover {
	background: url(../../ex/images/sekou_bg004on.gif) no-repeat bottom;
}
#shikou #contents .leftpad {
	padding-left:4px;
}

/*5: footer block
=================================*/
#footer {
	width: 958px;
}


/*6: extra
=================================*/
.test:after {
	display: block;
	height: 0;
	content: ".";
	clear: both;
	visibility: hidden;
}

.test {
	display: inline-block;
	min-height:1em;
}
