
/*************************************************
 * 共通タグ設定
 *************************************************
 */
*{
margin:0;
padding:0;
font-size:10pt;
}
body{
	color:#000;
	font-family:Verdana,"ＭＳ Ｐゴシック", Osaka;
	line-height:1.2em;
}
h1,h2,h3,h4,h5{
	font-weight:bold;
}
a{
	font-weight:bold;
	color:#00f;
	text-decoration:underline;
}
a:hover{
	color:#00f;
}
a img{
border:0;
}
img.headingfeed{
margin-left:5px;
vertical-align:text-bottom;
}
.commentRss{
	text-align:right;
	vertical-align:middle;
}
.commentRss a{
text-decoration:none;
}
p{
	margin-top:4px;
	margin-bottom:4px;
}
strong{
	font-weight:normal;
}

/* Bodyキャンバス全体を覆う wrap */
#wrap{
	width:870px;
}

/*************************************************
 * ヘッダーエリア
 *************************************************
 */
#header{
	background-color:#666666;
	padding:5px;
}
#header a{
	color:white !important;
	text-decoration:none !important;
}
#header p.etitle{
	padding-left:20px;
	color:#CCCCCC;
}
/*サイトタイトル部*/
h1{
	padding:5px 5px 5px 20px;
	background-color:#666666;
	color:#fff;
}
h1 a{
	color:#fff;
	font-size:13pt;
}
.navi{
	padding:5px;
}
.AdSenseLinkUnit{
	margin-top:10px;
	margin-bottom:10px;
}

/*************************************************
 * フッターエリア
 *************************************************
 */

#footer{
	margin-top:30px;
	padding-top:10px;
	border-top:2px dashed #BDA96A;
}
#footer div.serverlist{
	font-size:5pt !important;
}
#footer div.serverlist strong{
	font-size:5pt !important;
}

/*************************************************
 * メインコンテンツのコンテナ
 *************************************************
 */
#container{
	margin:5px 20px;
	width:630px;
	float:left;
}
/*セクション名*/
h2{
	font-size:12pt;
	padding:5px;
	border-left:10px solid #BDA96A;
	border-bottom:2px dashed #BDA96A;
	margin-top:20px;
	margin-bottom:20px;
}
h2 strong{
	font-size:12pt;
	font-weight:bold;
}
ul{
	margin:8px 0 8px;
}
/*************************************************
 * サイドバー
 *************************************************
 */
#sidebar{
	margin-top:40px;
	margin-left:10px;
	width:160px;
	float:right;
}
#sidebar .AdSense{

}
#sidebar .amazon{
	text-align:center;
	padding:0 20px;
	margin-bottom:20px;
}
/*************************************************
 * テーブル組み
 *************************************************
 */
.searchForm, .entryForm, .statisticsList{
	border-top:1px #aaa solid;
	border-left:1px #aaa solid;
	border-collapse:collapse;
}
.searchForm th,.searchForm td,.entryForm th,.entryForm td,.statisticsList th,.statisticsList td{
	border-right:1px  #aaa solid;
	border-bottom:1px #aaa solid;
	padding:5px;
}
.searchForm, .entryForm, div.pageNavi{
	width:100%;
}
.searchForm table, .entryForm table{
	width:100%;
}
.searchForm th, .entryForm th{
	text-align:center;
	font-weight:normal;
}
th.dist{
	background-color:#cccccc;
}
th.fromSvr{
	background-color:#99CCFF;
}
th.toSvr1{
	background-color:#99FF99;
}
td.arrow, th.arrow{
	background-color:#fff;
	text-align:center;
}
div.error-message{
	color:red !important;
	font-weight:bold;
}
/*************************************************
 * 検索結果のテーブル組み
 *************************************************
 */
#movedList{
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px #aaa solid;
	border-left:1px #aaa solid;
	border-collapse:collapse;
	width:100%;
}
#movedList .id{
	padding:2px;
	width:65px;
	text-align:center;
}
#movedList .svr{
	width:140px;
}
#movedList .name{
	width:200px;
}
#movedList .name img{
	display:block;
	float:right;
	margin-left:5px;
}
#movedList .dir{
	padding:2px;
	width:30px;
	text-align:center;
}
#movedList th,#movedList td{
	border-right:1px  #aaa solid;
	border-bottom:1px #aaa solid;
	padding:5px;
}
.pageNavi .searchCount{
	text-align:left;
}
.pageNavi .pageNoList{
	text-align:center;
}

/*************************************************
 * コメントリスト
 *************************************************
 */
.MoveCommentMessage{
	border-bottom:1px dashed #BDA96A;
	margin-bottom:10px;
}
.MoveCommentMessage .status{
	margin-top:3px;
}
.MoveCommentMessage .comment{
	padding:8px 8px 20px;
}
/*************************************************
 * 更新履歴
 *************************************************
 */
dl.history{
}
dl.history dt{
	width:80px;
	float:left;
	font-style:italic;
	margin-bottom:2px;
}
dl.history dd{
	margin-left:85px;
	border-left: 4px solid #ddd;
	padding-left:4px;
	margin-bottom:2px;
}

/*************************************************
 * 表示フォーマット系
 *************************************************
 */

.numDisp{
	text-align:right !important;
}
.center{
	text-align:center !important;
}
.left{
	text-align:left !important;
}
.right{
	text-align:right !important;
}
.minus{
	color:#FF0000;
}
.watch{
	font-weight:bold;
}
.popWin{
	background-image:url(/img/new_window.gif);
	padding-right:20px;
	background-position:right;
	background-repeat:no-repeat;
}
ul{
margin-left:20px;
}
