@charset "UTF-8";

/* CSS Document */


#contents {
	margin: 0 auto;
	width:740px;
	text-align:left;
}

#contents h1{
	margin: 0 0 10px 0;
}


/* ページ上部へ戻る */
#contents .page_up {
	clear:both;
	margin:0 0 5px 0;

}

#contents .page_back {
	text-align:right;
	margin:0 0 10px 0;
}

#contents .page_back img{
	margin-left:10px;
}


#contents ul{ margin: 0 0 20px 30px; }
#contents ul li{ list-style:disc; margin: 0 0 5px 0; }

#contents ol{ margin: 0 0 20px 30px; }
#contents ol li{ list-style:decimal; margin: 0 0 5px 0; }





/* ========================================================================================= */
/* アップデータ */

#updater {
	margin:0 0 30px 45px;
	width:650px;
}

#updater h2 {
	margin: 0 0 20px 0;
	font-size:120%;
	font-weight:bold;
	border-bottom:#7EC3E5 3px solid;
}

#updater h3 {
	font-weight: bold;
	margin:0 0 10px 0;
	padding: 2px 0 0 0;
	border-bottom: 2px solid #AAAAAA;
}

#updater h4 {
	font-weight: bold;
	margin:0 0 5px 0;
}

#updater h5 {
	font-weight: bold;
}

#updater p {
	margin:0 0 20px 0;
}

#updater .release {
	width:350px;
	text-align:center;
	margin:0 20px 10px 0;
	padding :5px;
	border:1px solid #AAAAAA;
}

#updater .btn {
	margin:15px 0 5px 0;
}

#updater .ver {
	width:300px;
	text-align:center;
	margin:10px 20px;
	padding :5px;
	border:1px solid #AAAAAA;
}


#updater .readme {
	margin:0 0 20px 0;
	padding:5px 10px;
	background-color:#F9F9F3;
	border:1px solid #AAAAAA;
}

#updater .readme h3 {
	color:#444444;
	font-weight:bold ;
	border: 0;
	background: url(../../../common/images/mark/notice.gif) no-repeat center left;
	padding: 0 0 0 18px;
	margin:0;
}

#updater .readme p{
	font-size:85%;
	*font-size:77%;
	font-family: "Verdana","ＭＳ Ｐゴシック","Osaka";
	margin:0;
}


/* アップデータ(準備中) */

#updater .nothing {
	margin :20px 0 100px 10px;
}


/* アップデータ(一覧表示) */
#updater .list table {
	margin:0 0 30px 0;
	width:650px;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

#updater .list th {
	padding:5px;
	font-weight:bold;
	vertical-align:middle;
	background-color:#F9F9F3;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;

}

#updater .list td {
	padding:5px;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

#updater .list td a {
	display:block;
	font-weight:bold;
	padding :0 0 0 14px;
	background: url(../../../../common/images/parts/cursor_a.gif) no-repeat left 5px;
}

#updater .list td .red {
	font-size: 10px ;
	font-family: "Verdana","ＭＳ Ｐゴシック","Osaka";
}

#updater .list .date {
	width:100px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}





