﻿@charset "UTF-8";
body{
	font-size : 80%;
	font-family : "メイリオ","Meiryo UI","Times New Roman";
	line-height : 120%;
	letter-spacing : 1px;
	margin : 0px;
	/*border-top: solid 5px #000000;*/
	color: #505050;
-webkit-text-size-adjust: 100%;
}

table{
	padding-left : 10px;
	padding-right : 10px;
}

td{
	font-size : 100%;
	line-height : 180%;
}

a {
     font-weight: normal;
     text-decoration: none;
} 

a:hover{
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-color: silver;
}

h2 {
     border-left:7px solid #ccc; /* 左側の縦線 */
     border-bottom:1px solid #ccc; /* 下線 */
     padding:0px 0px 0px 10px; /* 文字の先頭に余白 */
     font-size : 120%;
}

hr {
     height:0;
     border:0;
     border-top:1px solid #ccc;
     border-bottom:0;
	}
