@charset "utf-8";
* {
	font-family: "ＭＳ Ｐゴシック"
}

/*　共通 */

h1, h2, h3, h4, h5, p, div, ul, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size:16px;
}

h2{
	font-size:15px;
}

h3{
	font-size:14px;
}

h4 {
	font-size: 14px;
	line-height: 150%;
}

h5 {
	font-size: 12px;
	display:inline;
}

.clear{
	clear:both;
}

/*　トップページ */
/*　一番上の細長い横棒 */
#rheader{
	background-color:#FF8C00;
	width:100%;
	height:20px;
	margin:0px auto;
}
/*　一番上の細長い横棒の中央の指定 */
#head_menu{
	background-color:#FF8C00;
	top:0px;
	color:#000000;
	width:100%;
	height:15px;
	font-size:12px;
	padding-top:5px;
	max-width:805px;
	margin:0px auto;
}
/*　タイトル枠の指定 */
#ryu_title1{
	width:100%;
	max-width:840px;
	margin:0px auto;
}

/*　タイトルの中の指定　*/
.r_title{
	width:100%;
	max-width:840px;
	margin:0px auto;
}
/*　FF8C00はダークオレンジ　*/
.r_title .ttd01  {
	background-color:#FF8C00;
	color:#000044;
	font-size: 20px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom:10px;
	font-weight: bold;
	width:320px;
	margin: 0px;
}
/*　FFD700はゴールド　*/
.r_title .ttd02  {
	background-color:#FFD700;
	color:#000044;
	font-size: 16px;
	padding-left: 50px;
	padding-top: 100px;
	padding-bottom:10px;
	font-weight: bold;
	width:320px;
	margin: 0px;
}
.r_title .ttd04  {
	max-width:200px;
	max-height:200px;
	margin: 0px;
}

/*　メニュー枠の上下に色線を引くため */
#menu_back{
	background-color:#DA691E;
	width:100%;
	height:39px;
	max-width:840px;
	margin:0px auto;
}
/*　メニュー枠 */
#top_menu1{
	background-color:#FFFFFF;
	position:relative;
	top:3px;
	width:100%;
	font-size:15px;
	padding-top:10px;
	padding-left:20px;
	max-width:828px;
	margin:0px auto;
}
/*　メニューを2段にする　*/

.menu_l{
	background-color:#FFFFFF;
	float:left;
	width:100%;
	max-width:360px;
	height:27px;
	margin:0px;
}

.menu_r{
	background-color:#FFFFFF;
	float:left;
	width:100%;
	max-width:400px;
	height:27px;
	margin:0px;
}
/*　本文枠　色を指定しているが意味はない　中央になるため　*/
#ryubody{
	background-color:#FFFFE0;	
	width:100%;
	max-width:840px;
	margin:0px auto;
}
/*　具体的な本文枠　*/
#center{
	background-color:#FFFFFF;
	width:100%;
	max-width:840px;
	margin:0px;
}
/*　本文を２列にするもの　*/
.center_l{
	background-color:#FFFFFF;
	float:left;
	width:100%;
	max-width:400px;
	margin:0px;
}

.center_r{
	background-color:#FFFFFF;
	float:left;
	width:100%;
	max-width:400px;
	margin:0px;
}
/*　本文の枠　いろいろ　*/
.center_long{
	background-color:#FFFFFF;
	float:left;
	width:100%;
	max-width:840px;
	margin:0px;
}

/*　フッターの指定　*/
#rfooter{
	background-color:#FF8C00;
	font-size:12px;
	color:#0000FF;
	text-align:center;
	width:100%;
	height:38px;
	padding-top:10px;
	margin:0px auto;	
}

/*　リンク時の文字色設定　*/

.menu_link a {
	color: #000000;
	text-decoration: none;
}

.menu_link a:hover {
	background-color:#DDFFFF;
	text-decoration: underline;
	color: #0000FF;
}

.menu_link a:active {
	color: #FF0000;
}

.komoku_link a {
	color: #FFFFFF;
	text-decoration: none;
}

.komoku_link a:hover {
	background-color:#00BB00;
	text-decoration: underline;
	color: blue;
}

.komoku_link a:active {
	color: red;
}

/*　項目毎　*/

.main_komoku {
	width: 100%;
	margin: auto;
	max-width: 840px;
}
/*　項目の上に線を入れるため　*/
.main_komoku .td98  {
	background-color:#FFEDB3;
	color:#000044;
	white-space:nowrap;
	font-size: 16px;
	line-height: 150%;
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom:10px;
	font-weight: bold;
	border-top-style:solid;
	border-top-color:#DA691E;
	margin: 0px;
}
.main_komoku .td97  {
	background-color:#FFEDB3;
	color:#000044;
	font-size: 16px;
	line-height: 150%;
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom:10px;
	font-weight: bold;
	border-top-style:solid;
	border-top-color:#DA691E;
	margin: 0px;
}
.main_komoku .td1  {
	color:#000044;
	font-size: 16px;
	line-height: 150%;
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom:10px;
	font-weight: bold;
	border-bottom-style:dotted;
	border-bottom-width: 2px;
	border-bottom-color:#007700;
	margin: 0px;
}

