@charset "Shift_JIS";

/* ||| 基本枠組み の指定　|||| */
#top {
	width:800px;
	margin:0 auto 10px;
	padding:0;
	font-size:10pt;
	border:1px orange solid;
	}
#ttl	{
	font-variant:small-caps;
	font-size:24pt;
	color:blue;
	}
#subttl	{
	font-variant:small-caps;
	margin:10px auto 5px;
	color:gray;
	font-size:10pt;
	letter-spacing:0.3em;
	}

#pm_logo1	{
	width:500px;
	border:none;
	}
#pm_logo2	{
	width:120px;
	border:none;
	}
#pm_cov	{
	height:150px;
	border:1px silver solid;
	}
#CDmark	{
	width:30px;
	border:none;
	}
/* |||||| menu ページの指定 ||||| */
#menu {
	float:left;
	width:130px;
	margin:0 0 10px 10px;
	padding:10px auto;
	border:orange 1px solid;
	line-height:2em;
	}
#mag	{
	margin:10px 0 0 10px;
	}
#mlist {
	width:120px;
	margin:2px 0;
	padding:0 0 0 25px;
	line-height:1.5em;
	text-align:left;
	font-size:10pt;
	border-bottom:1px white solid;
	}
#mlist:hover {
	padding-left:6px;
	margin-left:15px;
	color:red;
	cursor:pointer;
	border-left:4px red solid;
	border-bottom:1px red solid;
	}

/* |||||| main ページの指定 ||||||||||||||||||||||||||||| */

#title_section	{
	width:700px;
	text-align:left;
	}
#pict	{
	float:left;
	width:100px;
	margin:0 40px 0 20px;
	}
#issue_num	{
	display:block;
	font-size:24pt;
	margin:5px 0 30px;
	vertical-align:middle;
	}
#ttl_msg	{
	width:750px;
	text-align:left;
	line-height:1.8em;
	}

#specialNotice	{
	width:500px;
	margin:10px auto;
	text-align:left;
	}
#btn_pmop,#btn_errata	{
	display:inline-block;
	border:1px red solid;
	background-color:green;
	color:white;
	text-align:center;
	height:1.5em;
	line-height:1.5em;
	padding:0 4px;
	font-size:0.8em;
	margin:0 4px;
	}
#btn_pmop:hover,#btn_errata:hover	{
	cursor:pointer;
	background-color:#f2f2f2;
	color:red;
	}

#hr2	{
	clear:both;
	width:700px;
	margin-top:10px;
	}

/*	++++++++++ 表組み ++++++++++++ */

#pm_tbl	{
	border-collapse:collapse;
	width:700px;
	border:0;
	line-height:1.8em;
	}
td#CDmark	{
	width:30px;
	border:none;
	vertical-align:top;
	}
#pm_contents	{
	width:700px;
	color:blue;
	background-color:#f4f4f4;
	font-size:30pt;
	line-height:40pt;
	font-variant:small-caps;
	font-weight:900;
	border-top:5px silver solid;
	border-bottom:3px silver solid;
	}
th	{
	background-color:yellow;
	font-size:12pt;
	}
/*	++++++++++ 特集 ++++++++++++ */
#asubttl,#attl,#alead	{
	width:330px;
	text-align:left;
	padding-left:10px;
	}
#asubttl	{
	color:blue;
	}
#attl	{
	font-size:1.6em;
	font-weight:700;
	padding-bottom:10px;
	}
#acnts	{
	text-align:left;
	padding:0 0 0 10px;
	vertical-align:top;
	}
#PTTsubttl	{
	color:red;
	text-align:left;
	padding-left:10px;
	}
#PTTttl	{
	font-size:2em;
	font-weight:700;
	color:blue;
	text-align:left;
	padding-top:5px;
	padding-left:10px;
	}
#ttl2	{
	font-variant:small-caps;
	margin:0px auto 10px;
	vertical-align:middle;
	color:blue;
	}
#ttl3	{
	font-variant:small-caps;
	margin:0px auto;
	color:blue;
	font-size:9pt;
	}
#go2top	{
	width:50px;
	margin:10px auto;
	font-size:7pt;
	text-align:center;
	}
#go2top:hover	{
	margin:10px auto;
	color:red;
	cursor:pointer;
	}
/* |||||| ボトムの指定 ||||| */

#btn_close	{
	width:150px;
	margin:10px auto 20px;
	color:blue;
	border:1px gray solid;
	background-color:#EEE;
	padding:1px 5px;
	}
#btn_close:hover	{
	color:red;
	background-color:white;
	border:1px red solid;
	cursor:pointer;
	}
