@charset "utf-8";

html * {
	margin:0px;
	padding:0px;
}

body {
	font-size:16px;
	line-height:1em;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	color:#3d171e;
	text-align:center;
}
*html body {font-size:15px; }/*IE6*/


h1 {
	font-size:0.7em;
	position:absolute;
	top: 4px;
	left:15px;	
}
*html h1 {font-size:0.65em; }/*IE6*/


h2 {
	font-size:1.5em;
	margin-bottom:20px;
}
h3 {
	text-align:left;
	margin-top:0;
	margin-bottom:0.5em;
	margin:10px 0;
}
p {
	font-size:0.9em;
	line-height:1.6em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	text-align:justify;
	/* text-justify:newspaper; */
}
h4 {
	height:40px;
	line-height:2em;
	}	

li {
	list-style:none;
	}
/*ul,ol {
	margin-left:2em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}*/

dl {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
/*
li,dt,dd {
	font-size:0.9em;
	line-height:1.5em;
}
*/
dt,em {
	font-style:normal;
	font-weight:bold;
}

address {
	font-size:1em;
	font-style:normal;
	line-height:1.3em;
	margin-top:0em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

hr {
	display:none;
}

a {
	text-decoration:none;
	color:#3d171e;
}

/*a:hover, a:active, a:focus {
	text-decoraton:underline;
}*/

div {
	width:auto;
	height:auto;
	overflow:hidden;
}

table {
	width:
	table-layout:fixed;
	border-collapse:collapse;
	border:1px solid #cfc0b3;
	font-size:0.8em;
	margin-left:5px;
	margin-bottom:20px;
}
tr {
	line-height:3em;
	}

th,td {
	vertical-align:top;
	border:1px solid #cfc0b3;
}

.hide {
	display:none;
}

.float_Right {
	float:right;
}
.float_Left {
	float:left;
}
.clear {
	clear:both;
	}

.ml_5 {
	margin-right:5px;
	}
.pl_20 {
	padding-right:20px;
	}	
.mt_2 {
	margin-top:2px;
	}
.mt_20 {
	margin-top:20px;
	}
.tableColor{
	background-color:#f7f7ee;
	}
w_80 {
	width:80px;
	}
span.alignR {
	text-align:right;
	display:block;
	margin-right:5px;
}			
	




