@charset "utf-8";


/*共通設定
■文字サイズを変更したい場合、body項目内のfontにある「12px」を変更する。
■strong(強調文字)色を変更したい場合、strong項目内の「#993300」を変更する。現在は赤色になっている。
----------------------------------------------------------------------------------*/
body {
	color: #15671c;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #c1db70 url(img/bg.gif) repeat-x top;
	font: 13px "メイリオ", "ＭＳ Ｐゴシック", "HGPｺﾞｼｯｸE", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:16px;
	z-index:1;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
strong {
	color: #c95706;
	font-weight: bold;
}
p {
	padding-bottom: 5px;
	padding-top: 5px;
}

table{
    border-collapse:collapse;
}

/*ヘッダー
■h1タグの文字色を白以外にしたい場合、#header-container h1項目内にある「#FFFFFF」を変える。
■h1タグの文字サイズを変更したい場合、#header-container h1項目内にある「11px」を変える。
----------------------------------------------------------------------------------*/
div.header-container{
	width: 810px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	text-align: left;
}

div.header-container div.header_bg{
	width:810px;
	height:123px;
	background: #379688 url(img/header_bg.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
	overflow-y:hidden;
}

div.header-container h1 {
	margin-top:103px;
	margin-right:8px;
	float:right;
	font-size: 10px;
	color: #FFFFFF;
	text-align:right;
	line-height:12px;
	height:12px;
}

div.header_link_top{
	float:left;
	width:335px;
	height:123px;
}

div.header_link_top a{
	width:335px;
	height:123px;
	display:block;
}

.clear{ clear: both; visibility: hidden; height: 0;line-height:0;margin:0;padding:0;font-size:0;}
.clear h2,.clear h3,.clear h4,.clear h5,.clear h6{clear: both; visibility: hidden; height: 0;line-height:0;margin:0;padding:0;font-size:0;}

/*メインメニュー（画像を横並びにする為の設定なので変更しない）
----------------------------------------------------------------------------------*/
#menu li,#menu ul {
	position: relative;
	float: left;
	padding-bottom: 0px;
	margin:0px;
	clear:right;
}

#menu ul.dropdown ul {
	width: 135px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}

#menu ul.dropdown ul li {
	font-weight: normal;
	background: #24812a;
	border: 1px solid #AAAAAA;
	border-top:0px none;
	float: none;
	width:135px;
	height:34px;
	text-align:center;
}

#menu ul.dropdown ul li a {
	color: white; 
	margin-top:7px;
	border-right: none;
	width: 100%;
	display: inline-block;
	text-decoration:none;
}

#menu ul.dropdown ul li a:hover{
	color:#9ed6a1;
}

/*コンテナー
----------------------------------------------------------------------------------*/
#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background: #FFFFFF url(img/container_bg.gif) repeat-y left;
	clear: left;
}


/*商品の各テーブル設定
■テーブルのフチを変えたい場合、.t1項目内の「double」を変える。単なる直線なら「solid」。
　破線なら「dashed」、点線なら「dotted」。他にも色々あるので試すといいでしょう。
■テーブルのフチ色を変えたい場合、.t1項目内の「#CCCCCC」を変える。現在はグレー色。
■写真のフチ色を変えたい場合、.t1 img項目内の「#CCCCCC」を変える。現在はグレー色。
　また、写真とフチの間のスペースにも色を付けられる。.t1 img項目内の「#FFFFFF」で変える。現在は白。
----------------------------------------------------------------------------------*/
.t1 {
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	width: 326px;
	background: url(img/item_bg.gif) repeat-x bottom;
}

.t1 td {
	vertical-align: top;
}

