body { 
	/*font-family: Meiryo, Verdana, "ＭＳ Ｐゴシック", Helvetica ;*/
	font-family: MS PGothic;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11pt;
	background-color: #fff;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
	padding-left: 8px;
	/* background-image: url(img/server.png);
	background-repeat: no-repeat; */
	background-color: rgb(240,240,240);
}

h2 {
	font-size: 12pt;
	border-bottom: 2px solid #ccc;
	border-left: 5px solid #ccc;
	/*border: 1px solid #aaa;*/
	padding-left: 8px;
	padding-bottom: 4px;
}


h2.menu {
	/*font-size: 11pt;*/
	padding-left: 20px;
	background-image: url(img/server.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	height: 1.4em;
	margin-bottom: 0px;
	border-width: 0px;
}

h3 {
	/*font-size: 10pt;*/
	color: rgb(37,87,128);
	border-left: 5px solid rgb(37,87,128);
	border-bottom: 1px dotted rgb(37,87,128);
	padding: 5px;
	padding-left: 8px;
	padding-top: 2px;
	font-size: 12pt;
}

p {
	padding: 4px;
}

strong {
	font-weight: normal;
	color: #f00;
}

em {
	font-weight: bold;
	font-style: normal;
}

small {
	font-size: 8pt;
	color: #777;
}

del {
	color: #999;
}

ul {
	list-style-type: square;
	margin-top: 2px;
	color: #333;
}

table.lmenu td ul li {
	font-size: 11pt;
}

table.lmenu tr th {
	text-align: left;
}

ul li {
	padding-bottom: 4px;
}

ul.sitemap li {
	color: #000;
}

a {
	color: #00e;
}

a:visited {
	color: #00e;
}

a:hover {
	color: #f00;
}

h3.pu {
	background-image: url(img/b-10x10.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 11pt;
	padding-left: 15px;
	margin: 2px;
}

p.pu {
	margin: 0px;
	padding-left: 16px;
}

div.w {
	padding: 5px;
	background-color: rgb(157,187,97);
	color: black;
	font-weight: bold;
	font-size:10pt;
	/* background-image: url(img/bg1.png);
	background-repeat: x-repeat; */

}

div.w a {
	color: white;
}

/* 基本的な表組み */

table.basic {
	width: 100%;
	border-width: 0px;
	border-style: solid;
	border-color: #999;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-spacing: 0px;
}

table.basic tr td {
	border: solid #999 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
}

table.basic tr th {
	color: #fff;
	border: solid #999 1px;
	border-right-width: 0px; 
	border-bottom-width: 0px;
	padding: 2px;
	text-align: center;
	background-color: #aaa;
}

/* mtbl */
table#mtbl {
	text-align: left;
	width: 900px;
	background-color: #fff;
}

table#mtbl tr td {
	vertical-align: top;
	padding: 3px;
}

table#mtbl tr td.h {
	padding-top: 10px;
}

/* Main Header */
td#h {
}

/* Main Contents */
td#c {
}

/* Manu */
td#m {
}

td#m ul {
	padding-left: 0px;
	margin-left: 20px;
	list-style-position: outside;
}

td#m ul li {
	margin-left: 0px;
	padding-left: 0px;
	line-height: 1.2em;
}

/* Footer */
td#f {
	text-align: center;
	font-size: 0.8em;
}

/* ランキングテーブル */
table#ranking_table {
	width: 100%;
	border-width: 0px;
	border-style: solid;
	border-color: #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

table#ranking_table tr td {
	border: solid #999 1px;
	border-right-width: 0px; 
	border-bottom-width: 0px;
}

/* Header */
table#ranking_table tr th {
	color: #fff;
	border: solid #999 1px;
	border-right-width: 0px; 
	border-bottom-width: 0px;
	padding: 2px;
	text-align: center;
	background-color: #aaa;
}

/* Rank */
table#ranking_table tr td.r_r {
	text-align: center;
}

/* Price */
table#ranking_table tr td.r_p {
	color: #f00;
}

/* Note */
table#ranking_table tr td.r_note {
	padding: 8px;
}

/* Detail */
table#ranking_table tr td.r_l {
	text-align: center;
}


pre.code {
	font-family: Courier New;
	font-size: 9pt;
	border: dotted #999 1px;
	padding: 5px;
}


/* STEP BY STEP */

ol.step_by_step li {
	font-weight: bold;
}

ol.step_by_step li p {
	font-weight: normal;
	background-color: #eee;
}

div.sep {
	width: 10px;
	height: 20px;

}

.green_border {
	border: 1px solid green;
	padding: 5px;
}

img.sc_img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.news_title {
	margin:0px;
	margin-top: 4px;
}

.news_date {
	margin:0px;
	font-size:9pt;
	color: #999;
	text-align: right;
}

.news_bc {
	border-top: 1px #ccc solid;
	padding-top: 4px;
}