@charset "utf-8";
/*-----------------------------
	- 全体
-----------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	color:#333;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.6;
	color:#464646;
}
img {
	border:0;
}
hr {
	display:none;
}
h1,h2,h3 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:20px;
	color:#333;
}
a {
	color:#003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#cf1519;
	text-decoration: underline;
	position: relative;
	top: 1px;
	left: 1px;
}
p {
	margin-bottom:.8em;
}
#container {
	width:480px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ol , ul {
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 2.5em;
	margin: 0px;
}
/*-----------------------------
	- テーブル
-----------------------------*/
table#table-01 {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}