@charset "utf-8";

/* ****************************************************
Title: base.css
Created: 2008-08-14
Last Modified: 2008-08-14
Editor(s): iwahara
Last Editor: iwahara
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 General Elements
#02 body
#03 layout
#04 header
#05 gNavi
#06 pageBody
#07 content
#08 sidebar
#09 footer
#10 clearfix
#11 common classes

#50 IE6 hack
#51 IE7 hack

----------------------------------------*/


/* #01 General Elements
---------------------------------------------------------------------------- */

a    { color: #195EA5; }
a:link    { color: #195EA5; }
a:visited { color: #195EA5; }
a:hover   { color: #195EA5; text-decoration: none; }
a:active  { color: #195EA5; }
a:active, a:focus { outline: none; }


h1 {  }
h2 {  }
h3 {  }
h4 {  }
p { margin: 0 0 15px 0; }


/* #02 body&wrapper
---------------------------------------------------------------------------- */

body {
	text-align: center;
	background-color: #E3E3E5;
	background: url(../img/bg_body.gif) repeat-y center top;
}

div#wrapper {	
	background: url(../img/bg_wrapper.gif) no-repeat center top;
	padding: 0;
}

/* #03 layout
---------------------------------------------------------------------------- */

div#layout {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0;
}


/* #04 header
---------------------------------------------------------------------------- */

div#header {
	width: 780px;
	padding: 10px;
	text-align: left;
}

div#header #logo {
	text-indent: -9999px;
}

div#header p#logo {
	margin-bottom: 0;
}

div#header #logo a {
	display: block;
	background: url(../img/logo_nttsoft.gif) no-repeat left center;
	width: 128px;
	height: 23px;
}


div#visual {
	width: 800px;
}

/* #05 gNavi
---------------------------------------------------------------------------- */

div#gnavi dl dt {
	display: none;
}

div#gnavi ul {}

div#gnavi ul li {
	text-indent: -9999px;
	float: left;
}

div#gnavi ul li a {
	display: block;
	width: 133px;
	height: 40px;
}

div#gnavi ul li#gnaviTop {}
div#gnavi ul li#gnaviSeminar {}
div#gnavi ul li#gnaviExhibitionList {}
div#gnavi ul li#gnaviGuide {}
div#gnavi ul li#gnaviContact {}
div#gnavi ul li#gnaviRegistration {
	background: url(../img/gnavi_registration.gif) no-repeat left top;
	height: 40px;
	width: 132px;
}

div#gnavi ul li#gnaviTop a {
	background: url(../img/gnavi_top.gif) no-repeat left top;
	width: 134px;
}

div#gnavi ul li#gnaviSeminar a {
	background: url(../img/gnavi_seminar.gif) no-repeat left top;
}

div#gnavi ul li#gnaviExhibitionList a {
	background: url(../img/gnavi_exhibitionList.gif) no-repeat left top;
}

div#gnavi ul li#gnaviGuide a {
	background: url(../img/gnavi_guide.gif) no-repeat left top;
}

div#gnavi ul li#gnaviContact a {
	background: url(../img/gnavi_contact.gif) no-repeat left top;
	width: 134px;
}

div#gnavi ul li#gnaviRegistration a {
	background: url(../img/gnavi_registration.gif) no-repeat left top;
	width: 132px;
}

div#gnavi ul li#gnaviTop a:hover {
	background: url(../img/gnavi_top_o.gif) no-repeat left top;
	width: 134px;
}

div#gnavi ul li#gnaviSeminar a:hover {
	background: url(../img/gnavi_seminar_o.gif) no-repeat left top;
}

div#gnavi ul li#gnaviExhibitionList a:hover {
	background: url(../img/gnavi_exhibitionList_o.gif) no-repeat left top;
}

div#gnavi ul li#gnaviGuide a:hover {
	background: url(../img/gnavi_guide_o.gif) no-repeat left top;
}

div#gnavi ul li#gnaviContact a:hover {
	background: url(../img/gnavi_contact_o.gif) no-repeat left top;
	width: 134px;
}

div#gnavi ul li#gnaviRegistration a:hover {
	background: url(../img/gnavi_registration_o.gif) no-repeat left top;
	width: 132px;
}


/* #06 pageBody
---------------------------------------------------------------------------- */

div#pageBody {
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 800px;
}


/* #07 content
---------------------------------------------------------------------------- */

div#content {
	width: 759px;
	padding: 20px 20px;
	position: relative;
}

div#content ol#location {
	position: absolute;
	top: 3px;
	right: 0;
}

div#content ol#location li {
	float: left;
	background: url(../img/icon_location.gif) no-repeat right center;
	padding-right: 15px;
	padding-left: 5px;
}

div#content ol#location li.here {
	background: none;
	font-weight: bold;
} 

div#content p.pageTop {
	clear: both;
	margin: 0 0 10px 0;
	text-align: right;
}


/* #08 sidebar
---------------------------------------------------------------------------- */



/* #09 footer
---------------------------------------------------------------------------- */

div#footer {
	clear: both;
	text-align: center;
	padding: 0 0 0 0;
	position: relative;
	height: 96px;
}

div#footer a {
	color: #FFFFFF;
}

div#footer div#fnavi {
	padding: 15px 0;
	background: #A0A0A0;
}

div#footer div#fnavi ul {
	width: 550px;
	margin: 0 auto;
}


div#footer div#fnavi ul li {
	float: left;
	background: url(../img/line_fnavi.gif) no-repeat right 4px;
	padding-right: 10px;
	margin-right: 10px;
}

div#footer div#fnavi ul li.last {
	background: none;
}

div#footer p.fLogo {
	clear: both;
	margin-top: 15px;
	margin-bottom: 0;
}

div#footer p#copyright {
	color: #535353;
	font-size: 90%;
	position: absolute;
	top: 76px;
	right: 15px;
	margin-bottom: 0;
}

/* #10 clearfix
---------------------------------------------------------------------------- */

div#pageBody:after,
div#footer:after,
div#footer div#fnavi:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#pageBody,
div#footer,
div#footer div#fnavi {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div#pageBody,
* html div#footer,
* html div#footer div#fnavi {
	height: 1%;
}
div#pageBody,
div#footer,
div#footer div#fnavi {
	display: block;
}
/* End hide from IE-mac */


/* #11 common classes
---------------------------------------------------------------------------- */

a.icoAllow {
	background: url(../img/icon_allow.gif) no-repeat left center;
	padding-left: 20px;
}


/* #50 IE6 hack
---------------------------------------------------------------------------- */

* html body {
	padding-left: 1px;
}


/* #51 IE7 hack
---------------------------------------------------------------------------- */

*:first-child + html body {
	padding-left: 1px;
}
