@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
/* --- 全体のリンクテキスト --- */
a:link { color: #333333;text-decoration: none; }
a:visited { color: #333333;text-decoration: none; }
a:hover { color: #333333;text-decoration: underline; }
a:active { color: #333333; text-decoration: none;}

/* --- 画像リンク時設定--- */
img {
	border:none;
}
a:hover img {
/*background-color: #f0ffff; /* ポイント時の背景色 */
/*text-decoration: underline; /* テキストの下線（あり） */
    filter:alpha(opacity=50);
    opacity:0.6;
}

table,tr,td{
	text-align: left;
	vertical-align: top;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#menu{
	margin: 0px;
	padding: 50px 0px 5px 8px;
	height: 24px;
	width: 522px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}	


#menu ul{
	margin: 0px;
	padding: 0px;
	}	
#menu li{
	float:left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 20px;
	}
#wrapper_saisin {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 11px;
	line-height: 1.5em;
}
#header {
	float: left;
	width: 170px;
}
#main {
	margin: 0px 0px 0px 192px;
	padding: 0px;
	display: block;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 860px;
}
.caption {
	line-height: 1.5em;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
p.ptop{
	font-size:1em;
	width:525px;
	text-align:right;
	padding:5px 10px 5px 0;
}

p.ptop a{
	color:#666;
	text-decoration:none;
}

p.ptop a:hover
,p.ptop a:focus
,p.ptop a:active{
	color:#666;
	text-decoration:underline;
}