/* 基本設定 ------------------------------------------------------ */
body,html{
	font-size:medium;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#ff0000;
	background-color:#ff0000;
	scrollbar-base-color:#ff00ff;
	scrollbar-highlight-color:#ff99ff;
	scrollbar-arrow-color:#000000;
	scrollbar-shadow-color:#ffffff;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:810px;
}

/* リンクテキスト設定 -------------------------------------------- */
a:link{		/* 未閲覧のリンク先 */
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
	color:#000099;
	border:none;
}
a:visited{	/* 既閲覧(クリック)済みのリンク先 */
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
	color:#009900;
	border:none;
}
a:hover{	/* マウスカーソルが文字に重なったら色変え */
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
	color:#ff0000;
	border:none;
}
a:active{	/* クリックした時(瞬間)色変え */
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
	color:#00ffcc;
	border:none;
}

/* 各種設定 ------------------------------------------------------ */
div.head{	/* ヘッダ注意書き */
	font-size:x-small;
	text-align:right;
	color:#ff0000;
}
img.head{	/* ヘッダバナー */
	float:left;
	border:none;
	width:550px;
	height:55px;
}
img.close{	/* ヘッダ閉じるボタン */
	float:left;
	border:none;
	width:120px;
	height:30px;
}
div.date{	/* 更新日 */
	font-size:small;
	font-style: oblique;
	color:#ff0000;
	text-align:right;
	padding:20px 20px 20px 20px;
}
img.foot{	/* フッダ閉じるボタン */
	float:right;
	border:none;
	width:800px;
	height:55px;
}
img.footer{	/* フッダ(双葉社net)画像設定 */
	border:none;
	width:153px;
	height:24px;
}
img.hr-w{	/* 区切り線横 */
	border:none;
	width:800px;
	height:1px;
}
img.hr-ws{	/* 区切り線横 */
	border:none;
	width:780px;
	height:1px;
}
img.hr-h{	/* 区切り線縦 */
	border:none;
	width:1px;
	height:475px;
} 
img.latest_a{	/* 今月の表紙 */
	border:none;
	width:640px;
	height:400px;
} 
img.latest_b{	/* 最新号(本誌表紙) */
	border:none;
	width:252px;
	height:360px;
} 
img.latest_c{	/* 最新号(サムネイル) */
	border:none;
	width:133px;
	height:150px;
} 
img.new{	/* NEW! */
	float:left;
	border:none;
	width:60px;
	height:40px;
} 


