body{
	font-size: 12px;
	background-color:#F2EFFD;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgimg.gif);
}


h1{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}

a:link		{ color:#E29DFE; text-decoration:none; }
a:visited	{ color:#E29DFE; text-decoration:none; }
a:hover		{ color:#EABBFE; text-decoration:underline; }

.welcome{
	margin-top:5px;
}


.loginwelcom{
	margin-left: 10px;
	line-height: 150%;
}

/*　ライトプレゼント　*/

.toppresent a {
    text-decoration: none;
    color: #89BB54;
}

.toppresent a:visited {
    text-decoration: none;
    color: #89BB54;
}

.toppresent a:hover {
	text-decoration: underline;
	color: #89BB54;
}

.toppresent {
	font-weight:bold;
}

/*　ライトメニュー　*/

.right_menu a {
    text-decoration: none;
    color: #666666;
}

.right_menu a:visited {
    text-decoration: none;
    color: #666666;
}

.right_menu a:hover {
	text-decoration: underline;
	color: #666666;
}

.right_menu{
	margin-left: 10px;
	line-height: 200%;
}

/*　ランキングリンク　*/

.ranking a {
    text-decoration: none;
    color: #666666;
}

.ranking a:visited {
    text-decoration: none;
    color: #666666;
}

.ranking a:hover {
	text-decoration: underline;
	color: #666666;
}


/*　エラーメッセージ　*/

.err{
	font-size: 10px;
	color: #ff0000;
	font-weight: bold;
	}

/*　フッター部分　*/

#footer{
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#foot{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


#foot a {
    text-decoration: none;
    color: #ffffff;
}

#foot a:visited {
    text-decoration: none;
    color: #ffffff;
}

#foot a:hover {
	text-decoration: underline;
	color: #FE81C1;
}




/*　メンバー登録説明文　*/
.member_regist{
	line-height: 170%;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}

/* 表項目マージン */
.margin_left{
	margin-left:10px;
}


/*　クチコミ占い説明　*/

.member_login1{
	line-height: 170%;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}

/*　行間170%　*/

.line_height170{
	line-height: 170%;
}

/*　個人情報保護法説明文　*/

.privacy1{
	line-height: 170%;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}

.privacy2{
	line-height: 170%;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}

/*　利用規約　*/

.rules{
	line-height: 170%;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}

/*　ポイント説明　*/

.point{
	line-height: 170%;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}



.tabu{
	margin-top: 35px;
}

.seach_textbox{
	border: 1px solid #cccccc;
	width: 300px;
	height: 19px;
	margin: 0px;
	padding: 1px 2px 0px;
	float: left;
	background-color: #ffffff;
}

.teller_search{
  background-image:url(images/h1back.gif);
	}

.list_title{
	margin-left:45px;
	color:#D82363;
	font-weight:bold;
	font-size:20px;
}

/*　Q&A　*/

.qa1{
	line-height: 170%;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}


.qa2{
	line-height: 170%;
	margin-left:25px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:0px;
}



.con {
  display: block;             /* ブロック要素にする */
  width: 120px;                /* 横幅 */
  height: 40px;					/* 高さ */
  color: #ffffff;
  font-weight:bold;
  background-color: #FCA7C6;  /* 背景色 */
  border: outset 1px #FC83AF; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 12px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}
.con:hover {
  color: #F4F2F3;
  background-color: #FCA7C6;  /* 背景色 */
  border: inset 1px #FC83AF;  /* 枠の色 */
  margin: 0px;
  padding: 4px 0px 0px 1px;
}
.con:active { color: #ffffff; }
.con:visited { color: #ffffff; }
.info_text{
  line-height: 17px;
}


/* レビュー一覧の疑似インラインフレーム */
*#reviewBox
{
	background: #FBFDFF;
	scrollbar-base-color: #BBDDFF;
	scrollbar-arrow-color: #ffffff;
    border: solid 1px #BBDDFF;
	line-height: 110%;
    width: 275px;
    height: 1000px;
    padding: 1.0em;
    overflow: auto;
	word-break:break-all;
	word-wrap:break-word;
}

/* リアルレビュー一覧の疑似インラインフレーム */
*#realReviewBox
{
	background: #FEF8FD;
	scrollbar-base-color: #FFD2E9;
	scrollbar-arrow-color: #ffffff;
    border: solid 1px #FFD2E9;
	line-height: 110%;
    width: 275px;
    height: 1000px;
    padding: 1.0em;
    overflow: auto;
	word-break:break-all;
	word-wrap:break-word;
}

/* レビュー一覧の疑似インラインフレーム2 */
*#reviewBox2
{
	background: #FBFDFF;
	scrollbar-base-color: #BBDDFF;
	scrollbar-arrow-color: #ffffff;
    border: solid 1px #BBDDFF;
	line-height: 110%;
    width: 275px;
    height: 800px;
    padding: 1.0em;
    overflow: auto;
	word-break:break-all;
	word-wrap:break-word;
}

/* リアルレビュー一覧の疑似インラインフレーム2 */
*#realReviewBox2
{
	background: #FEF8FD;
	scrollbar-base-color: #FFD2E9;
	scrollbar-arrow-color: #ffffff;
    border: solid 1px #FFD2E9;
	line-height: 110%;
    width: 275px;
    height: 800px;
    padding: 1.0em;
    overflow: auto;
	word-break:break-all;
	word-wrap:break-word;
}

/*
 * 一覧表画像の最大値を指定
 */
img.tellerSeachResultList {
	max-width: 350px;
	max-height: 350px;
}
img.tellerSeachResultListThumb {
	max-width: 50px;
	max-height: 50px;
}
img.prefList {
	max-width: 350px;
	max-height: 350px;
}
img.prefListThumb {
	max-width: 50px;
	max-height: 50px;
}
/*
 * 占い師詳細画面の画像最大値を指定
 */
img.tellerDeteils {
	max-width: 350px;
	max-height: 350px;

}

/*
 * トップページランキングの画像最大値
 */
img.tellerTopPageRankingThumb {
	max-width: 70px;
	max-height: 70px;

}

.topPageRanking {
	width: 100%;
	margin-bottom: 5px;
	background-color: #ffffff;
}

.topPageRanking th {
	width: 20%;
	height: 15px;
	background-color: #F29394;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
}

.topPageRanking td {
	height: 35px;
	background-color: #FBDBDB;
	vertical-align: middle;
	text-align: center;
}

.topPageRanking a {
    text-decoration: none;
    color: #666666;
}
.topPageRanking a:visited {
    text-decoration: none;
    color: #666666;
}

.topPageRanking a:hover {
	text-decoration: underline;
	color: #666666;
}







