@charset "utf-8";
/* CSS Document */
/* CSS retro_namzo (サイドバー左) (C)2008 C-point Corp. */

*{
 font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

textarea,select,input {
 font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* HTMLタグ設定 */

body{
    color: #333333;
    font-size:  16px;
    line-height: 1.1rem;
    font-weight: normal;
    width: 100%;
    background-color: rgb(252, 184, 49);
    background-image: url(//www.namjai.cc/usr/baanvasana/bodyBG.jpg);
    margin: 0px;
    padding: 0px;
    background-repeat: repeat-x;
}
h2{
	font-size:1.5em;
}

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;
}
.bold{
	font-size: 1.2em;
	font-weight:bold;
}
p{
	font-size:  16px;
       	line-height: 1.0em;
	}


/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
	text-align: left;
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url();
	background-position: center;
	color: #333333;
}
/* ブログタイトル・概要 */
#banner{
	height: 190px;
	margin: 0px;
	padding-bottom: 3px;
	background-image: url(//www.namjai.cc/usr/baanvasana/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
	overflow:hidden;
	background-color: #FCB831;
}

/* ブログの配置 */
#content{
	float: right;
	width: 940px;
	margin-right: 0px;
}

/* ブログ外枠 */
.blog{
	margin-top: 0px;
	margin-bottom: 15px;
	overflow: hidden;
}

/* サイド（左サイド） */
#links{
	width: 210px;
	margin: 10px auto 10px 5px;
	font-size: 93%;
	overflow:hidden;
	background-color: #FFF;
}

/*フッタ*/
#footer{
	background-color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
	font-weight: bold;
}

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a{
	color: #818101;
}
a:link{
	color: #818101;
}
a:visited{
	color: #818101;
}
a:active{
	text-decoration: none;
	color: #99CC00;
}
a:hover{
	text-decoration: none;
	color: #99CC00;
}

/*　ブログタイトル・概要　*/
#banner a{
	text-decoration: none;
	color: #000;
}
#banner a:link{
	text-decoration: none;
	color: #000;
}
#banner a:visited{
	text-decoration: none;
	color: #000;
}
#banner a:active{
	text-decoration: underline;
	color: #000;
}
#banner a:hover{
	text-decoration: underline;
	color: #FF00A4;
}

/* カレンダー */
.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;
	color: #000;

}
.title a:link{
	text-decoration: none;
	color: #000;
}
.title a:visited{
	text-decoration: none;
	color: #000;
}
.title a:active{
	text-decoration: underline;
	color: #000;
}
.title a:hover{
	text-decoration: underline;
	color: #505032;
}


/*　このページの上へ　*/
.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{}

/* Powered by てぃーだブログ */
.adFooter a{}
.adFooter a:link{}
.adFooter a:visited{}
.adFooter a:active{}
.adFooter a:hover{}

/* ************************************************ 
 *	バナー（ページ上部）の設定
 * ************************************************ */

/* ブログタイトル */
.blogtitle{
	font-size: 2px;
	margin: 0px;
	padding: 0px 20px 20px 50px;
	text-align: right;
	clear: both;
	color: #000;
}

/* ブログ説明文 */
.description{
	font-size: 12px;
	padding: 2px 0px 0px 3px;
	color: #ffffff;
	line-height: 150%;
	text-align: left;
       float:left;
}

