/*******　全ページ共通　*******/

/*　paddingとmarginをデフォルトで0pxにする　*/
*{
	padding:0px;
	margin:0px;
}


/*　背景色、全体位置、フォント等　*/
body {
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	background: #500028 url(http://lyrical.jp/images/back.gif) repeat left top fixed;
	text-align:center;
	font-family:"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "Osaka", sans- selif,Verdana;
	line-height:160%;
	font-size:16px;
	text-autospace:parenthesis;
}


/*　全体の幅　*/
#wrap {
width:800px;
}
h1 {
	display:none;
	}

/*　サイトロゴ部分　*/
#logo{
	margin-top:10px;
	width:800px;
	height:140px;
	border-width:0px;
	background: #ffffff url(../images/back_logo.png) no-repeat left top ;
	float: left;
	line-height:100%;}

#logo p{
	margin:94px 0px 0px 150px;
	color:#660000;
	font-size:75%;
	text-align:left;
	}
	
h2 {
	margin:7px 0px 0px 230px;
	color:#880088;
	font-size:100%;
	text-align:left;
	}

/*　カウンター　*/
#counter {
	clear:both;	
	background: url(../images/back_center.png) ;
	background-repeat: repeat-y;
	margin:3px 0px;
	padding:4px;
	font-size:80%;
	vertical-align:bottom;
}
.no_disp {display:none;}
#counter img{
	padding:0px;
	vertical-align:middle;
}


/*　文字の色　*/
.clr_base {color:#ffeefa; } /*　背景と同色　*/
.clr_bk {color:#000000; } /*　黒　*/
.clr_d_blu {color:#000088; } /*　紺　金貨03の説明と金貨3のストーリーでのみ使用*/
.clr_grn {color:#008000; } /*　緑　*/
.clr_nvy {color:#000080; } /*　紺　*/
.clr_org {color:#ff8000; } /*　オレンジ　*/
.clr_bwn {color:#cc0000; } /*　茶　*/
.clr_fbg {color:#A67B5B; } /*　フレンチベージュ　*/
.clr_pnk {color:#FF00FF; } /*　ピンク　*/
.clr_ppl {color:#aa00aa; } /*　紫　*/
.clr_red {color:#FF0000; } /*　赤　*/
.clr_mrn {color:#cc0000; } /*　赤茶　*/
.clr_gld {color:#a06000; } /*　ゴールド　大アルカナ聖書の言葉　*/
.clr_svr {color:#888888; } /*　シルバー　*/
.clr_pnk {color:#FF0080; } /*　濃いピンク　*/
.clr_skr {color:#dd00dd; } /*　薄いピンク　*/
.clr_gry {color:#555555; } /* グレー */
.clr_vlt {color:#9966cc; } /* 薄い紫 */
.tarot {color:#ff8000; } /* タロット　*/
.astro {color:#3333ff; } /* 星占い　*/

.ul_grn {border-bottom:1px #33cc33 solid;}
.ul_red {border-bottom:1px #ff8888 solid;}
.ul_blu {border-bottom:1px #9999ee solid;}
.ul_svr {border-bottom:1px #aaaaaa solid;}
.ul_skr {border-bottom:1px #ff66ff solid;}
.ul_fji {border-bottom:1px #8888aa solid;}
.ulclr_point1 {border-bottom:1px #cc8888 solid;}
.ulclr_point2 {border-bottom:1px #88bbbb solid;}


/*　コンテンツページ移動（共通）*/
.move_page {margin:90px 0px 0px 0px;
	vertical-align:top;}



/*　文字のサイズ　*/
.small {font-size:90%; 	line-height:150%;} /*　一回り小　*/
.large {font-size:115%;} /*　一回り大　*/
.bold {font-wight:bold; } /*　太字　*/


/*　テキストの位置　*/
.center {text-align:center; } /*　中央揃え　*/
.left {text-align:left; } /*　左寄せ　*/
.right {text-align:right; } /*　右寄せ　*/
.indent {padding-left:1em;}/*インデント*/


/*　リンクに下線を出さない　*/
a { text-decoration: none;}

a.text_link:link {
	color:#660000;
	padding:2px 3px 2px 1px;
	}
a.text_link:visited {color:#660000;
	padding:2px 3px 2px 1px;
}
a.text_link:hover{
	color:#ffffff;
	background: url(http://lyrical.jp/images/navi_atv.png) ;
	padding:2px 2px;
	background-repeat: repeat-x;
	text-decoration:none;
}

/*　テキストリンク 壁紙付き　*/
a.text_link_wp:link {
	color:#660000;
	background: url(http://lyrical.jp/images/navi.png) ;
	padding:2px;
	background-repeat: repeat-x;
}
a.text_link_wp:visited {
	color:#660000;
	background: url(http://lyrical.jp/images/navi.png) ;
	padding:2px;
	background-repeat: repeat-x;
}
a.text_link_wp:hover{
	color:#ffffff;
	background: url(http://lyrical.jp/images/navi_atv.png) ;
	padding:2px;
	background-repeat: repeat-x;
	text-decoration:none;
}



/*********　イメージに関する設定　*********/

/*　imageに枠線を出さない　*/
img {border:0px; } 


/* 区切り線　*/
.line_title {
	position: relative;
	margin-bottom:20px;
	float:center;
}

.line_short {
	position: relative;
	margin-bottom:10px;
	width:400px; height:1px;
	float:center;
}

/*　各ページの写真　*/
.pic {margin:10px auto 30px auto;
clear: both; 
}

/*　タロットの画像　上下10　*/
.crd_img {margin:10px auto 0px auto;
clear: both; 
}


/*　PDFアイコン（図）　*/
.icon {
	vertical-align : middle;
	margin:20px;
} 

.get_adobe {
	float : right;
	margin:5px;
} 





