@charset "utf-8"; 

/*
宝塚チボリ　ゴルフセンター用ブログテンプレート

【1】共通設定
◆1-1　要素初期化
◆1-2　共通クラス
◆2-1　ヘッダ
◆2-2　フッタ

【3】レイアウト(2カラム固定)
◆3-1　全体枠
◆3-2　コンテンツ
◆3-3　中段
◆3-4　サイド1(2カラム)
◆3-5　サイド左(3カラム)
◆3-6　サイド右(3カラム)
◆3-5　補助枠(3カラム)

【4】コンテンツ内
◆4-0　ブログ本体
◆4-1　記事部分
◆4-2　記事日付
◆4-3　記事タイトル
◆4-4　記事本文
◆4-5　記事追記
◆4-6　記事下部
◆4-7　ページメニュー
◆4-8　ページトップ

【6】コメント･TB関連
◆6-1　コメント投稿フォーム
◆6-2　トラックバック一覧
◆6-3　コメント一覧

【7】プラグイン設定
◆7-0　プラグイン共通
◆7-1　カレンダー
◆7-2　RSS
◆7-3　最近の記事
◆7-4　過去記事
◆7-5　カウンター
◆7-6　最近のコメント
◆7-7　最近のトラバ
◆7-8　お気に入り
◆7-9　ブログ内検索
◆7-10　QRコード
◆7-11　読者登録
◆7-12　プロフィール
◆7-13　オーナーメール
◆7-14　インフォメーション
◆7-15　カテゴリ
◆7-16　新規投稿
◆7-17　カスタム1
◆7-18　カスタム2
◆7-19　カスタム3
*/

/*【1】共通設定*/
/*◆1-1　要素初期化*/
*{
	font-family:Verdana, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
textarea,select,input {
}
body {
	margin:0;
	_padding-left:1px;
	background: #fff url(http://tivoliblog.jp/_img/golf/bg_container.jpg) repeat-y;
	background-position: center;
	text-align: center;
	color: #666;
}
img{
	border:none;
}
a {}
a:link , a:visited {
	color: #485859;
	text-decoration: underline;
}
a:hover , a:active {
	color: #485859;
	text-decoration: none;
}
h1 , h2 , h3 , p , ul , ol , li , dl , dt , dd , div , address , form {
	margin:0px;
	padding:0px;
	font-size:100%;
	line-height:1.5em;
}
hr {display:none;}

/*◆1-2　共通クラス*/
.clear {
	clear:both;
	display:block;
	height:0;
	margin:0;
}

/*◆2-1　ヘッダ*/
#banner {
	width: 800px;
	height: 111px;
	background: url(http://tivoliblog.jp/_img/golf/bg_top.jpg) no-repeat top left;
}

.blogtitle{
	font-weight:bold;
}
.description{
	color:#fff;
}
/*◆2-2　フッタ*/
#footer{
	clear: both;
	width: 800px;
	text-align: center;
	font-size: 1.2em;
	background: #e2f3f5 url(http://tivoliblog.jp/_img/golf/bg_foot.jpg) 0 0 repeat-x;
}
#footer a:link,
#footer a:visited { text-decoration: none; }
#footer a:hover,
#footer a:active { text-decoration: underline; }

/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	text-align: left;
	font-size: 62.5%;/*フォントサイズ初期化16px×62.5％＝10px */
}
/*◆3-2　コンテンツ*/
#blogcontent{
	width: 580px;
	float: right;
	padding: 0 0 20px;
}
/*◆3-3　中段*/
#middle {
	padding: 0 10px 0 10px;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1*/
#links{
	width:180px;
	float:left;
	text-align:left;
	background-color:#fff;
	overflow:hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
}
/*◆4-1　記事部分*/
.blogbody{
	margin:0px 0px 40px 0px;
}
/*◆4-2　記事日付*/
.date{
	font-size:12px;
	letter-spacing:2px;
	line-height: 150%;
}


/*◆4-3　記事タイトル*/
.title{
	color:#2c706c;
	font-size: 1.2em;
	font-weight: bold;
	line-height:150%;
	padding: 0 ;
	margin: 0 0 5px;
	border-bottom: #dadede 1px solid;
}
.title a:link , .title a:visited {
	color:#2c706c;
	text-decoration:none;
}
.title a:hover , .title a:active {
	color:#7ed7bc;
	text-decoration:none;
}


