/* blue_common2.css */ 

@import url(blue_common.css);

	
html 
{
	background-image: url(../img/back3.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	background-attachment: fixed;
}
 
body 
{
	line-height: 1.5em;
}

 
h1 + div 
{
	padding: 0 5%;
}
 
h1 
{
	color: #808080; /* gray */

	margin-left: 10%;

	letter-spacing: 5px;
	font-size: 2em;
	width: 70%;
}
	
h1:first-letter 
{
	font-size: 1.5em;
}
  
h2 
{
	font-size: 2em;
	margin-top: 2em;
	color: #808080; /* gray */
	text-align: center;
}
	
h2:before 
{
	content: url(../img/point2.png);
}
  
h3 
{
	font-weight: bold;
	font-size: 1em;
	color: #808080; /* gray */
/*	margin-left: 3em;*/
	margin-top: 2em;
	padding: 0em;
}
	
h3:first-letter 
{
	font-size: 1.5em;
}
  
p 
{
	text-indent: 1em;
}
	
p.poem 
{
	text-indent: 0em;
}
  
ol 
{
	margin-left: 1em;
}
	
ol li 
{
	margin: 0.5em 0em;
}
  
#pageInfo 
{
	list-style-type: none !important;
	list-style-image: none !important;
}
	
#belongTo 
{
	position: fixed;
	width: 25%;
	right: 0;
	top: 0px;
	background-color: #fdfdfd;
	padding: 0 0 0 5px;
	z-index: 2;

}
	
#belongTo span 
{
	display: none;
}
  
#date 
{
	position: fixed;
	width: 20%;
	top: 2em;
	right: 0em;
	font-size: 0.8em;
	text-align: right;
	padding-right: 2em;
	z-index: 1;
}

	
#date span 
{
	display: none;
}
	
#made, #modified 
{
	display: block!important;

}
	
#made:before 
{
	content: "公開：";
}
 
#modified:before 
{
	content: "更新：";
}
     
div.pic 
{
	text-align: center;
}
  
