/* オリジナルテンプレート3カラム（サイドバー左右）　(C)2007 C-point Corp. */

*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, sans-serif;
}

/* HTMLタグ設定 */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #E7E7E7;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(http://img03.ti-da.net/usr/chatantourist/bg_body.jpg);
	background-repeat: repeat;
	color: #333333;
}
img{
	border: none;
}
form{
	margin: 0;
	padding: 0;
}
label{
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-align: right;
	font-size: 12px;
}
blockquote{
	background-color: #ECE4CF;
	padding: 20px;
}


/* =================================== */
/* レイアウト設定 */
/* =================================== */
#bg_container{
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(http://img03.ti-da.net/usr/chatantourist/bg_container.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 8;
	padding-bottom: 0;
	padding-left: 10;
}
#container{
	text-align: left;
	width: 980px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#headderinfo{
	width: 320px;
	float: right;
	text-align: right;
	padding-right: 5px;
	line-height: 120%;
	margin: 0px;
	padding-top: 30px;
	overflow: hidden;
	font-size: 14px;
}
#headderinfo p{
	padding: 0px;
	line-height: 130%;

}


/* ブログタイトル */
.blogtitle{
	font-size: 90%;
	width: 350px;
	display: block;
	overflow: hidden;
	font-weight: bold;
	height: 80px;
	padding: 0px;
       margin-top: 30;

	background-image: url(http://img03.ti-da.net/usr/chatantourist/kankou-logo.jpg);
}


/* ブログ説明文 */
.description{
	font-size: 90%;
	width: 980px;
	text-align: left;
	line-height: 130%;
	padding: 0px 0px 3px;
	margin-top: 3px;
	margin-left: 10px;
	display: block;
	height:auto;
	overflow: auto;
	color: #FFFFFF;
}
body:first-of-type .description{
	overflow: hidden;
}


/* ブログタイトル・概要 */
#home #container #banner{
	overflow: hidden;
	height: 350px;
	width: 980px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}

/* トップメイン画像 */
#slideshow { position:relative; width:900px; height:350px; }
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }

/* カテゴリーバナー 共通 */
#container #categoryBnr {
	background-image: url(http://img03.ti-da.net/usr/chatantourist/cat_img01.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 980px;
}

#container #categoryBnr #categoryTitle{
	font-size: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 20px;
}

/* カテゴリーバナー イベント */
#page185607 #container #categoryBnr {
	background-image: url(http://img03.ti-da.net/usr/chatantourist/cat_img02.jpg);
	background-repeat: no-repeat;
}

/* カテゴリーバナー 観光スポット */
#page185608 #container #categoryBnr {
	background-image: url(http://img03.ti-da.net/usr/chatantourist/cat_img03.jpg);
	background-repeat: no-repeat;
}


/* ナビボタン */
#globalnavi {
	height: 40px;
	width: 978px;
	display: block;
	padding: 0px;
	clear: both;
	background-color: #3EA4E4;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#globalnavi ul {
	width: 978px;
	display: block;
	padding: 0px;
	margin: 0px;
}
#globalnavi li {
	height: 40px;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* ブログの配置 */
#content{
	width: 570px;
	background-color: #FFFFFF;
	float: left;
	padding: 0px;
}

/* ブログ外枠 */
.blog{
	margin-top: 0;
	margin-bottom: 15px;
	overflow: hidden;
        width: 570px;
}

/* サイド（左サイド） */
#links{
	width: 200px;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: hidden;
	float: left;
}

/* サイド（右サイド） */
#links2{
	width: 200px;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: hidden;
	float: right;
}



/*フッタ*/
#footer{
	text-align: center;
	clear: both;
	background-image: url(http://img03.ti-da.net/usr/chatantourist/footer.jpg);
	background-repeat: repeat-x;
	background-color: #5AB3EB;
	margin: 0px;
	height: 120px;
	padding: 0px;
}

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a:link {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0033FF;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: underline;
	color: #0099CC;
}

/*　ブログタイトル・概要　*/
.blogtitle a{
}
.blogtitle a:link{
}
.blogtitle a:visited{
}
.blogtitle a:active{
}
.blogtitle a:hover{
}

/* サイドバー */
#links a{
}
#links a:link{
}
#links a:visited{
}
#links a:active{
}
#links a:hover{
}


/* ************************************************ 
 *	バナー（ページ上部）の設定
 * ************************************************ */

/* パン屑メニュー */
.topicpath {
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 10px;
	line-height: 16px;
	vertical-align: bottom;
	padding: 0;
}

#linkToItself{
	width: 860px;
	margin: 0px;
	padding: 0px;
}


/* ************************************************ 
 *	記事の設定
 * ************************************************ */

