/* オリジナルテンプレート3カラム（サイドバー左右）　(C)2007 C-point Corp. */

*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, sans-serif;
}

/* HTMLタグ設定 */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #0033ff;
	font-size: 100%;
}
img{
	border: none;
}
form{
	margin: 0px;
	padding: 0px;
}
label{
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-align: right;
	font-size: 12px;
}
blockquote {
	background-color: #CCC;
	padding: 5px;
	color: #333;
	font-size: 85%;
}

/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
	text-align: left;
	padding: 0px;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #000033;
}
/* ブログタイトル・概要 */
#banner{
	text-align: right;
	background-color: #ffffff;
	height: 260px;
	width: 1050px;
	margin: 0px;
	overflow: hidden;
	background: url(//img01.ti-da.net/usr/urapara/urapara-header-bg.jpg) no-repeat;
}



/* ブログの配置 */
#content{
	width: 670px;
	padding: 10px;
	float: right;
	margin-right: 0px;
	background-color: #FFFFFF;
}

/* ブログ外枠 */
.blog{
	margin-top: 0px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 650px;
}

/* サイド（左サイド） */
#links{
	width: 180px;
	font-size: 85%;
	padding: 10px 10px 10px auto;
	float: right;
	overflow: hidden;
	background-color: #FFFFFF;
}

/* 右サイド（右サイド） */
#links2{
	width: 180px;
	padding: 10px 10px 10px auto;
	font-size: 85%;
	display: block;
	float: right;
	overflow: hidden;
	background-color: #FFFFFF;
}

/*フッタ*/
#footer{
	background-color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
} 

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a{}
a:link{}
a:visited{}
a:active{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

/*　ブログタイトル・概要　*/
#banner a{
	text-decoration: none;
	color: #0000ff;
}
#banner a:link{
	text-decoration: none;
	color: #0000ff;
}
#banner a:visited{
	text-decoration: none;
	color: #0000ff;
}
#banner a:active{
	text-decoration: underline;
	color: #0000ff;
}
#banner a:hover{
	text-decoration: underline;
	color: #0000ff;
}

/* カレンダー */
.calendar a{}
.calendar a:link{}
.calendar a:visited{}
.calendar a:active{}
.calendar a:hover{}

/* 続きを読む */
.acontinues a{}
.acontinues a:link{}
.acontinues a:visited{}
.acontinues a:active{}
.acontinues a:hover{}

/* 次のページ・前のページ */
.amenu a{}
.amenu a:link{}
.amenu a:visited{}
.amenu a:active{}
.amenu a:hover{}

/* サイドバー */
/* サイドバー */
.side a{}
.side a:link{}
.side a:visited{}
.side a:hover{}

.aside a{}
.aside a:link{}
.aside a:visited{}
.aside a:hover{}

/*　サイドタイトル　*/
.title a{
	text-decoration: none;

}
.title a:link{
	text-decoration: none;
	color: #0000ff;
}
.title a:visited{
	text-decoration: none;
	color: #0000ff;
}
.title a:active{
	text-decoration: underline;
	color: #0000ff;
}
.title a:hover{
	text-decoration: underline;
	color: #0000ff;
}


/*　このページの上へ　*/
.aposted a{}
.aposted a:link{}
.aposted a:visited{}
.aposted a:active{}
.aposted a:hover{}

/*　トラックバック　*/
.atrackback-post a{}
.atrackback-post a:link{}
.atrackback-post a:visited{}
.atrackback-post a:active{}
.atrackback-post a:hover{}

/*　RSS　*/
.rss a:link{}
.rss a:visited{}
.rss a:hover{}
.rss a:active{}


/* ************************************************ 
 *	バナー（ページ上部）の設定
 * ************************************************ */

/* ブログタイトル */
.blogtitle{
	font-size: 300%;
	width: 1020px;
	margin: 0px;
	padding: 10px;
	text-align: right;
	clear: both;
}

/* ブログ説明文 */
.description{
	font-size: 90%;
	padding: 5px 5px 10px 315px;
	width: 720px;
	text-align: right;
	color: #000033;
	line-height: 150%;
}

/* ************************************************ 
 *	記事の設定
 * ************************************************ */

/* パン屑メニュー */
.topicpass {
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #666666;
	line-height: 16px;
	vertical-align: bottom;
}
.topicpass img {
	border: none;
	vertical-align: bottom;
}

/* 記事 */
.blogbody{
	overflow: hidden;
}

/* 記事タイトル */
.title{
	font-size: 100%;
	color: #0000ff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin: 0px 0px 10px;
	background-color: #ffffff;
}