/*◆4-4　記事本文*/
.main{
	width:580px;
	overflow:auto;
	line-height:150%;
	margin:10px 0 10px 0;
	font-size: 1.2em;
}
.main img{
	margin:0px 5px 5px 5px;
}
.main-continues{
}
/*記事本文リンク色*/
.main a:link , .main a:visited {}
.main a:hover , .main a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	color:#485859;
	text-align:right;
	margin:8px 0px 8px 10px;
}
a.aposted{}
a.aposted:link , a.aposted:visited {}
a.aposted:hover , a.aposted:active {}
.menu{
	text-align:right;
	color: #485859;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{
	text-align:right;
	margin:0px 0px 25px 0px;
}
a.pagetop:link , a.pagetop:visited {
	text-decoration:underline;
}
a.pagetop:hover , a.pagetop:active {
	text-decoration:none;
}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px 0px 0px 13px;
}
.form th {
	vertical-align:top;
	text-align: right;
	font-weight: normal;
}
label{
	font-size:12px;
}
#author{
	width:200px;
	border:1px solid #dadede;
}
#email{
	width:200px;
	border:1px solid #dadede;
}
#url{
	width:200px;
	border:1px solid #dadede;
}
#text{ font-size:12px;
	width:400px;
	height:200px;
	border:1px solid #dadede;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
}
.trackback-url{
	color:#485859;
	font-size:12px;
	font-weight:bold;
	margin:15px 10px 25px 10px;
}
.trackback-title{
	color:#2c706c;
	font-size:1.2em;
	font-weight:bold;
	line-height:150%;
	background:url(http://tivoliblog.jp/_img/golf/bg_more_listmark2.gif) no-repeat 0 center;
	padding-left: 15px;
}
.trackback-body{
	line-height:150%;
	margin:20px 10px 15px 10px;
}
.trackback-post{
	color:#485859;
	text-align:right;
	border-top:dashed 1px #dadede;
	padding:5px 0 0 0;
	margin:0px 10px 25px 10px;
}
/*◆6-3　コメント一覧*/
#comments {
	margin:15px 0 0;
}
.comments-head{
	color:#2c706c;
	font-size:1.2em;
	font-weight:bold;
	line-height:150%;
	background:url(http://tivoliblog.jp/_img/golf/bg_more_listmark2.gif) no-repeat 0 center;
	padding-left: 15px;
}
.comments-body{
	line-height:150%;
	margin:20px 10px 15px 10px;
}
.comments-post{
	color:#485859;
	text-align:right;
	border-top:dashed 1px #dadede;
	padding:5px 0 0 0;
	margin:0px 10px 25px 10px;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	height:33px;
	text-indent:-9999px;
	margin-bottom:5px;
}
.side{
	font-size:1.2em;
	line-height:150%;
	margin:0 0 25px 0;
}
/*サイドリンク色*/
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;	
}
.calendarhead{
	border-top: 1px solid #dadede;
	border-left: 1px solid #dadede;
	border-right: 1px solid #dadede;
	color:#666666;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:3px 0px 3px 0px;
}
.calendartable{ /*カレンダーテーブル*/
	margin:0px auto 25px auto;
	width:180px;
	text-align:center;
	background:#fff;
	border-bottom: 1px solid #dadede;
	border-left: 1px solid #dadede;
	border-top: 1px solid #dadede;
	border-spacing:0px;
	empty-cells:show;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	color:#2c706c;
	font-size:10px;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	background:#e9f1f2;
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	border-top:1px solid #dadede;
	border-right:1px solid #dadede;
	line-height: 130%;
}
.calendartable a:link , .calendartable a:visited{}
 .calendartable a:hover , .calendartable a:active {}
