@charset "utf-8";

/* ------------------------------------
CSS Information

 Site URL:       http://www.npo-ochanomizu.org/
 File name:      style01.css (http://www.npo-ochanomizu.org/css/style01.css)
 Summary:        all styles
 Created:        2008-04-02
 Last update:    2008-08-14 by Naomi MIURA
 Author:         Naomi MIURA

Order of description

	- Search Key "__" + "id Name or Class Name"

 / __Default style clear
 / __container             (div#container)
 / __header               (div#header)
 / __Google Search
 / __GlobalNavigation      (ul#Gnavi) 
 / __TopicPath            (p id#bread)
 / __contents             (div#contents)
 / __sidemenu　　　　　　　(div#sidebar)
 / __footer               (div#footer)


------------------------------------ */


/* -------------------------
 __Default style clear
-------------------------- */

* {
	margin: 0;
	padding: 0;
}

body	{
	margin: 0;
	padding: 0;
	background-image: url(../img/back-dark.gif);
	font-size: 0.8em;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", Arial;
}

a	{
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF6666;
}



/* -------------------------
 __container
-------------------------- */
div#container	{
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #ffffff;
	border-right: solid 1px #666666;
	width: 790px;
	margin-left: 0;
	margin-right: auto;
}


/* -------------------------
 __header
-------------------------- */

div#header	{
	background-color: #FFFFFF;
	background-image: url(../img/header.gif);
	background-position: 0 0px;
	border-bottom: hidden 1px #666666;
	padding: 15px 20px 20px 30px;
	width: 740px;
	height: 55px;
}


div#header h1	{
    margin: 0
}

div#header p	{
    color: #666666;
	font-size: 0.75em;
	margin: 0
}
	
/* -------------------------
 __Google Search
-------------------------- */

div#gs {
	height: 80px;
	width: 290px;
	padding: 0;
	top: 0px;
	right: auto;
	position: absolute;
	left: 500px;
	bottom: 0px;
}
	

/* -------------------------
 __GlobalNivigation
-------------------------- */
ul#Gnavi	{
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #CCCCCC;
	background-image: url(../img/rollover02.gif);
	border-bottom-color: #FF6666;
	border-bottom-style: inset;
	border-bottom-width: 2px;
}

ul#Gnavi li	{
    list-style-type: none;
	float: left
}

ul#Gnavi li a	{
	display: block;
	width: 120px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #666666;
	background-color: #FF6666;
	background-image: url(../img/rollover02.gif);
	border-right: solid 1px #ffffff
}

ul#Gnavi li a:hover	{
	background-color: #FF6666;
	background-position: left bottom
}

/* -------------------------
 __topicPath
-------------------------- */

div#bread {
	height: 25px;
	margin-top: 5px;
	width: 730px;
	margin-left: 30px;
	margin-right: auto;
	margin-bottom: 0px;
}


#bread p	{
	background-color: #ffffff;
	font-size: 0.75em
}



/* -------------------------
 __contents
-------------------------- */
div#content	{
	width: 760px;
	border: 0;
	display: block;
	float: left;
	padding-left: 30px;
}

div#content div{
	float: left;
	width: 250px;
}

#content div.mapA　{

}

#content div.mapB　{

}

#content div.mapC　{

}










/* -------------------------
 __footer
-------------------------- */
div#footer	{
	background-image: none;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: solid 1px #666666;
	width: 730px;
	margin-top: 0;
	padding-top: 8px;
	clear: both;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

address	{
	font-style: normal;
	color: #666666;
	text-align: left;
	padding: 10px 0 0 0px;
	line-height: 1.2em;
}
ul.footer {
	width:540px;
}
ul.footer li {
	float: left;
	margin: 0 30px 0 0;
}

ul.footer li.home {
	background: none;
	padding-left: 22px;
}

ul.footer a {
	color: #333333;
	text-decoration:none	
}

ul.footer a:hover {
	text-decoration: underline;
	color: #FF6666;
}