/* 記事日付 */
.date{
	font-size: 80%;
	color: #666666;
	margin-top: 0px;
	text-align: right;
	margin-bottom: 2px;
}

/* 記事本文 */
.main{
	padding: 10px;
	margin: 0px;
	overflow: auto;
	font-size: 87%;
	line-height: 150%;
	width: 630px;
}


/* 記事本文内画像 */
.main img{
	margin: 5px;
}

/* 続きを読む */
.main-continues{}

/* 記事フッター */
.posted{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	padding-top: 3px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 5px;
	clear: both;
	font-size: 70%;
}


/* ************************************************ 
 *	トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
	margin: 0px 0px 5px 10px;
	font-size: 100%;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
}

/* トラックバックURL */
#trackback-text{
	width: 210px;
}

/* トラックバック本文 */
.trackback-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/*トラックバック送信元など*/
.trackback-post{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;
}


/* ************************************************ 
 *	コメントエリアの設定
 * ************************************************ */

/* この記事へのコメント */
.comments-head{
	margin: 0px 0px 0px 15px;
	font-weight: bold;
	font-size: 100%;
}

/* コメント投稿者日時など*/
.comments-post{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;}

/* コメント本文 */
.comments-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/* コメント入力テーブル */
table.form {
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* 本文 */
#text{
	width: 500px;
}

/* メールアドレス */
#email{
	width: 500px;
}

/* 名前 */
#author{
	width: 500px;
}

/* URL */
#url{
	width: 500px;
}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}

/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	margin-bottom: 10px;
}

/* サイドタイトル */
.sidetitle{
	background-color: #ffffff;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 87%;
	color: #0000ff;
}

/* サイド本文 */
.sidebody{
	margin-bottom: 3px;
	margin-right:auto;
	margin-left:auto;
	width: 150px;
	font-size: 80%;
}