/*
sat {}　土曜セル
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{}
.rss ul {
	margin:0px;
	padding:0 0 15px 0;
	width:100%;
	text-align:center;
}
.rss ul li{
	border-right:#485859 1px solid;
	display:inline;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:0.2px;
	margin-right:0.3em;
	padding-right:0.5em;
	padding-left:0.2em;
}
.rss ul a:link , 
.rss ul a:visited{
	color:#485859;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#485859;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {
	background:url(http://tivoliblog.jp/_img/golf/bg_recententry.jpg) no-repeat 0 0;
}
/*◆7-4　過去記事*/
.archives {
	background:url(http://tivoliblog.jp/_img/golf/bg_archives.jpg) no-repeat 0 0;
}
/*◆7-5　カウンター*/
.counter {
	background:url(http://tivoliblog.jp/_img/golf/bg_counter.jpg) no-repeat 0 0;
}
/*◆7-6　最近のコメント*/
.comment {
	background:url(http://tivoliblog.jp/_img/golf/bg_comment.jpg) no-repeat 0 0;
}
/*◆7-7　最近のトラバ*/
.trackback {
	background:url(http://tivoliblog.jp/_img/golf/bg_tb.jpg) no-repeat 0 0;
}
/*◆7-8　お気に入り*/
.link {
	background:url(http://tivoliblog.jp/_img/golf/bg_link.jpg) no-repeat 0 0;
}
/*◆7-9　ブログ内検索*/
.search {
	background:url(http://tivoliblog.jp/_img/golf/bg_search.jpg) no-repeat 0 0;
}
/*◆7-10　QRコード*/
.qrcode {
	background:url(http://tivoliblog.jp/_img/golf/bg_qr.jpg) no-repeat 0 0;
}
/*◆7-11　読者登録*/
.subscription {
	background:url(http://tivoliblog.jp/_img/golf/bg_subscription.jpg) no-repeat 0 0;
}
/*◆7-12　プロフィール*/
.profile {
	background:url(http://tivoliblog.jp/_img/golf/bg_profile.jpg) no-repeat 0 0;
}
.profile .photo{
	text-align:center;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:150px;
	margin:0 auto;
}
.nickname{
	color:#2c706c;
	font-weight:bold;
	margin:10px 0px;
}
.message{}
/*◆7-13　オーナーメール*/
.inquiry {
	background:url(http://tivoliblog.jp/_img/golf/bg_mail.jpg) no-repeat 0 0;
}
/*◆7-14　インフォメーション*/
.ad {
	background:url(http://tivoliblog.jp/_img/golf/bg_info.jpg) no-repeat 0 0;
}
/*◆7-15　カテゴリ*/
.category {
	background:url(http://tivoliblog.jp/_img/golf/bg_category.jpg) no-repeat 0 0;
}
/*◆7-16　新規投稿*/
.blog_entry {
	background:url(http://tivoliblog.jp/_img/golf/bg_newentry.jpg) no-repeat 0 0;
}
/*タグクラウド*/
.tag_cloud {
	background:url(http://tivoliblog.jp/_img/golf/bg_tagcloud.jpg) no-repeat 0 0;
	}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}




/*コピー11/22*/

/*サイトID*/
#siteid {
	position: absolute;
	top: 40px;
	left: 7px;
	clear: both;
}

/*タグライン*/
#tagline {
	float: left;
	margin: 0 0 0 6px;
	padding: 10px 0 0;
}

/*トップメニュー*/
#tmenu {
	text-align: right;
	padding: 10px 0 0;
}
#tmenu a {
	margin: 0 15px 0;
}
#tmenu a:link,
#tmenu a:visited {
	text-decoration: none;
}
#tmenu a:hover,
#tmenu a:active {
	text-decoration: underline;
}

/*グローバルナビ*/
#gnavi {
	position: absolute;
	top: 85px;
	display: block;
	width: 800px;
	height: 26px;
	background: url(http://tivoliblog.jp/_img/golf/bg_gnavi.jpg) no-repeat top left;
}
#gnavi ul {
	float: right;
}
#gnavi li {
	font-size: 2px;
	text-indent: -9999px;
	float: left;
}
#gnavi li a {
	text-decoration: none;
	display: block;
	height: 26px;
}
#gnavi { background: url(http://tivoliblog.jp/_img/golf/bg_gnavi.jpg) no-repeat top left; }
#gnavi li a{ background: url(http://tivoliblog.jp/_img/golf/bg_gnavi_li.jpg) no-repeat; }
#gnavi li a:hover { background: url(http://tivoliblog.jp/_img/golf/bg_gnavi_li.jpg) no-repeat; }
#gnavi .li1 {width: 115px;}
#gnavi .li2 {width: 97px;}
#gnavi .li3 {width: 110px;}
#gnavi .li4 {width: 98px;}
#gnavi .li5 {width: 91px;}
#gnavi .li1 a { background-position: 0 0; }
#gnavi .li2 a { background-position: 0 -26px; }
#gnavi .li3 a { background-position: 0 -52px; }
#gnavi .li4 a { background-position: 0 -78px; }
#gnavi .li5 a { background-position: 0 -104px; }
#gnavi .li1 a:hover { background-position: -115px 0; }
#gnavi .li2 a:hover { background-position: -115px -26px; }
#gnavi .li3 a:hover { background-position: -115px -52px; }
#gnavi .li4 a:hover { background-position: -115px -78px; }
#gnavi .li5 a:hover { background-position: -115px -104px; }

/*メインメニュー*/
.mainmenu {
	padding: 116px 10px 20px 10px;
	background: url(http://tivoliblog.jp/_img/golf/bg_mainmenu.jpg) top left no-repeat;
}
.mainmenu .box {margin:0;}
.mainmenu .box .title_facility {
	background: url(http://tivoliblog.jp/_img/golf/bg_mainmenutitle.jpg) bottom right no-repeat;
	display: block;
	width: 780px;
	height: 60px;
	z-index:10;
	margin: 0;
	text-indent: -9999px;
}
.mainmenu .box .caption {
	background: url(http://tivoliblog.jp/_img/golf/bg_mainmenucaption.jpg) bottom right no-repeat;
	display: block;
	width: 780px;
	height: 50px;
	z-index:10;
	margin: 0 0 10px 0;
	text-indent: -9999px;
}
.mainmenu .content .unit {}
.mainmenu .content .unit li {
	font-size: 2px;
	text-indent: -9999px;
	float: left;
}
.mainmenu .content .unit ul li a {
	display: block;
	margin: 0 5px 0 0;
	width: 152px;
	height: 60px;
}
.mainmenu .content .unit ul li a:link,
.mainmenu .content .unit ul li a:visited,
.mainmenu .content .unit ul li a:hover,
.mainmenu .content .unit ul li a:active { text-decoration: none; }

.mainmenu .content .unit ul li.li1 a { background: url(http://tivoliblog.jp/_img/golf/im_menu21.jpg) top left no-repeat; }
.mainmenu .content .unit ul li.li2 a { background: url(http://tivoliblog.jp/_img/golf/im_menu22.jpg) top left no-repeat; }
.mainmenu .content .unit ul li.li3 a { background: url(http://tivoliblog.jp/_img/golf/im_menu23.jpg) top left no-repeat; }
.mainmenu .content .unit ul li.li4 a { background: url(http://tivoliblog.jp/_img/golf/im_menu24.jpg) top left no-repeat; }
.mainmenu .content .unit ul li.li5 a { background: url(http://tivoliblog.jp/_img/golf/im_menu25.jpg) top left no-repeat; margin: 0; }

.mainmenu .content .unit ul li.li1 a:hover,
.mainmenu .content .unit ul li.li2 a:hover,
.mainmenu .content .unit ul li.li3 a:hover,
.mainmenu .content .unit ul li.li4 a:hover,
.mainmenu .content .unit ul li.li5 a:hover { background-position: -152px 0; }

/*サイドナビ*/
#sidenav {
	display: block;
	width: 180px;
	padding: 0 0 150px;
	margin:0;
	background: #e9f1f2 url(http://tivoliblog.jp/_img/golf/bg_sidenav.jpg) bottom left no-repeat;
}
#sidenav ul {}
#sidenav li {
	width: 180px;
	height: 31px;
	font-size: 2px;
	text-indent: -9999px;
}
#sidenav li a {
	background: url(http://tivoliblog.jp/_img/golf/bg_sidenav_li.jpg) no-repeat;
	text-decoration: none;
	display: block;
	height: 31px;
}

#sidenav li a:hover { background: url(http://tivoliblog.jp/_img/golf/bg_sidenav_li.jpg) no-repeat; }
#sidenav li a:hover {}

#sidenav .li1 a { background-position: 0 0; }
#sidenav .li2 a { background-position: 0 -31px; }
#sidenav .li3 a { background-position: 0 -62px; }
#sidenav .li4 a { background-position: 0 -93px; }
#sidenav .li5 a { background-position: 0 -124px; }
#sidenav .li6 a { background-position: 0 -155px; }
#sidenav .li7 a { background-position: 0 -186px; }
#sidenav .li8 a { background-position: 0 -217px; }
#sidenav .li9 a { background-position: 0 -248px; }
#sidenav .li10 a { background-position: 0 -279px; }
#sidenav .li11 a { background-position: 0 -310px; }
#sidenav .li12 a { background-position: 0 -341px; }
#sidenav .li13 a { background-position: 0 -372px; }
#sidenav .li14 a { background-position: 0 -403px; }
#sidenav .li15 a { background-position: 0 -434px; }
#sidenav .li1 a:hover { background-position: -180px 0; }
#sidenav .li2 a:hover { background-position: -180px -31px; }
#sidenav .li3 a:hover { background-position: -180px -62px; }
#sidenav .li4 a:hover { background-position: -180px -93px; }
#sidenav .li5 a:hover { background-position: -180px -124px; }
#sidenav .li6 a:hover { background-position: -180px -155px; }
#sidenav .li7 a:hover { background-position: -180px -186px; }
#sidenav .li8 a:hover { background-position: -180px -217px; }
#sidenav .li9 a:hover { background-position: -180px -248px; }
#sidenav .li10 a:hover { background-position: -180px -279px; }
#sidenav .li11 a:hover { background-position: -180px -310px; }
#sidenav .li12 a:hover { background-position: -180px -341px; }
#sidenav .li13 a:hover { background-position: -180px -372px; }
#sidenav .li14 a:hover { background-position: -180px -403px; }
#sidenav .li15 a:hover { background-position: -180px -434px; }


/*スキップナビ*/
.skip {
	position: absolute;
	left: -99999px;
	width: 1px;
	height: 1px;
	/*hide\*/overflow: hidden;/*MacIE*/
	margin: 0;
}


/*ページトップ*/
.jump {
	clear: both;
	text-align:right;
}
.pagetop {
	background: url(http://tivoliblog.jp/_img/golf/bg_pagetop_listmark1.jpg) bottom left no-repeat;
	padding: 0 0 0 11px;
}

/*フッタメニュー*/
#fmenu {
	background: url(http://tivoliblog.jp/_img/golf/bg_line01.jpg) repeat-x bottom left;
	padding: 5px;
	margin: 0 10px 0;
}
/*フッタアドレス*/
#footer address {
	color: #666;
	text-align: right;
	font-style: normal;
	margin: 5px 10px 0;
}
/*コピーライト*/
#copy {
	text-align: right;
	font-size: 80%;
	margin: 0;
}

.box {
	font-size: 1.2em;
	margin:0 10px 20px;
}
/*clearfix*/
  /* WinIE7 only */
    *:first-child+html .box {height: 1%;}
  /* WinIE6 and below */
    /* hide \*/
    * html .box {height: 1%;}
    /*MacIE*/
  /* MacIE only */
    /*\*//*/ 
    .box {display: inline-table;}
    /**/
  .box:after{/* modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/*電話番号*/
.telno {
	position: absolute;
	top: 40px;
	left: 598px;
	width: 192px;
	height: 35px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(http://tivoliblog.jp/_img/golf/bg_telno.jpg) top left no-repeat;
}

/*宝塚チボリゴルフセンターからのお知らせ*/
#golf_info {
	width:580px;
	margin:0 0 30px 0;
}
#golf_info .title { 
	width: 580px;
	height: 22px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(http://tivoliblog.jp/_img/golf/bg_content_infotop.jpg) no-repeat;
	margin:0;
	padding:0;
}
#golf_info .more {
	background: url(http://tivoliblog.jp/_img/golf/bg_content_infobtm.jpg) top left no-repeat;
	height: auto;
	padding: 5px;
}
#golf_info .more {
	text-align: right;
}
#golf_info .more a {
	background: url(http://tivoliblog.jp/_img/golf/bg_more_listmark1.gif) top left no-repeat;
	padding: 0 0 0 10px;
	line-height: 1em;
}
#golf_info .rss_list{
	font-size:1.2em;
	line-height:300%;
}
