@charset "utf-8";
/* ========================================================

　Japan Society for the Promotion of Science
	
	CSS Document(LastUpdate 2010/04/07)

	/panflet/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;
	}


/* ---------------------------------------------------------------------------------
	Layout Parts
---------------------------------------------------------------------------------- */
/* +++++++++++++++++++++
　　LeftMenu ImageLoad
+++++++++++++++++++++ */
.submenuA .subheader{background-image:url(../publications/img/menu_index_title.jpg);}
	
/* +++++++++++++++++++++
　　H1 Title ImageLoad
+++++++++++++++++++++ */
/*index.html*/
#h1styleA h1#id1{background-image:url(../publications/img/h1_panflet.jpg);}

/* +++++++++++++++++++++
　　H2 Title ImageLoad
+++++++++++++++++++++ */
/*index.html*/
.h2styleA h2#id1_1{background-image:url(../publications/img/h2_header1.jpg);}
.h2styleA h2#id1_2{background-image:url(../publications/img/h2_header1.jpg);}
.h2styleA h2#id1_3{background-image:url(../publications/img/h2_header1.jpg);}

/* +++++++++++++++++++++
　　PAFLET List Style
+++++++++++++++++++++ */
ul.panfList{
	padding-left:3em;
	list-style-type:none;
	font-size:75%;
	}

ul.panfList li{
	height:75px;
	}

ul.panfList li img{
	margin-right:10px;
	vertical-align: middle;
	}