@charset "Shift_Jis";

/*---- IF016 -----*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	overflow: auto;
	scrollbar-track-color: #FFF;
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-darkshadow-color: #EEE;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #EEE;
	scrollbar-arrow-color: #8D8D8D;
}

body {
	line-height: 1.5;
	color: #64616d;
	font-size: 65%;
	font-family: Verdana, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Sans-Serif;
	letter-spacing: 1px;
	background: #FFF;
}

a {
	text-decoration: none;
}

a:link {
	color: #64616d;
}

a:visited {
	color: #64616d;
}

a:hover {
	color: #AD0000;
}

a:active {
	color: #AD0000;
}
	div.write a {text-decoration: underline;}
	div.write a:visited {color:#64616d;}
	div.write a:hover {color: #AD0000;}

h1 {
	color: #8D8D8D;
	font-size: 28px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, "‚l‚r ‚o–¾’©", serif;
	text-align: center;
}
	* html h1 {font-family: "‚l‚r ‚o–¾’©", serif;}
	*:first-child+html h1 {font-family: "‚l‚r ‚o–¾’©", serif;}
	h1 a:link {color: #888e7e;}
	h1 a:visited {color: #888e7e;}
	h1 a:hover {color: #CCC;}

h2, h3, h4, h5, h6 {
	font-size: 100%;
}

p {
	margin: 0 0 1em 0;
}

br {
	letter-spacing: normal;
}

em {
	color: #AD0000;
	font-style: normal;
}

strong {
	font-weight: bold;
}

big {
	font-size: 131%;
}

small {
	font-size: 10px;
}

ins {
	text-decoration: underline;
}

del {
	color: #CCC;
}

b {
	font-weight: bold;
}

i {
	font-style: oblique;
}

address, cite {
	font-style: normal;
}

code {
	font-family: monospace;
}

table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

div#page {
	position: absolute;  
	top: 50%;
	left: 50%;
	margin: -270px 0 0 -387px;
	width: 775px;
	height: 540px;
}

div#out table {
	margin: 0 0 1em 0;
}

div#out th, #out td {
	padding: 2px 5px;
	border: 1px solid #CCC;
}

table.container {
	margin: 0 auto;
	width: 715px;
 background-image: url(title.png);
}

	.t_header {height: 70px;}
	.t_left {width: 15px;}
	.t_right {width: 20px;}
	.t_write {width: 480px; height: 320px;}
	.t_bottom {height: 200px;}


hr {
	display: none;
}
	.line {
		margin-top: 30px;
	}

	.clears {
		clear: both;
		padding: 0 0 1em 0;
	}

img, img a {
	border: 0;
}

	.img_right {
		float: right;
		margin: 0 0 0 10px;
		padding: 5px;
		border: 1px solid #DDD;
		background: #F5F5F5;
	}

	.img_left {
		float: left;
		margin: 0 10px 0 0;
		padding: 5px;
		border: 1px solid #DDD;
		background: #F5F5F5;
	}

	.clearfix:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0;
		clear: both;
	}

	.clearfix {
		display: inline-block;
	}

blockquote {
	margin: 0 30px 1em 30px;
	padding: 5px 10px;
	border: 1px solid #DDD;
	color: #7c7c7c;
	background-image: url(les-bg.gif);
}

input, select, textarea {
	margin: 2px 0;
	width: 70%;
	border: 1px solid #DDD;
	color: #8D8D8D;
	font-size: 100%;
	font-family: Verdana, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Sans-Serif;
	background: #F5F5F5;
}

textarea {
	width: 90%;
}

input.button {
	width: 90px;
	vertical-align: middle;
}

div#out {
	margin: 10px 0 0 10px;
}

#header {
	text-align: center;
}

div.write {
	margin: 10px 15px 0 10px;
}

div.write ul, div.write ol {
	margin: 0 0 1em 10px;
}

div.write ul li {
	list-style: square inside;
}

div.write ol li {
	list-style: decimal;
	margin: 0 0 0 20px;
}

div.write ul.parallel {
	margin: 0;
}

ul.parallel li {
	display: inline;
	list-style: none;
}

ul.parallel li img {
	margin:0 2px 3px 0;
}

dl {
	margin: 0 0 1em 0;
}

dt {	}

dd {
	margin: 0 0 5px 15px;
}

dl.parallel dt {
	width: 120px;
	line-height: 1.6;
}

dl.parallel dd {
	margin: -1.6em 0 5px 120px;
	padding: 0 0 0 15px;
}

p.info {
	margin: 0 0 1em 0;
	padding: 2px 0px 0 10px;
	height: 50px;
	overflow: auto;
}
	table.container p.info {
		height: 80px;
	}

.deco {
	line-height: 22px;
	background: url("line001.gif") left top;
}

img.deco {
	padding: 5px;
	border: 1px solid #DDD;
	background: #F5F5F5;
}

.page_navi li {
	list-style: none;
	margin: 0 20px;
	text-align: right;
}

#menu {
	margin: 10px 0 0 25px;
}

#menu li {
	display: inline;
	list-style: none;
	margin: 0 10px;
}

div#footer {
	text-align: right;
}

div#footer li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}

#copy {
	height: 20px;
	letter-spacing: 0;
}

#copy a {
	color: #777;
	font-size: 9px;
	font-family: Arial, Helvetica, Sans-Serif;
}

#entrance {
	margin: 50px auto 0 auto;
	padding: 20px;
	width: 60%;
	border: 1px solid #DDD;
	background: #FFF;
}

.g{padding:5px 20px 10px;}
.g dl{margin:5px 0 15px;}
.g dt{border-bottom:1px solid #2f1a33;}
.g dd{margin-left:50px;padding:3px 10px;color:#64616d;border:1px dashed #2f1a33;border-width:0 0 1px 1px;}