/* RSS */
ul.rss{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul.rss li{
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}

/* カレンダー ここから ----------*/
/* 大枠 */
.calender{
	text-align: center;
	margin-bottom: 10px;
}
/* 上部年月日表示 */
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 11px;
}
/* 枠 */
.calendartable{
	border: 1px solid #CCCCCC;
	font-size: 12px;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	background-color: #ffffff;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid #CCCCCC;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0099FF;
}
/* 今日 */
.today{
	font-weight: bold;
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.category {
	margin-bottom: 10px;
}

/* 最近の記事 */
.recententry {}

/* 過去記事 */
.archives {}

/* 最近のコメント */
.comment {}

/* 最近のトラックバック */
.trackback {}

/* お気に入り */
.link  {
	margin-bottom: 10px;
}

/* ブログ内検索 */
.search {
	margin-bottom: 10px;
}

/* QRコード */
.qrcode {
	margin-bottom: 10px;
}

/* アクセスカウンタ */
.counter {
	margin-bottom: 10px;
}

/* 読者登録 */
.subscription {
	margin-bottom: 10px;
}

/* プロフィール */
.profile {
	margin-bottom: 10px;
}
.nickname{
	font-weight: bold;
	word-spacing: 0.2em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.photo{
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.message{
	font-size: 85%;
	line-height: 120%;
	margin: 5px;
}

/* お勧め商品 */
.article_ad {
	margin-bottom: 10px;
}

/* タグクラウド */
.tag_cloud {
	margin-bottom: 10px;
}

/* カスタムプラグイン1 */
.custom1 {
	margin-bottom: 10px;
}

/* カスタムプラグイン2 */
.custom2 {
	margin-bottom: 10px;
}

/* カスタムプラグイン3 */
.custom3 {
	margin-bottom: 10px;
}

/* オーナーにメッセージ */
.inquiry{}

/* 新規投稿 */
.blog_entry{}

/* マイアルバム */
.album{
	margin-bottom: 10px;
}
#album_img_flame{}
#album_href{}
#album_img{}
#album_title{}
#album_list{}

/* ************************************************ 
 *	フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
	font-size: 85%;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* このBlogのトップへ */
.menu{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 85%;
	letter-spacing: 0.2em;
	text-align: center;
}

/* コピーライト */
#copyright{
	font-size: 80%;
	color: #0000ff;
}

/* Powered by  */
.adFooter{
	font-size: 10px;
	line-height: 150%;
	text-align: center;
}


/* りょうカスタマイズ */

table.therapist-schedule {
	border-collapse: collapse;
}

table.therapist-schedule a {
	text-decoration: none;
}

table.therapist-schedule a:hover {
	text-decoration: underline;
}

table.therapist-schedule caption {
	font-size: 13px;
	color: blue;
}

table.therapist-schedule tr td {

}

table.therapist-schedule tr td.date {
	vertical-align: middle;
	text-align: right;
	font-size: 13px;
	padding-right: 7px;
}

table.therapist-schedule tr td.saturday {
	color: #0000FA;
}

table.therapist-schedule tr td.sunday {
	color: #FA0035;
}

table.therapist-schedule tr.photo td {
	margin-top: 10px;
}

table.therapist-schedule tr.photo img {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	border: 0px;
}

table.therapist-schedule tr.name td {
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	padding: 2px 0px 0px 0px;

}



/*-- セラピストスケジュールを個別に div で縦に囲む --*/
table.therapist-schedule2 {
    margin: 0px; padding: 0px;
    border-collapse: collapse;
}

table.therapist-schedule2 td.therapist {
    width: 81px;
    text-align: center;
    float: left;
    margin-bottom: 10px;
}

table.therapist-schedule2 td.therapist a.img {
    width: 81px;
    margin: 0px; padding: 0px;
    text-decoration: none;
}

table.therapist-schedule2 td.therapist img {
    margin: 0px; padding: 0px 3px;
}

table.therapist-schedule2 td.therapist div.name a {
    text-decoration: none;
}

table.therapist-schedule2 td.therapist div.name a:hover {
    text-decoration: underline;
}

table.therapist-schedule2 td.therapist div.name {
    width: 81px;
    font-size: 12px;
}

table.therapist-schedule2 td.therapist div.name a { font-size: 11px; }

table.therapist-schedule2 td.therapist div.therapy {
    width: 81px;
    font-size: 10px;
    color: #999999;
    /* display: none; セラピー名を非表示にするならこれ(PCのブラウザでのみOK。スマホでは効かない) */
}

div.top-event-list {
    font-size:17px;
    line-height:24px;
}

/* イベント&ツアースケジュール表へ飛ぶアイコン */
a.event_schedule { display: block; width: 200px; height: 50px; background-image: url('//img01.ti-da.net/usr/u/r/a/urapara/event_schedule.jpg'); text-indent: -9999px; }
a.event_schedule:hover { background-position: 0px 50px; }

.blogtitle a{
	text-shadow:
	0 0 1px #FFFFFF,
	0 0 3px #FFFFFF,
	0 0 5px #FFFFFF,
	0 0 10px #FFFFFF,
	0 0 15px #FFFFFF,
	0 0 20px #FFFFFF,
	0 0 25px #FFFFFF;
}

.blogtitle, .blogtitle a {position: relative;}

.blogtitle a:hover { text-decoration: none; }


/* スケジュール表 (HPで使ってたやつ) */

.event-calender {
	border-collapse: collapse;
	font-size: 12px;
	line-height: 18px;
	}

.event-calender caption {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	text-align: left;
	}

.event-calender td {
	border: 1px solid gray;
	line-height: 2em;
	padding: 0px 10px 0px 10px;
	}

.event-calender td.date {
	margin: 0px 1em 0px 1em;
	font-size: 12px; /* なぜか小さいので指定 */
	color: black; /* なぜか灰色なので指定 */
	}

.event-calender td.image {
	padding: 0px; margin: 0px;
	}

.event-calender td.image img {
	padding: 0px; margin: 0px;
	}

.event-calender td.facilitator {
	text-align: center;
	}

.event-calender td.location {
	text-align: center;
	}

.event-calender tr.line1 {
	background-color: #F9FFF9;
	}

.event-calender tr.line2 {
	background-color: #FFFFFF;
	}

/* ----------------------------------------------------- */
/* monthly-therapist 新スケジュール表だよ */
/* ----------------------------------------------------- */

div.monthly-therapist { font-size: 13px; }

/* A タグに関する全般設定 */
div.monthly-therapist a { text-decoration: none; }
div.monthly-therapist a:hover { text-decoration: underline; }

a.face_and_name { font-size: 15px; font-weight: bold; color: #ff6600; }
a.face_and_name:visited { color: #ff6600; } /* 訪問済みのリンクも色は変えない */

img.face { padding-right: 10px; margin-bottom: 15px; }

span.contact { color:#ff6600; font-weight: bold; }
span.contact a { color: inherit; }

span.info { font-size: 12px; color: red; }

/**************************************************************/
/*                           blogbody_after クラス                       */
/**************************************************************/
/* bodymain, bodymore の後に続く blogbody_after クラスです */
/* 店の地図や、 ブログランキングへのリンク等を貼る場所です */
/* テンプレートカスタマイズページの個別記事の欄で、内容編集可能です */

blogbody_after {  }