/* Super Simple white 201109  Copyright(c) 2011 METABIRDS Co.,Ltd. */




* {

	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


/* HTML */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fcfcfc;
	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: #222222;
	padding: 5px;
	color: #333333;
	font-size: 85%;
}

.header_scroll{/*ヘッダ広告*/
background: #ffffff url() repeat-x;
background-position:bottom;
text-decoration:none;
color:#333333;
font-size:8px;
margin:0px;
letter-spacing:2px;
padding:0px 0px 3px 5px;
height:20px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #f3f3f3;

}

.header_scroll a:link		{
font-size: 10px;
color: #333333;
letter-spacing:2px;
text-decoration:none;
}

.header_scroll a:visited	{
font-size: 10px;
color: #333333;
letter-spacing:2px;
text-decoration:none;
}

.header_scroll a:hover		{
font-size: 10px;
color: #333333;
letter-spacing:2px;
}

.header_scroll a:active		{
font-size: 10px;
color: #333333;
letter-spacing:2px;
text-decoration:none;
}


/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
	text-align: left;
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fcfcfc;
	color: #000;
	font-size: 100%;
}

/* ブログタイトル・概要 */
#banner{
	background-image:url(http://img01.tec29.com/usr/t/e/t/tetsu0823/p-a-bsweathercockswindchime1.gif);
	/* Specify blog image here. ブログタイトルの画像を変更する場合は上記にURLを設定していください。*/
	background-color: #fff;
	height: 150px;
	width: 1000px;
	margin-top: 10px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #f3f3f3;
}

/* ブログの配置 */
#content{
	float: left;
	width: 700px;
	padding: 0px 0px 40px 0px;
	margin: 0 0 0 0px;
}

/* ブログ外枠 */
.blog{
	margin-top: 0px;
	margin-bottom: 15px;
}

/* サイド（左サイド） */
#links{
 	width: 260px;
 	padding:20px 0px 30px 0px;
 	margin-right:0px;
 	font-size: 85%;
 	float: right;
 	overflow: hidden;
 	background-color: #fcfcfc; 
}

/*フッタ*/
#footer{
	background-color: #f3f3f3;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width:100%;
	clear: both;
	display: block;
} 

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a{
	text-decoration: underline;
	color: #000;
	}
a:link{
	text-decoration: underline;
	color: #333;
	}
a:visited{
	text-decoration: underline;
	color:#000;
	}
a:active{
	text-decoration: underline;
	color: #333;
}
a:hover{
	text-decoration: underline;
	color: #6b0;
}

/*　ブログタイトル・概要　*/
#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: none;
	color: #000;
}
#banner a:hover{
	text-decoration: underline;
	color: #000;
}

/* カレンダー */
.calendar a{}
.calendar a:link{
	text-decoration: underline;
	color:#6b0;
	}
.calendar a:visited{
	color:#777;
	}
.calendar a:active{
	text-decoration: none;
	color: #333;
}
.calendar a:hover{
	text-decoration: underline;
	color: #0f3;
	}

.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{
	text-decoration: none;
	color: #333;
	}
.side a:link{
	text-decoration: none;
	color: #333;
	}
.side a:visited{
	text-decoration: none;
	color:#777;
	}
.side a:hover{
	text-decoration: underline;
	color: F000;
	}

.aside a{}
.aside a:link{}
.aside a:visited{
	text-decoration: none;
	color:#777;
	}
.aside a:hover{}

/*　タイトル　*/
.title a{
	text-decoration: none;
	color:#444444;

}
.title a:link{
	text-decoration: none;
	color:#444444;

}
.title a:visited{
	text-decoration: none;
	color:#444444;

}
.title a:active{
	text-decoration: none;
	color:#444444;

}
.title a:hover{
	text-decoration: none;
	color: #9fg021;
}


/*　このページの上へ　*/
.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: 200%;
	/*width: 970px;
	height:150px;*/
	margin: 0px;
	padding: 26px 30px;
	text-align: left;
	color:#000;
}

/* ブログ説明文 */
.description{
	color:#000;
	font-size:12px;
	padding:0px 0px 10px 35px;
	text-align:left;
	letter-spacing:2px;
}



/* ************************************************ 
 *	記事の設定
 * ************************************************ */

/* パン屑メニュー */
.topicpath {
	font-size: 10px;
	margin-right: 2px;
	color: #333;
	line-height: 35px;

}
.topicpass img {
	border: none;
	vertical-align: bottom;
}

/* 記事 */
.blogbody{
	overflow: hidden;
}



