﻿		body	{
			line-height : 150%;
			background-color : #EAEAEA;
			padding : 0 auto;
			color : #000;
		}
		
		img	{
			border : 0;
			padding : 5px;
		}
		#top {
			margin-top : 10px;
			}
		
		div#wrapper	{
			width : 800px;
			border: solid 1px #eaeaea; 
			margin-left : auto;
			margin-right : auto;
			width : 800px;			
		}
		
		/* タイトル */
		h1	{
			color : #008000;
			text-align : center;
		}
		/*発行年月*/
		h1 .vol {  
			color : black;
		}
		
		/* Window close */
		.win_close {
			text-align:center;
			font-size:14px;
			font-weight:bold;
		}
		
		ul,li	{
			margin:0;
			padding:0;
			list-style: none;
		}

		#established	{ 
			font-size : medium;
			font-weight : bold;
			text-align : right;

		}
		
		.horizon	{
			border-style : solid;
			border-width : 1px;
			border-color : #ff9900;
		}
		.hr_pur	{
			border-style : solid;
			border-width : 1px;
			border-color : #9C6C78;
		}
		.midashi	{
			border-style : solid;
			border-width : 1px;
			padding : 10px;
			margin : 0 auto;
			text-align : center;
			vertical-align : middle;
		}
		.position	{
			font-size : medium;
			text-align : center;
			color : black;
		}
		.namae	{
			font-size : large;
			font-weight : bold;
			text-align : center;
			color : black;
		}
		.furigana {
			font-size : small;
			text-align : center;
			color : black;
		}
		.image_right	{
			float : right;
			border : 0;
		}
		
		.image_left	{
			float : left;
			border : 0;
		}
		.contents {
		font-size : medium;
		text-align : left;
		text-indent : 1em;
		}
		.sect_contents {
			font-size : medium;
			text-align : left;
		}
		.f_clear {
			clear: both;
		}
		
