@charset "utf-8";

/* ━━━━　レフトメニュー　━━━━ */

#member_menu{
	background:url(../images/member/menu_member.jpg) no-repeat left top;
}

#menu_member_info a{
	display:block;
	width:212px;
	height:32px;
	background:url(../images/member/menu_member_info.gif) no-repeat left top;
}

#menu_member_info_now a{
	display:block;
	width:212px;
	height:32px;
	text-indent:-9999px;
	background:url(../images/member/menu_member_info.gif) no-repeat right top;
}

#menu_sitepolicy_info a:hover{
	background:url(../images/member/menu_member_info.gif) no-repeat right top;
}

/* ━━━━　コンテンツ内　━━━━ */

#member_indexlist{
	width: 630px;
	margin-left:4px;
	margin-bottom:15px;
	padding:5px 10px;
	line-height:150%;
	border:#CCCCCC 1px solid;
}

#member_indexlist a{
	color:#003366;
}

.member_index{
	width:630px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 130%;
	background:url(../images/member/mem_content_title.jpg) no-repeat 0px 0px;
}
.member_index h3{
	width:630px;
	padding-left: 6px;
	border-bottom: solid 2px #0054bc;
}
.member_detail{
	width:648px;
	margin-left:5px;
	margin-bottom:6px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.member_detail p.detail{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}
.member_detail dt{
	background:url(../images/common/arrow_b.gif) no-repeat 0px 50%;
	margin: 0px 18px 2px 18px;
	padding-left: 8px;
	font-size: 110%;
	font-weight: bold;
}
.member_detail dd{
	margin: 0px 26px 2.5em 26px;
	border: dotted 1px #cccccc;
	padding: 0.6em 0.8em;
}
.member_detail dd p.notes{
	margin-top: 0.5em;
	background-color: #eeeeee;
	padding-left: 5px;
}
.member_detail dd ul.detail_in_ul{
	margin-left: 3em;
	list-style-type: disc;
}

/* 衛星飛来予測 */
#gpsview_area {
	width: 600px;
	margin-left:20px;
	margin-bottom:20px;
}
#gpsview_area #gpsview_link {
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px;
	border: 3px dotted #CC6666;
}
#gpsview_area h2 {
	font-size: 14pt;
	color: #CC6666;
	background-color: #EEEEEE;
	border: 1px solid #CC6666;
	padding: 4px;
}
#gpsview_area h3 {
	font-size: 12pt;
	color: #CC6666;
	border-bottom: 1px dashed #CC6666;
	padding-bottom: 4px;
	margin-top: 0px;
}