.description a{color: #ffffff;}
.description a:link{color: #ffffff;}
.description a:visited{color: #ffffff;}
.description a:active{color: #ffffff;}
.description a:hover{color: #ffffff;}

/* パン屑メニュー */
.topicpass {
	font-size: 10px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 16px;
	vertical-align: bottom;
}


/* ************************************************ 
 *	記事の設定
 * ************************************************ */
/*----- お店紹介設定 -----*/
	#shop{  
		margin:0px;
		padding:10px 10px 15px 10px;
		clear:both;
		font-size:12px;
		}

	.shop{
		margin:0px;
		clear:both;
		color	: #003366;
		font-size:12px;
		border:0px solid #cccccc;
		}

	.shopmain{
		width:590px;
		color:#666;
		font-size:12px;
		margin:5px 0px 0px 0px;
		padding:0px 10px 5px 0px;        
		overflow:auto;
                  line-height:140%;

	}
	.shopimg{
		margin:0px 20px 0px 0px; 
        
	}


/*----- TOPの最新情報一覧設定 -----*/
	#top_title{  
		margin:5px 0px 5px 0px;
	padding:10px 0px 5px 110px;
		clear:both;
		color:#9C8532;
		font-size:16px;
		height:30px;
		background: url(http://img01.namjai.cc/usr/b/a/a/baanvasana/top03.png) left no-repeat ;letter-spacing: 2;
		}

	#top{  
		margin:0px;
		padding:10px 10px 15px 10px;
		clear:both;
		border:1px solid #cccccc;
		font-size:12px;

		}

	.top{
		margin:0px;
		padding:0px 0px 5px 5px;
		clear:both;
		color	: #003366;
		font-size:12px;
		}

	.topmain{
		width:530px;
		color:#000;
		font-size:12px;
		margin:5px 10px 0px 0px;             
		overflow:auto;
                  line-height:120%;
	}
	.topimg{
		margin:0px 20px 5px 5px; 
width:75px; 
height:75px;           
	}
/*----- TOPの最新情報一覧設定ここまで -----*/


/* 記事 */
.blogbody{
	width: 883px;
	overflow: hidden;
	background-image: url();
	background-repeat: no-repeat;
	background-position: top center;
}

/* 記事タイトル */
.title{
		margin:0px 0px 5px 0px;
	padding:10px 0px  5px 120px;
		clear:both;
		color:#9C8532;
		font-size:16px;
		height:30px;
		background: url(http://img01.namjai.cc/usr/b/a/a/baanvasana/top03.png) left no-repeat ;
                letter-spacing: 2;
                font-weight:bold;
}

/* 記事日付 */
.date{
	padding-top: 3px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 5px;
	clear: both;
	font-size: 83%;

}

/* 記事本文 */
.main{
	padding: 10px;
	margin: 0px auto;
	overflow: auto;
	font-size: 100%;
	line-height: 120%;
overflow: hidden; 

}


/* 記事本文内画像 */
.main img{
	margin: 5px;
	padding: 0px　20px　0px　0px;
}

/* 続きを読む */
.main-continues{}

/* 記事フッター */
.posted{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #669966;
	padding-top: 3px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 5px;
	clear: both;
	font-size: 83%;
}


/* ************************************************ 
 *	トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
	background-image: url();
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 100%;
	background-color: ;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 46px;
	margin: 0px 0px 10px;
	color: #990134;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-size: 100%;
	font-weight: bold;
	color: #669966;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
}

/* トラックバック本文 */
.trackback-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 120%;
}

/*トラックバック送信元など*/
.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{
	background-image: url(//www.namjai.cc/_img/retro_namzo/na07_01mtm.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 100%;
	background-color: ;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 46px;
	margin: 0px 0px 10px;
	color: #990134;
}

/* コメント投稿者日時など*/
.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: 450px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.form td {
	line-height: 170%;
}

/* 本文 */
#text{}

/* メールアドレス */
#email{}

/* 名前 */
#author{}

/* URL */
#url{}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}

/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	margin-bottom: 10px;
}

/* サイドタイトル */
.sidetitle{
	background-color:#fff ;
	background-image: url(//www.namjai.cc/usr/baanvasana/title.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	padding:10px 5px  15px 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 100%;
	color: #9C8532;
}

/* サイド本文 */
.sidebody{
	margin-bottom: 3px;
	margin-right:auto;
	margin-left:auto;
	width: 170px;
	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 #990134;
	font-size: 12px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	background-color: #FDF041;
	padding: 0px;
}
/* 曜日 */
.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;
        text-align: center;
}

/* カスタムプラグイン2 */
.custom2 {
	margin-bottom: 10px;
        text-align: center;
}

/* カスタムプラグイン3 */
.custom3 {
	margin-bottom: 10px;
        text-align: center;
}

/* オーナーにメッセージ */
.inquiry{}

/* 新規投稿 */
.blog_entry{}

/* マイアルバム */
.album{
	margin-bottom: 10px;
}
#album_img_flame{}
#album_href{}
#album_img{}
#album_title{}
#album_list{}

/* ************************************************ 
 *	フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
	font-size: 80%;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px;
}

/* このBlogのトップへ */
.menu{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 85%;
	letter-spacing: 0.2em;
	text-align: center;
}

/* コピーライト */
#copyright{
	font-size: 83%;
color: #ffffff;
}

/* Powered by  */
.adFooter{
	font-size: 10px;
	line-height: 150%;
	text-align: center;
}


/* 上部リンク  */
#navigation {
	width: 1200px;
	height: 45px;
	padding:0px 0px 0px 0px;
	margin-top:20px;
	margin-left:0px;
	background-image: url();
        background-color:#ffffff;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 45px;
	overflow: hidden;
}
#navigation li {
	float: left;
	width: 200px;
	height: 45px;
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-size: 12px;
}
#navigation a {
	display: block;
	width: 100%;
	height: 45px;
	padding:0px 0px 0px 0px;
	color: #fff;
	background-color: ;
	background-image: url();
	background-repeat: repeat-x;
	background-position: center; /* オフマウス時の背景画像を指定 */
	background-position: left top; /* オフマウス時の背景画像の開始位置を左上に指定 */
	text-decoration: none;
	text-align: center;
	font-weight: bold;

}
#navigation a:hover {
	background-color: #ffffff; /* オンマウス時の背景色を指定 */
	background-image: url(//www.namjai.cc/usr/baanvasana/onmouse.png);
	background-repeat: repeat-x;
	background-position: left top; /* オフマウス時の背景画像の開始位置を左上に指定 */
	text-decoration: none;
	text-align: center;
}

