/****************************************
 ** Outline of Research Stylesheet
 ** 
 ** Ver 0.2  2007.04.11
 ****************************************/


/*** リーフ全体のStyle ***/

BODY		{ margin: 1em 8% 1em 8%;
	          text-align: left; }

/*** ヘッダのStyle ***/
div.author	{ text-align: right;
		  font-size:90%; }

/*** 本文中のStyle ***/
div.figure	{ padding: 20px 5px 0px 5px;
		  text-align: center;}
		  
div.figurecaption	{
		padding-top:0.5em;
		text-align: center;
		font-size: 90%; }

P {margin: 0.2em 0px;}

H1, H2, H3, H4	{ color: black;
		  text-align: left;}
/***タイトル***/
H1		{ text-align: center; 
		  font-size:150%;}
/***大見出し***/
H2		{ font-size:130%; 
		  border-bottom:  2px solid white;
		  border-left:   15px solid white;
		  border-color: #425097; 
		  padding-left: 5px;
		  margin-bottom: 0.5em;
		  }
div.section {
		margin: 0px 1em 2em 1em;
}
/***小見出し***/
H3		{ font-size:110%; 
		  border-bottom:  1px solid #425097;
		  border-left:   8px solid #425097;
		  border-color: #425097; 
		  padding-left: 9px;}


/*** 付録 ***/
div.appendix	{ margin: 5em 5em 1em 1em; 
		  padding-bottom: 5px;
		  font-size: 90%;}
H4		{ /*font-size:90%; */
		/*  border-bottom: 3px; border-bottom-style: double; */
		  border-left:10px; border-left-style: solid; 
		  border-color: #425097; 
		/*  padding-left: 5px; */
		  padding: 5px 5px 1px 5px;}

/*** ドットボックス ***/
div.dotbox	{ border: 1px dashed #425097;
		  margin: 1em 3em;}

div.dotbox_section {
		margin: 1em;
}

H5		{ font-size:110%; 
		  border-bottom:  1px dashed #425097;
		  padding-left: 15px;
		  margin: 15px 0px 5px 0px;}



/*** フッタのStyle ***/
div.moddate	{ text-align:right; 
                  font-family: sans-serif; font-size: 80%; color: gray; }
div.copyright	{ text-align: center;
		  color:gray;
		  font-size: 80%;}

/*** リンクの装飾 ***/
A            { text-decoration: none; }
A:hover      { color: red; text-decoration: underline; }