.main_komoku .td2  {
	color:#000044;
	font-size: 16px;
	line-height: 150%;
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom:10px;
	font-weight: bold;
	border-top-style:solid;
	border-top-color:#007700;
	border-bottom-style:dotted;
	border-bottom-width: 2px;
	border-bottom-color:#007700;
	margin: 0px;
}

.main_komoku .td3  {
	background-color:#EEFFFF;
	color:#000044;
	font-size: 16px;
	line-height: 150%;
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom:10px;
	font-weight: bold;
	border-top-style:solid;
	border-top-color:#007700;
	border-bottom-style:dotted;
	border-bottom-width: 2px;
	border-bottom-color:#007700;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #007700;
	margin: 0px;
}

.main_komoku .td4 {
	font-size: 14px;
	margin: 0px;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right:10px;
}

/*　セルの左に縦の緑ラインが入る　*/
.main_komoku .td5 {
	background-color:#EEFFFF;
	font-size: 16px;
	font-weight:600;
	height: 25px;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #007700;
	margin: 0px;
}

.main_komoku .td6  {
	background-color:#EEFFFF;
	color:#000044;
	font-size: 16px;
	line-height: 150%;
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom:10px;
	font-weight: bold;
	border-top-style:solid;
	border-top-color:#007700;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #007700;
	margin: 0px;
}
/*　料金表の※のところ　*/
.main_komoku .td7 {
	font-size: 14px;
	margin: 0px;
	white-space:nowrap;
	padding-bottom: 30px;
	padding-top: 0px;
	padding-left: 30px;
}

/*　占術の文字の写真　*/
.main_komoku .td8 {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right:10px;
}

/*　占術の文字のところ　*/
.main_komoku .td9 {
	font-size: 16px;
	margin: 0px;
	padding-bottom: 30px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right:10px;
}

/*　イベント情報　日付　*/
.main_komoku .td10 {
	font-size: 17px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 50px;
}

/*　イベント情報　内容　*/
.main_komoku .td11 {
	font-size: 15px;
	margin: 0px;
	white-space:nowrap;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 80px;
}

/*　料金　*/
.main_komoku .td12 {
	font-size: 14px;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 30px;
}

/*　セルの上に緑ライン点線が入る　*/
.main_komoku .td13  {
	color:#000044;
	font-size: 16px;
	line-height: 150%;
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom:10px;
	font-weight: bold;
	margin: 0px;
	border-top-style:dotted;
	border-top-width:2px;
	border-top-color:#007700;
}

/*　イベント日程の行　*/
.main_komoku .td14 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 30px;
}

/*　占術の文字のところ２　１行に入るように　*/
.main_komoku .td15 {
	font-size: 16px;
	margin: 0px;
	white-space:nowrap;
	padding-bottom: 30px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right:10px;
}



/*　料金表　*/

.hyou {
	width: 300px;
	margin: auto;
	float:left;
}

.hyou .td101 {
	color:#000044;
	font-size: 15px;
	font-weight:600;
	margin: 0px;
	width:120px;
	background-color:#FF8C00;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right:10px;
}

.hyou .td102 {
	color:#000044;
	font-size: 15px;
	font-weight:600;
	margin: 0px;
	width:140px;
	background-color:#FF8C00;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right:10px;
}

.hyou .td103 {
	font-size: 14px;
	font-weight:600;
	margin: 0px;
	background-color:#FFEDB3;
	text-align:left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

.hyou .td104 {
	font-size: 14px;
	font-weight:600;
	margin: 0px;
	background-color:#FFEDB3;
	text-align:left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
}

.hyou2 {
	width: 420px;
	margin: auto;
	float:left;
}

.hyou2 .td201 {
	color:#000044;
	font-size: 15px;
	font-weight:600;
	margin: 0px;
	width:200px;
	background-color:#FF8C00;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right:10px;
}

.hyou2 .td202 {
	color:#000044;
	font-size: 15px;
	font-weight:600;
	margin: 0px;
	width:200px;
	background-color:#FF8C00;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right:10px;
}

.hyou2 .td203 {
	font-size: 14px;
	font-weight:600;
	margin: 0px;
	background-color:#FFEDB3;
	text-align:left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
}

.hyou2 .td204 {
	font-size: 14px;
	font-weight:600;
	margin: 0px;
	background-color:#FFEDB3;
	text-align:left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
}

/*　中央に表示するため　*/
.moji_tyuou {
	width: 100%;
	margin: auto;
	max-width: 400px;
}

.moji_tyuou .td200 {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right:10px;
	margin:0px;
}

/*　リンク時の文字色設定　下線付き　*/

.youtu_link2 a {
	color: #FF4500;
	text-decoration: underline;
}

.youtu_link2 a:hover {
	background-color:#DDFFFF;
	text-decoration: underline;
	color: #0000FF;
}

.youtu_link2 a:active {
	color: #FF0000;
}