/* 記事 */
.blogbody{
	overflow: hidden;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
                  padding-right: 5px;

　　　
}

/* 記事タイトル */
.title{
	font-size: 100%;
	padding-top: 8px;
	padding-left: 15px;
	color: #333333;
	height: 26px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10;
	line-height: 100%;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2A8EFF;
	border-left-color: #2A8EFF;
}

/* 記事日付 */
.date{
	font-size: 80%;
	color: #666666;
	margin-top: 0;
	text-align: right;
	margin-bottom: 2px;
}

/* 記事本文 */
.main{
	font-size: 90%;
	line-height: 150%;
	width: 570px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 10px;
	color: #333333;
	background-color: #FFFFFF;
	clear: both;
	display: block;
	overflow: relative;
}


/* 記事本文内画像 */
.main img{
	margin: 5px;
　　　width:240px;
　　　height:auto;
}

/* 続きを読む */
.main-continues{
	clear: both;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 16px;
	padding-left: 10px;
	padding-top: 0px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #2A8EFF;
	padding-bottom: 3px;
}

/* 記事フッター */
.posted{
	text-align: right;
	margin-bottom: 20px;
	margin-top: 10px;
	clear: both;
	font-size: 83%;
	background-position: right center;
	color: #666666;
	padding-bottom: 10px;
}


/* ************************************************ 
 *	トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
	font-size: 100%;
	height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 3px;
	color: #663300;
	font-weight: bold;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #2A8EFF;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-size: 100%;
	font-weight: bold;
	color: #006699;
	margin-top: 0;
	margin-left: 30px;
	margin-bottom: 15px;
	width: 500px;
	padding: 5px;
}

/* トラックバック本文 */
.trackback-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/*トラックバック送信元など*/
.trackback-post{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;
	color: #666666;
}


/* ************************************************ 
 *	コメントエリアの設定
 * ************************************************ */

/* この記事へのコメント */
.comments-head{
	font-size: 100%;
	height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 3px;
	color: #663300;
	font-weight: bold;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #2A8EFF;
}

/* コメント投稿者日時など*/
.comments-post{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;
	color: #666666;
}

/* コメント本文 */
.comments-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/* コメント入力テーブル */
.form {
	width: 560px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form td {
	line-height: 170%;
	vertical-align: top;
	padding: 3px;
}
.form th {
	line-height: 170%;
	vertical-align: top;
	text-align: left;
	padding: 3px;
	color: #666666;
}

/* 本文 */
#text{
	width: 330px;
}

/* メールアドレス */
#email{
	width: 320px;
                  
}

/* 名前 */
#author{
	width: 320px;
}

/* URL */
#url{
	width: 320px;
}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}

/* ************************************************ 
 *	コンテンツ設定
 * ************************************************ */
/* イベント情報（トップページ） */
#eventinfo{
	width: 500px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding-top: 0px;
	line-height: 100%;
	margin-left: 10px;
                  
        font-size: 90%;
        
        
}
#eventinfo .eventinfotitle{
	background-image: url(http://img03.ti-da.net/usr/chatantourist/blog_info.gif);
	background-repeat: no-repeat;
	text-indent:-99999px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	background-position: top;
	height: 60px;
	width: 700px;
}

.eventinfoList {
	width: 400px;
	margin-left: 20px;
	
                  font-size: 90%;
 }
.blogtitlename{
	margin: 0px;
        　　 margin-left: 10px;
	line-height: 100%;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #2A8EFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 20px;
　　　　 font-size: 95%;

}
.cttablogsArticle {
	font-size: 96%;
}
.cttablogsArticle img{
	margin-right: 5px;
	margin-top: 3px;
}
.cttablogsArticle .rss_list{
	line-height: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


#eventinfo .rss_item{
	text-align: center;
	float: left;
	width: 230px;
}
#eventinfo .rss_item img {
	text-align: center;
	margin-bottom: 3px;
}
#eventinfo .rss_itemtitle{
	font-size: 90%;
	padding: 5px;
}

/* お知らせ（トップページ） */
#whatsnew{
	width: 570px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding-top: 0px;
	line-height: 100%;
	margin-left: 10px;
}
#whatsnew .whatsnewtitle{
	background-image: url(http://img03.ti-da.net/usr/chatantourist/info_titile.gif);
	background-repeat: no-repeat;
	text-indent:-99999px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	background-position: top;
	height: 60px;
	width: 700px;
}

#whatsnew #whatsnewList {
　　　margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;	
        
