@charset "UTF-8";
body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;/*14px*/
	line-height: 1.5em;
	letter-spacing: 1px;
	color: #202020;
	margin: 0px;
	padding: 0px;
	position: relative;
}
input,textarea,select {
	font-size: 1em;
}
input,textarea{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
em{font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{	list-style-type	: none;}
img {border: none;}
form {margin: 0px;}
p{text-align: justify;/*重要*/}
hr{
	border:none;
	border-bottom: 1px dashed #AFAFAF;
	margin:20px 30px;
}
table{
	width: 760px;
	margin: 30px 30px;
	border-collapse: collapse;
	/*font-size: 85.7%;*/
	font-size: 100%;
}

caption{text-align:right;}
table th,td{
	border:1px solid #AFAEAE;
}
table td{
	vertical-align: top;
}
table th{
	color:#FFF;
	background:#808080;
	padding: 15px 10px;
	font-size:125%;
}
/*リンク設定
---------------------------------------------------------------------------*/
a {
	color:#000;
	text-decoration	: none;
}
a img{border: none;}
a:hover {
	color:	#736666;
	text-decoration	: none;
}