@charset "Shift_Jis";

/*---- F033 -----*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	scrollbar-track-color: #fff;
	scrollbar-face-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #a80313;
}

	* html {
		overflow-x: hidden;
		overflow-y: auto;
	}

body {
	line-height: 170%;
	color: #232323;
	font-size: 84.3%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "MS PGothic", Sans-Serif;
	background: #FFF;
	letter-spacing: 0;
	text-align: center;
}

a {
	text-decoration: none;
}

a:link {
	color: #4c4c4c;
	text-decoration: none;
}

a:visited {
	color: #4c4c4c;
	text-decoration: none;
}

a:hover {
	color: #a80313;
	text-decoration: underline;
}

a:active {
	color: #a80313;
	text-decoration: none;
}

h1, h3 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Arial, Helvetica, sans-serif;
}

h1 {
	color: #444;
	font-size: 175%;
	font-weight: bold;
	margin-top : 60px;
	margin-bottom : 40px;
}
	h1 a:link {color: #444;}
	h1 a:visited {color: #444;}
	h1 a:hover {color: #CCC;}

h1.title {
	color: #444;
	font-size: 165%;
	font-weight: normal;
	margin-top : 40px;
	margin-left : 20px;
	margin-bottom : 40px;
}

h2.title {
	font-size: 110%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	margin-bottom : 10px;
}

h2 {
	font-size: 100%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	padding-left: 7px;
	border-left: 4px solid #000;
	line-height: 1.2;
	font-size: 100%;
}

h4 {
	font-size: 93%;
	margin: 0 0 5px 0px;
}

h5, h6 {
	font-size: 93%;
	margin: 5px 0 0 0;
	color:#a80313;
}

p {
	margin: 0 0 1.2em 0;
}

br {
	letter-spacing: normal;
}

em {
	color: #E32ED1;
	font-style: normal;
}

strong {
	font-weight: bold;
}

big {
	font-size: 131%;
}

small {
	font-size: 77%;
}

ins {
	text-decoration: underline;
}

b {
	font-weight: bold;
}

i {
	font-style: oblique;
}

table {
	margin: 0 0 1.2em 0;
	border-collapse: collapse;
	border-spacing: 0;
}

th,td {
	padding: 5px 10px;
	border: 1px solid #444;
}

hr {
	display: none;
}
	.line {
		margin-top: 30px;
	}

	.clears {
		clear: both;
		margin: 0 0 10px 0;
	}

img.bd {
	border: 1px solid #555;
}

img, a img {
	border: 0;
}

	.img_right {
		float: right;
		margin: 0 0 0 10px;
		padding: 5px;
		border: 1px solid #444;
		background: #222;
	}

	.img_left {
		float: left;
		margin: 0 10px 0 0;
		padding: 5px;
		border: 1px solid #444;
		background: #222;
	}

blockquote {
	margin: 0 0 1.2em 30px;
	padding: 5px 10px;
	border-left: 1px solid #444;
	color: #888;
}

div#out {
	margin: 40px auto;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",Osaka, "MS PGothic";
	text-align: left;
	max-width: 600px;
}

div.write {
	padding: 0 auto;
}


p.info {
	margin: 0 0 1.0em 0;
	padding: 2px 10px 0 0;
	height: 80px;
	overflow: auto;
}

.deco {
	line-height: 22px;
	background: url("line004.gif") left top;
}

div#date {
	margin: 50px 0 0 0;
	max-width: 600px;
	text-align: right;
	color: #666;
	font-size: 80%;
	line-height:135%;
}

div#footer {
	margin: 40px 0p 40px 0px;
	max-width: 600px;
	text-align: center;
	font-size: 86%;
}

div#footer li {
	display: inline;
	list-style: none;
	padding-left: 10px;
	color: #999;
}

div#footer li a:link, div#footer li a:visited {
	color: #a80313;
	text-decoration: none;
}

div#footer li a:hover, div#footer li a:active {
	color: #4c4c4c;
	text-decoration: underline;
}

