@charset "utf-8";

/*全体構造
----------------------------------------------------------*/
* {margin:0px; padding:0px;}
html {overflow-y:}
p {line-height:180%;}
body {
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	font-size:75%;
	line-height:180%;
	color:#000000;
	background-color:#666666;
}
img {border:none;}
hr {
	clear: both;
	visibility: hidden;
}
ul,
ol {list-style-position:outside;}

/*リンク
----------------------------------------------------------*/
a{outline:none;}
a:link,
a:visited {
	color:#990000;
}
a:hover {
	color:#000000;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*ベース
----------------------------------------------------------*/
#wrapper {
	width:540px;
}
#table,
#table_e {
	width:540px;
	font-size:100%;
}
#table td,
#table_e td {
	vertical-align:top;
	border-bottom:1px dashed #585858;
	padding:4px 5px 2px 5px;
}
#table .td1 {
	width:15%;
}
#table .td2 {
	width:85%;
}
#table_e .td1 {
	width:20%;
}
#table_e .td2 {
	width:80%;
}