　　　width: 570px;
      
}
#whatsnew #whatsnewList ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	width: 480px;
}
#whatsnew #whatsnewList li {
	margin-left: 5px;
	line-height: 200%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	font-size: 84%;
       overflow: relative;
}
#whatsnew #whatsnewList h2 {
margin-left: 5px;
	line-height: 200%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	font-size: 100%;
	display: block;
}
#whatsnew #whatsnewList .title {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* 関連ブログ（トップページ） */
#cttablogs{
	width: 700px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-top: 0px;
                  padding-right: 5px;
	line-height: 100%;
	margin-left: 0px;
        font-size: 90%;
}
#cttablogs .cttablogstitle{
	background-image: url(http://img03.ti-da.net/usr/chatantourist/titile_blogs.gif);
	background-repeat: no-repeat;
                  text-indent:-999999px;
	margin-left: 0px;
	padding-right: 0px;
	line-height: 100%;
	background-position: top;
	height: 60px;
	width: 700px;
}

.rssBlogWrite{
	width: 270px;
	margin-left: 10px;
                  margin-right: 4px;
	float: left;
	margin-top: 15px;
}
.rssBlogWrite .blogtitlename{
	margin: 0px;
	line-height: 100%;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #2A8EFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 20px;
        font-size: 100%;
}

#cttablogs .cttablogsArticle {
	font-size: 85%;
}
#cttablogs .cttablogsArticle img{
	margin-right: 0px;
	margin-top: 3px;
}
#cttablogs .cttablogsArticle .rss_list{
	line-height: 120%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.pagemore{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 80%;
}

/* 会社概要ページテーブルスタイル */
#aboutus {
	width: 570px;
}

#aboutus table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-left: 5px;
	width: 560px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#aboutus table th{
	background-color:#DFDFDF;
	padding:3px 5px;
	text-align:left;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #333366;
}
#aboutus table td{
	padding:3px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}


/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	margin-bottom: 20px;
}

.side2{
	margin-bottom: 10px;
}
/* サイドタイトル */
.sidetitle{
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 80%;
	width: 200px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	background-image: url(http://img03.ti-da.net/usr/chatantourist/title_side.gif);
	background-repeat: repeat-x;
	height: 24px;
	background-color: #40A6E6;
	color: #FFFFFF;
}

/* サイド本文 */
.sidebody{
	margin-bottom: 1px;
	margin-right:auto;
	margin-left: 5px;
	width: 200px;
	font-size: 80%;
	overflow: hidden;
}

/* RSS */
.sidebody .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 #0066FF;
	font-size: 12px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	background-color: #DFDFDF;
	color:#006699;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid #FFFFFF;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0000FF;
}
/* 今日 */
.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{
	line-height: 130%;
	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 {
    text-align: center;
}
.album_frame {
    border-bottom: 1px solid #888888;
    border-right: 1px solid #888888;
    float: left;
    margin: 5px 3px;
    padding: 3px 3px 10px;
    text-align: center;
    width: 205px;
}
.album_image {
    height: 125px;
    overflow: hidden;
    width: 200px;
}
.album_image img {
    height: 125px;
    margin: auto;
}
.album_title {
    font-size: 10px;
    height: 1.5em;
    overflow: hidden;
}
.album_title a:link, .album_title a:visited, .album_title a:hover, .album_title a:active {
}
.page_nav {
    text-align: center;
}

/* マイアルバム */
.album{
	margin-bottom: 10px;
}
#album_img_flame{}
#album_href{}
#album_img{}
#album_title{}
#album_list{}

/* マイプロフィール */
.my_profile .side {
	background-color: #FFFFFF;
}

/* マイフレンド */
.friend .side {
	background-color: #FFFFFF;
}

/* 参加サークル */
.circle .side {
	background-color: #FFFFFF;
}

/* 参加サークル */
.friend_blog .side {
	background-color: #FFFFFF;
}


/* ************************************************ 
 *	フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
	font-size: 87%;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* このBlogのトップへ */
.menu{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 85%;
	letter-spacing: 0.2em;
	text-align: center;
}

/* コピーライト */
#copyright{
	font-size: 87%;
	color: #FFFFFF;
	padding-top: 30px;
}

/* 住所 */
#addless{
	font-size: 85%;
	color: #FFFFFF;
	padding-top: 1px;
}

/* 連絡先 */
#phone{
	font-size: 95%;
	color: #FFFFFF;
	padding-top: 1px;
}


/* 会長挨拶 */
#aisatsu{
	font-size: 100%;
	color: #000000;
        padding-top: 0px;

}




/* Powered by てぃーだブログ */
.adFooter{
	font-size: 10px;
	line-height: 150%;
	text-align: center;
}


.cautionB {
	font-size: 10px;
	color: #669999;
	margin: 5px;
}
.cautionR {
	font-size: 10px;
	color: #CC6666;
	margin: 5px;
}
.ban{
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ページ背景 */
body{
background-image: url(http://img03.ti-da.net/usr/chatantourist/back.jpg); /*背景画像 */
}