/* 記事タイトル */
.title{
	background-color: #fff; 
	background-image:url();
 	font-weight:400;
 	padding:8px 0px 0px 20px;
 	font-size:110%;
 	color: #444;
	height:36px;
	
}

/* 記事日付*/
.date{
	font-size: 80%;
	font-weight:100;
	color: #808080;
	margin: -50px 0px 12px 0px;
	text-align: right;
	padding-right: 20px;

}


/* 記事本文 */
.main{
	padding: 20px 40px;
	overflow: auto;
	font-size: 87%;
	line-height: 200%;
	width: 618px;
	background-color: #fff;
	color:#333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

.moremain{
	margin-top:-52px;
	padding: 20px 40px;
	overflow: auto;
	font-size: 87%;
	line-height: 200%;
	width: 618px;
	background-color: #fff;
	color:#333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
}

/* 記事本文内画像 */
.main img{
	margin: 5px;
}

/*  */
.main-continues{}

/* 記事フッター */
.posted{
	border-width: 1px;
	border-style: solid;
	border-color: #f3f3f3;
	padding: 10px 20px;
	text-align: right;
	margin-bottom: 50px;
	margin-top: -26px;
	clear: both;
	font-size: 70%;
	background-color:#fff;
	padding-bottom: 20px;
	color:#333
}


/* ************************************************ 
 *	トラックバックエリアの設定
 * ************************************************ */

/* */
.title_s{
	margin: 0px 0px 0px 10px;
	font-size: 100%;
}

/* */
.trackback-url{
	font-size: 100%;
	color: #333;
	margin-top: -17px;
	margin-bottom: 15px;
	padding: 20px;
	background-color:#FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;

}

/* トラックバックURL */
#trackback-text{
	width: 210px;
	background-color:#FFF;
}

/* トラックバック本文 */
.trackback-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
	border-width: 1px;
	border-style: solid;
	border-color: #f3f3f3;
}

/*トラックバック送信元など*/
.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: 40px 0px 40px 0px;
	padding: 10px 20px;
	font-size: 120%;
	background-color:#4c4c4c;
	color:#CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
}

/* コメント投稿者日時など*/
.comments-post{
	margin: -7px 0px 30px 0px;
	padding: 20px;
	font-size: 82%;
	text-align: right;
	background-color:#fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	}

/* コメント本文 */
.comments-body{
	margin: -40px 0px 5px 0px;
	padding: 20px 40px;
	font-size: 85%;
	line-height: 130%;
	background-color:#fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f3f3f3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
}

/* コメント入力テーブル */
table.form {
	width:700px;
	margin-top: -32px;
	margin-bottom: 10px;
	padding:20px 0px 20px 20px;
	background-color:#FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
}


/* 本文 */
#text{
	width: 530px;
}

/* メールアドレス */
#email{
	width: 200px;
}

/* 名前 */
#author{
	width: 200px;
}

/* URL */
#url{
	width: 200px;
}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}

/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	margin-bottom: 10px;
	padding:10px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
}

/* サイドタイトル */
.sidetitle{
	background-image:url();
	padding: 6px 0px 0px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #F3F3F3;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 110%;
	color: #111111; 
	height:34px;
}

/* サイド本文 */
.sidebody{
	padding:0px 0px 5px 20px;
	width: 220px;
	font-size: 90%;
	color: #333; 
}

/* RSS */
ul.rss{
   margin: 0 0 0px 0;
   padding: 0px;
   width: 100%;
   text-align: center;
}
ul.rss li{
   display: inline;
   font-size: 12px;
   font-weight: bold;
   letter-spacing: 0.2px;
   margin-right: 0.3em;
   padding-right: 0.5em;
   padding-left: 18px;
   background: url(//tec29.com/img/tmpl1006/rss_icon.png) bottom left no-repeat;
}

/* カレンダー ここから ----------*/
/* 大枠 */
.calender{
	text-align: center;
	margin-bottom: 10px;
}
/* 上部年月日表示 */
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 11px;
}
/* 枠 */
.calendartable{
	border: 1px solid #333;
	font-size: 12px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	border: 1px solid #666;
	background-color: #fff;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid #666;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0099FF;
}
/* 今日 */
.today{
	font-weight: bold;
	color:#9FG021;
	background-color:#666
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.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;
}

/*  */
.menu{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 85%;
	letter-spacing: 0.2em;
	text-align: center;
}

/* コピーライト */
#copyright{
	font-size: 80%;
	color: #333333;
}





/*****************************************************
iPhone用
******************************************************/
/* パソコンで見た時はインデックスを隠す */
.pagetop2{
display: none;
}

