body {
	color: #333333;
	font-size: 90%;
}
p {
	line-height: 170%;
	margin: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.maintd {
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 90%;
}
.p90 {
	font-size: 90%;
}

.td90 {
	height: 20px;
}
.righttx {
	font-size: 10px;
	text-align: right;
}

.osusume {
	background-color: #DAFEDD;
}

.hpb-cnt-tb-cell1 {
	background-color: #FFCCCC;
}

.menumain {
	width: 186px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #66CC33;
	border-left-color: #66CC33;
}
.sitemap {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}


.bodywt {
	font-size: 90%;
	background-color: #FFFFFF;
}
.midashi3long {
	line-height: 25px;
	background-image: url(img/midashilong.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	font-size: 16px;
}

.menutop {
	line-height: 25px;
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.menusb {
	font-size: 90%;
	width: 187px;
	border: 1px solid #FC7303;
}
.menutx {
	font-size: 90%;
	line-height: 25px;
	background-image: url(img/menutx.gif);
	background-repeat: no-repeat;
}



.midashi3top {
	background-image: url(img/midashibn1.gif);
	text-indent: 25px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
.menuli {
	line-height: 170%;
	margin: 1px;
	padding: 1px;
	list-style-type: none;
	text-indent: 20px;
}
h1 {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	color: #999999;
	float: right;
}


.midashi2 {
	font-size: 16px;
	background-image: url(img/midashi2.gif);
	text-align: center;
	height: 18px;
	background-repeat: no-repeat;
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.midashi3bottom {
	font-size: 14px;
	background-color: #FFD6C1;
	text-align: center;
	margin: 3px;
	padding: 3px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FD912F;
	border-right-color: #FD912F;
	border-bottom-color: #FD912F;
	border-left-color: #FD912F;
}

.midashi4 {
	margin: 3px;
	padding: 3px;
	font-size: 14px;
	font-weight: normal;
}
.welcome {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FD8135;
	border-right-color: #FD8135;
	border-bottom-color: #FD8135;
	border-left-color: #FD8135;
	background-color: #FFF3EE;
}
.headtd {
	background-image: url(img/titlebg.gif);
	background-repeat: no-repeat;
}
.orstrong {
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
}


<!--
/* ★★★ スーパーIDスゴワザ！ ★★★ */

/*
以下の各項目を修正することで、見た目を編集することができます。
ただし、ある程度CSSの知識が必要なので、初心者の方はいじらないことをお勧めします。
※表示されなくなったり、表示が崩れたりする場合があります。当方でのサポートはできません。
*/

/* ◆大枠 */
#sidDatas {
/* 全体の幅 */
/*
全体の幅を変えるときは、以下の「width: 200px;」とある部分の数値を小さくしてください。
*/
width: 500px;

/*
これより下の設定は、CSSの知識がない方は、いじらないことをお勧めします。
*/

/* 枠線の形状 */
border-style: solid ! important;
/* 枠線の色 */
border-color: #FF9966;
/* 枠線の太さ */
border-width: 2px;

/* 上下左右の余白の広さ */
margin: 0px;
/* 枠線と内容の間の隙間の広さ */
padding: 0px;

/* 表示フォントに関する項目 */
font-style: normal;
font-weight: normal;
font-size: 9pt;
font-family: Times New Roman,Times,serif;
color: #333333;

/* 背景に関する項目 */
background-color: #ffffff;
background-image: none ! important;
background-repeat: repeat ! important;
background-attachment: scroll ! important;
background-position: 0% 50%;

/* その他 */
text-align: left;
visibility: visible;
clear: both;
}


/* ★★★リンクの表示設定★★★ */

#sidDatas a{
color: #0066FF;
text-decoration: underline;
}

#sidDatas a:hover{
color: #0066FF;
text-decoration: none;
}


/* ★★★テーブルの表示設定★★★ */

#sidDatas table {
width: 100%;
border: 0px;
background-color: #ffffff;
margin: 0px;
padding: 0;
font-size: inherit;
font-family: inherit;
}

#sidDatas table tr td {
border: 0px;
padding: 0px;
}


/* ★★★検索部分の表示設定★★★ */

/* ◆検索部分全体 */
#sidDatas .sidSearchBox {
/* 背景色 */
background-color: #ffffff;
font-size: inherit;
font-family: inherit;
}

/* ◆検索フォーム部分 */
#sidDatas .sidSearchBox form {
margin-top: 0px;
margin-bottom: 0px;
padding: 2px;
}

/* ◆検索フォームに入力する文字 */
#sidDatas .sidSearchBox input[type=text] {
float: left;
clear: left;
}


/* ★★★各ASP毎の表示設定★★★ */

/* ◆スゴワザ */
#sidDatas .sidSugowaza table {
/* 背景色 */
background-color: #ffffff;
/* 文字の大きさ */
font-size: 9pt;
}
#sidDatas .sidSugowaza .image {
/* 画像の大きさ */
width: 50px;
height: 50px;
}
/* 新規登録紹介 */
#sidDatas .sidSugowazaAffiliate table{
/* 背景色 */
background-color: #eeeeee;
/* 文字の大きさ */
font-size: 9pt;
text-align: right;
}

/* ◆まぐぞう */
#sidDatas .sidMagzou table {
/* 背景色 */
background-color: #ffffcc;
/* 文字の大きさ */
font-size: 9pt;
}

/* ◆Free-book */
#sidDatas .sidFreebook table {
/* 背景色 */
background-color: #ffffcc;
/* 文字の大きさ */
font-size: 9pt;
}
#sidDatas .sidFreebook .image {
/* 画像の大きさ */
width: 50px;
height: 50px;
}

/* ◆メルぞう */
#sidDatas .sidMelzou table {
/* 背景色 */
background-color: #ffffcc;
/* 文字の大きさ */
font-size: 9pt;
}
#sidDatas .sidMelzou .image {
/* 画像の大きさ */
width: 50px;
height: 50px;
}

/* ◆レポートGPS */
#sidDatas .sidGpsreport table {
/* 背景色 */
background-color: #ffffcc;
/* 文字の大きさ */
font-size: 9pt;
}
#sidDatas .sidGpsreport .image {
/* 画像の大きさ */
width: 50px;
height: 50px;
}

/* ◆infotop */
#sidDatas .sidInfotop table {
/* 背景色 */
background-color: #ffffcc;
/* 文字の大きさ */
font-size: 9pt;
}
#sidDatas .sidInfotop .image {
/* 画像の大きさ */
width: 50px;
height: 50px;
}

/* ◆インフォカート */
#sidDatas .sidInfocart table {
/* 背景色 */
background-color: #ffffcc;
/* 文字の大きさ */
font-size: 9pt;
}
#sidDatas .sidInfocart .image {
/* 画像の大きさ */
width: 50px;
height: 50px;
}


/* ★★★ */


/* PRJの販売代理 */
#sidDatas .sidPragent table {
/* 背景色 */
background-color: #eeeeee;
/* 文字の大きさ */
font-size: 7pt;
text-align: right;
}

/* このランキングを張りたい人募集 */
#sidDatas .sidRegist table {
/* 背景色 */
background-color: #eeeeee;
/* 文字の大きさ */
font-size: 7pt;
text-align: right;
}

-->
