@charset "shift_jis";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
HTML Setting
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	margin			:0;
	padding			:0;
	list-style		:none;
	}
hr {
	display			:none;
	}
img {
	border			:0;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Basic Font Setting
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	}
h1, h2, h3, h4, table, th, dt, textarea  {
	font-size		:100%;
	font-weight		:normal;
	line-height		:1.5em;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Basic Ancher Setting
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a:link {
	color: #A31C1F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A31C1F;
}
a:hover {
	text-decoration: underline;
	color: #DE1C1F;
}
a:active {
	text-decoration: none;
	color: #DE1C1F;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
body
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	margin			:0 0;
	padding			:0 0;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#page
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page {
	width			:780px;
	height			:400px;
	text-align		:left;
	}
#page h2 {
	margin-bottom		:3px;
	font-size		:1.1em;
	font-weight		:bold;
	}
#page .entry {
	text-align		:justify;
	font-size		:0.9em
	}
#page .entry img.pict {
	padding-right		:5px;
	}