.t1 strong {
	background: url(img/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #5b710e;
	display: block;
	margin-bottom: 10px;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}



/*メインコンテンツ
----------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 651px;
	text-align: left;
	margin-top:9px;
	margin-left:5px;
	margin-right:4px;
	margin-bottom:50px;
	line-height: 1.6;
}

#main_all{
	width: 810px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 1.6;
	border-top: 1px solid #CCCCCC;
}

/*What's new欄の矢印とアンダーライン
■下線の色を変えたい場合、#CCCCCCを希望色にする。ちなみに、dottedは点線なので直線にしたいならsolidにする。
----------------------------------------------------------------------------------*/
.u-line li {
	border-bottom: 1px dotted #CCCCCC;
	background: url(img/arrow2.gif) no-repeat left top;
	padding-left: 18px;
}


/*フッター
----------------------------------------------------------------------------------*/
div.footer {
	font-family: 'Arial', 'Tahoma', sans-serif;
	color:#FFFFFF;
	clear: both;
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
	padding-top: 14px;
	padding-right:4px;
	height:26px;
	background: url(img/fotter_bg.gif) no-repeat left top;
	font-size:11px;
}
div.footer_sitemap{
    letter-spacing:1px;
	font-family: 'Arial', 'Tahoma', sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding-top:4px;
	width:810px;
	height:18px;
	text-align:center;
	background-color:#95a565;
	font-size:12px;
	color:#FFFFFF;
}

div.footer_sitemap a{
	color:#FFFFFF;
}


/*clearfix（変更しないこと）
----------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */

/*******************************************************************************
 続きを見るボタン
 *******************************************************************************/
div.btn_tuduki_left{
	float:left;
	width:88px;
	height:26px;
	background: url('img/btn_tuduki.jpg') no-repeat left top;
}

div.btn_tuduki_left:hover{
    background-position:bottom;
}

div.btn_tuduki_left a{
	width:88px;
	height:26px;
	display:block;
}

div.btn_tuduki_right{
	float:right;
	width:88px;
	height:26px;
	background: url('img/btn_tuduki.jpg') no-repeat left top;
	margin-bottom:24px;
}

div.btn_tuduki_right:hover{
    background-position:bottom;
}

div.btn_tuduki_right a{
	width:88px;
	height:26px;
	display:block;
}

/*******************************************************************************
 申込みボタン
 *******************************************************************************/
div.btn_mousikomi{
	float:right;
	margin-left:2px;
	width:88px;
	height:26px;
	background: url('img/btn_mousikomi.jpg') no-repeat left top;
}

div.btn_mousikomi:hover{
    background-position:bottom;
}

div.btn_mousikomi a{
	width:88px;
	height:26px;
	display:block;
}

/*******************************************************************************
 スケジュールボタン
 *******************************************************************************/
div.btn_schedule{
	margin-left:2px;
	margin-bottom:12px;
	float:right;
	width:88px;
	height:26px;
	background: url('img/btn_schedule.gif') no-repeat left top;
}

div.btn_schedule:hover{
    background-position:bottom;
}

div.btn_schedule a{
	width:88px;
	height:26px;
	display:block;
}

img.border_white{
	border:1px solid #FFFFFF;
}

div.image_cari{
	border:1px solid #AAAAAA;
	margin-right:2px;
	margin-bottom:2px;
	width:197px;
}

div.image_border2{
	border:1px solid #AAAAAA;
	margin-right:24px;
	margin-bottom:16px;
}

#image_border{
	float:left;
	border:1px solid #AAAAAA;
	margin-right:12px;
	margin-bottom:16px;
}

#image_border2{
	float:left;
	border:1px solid #AAAAAA;
	margin-right:24px;
	margin-bottom:16px;
}

div.kome{
	font-size:11px;
	color:#1f50a0;
}

