@charset "utf-8";
/* ========================================================

　Japan Society for the Promotion of Science
	
	CSS Document(LastUpdate 2010/04/21)

	/panflet_eng/index.html

======================================================== */

@import "basic.css";/* Common CSS Load */
@import "basic_eng.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;
	}


/* ---------------------------------------------------------------------------------
	Layout Parts
---------------------------------------------------------------------------------- */
/* +++++++++++++++++++++
　　LeftMenu ImageLoad
+++++++++++++++++++++ */
.submenuA .subheader{background-image:url(../img_common/menu_index_title.jpg);}
	
/* +++++++++++++++++++++
　　H1 Title ImageLoad
+++++++++++++++++++++ */
#h1styleA h1#id1{background-image:url(../img_common/h1_walltype1.jpg);}

h1 span.text_on{
	position:relative;
	top:1.5em;left:1em;
	font-size:160%;font-weight:bold;

	}

/* +++++++++++++++++++++
　　H2 Title ImageLoad
+++++++++++++++++++++ */
/*index.html*/
.h2styleA h2#id1_1,.h2styleA h2#id1_2,.h2styleA h2#id1_3{
	background-image:url(../img_common/wall_h2_header.jpg);
	}

/* +++++++++++++++++++++
　　PAFLET List Style
+++++++++++++++++++++ */
ul.panfList{
	list-style-type:none;
	font-size:75%;
	}

ul.panfList li{
	height:75px;
	}

ul.panfList li img{
	margin-right:10px;
	vertical-align: middle;
	}