@charset "utf-8";
/* ========================================================

　Japan Society for the Promotion of Science
	
	CSS Document(LastUpdate 2010/04/03)

	/access_contact/index.html

======================================================== */

@import "basic.css"; /* Common CSS Load */

/* ---------------------------------------------------------------------------------
	Layout
---------------------------------------------------------------------------------- */

#contents_left{
	background-color:#FFF;
	width:240px;float:left;
	}

#contents_right{
	background-color:#FFF;
	width:745px;float:left;
	padding-right:15px;
	_padding-right:12px;
	}


/* ---------------------------------------------------------------------------------
	Layout Parts
---------------------------------------------------------------------------------- */

/* +++++++++++++++++++++
　　Left Menu
+++++++++++++++++++++ */
.submenuA .subheader{
	background-image:url(../access_contact/img/menu_index_title.jpg);
	}
	
.submenuB .subheader{
	background-image:url(../access_contact/img/menu2_index_title.jpg);
	}
	
/* +++++++++++++++++++++
　　H1 Title
+++++++++++++++++++++ */
#h1styleA h1#id1{
	background-image:url(../access_contact/img/h1_access.jpg);
	}
#h1styleA h1#id2{
	background-image:url(../access_contact/img/h1_contact.jpg);
	}

/* +++++++++++++++++++++
　　H2 Title
+++++++++++++++++++++ */

/*index.html*/
.h2styleA h2#id1_1{background-image:url(../access_contact/img/h2_accessmap.jpg);}
.h2styleA h2#id1_2{background-image:url(../access_contact/img/h2_billsyozai.jpg);}
.h2styleA h2#id1_3{background-image:url(../access_contact/img/h2_kakurenrakusaki.jpg);}

/*index2.html*/
.h2styleA h2#id2_1{background-image:url(../access_contact/img/h2_faq.jpg);}
.h2styleA h2#id2_2{background-image:url(../access_contact/img/h2_form.jpg);}


/*floor_fx.html*/
.h2styleA h2#id_floor{background-image:url(../img_common/wall_h2_header.jpg)}


/* +++++++++++++++++++++
　　GoogleMapstyle
+++++++++++++++++++++ */

#map_canvas{
	margin:10px 0 20px;
	width:700px;height:430px;
	}

/* +++++++++++++++++++++
　　Web Form Style
+++++++++++++++++++++ */
#contact_form {
	font-size:75%;
	}

#contact_form p{padding:5px 10px;}

#contact_form table{
	width:743px;margin:0 auto;
	background-color:#E2E2E2;
	}

#contact_form th{
	background-color:#D2D2D2;
	text-align:left;
	padding:0.5em 1em;
	}

#contact_form td{
	background-color:#FFF;
	padding:5px;
	}

#contact_form input,
#contact_form textarea{
	width:470px;
	background-color:#DEF;
	white-space: pre;
}

#contact_form select{
	background-color:#DEF;
}

#contact_form input:focus,
#contact_form textarea:focus,
#contact_form select:focus{
	background-color:#FFC;
}

.btnstyle{
	padding:20px;
	text-align:center
	}
	
.btnstyle button {
	width: auto;padding:0;margin:0;
	background:none;
	border:0;font-size:0;
	line-height:0;
	overflow:visible;
	cursor:pointer;
	} 