div.left_space{
	width:6px;
	height:800px;
	float:left;
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.sub_menu{
	float:left;
	width:135px;
	margin:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:12px;
	padding:0px;
	padding-top:8px;
}

div.sub_menu li,div.sub_menu ul{
    text-decoration:none;
    font-size:0px;
	clear: both;
	color:white;
	padding:0px;
	margin:0px;
}

div.sub_menu a{
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0px;
	color:white;
}

div.sub_menu_btn_reiki{
	width:135px;
	height:28px;
	background: url('img/s_menu_reiki.gif') no-repeat left top;
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.sub_menu_btn_art{
	width:135px;
	height:28px;
	background: url('img/s_menu_art.gif') no-repeat left top;
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.sub_menu_btn_link{
	width:135px;
	height:28px;
	background: url('img/s_menu_link.gif') no-repeat left top;
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.sub_menu_btn_hontou{
	width:135px;
	height:28px;
	background: url('img/s_menu_hontou.gif') no-repeat left top;
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.sub_menu_btn_aura{
	width:135px;
	height:28px;
	background: url('img/s_menu_aura.gif') no-repeat left top;
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.sub_menu_btn_channeling{
	width:135px;
	height:28px;
	background: url('img/s_menu_channeling.gif') no-repeat left top;
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.sub_menu_btn{
	font-size:12px;
	text-align:left;
	color:#555555;
	width:129px;
	height:22px;
	padding-top:6px;
	padding-left:6px;
	background: url('img/s_menu_button.gif') no-repeat left top;
}

div.sub_menu_btn_reiki1{
	font-size:12px;
	text-align:left;
	color:#555555;
	width:129px;
	height:22px;
	padding-top:6px;
	padding-left:6px;
	background: url('img/s_menu_button_reiki1.gif') no-repeat left top;
}

div.sub_menu_btn_reiki1 a{
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.sub_menu_btn_reiki2{
	font-size:12px;
	text-align:left;
	color:#555555;
	width:129px;
	height:22px;
	padding-top:6px;
	padding-left:6px;
	background: url('img/s_menu_button_reiki2.gif') no-repeat left top;
}

div.sub_menu_btn_reiki2 a{
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.sub_menu_btn_reiki3{
	font-size:12px;
	text-align:left;
	color:#555555;
	width:129px;
	height:22px;
	padding-top:6px;
	padding-left:6px;
	background: url('img/s_menu_button_reiki3.gif') no-repeat left top;
}

div.sub_menu_btn_reiki3 a{
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.sub_menu_btn_reiki4{
	font-size:12px;
	text-align:left;
	color:#555555;
	width:129px;
	height:22px;
	padding-top:6px;
	padding-left:6px;
	background: url('img/s_menu_button_reiki4.gif') no-repeat left top;
}

div.sub_menu_btn_reiki4 a{
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.sub_menu_btn_hypno{
	font-size:12px;
	text-align:left;
	color:#555555;
	width:135px;
	height:28px;
	background: url('img/s_menu_hypno.gif') no-repeat left top;
}

div.sub_menu_btn_movie{
	font-size:12px;
	text-align:left;
	color:#555555;
	width:135px;
	height:28px;
	background: url('img/s_menu_movie.gif') no-repeat left top;
}

div.sub_menu_btn_novel{
	font-size:12px;
	text-align:left;
	color:#555555;
	width:135px;
	height:28px;
	background: url('img/s_menu_novel.gif') no-repeat left top;
}

div.sub_menu_btn_hypno a{
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.sub_menu_btn_aba{
	font-size:12px;
	text-align:left;
	color:#555555;
	width:135px;
	height:56px;
	background: url('img/s_menu_aba.gif') no-repeat left top;
}

div.sub_menu_btn_aba a{
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

ul.logo{
    list-style-image:url(img/logo.gif);
	margin-left:28px;
}

ul.logo li{
	line-height:20px;
}

div.midasi_mini{
	width:625px;
	height:30px;
	background: url('img/midashi_mini_back.gif') no-repeat left top;
}

div.midasi_mini h3{
	height:30px;
	line-height:30px;
	margin-left:13px;
	font-weight:700;
	font-size:14px;
	color:#15671c;
}

div.midasi_mini h3 a{
	font-weight:700;
	font-size:14px;
	color:#15671c;
	text-decoration:none;
}

div.midasi_mini h3 a:hover{
	text-decoration:underline;
	color:red;
}

div.midasi_mini_hosi{
	width:625px;
	height:30px;
	background: url('img/midashi_mini_hosi.gif') no-repeat left top;
}

div.midasi_mini_hosi h3{
	height:30px;
	line-height:30px;
	margin-left:32px;
	font-weight:700;
	font-size:16px;
	color:red;
}

div.text{
	width:650px;
	padding-left:12px;
	margin-bottom:12px;
}

div.hosoku{
	width:100%;
	margin-left:12px;
	font-size:12px;
	color:#036bb5;
}

img.top_image{
	margin-bottom:6px;
}

div.ex_text{
	margin-top:12px;
	width:560px;
	padding-left:12px;
	margin-bottom:12px;
}

div.ex_image{
	float:left;
	border:1px solid #AAAAAA;
	width:240px;
	height:180px;
	overflow:hidden;
	margin-top:6px;
	margin-right:6px;
}

div.ex_image_only{
	float:left;
	border:1px solid #AAAAAA;
	width:240px;
	height:180px;
	overflow:hidden;
	margin-top:6px;
	margin-left:12px;
	margin-right:12px;
}

div.ex_images{
	margin-left:12px;
	width:100%;
	overflow:auto;
}

div.exp_record{
	margin-top:6px;
	width:590px;
	padding-left:12px;
	margin-bottom:12px;
}

div.syomei{
	text-align:right;
	width:400px;
	margin-top:12px;
	float:right;
	margin-right:12px;
}

div.image{
	float:left;
	overflow:auto;
	margin:12px;
	margin-top:0px;
	margin-left:0px;
}

div.sub_menu_btn_mm{
	width:135px;
	height:28px;
	background: url('img/s_menu_mm.gif') no-repeat left top;
    text-decoration:none;
    font-size:0px;
	clear: both;
	line-height:0;
}

div.ml{
	padding:0px;
	padding-top:4px;
	padding-bottom:4px;
	width:133px;
	border:1px solid #AAAAAA;
}

div.ml a{
	color:blue;
	line-height:18px;
	font-size:11px;
    text-decoration:underline;
}

img.rss{
	margin-top:4px;
}

input.submit{
	margin-bottom:0px;
}

span.caution{
	margin-top:6px;
	margin-left:12px;
	font-size:12px;
}

div.pr{
	width:100%;
	color:#c1db70;
	font-size:1px;
	height:1px;
	overflow:hidden;
}

div.pr a{
	color:#c1db70;
	font-size:1px;
}

h2 img{
	margin-bottom:6px;
}

div.event_menu{
	position:relative;top:64px; left:136px;
	width:135px;
	height:168px;
	background-color:white;
	z-index:2;
}

div.event_menu li{
	width:135px;
	height:42px;
	display:block;
	border:1px solid black;
	background-color:white;
	z-index:3;
}

h2.base{
	background: #FFFFFF url(img/midashi_base.gif) repeat-y left;
	width:628px;
	height:30px;
	margin-bottom:12px;
}

h2.base div{
	font-size: 14px;
	font-family: serif;
	display:block;
	float:left;
	color:white;
	font-weight:700;
	margin-left:10px;
	margin-top:4px;
	letter-spacing:1px;
}