.imgspace {
	padding: 5px;
	margin: 15px;
}

.box1 {
width:500px;
font-size:15px;
float: left;
margin-top:20px;
margin-bottom:20px;
padding:10px;
border:1px solid #CC9900;
background-color:#ECF3EB;
}

.box2 {
width:auto;
font-size:15px;
float: left;
margin-top:20px;
margin-bottom:20px;
padding:10px;
border:1px solid #CC9900;
background-color:#ECF3EB;
}

.title1 {
font-size:15px;
font-weight:bold;
margin:10px 10px 10px 0px;
padding:1px;
background-image: url();
}

.title2 {
font-size:15px;
font-weight:bold;
margin:10px 10px 10px 0px;
padding:1px 0px 1px 7px;
border-left:5px solid #3E7A45;
border-bottom:1px solid  #3E7A45;
}

/************************************/
/* サムネイルスクリプト 要素 */
#lightbox{
background-color:#eee;
padding: 10px;
border-bottom: 2px solid #669966;
border-right: 2px solid #669966;
}
#lightboxDetails{
font-size: 0.8em;
padding-top: 0.4em;
}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(http://www.nurupodensetsu.com/lightbox/overlay.png); }

* html #overlay{
background-color: #fff;
back\ground-color: transparent;
background-image: url(http://www.nurupodensetsu.com/lightbox/blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.nurupodensetsu.com/lightbox/overlay.png", sizingMethod="scale");
}

.text1{
font-size:15px;
font-weight:bold;
margin:10px 10px 10px 0px;
padding:1px 0px 1px 7px;
border-left:5px solid #3E7A45;
border-bottom:1px solid  #3E7A45;
}

table#table01 {
    width: 500px;
    border: 2px #004D2A solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left:30px;
    margin-top:20px;
    color:#666666;
}

table#table01 td {
    padding: 5px;
    border: 1px #004D2A solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.rss_list{
font-size:80%;
float:left;
}

.vicon{
	padding-left:30px;
	background-image: url(//www.namjai.cc/usr/baanvasana/vpoint.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.bpro1{
font-weight:bold;
background-color:#FFCC33;
padding:5px;
padding-left:30px;
}

.gozen{
float:left;
padding-left:95px;
padding-right:40px;
width:280px;
}

.gogo{
float:left;
padding-left:60px;
border-left:1px solid;
width:280px;
}


.rss_list_album{
font-size:80%;
float:left;
width:130px;
padding:10px;
margin:5px;
height:170px;
}
/************************************/
/* タイ料理教室メニューリスト */

ul, ol {
    list-style: none;
}
ul.top_menu{
	margin:0;
	font-size:120%;
	line-height:100%;
}
/* タイ料理教室ツアー表 */	
#table{
    width:100%;
    margin:15px;
    
}
th {
    font-weight: bold;
    text-align: -internal-center;
}

td, th {

    display: table-cell;
    vertical-align: inherit;
	padding:0px;
	border-top: 1px solid #FCB831;
	border-left: 1px solid #FCB831;
    border-right: 1px solid #FCB831;
    border-bottom: 1px solid #FCB831;

}
.plan_box ul {
    font-size: 100%;
    padding: 10px;
    margin: 0 0 0px 0;
}

.plan_box {
    width: 650px;
    border-collapse: collapse;
    clear: both;
    margin: 0 0 0px 0;
}
.plan_box th {
    padding: 10px;
    width: 60px;
    text-align: left;
    background: #FCB831;
    border: solid 1px #FCB831;
}

#plan_link {
   height: 0px;
}
/* ここまで */

