@charset "utf-8";

/*
URL: http://hotaru-nl.com/
Version: 1.0
Author: shimoyama
*/

/*
TOC
=== base ===
reset css
clearfix
general
==== common ===
1. #container
1.1 #header
1.2 #sub_navigation
1.3 #global_navigation
1-6 #push
2. #footer
2-1 #bottom_link
2-2 #information

==== toppage ====
1-4 #toppage
1-4-1 #feature
1-4-2 #banner
1-4-3 #top_image

==== contents ====
1-4 #local_navigation
1-5 #contents
1-5-1 #section_header
1-5-2 .section

3. #address
*/

/*
reset css
*/


html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}


address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*
clearfix
*/

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
    display:inline-table;
    /*\*/display:block;/**/
}

/*
general
*/

html, body {
	height: 100%;
	background: url(../images/background.gif) repeat-x;
}


/*
1. #container
*/

div#container{
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px;
	/* the bottom margin is the negative value of the footer's height */
}

/*
1.1 #header
*/

p#nextliteracy_logo{
	margin: 0 0 0 10px;
	width: 239px;
	height: 60px;
	position: relative;
	top: 15px;
	z-index: 1;
}

p#nextliteracy_logo a:hover img{
	visibility: hidden;
}

p#nextliteracy_logo a{
	display: block;
	width: 229px;
	height: 50px;
}

p#nextliteracy_logo a:hover{
	display: block;
	background: url(../images/tokyohotaru_logo.gif) no-repeat;
	width: 229px;
}


/*
1.2 #sub_navigation
*/

div#sub_navigation {
	position: absolute;
	top: 17px;
	width: 750px;
	text-align: right;
	z-index: 0;
}

div#sub_navigation ul#sub_navigation_list{
	display: none;
	text-align: center;
	float: right;
	padding: 3px 10px;
	background: #00742f;
	width: 100px;
}

div#sub_navigation ul li{
	display: inline;
	margin: 0 5px;
}

div#sub_navigation a{
	color: #ccffcc;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}

div#sub_navigation a:hover{
	color: #ffffff;
}

/*
1.3 #global_navigation
*/

div#global_navigation {
	height: 35px;
}


div#global_navigation ul li{
	float: left;
}

div#global_navigation ul li a{
	display: block;
	height: 35px;
	width: 150px;
	color: #fff;
	padding: 5px;
	text-align: center;
}


/*
1-4 #toppage
*/

div#toppage{
	margin: 20px auto;
	width: 730px;
}

div#toppage h1{
	margin-top: 30px;
	margin-bottom: 20px;
}

/*
1-4-1 #feature
*/

div#feature {
	clear: left;
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
}

div#feature h2 {
	font-size: 17px;
	margin-bottom: 0.3em;
	color: #00742f;
	border-bottom: 1px solid;
}

div#feature p{
	font-size: small;
	margin-bottom: 2em;
}

/*
1-4-2 #banner
*/

div#banner{
	float: left;
	margin-bottom: 20px;
	width: 290px;
	margin-right: 35px;
}

div#banner a img{
	border: 1px solid #fff;
}

div#banner a:hover img{
	border: 1px solid #0000ff;
}

div#banner p {
	font-size: small;
}
/*
1-4-3 #top_image
*/

p#top_image img{
	width: 400px;
	margin-bottom: 50px;
	
}

/*
1-4 #local_navigation
*/

div#local_navigation{
	float: left;
	margin: 20px 0;
	width: 170px;
}

div#local_navigation ul{
	margin: 15px 10px;
	font-size: small;
}

div#local_navigation ul li{
	display: block;
	margin-bottom: 1em;
	padding-left: 15px;
    background:url(../images/small_arrow.gif) 0 3px no-repeat;
}

/*
1-5 #contents
*/

div#contents{
	margin: 20px 0 50px 0;
	width: 580px;
	float: left;
}

/*
1-5-1 #section_header
*/

div#section_header{
	margin: 15px 20px 0 20px;
	font-size: large;
	width: 540px;
	border-bottom: 1px solid #049667;
	border-top: 1px solid #049667;
}

div#section_header h1{
	font-family: sans-serif;
	font-weight: bold;
	margin: 15px 0;
	color: #00742f;;
}

/*
1-5-2 .section
*/

div.section{
	margin: 0 20px 30px 20px;
	width: 540px;
}

div.section h2{
	font-size: large;
	margin: 1em 0 0.7em 0;
	color: #00742f;
	background: url(../images/header_point.gif) 0 4px no-repeat;
	padding-left: 17px;
}

div.section ul{
	margin-left: 1.5em;
	list-style: disc;
}

div.section div.thumbnail{
	margin: 10px;
}

div.section div.thumbnail img{
	margin-right: 10px;
}

div.section dl{
	width: 540px;
}

div.section dl dt{
	clear: left;
	float: left;
	width: 6em;
	margin-bottom: 10px;
	color: #666;
}

div.section dl dt span{
	font-size: 75%;
	margin-left: 0.5em;
}

div.section dl dd{
	margin-left: 7em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ccc;
	zoom: 1;
}

div.section div#map{
	margin: 25px 0;
	width: 530px;
	height: 300px;
}

/*
1-6 #push
*/

div#push{
	clear: both;
	height: 142px; /* .push must be the same height as .footer */
}

/*
2. #footer
*/

div#footer{
	height: 142px; /* .push must be the same height as .footer */
	clear: both;
	background: url(../images/footer_background.jpg) repeat-x;
}

/*
2-1 #bottom_link
*/

div#footer div#information,
ul#bottom_link 
{
	width: 750px;
	margin: 0 auto;
	padding: 10px 0;
	color: #333;
	font-size: small;
}

ul#bottom_link li{
	display: inline;
	margin-right: 10px;
}


/*
2-2 #information
*/

div#footer div#information p#copyright{
	display: block;
	margin-bottom: 1em;
}

div#footer div#information p{
	display: inline;
	margin-right: 15px;
}

/*
3. #address
*/

body#address {
	background: #fff!important;
 	color: #333;
 	margin: 0!important;
 	height: 50%!important;
}

body#address div{
	margin: 30px;
}

p#emphasis {
	font-size: 40px;
	font-family: helvetica;
	font-weight: bold;
	color: #333;
}

p#emphasis a{
	color: #333;
}

.thickbox{
	display: none;
}

.environment ol{
	margin: 1em 0;
}

.environment ol li{
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