@media screen and (max-device-width: 480px){
	
/* ================================== */
/* レイアウト設定 */
/* ================================== */

#container{
text-align: left;
padding: 0px;
margin: 0px;
width: 100%;
background-color: #fff;
color: #333;
border: 0px solid #000000;
}

/* ブログタイトル・概要 */
#banner{
background-color: #fff;
height: 120px;
width: 100%;
margin: 0px;
overflow: hidden;
}

/* ブログの配置 */
#content{
width: 100%;
padding: 0px;
margin-right: 0px;
margin-left: 0px;
}

/* ブログ外枠 */
.blog{
margin-top: 0px;
margin-bottom: 15px;
}

/* サイド（左サイド） */
#links{
width: 100%;
font-size: 85%;
margin: 10px 10px 10px 0px;
}



/*フッタ*/
#footer{
background-color: #fff;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
display: block;
}

/************************************
* バナー（ページ上部）の設定
* ******************************** */

/* ブログタイトル */
.blogtitle{
background-color:#fff;
background-image:none;
font-size: 200%;
text-align: left;
color:#000;
margin:0px;
padding:20px 0px 20px 10px;
}

/* ブログ説明文 */
.description{
background-color:#fff;
background-image:none;
color:#000;
font-size:100%;
text-align:left;
letter-spacing:2px;
margin:0px;
padding:0px 0px 0px 10px;
}

/* ***********************************
* 記事の設定
* ********************************* */

/* パン屑メニュー */
.topicpath {
	font-size: 10px;
	margin-right: 2px;
	color: #f3f3f3;
}

/* 記事タイトル */
.title{
background-image:none;
background-color:#000;
background-repeat: no-repeat;
padding:10px 10px;
font-size:105%;
color: #fff;
height:auto;
}

/* 記事本文 */
.main{

	padding: 20px;
	font-size: 87%;
	line-height: 150%;
	width: 91%;
	word-break: break-all;
}


.main IMG {
max-width: 95%;
}

/* ********************************
* トラックバックエリアの設定
* ****************************** */

/* トラックバックURL */
#trackback-text{
width: 210px;
}

/* ********************************
* コメントエリアの設定
* ****************************** */

/* */
.comments-head{
	margin: 40px 0px 40px 0px;
	padding: 20px;
	font-weight: bold;
	font-size: 150%;
	color:#444444;
	background-color:#000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
}

/* コメント投稿者日時など*/
.comments-post{
	margin: -7px 0px 30px 0px;
	padding: 20px;
	font-size: 82%;
	text-align: right;
	background-color:#fff;
	color:#333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	}

/* コメント本文 */
.comments-body{
	margin: -40px 0px 5px 0px;
	padding: 20px 40px;
	font-size: 85%;
	line-height: 130%;
	background-color:#fff;
	color:#333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f3f3f3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
}


/* コメント入力テーブル */
table.form {
color:#CCC;
width: 280px;
padding:10px;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
}

/* 本文 */
#text{
	color:#333;
width: 300px;
}

/* メールアドレス */
#email{
	color:#333;
width: 200px;
}

/* 名前 */
#author{
	color:#333;
width: 200px;
}

/* URL */
#url{
	color:#333;
width: 200px;
}


/* ******************************
* プラグイン設定
* ****************************** */

/* サイドブロック */
.side{
margin-bottom: 10px;
}

/* サイドタイトル */
.sidetitle{
background-image:none;
background-color:#666;
background-repeat: no-repeat;
padding: 20px 10px 7px 20px;
margin-top: 0px;
margin-bottom: 0px;
font-weight: bold;
font-size: 100%;
color: #ffffff;
height: 47px;
}

/* サイド本文 */
.sidebody{
margin-bottom: 3px;
margin-right:20px;
margin-left:20px;
width: 100%;
font-size: 100%;
}

/* カレンダー ここから ----------*/
/* 大枠 */
.calender{
text-align: center;
margin-bottom: 10px;
}
/* 上部年月日表示 */
.calendarhead{
font-weight: bold;
margin-bottom: 3px;
font-size: 11px;
color:#333;
}
/* 枠 */
.calendartable{
border: 1px solid #000;
font-size: 12px;
width: 160px;
margin-right: auto;
margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
background-color: #eeed91;
padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
text-align: center;
border: 1px solid #333;
}
/* 日曜日 */
.sun{
color: #CC0000;
}
/* 土曜日 */
.sat{
color: #0099FF;
}
/* 今日 */
.today{
font-weight: bold;
}
/* カレンダー ここまで ----------*/

.pagetop2{
font-size: 85%;
margin-left: 10px;
display: inline;
}

}
