/* ------------------------------------- 
 *  共通設定
 * ------------------------------------- */

* {
	margin: 0px;
	padding:0px;
}

body {
	color:#322C28;
	background-color:#FFFFFF;
	font: 12px/1.5 "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}


img { border:none; }

li { list-style:none; }

br.clear {
	clear:both;
	font:0/0 sans-serif;
}



/* ------------------------------------- 
 *  リンクカラーの設定
 * ------------------------------------- */

a:link,
a:visited,
a:active  {color: #322C28; text-decoration: underline;}
a:hover   {color: #158CB1; text-decoration: underline;}



/* ------------------------------------- 
 *  ページレイアウト
 * ------------------------------------- */

#wrapper { background: url(http://hana-busa.jp/white.jpg) repeat-x; }
#wrapper_pad { width:850px; margin:0px auto; }

#header {
	width:850px;
	height: 430px;
	background: url(http://hana-busa.jp/blog_titile.jpg) no-repeat;
	color:#FFFFFF;
}

#sidemenu {
	width:220px;
	padding:0 0 0 40px;
	float:left;
}

#main {
	width:510px;
	padding:0 0 0 40px;
	float:left;
}

#footer {
	width:510px;
	margin:30px 0 180px 300px;
	clear:both;
}



/* ------------------------------------- 
 *  ヘッダー（サイトタイトル）
 * ------------------------------------- */

#header h1 {
	padding:200px 0 0 336px;
}

	#header h1 a:link,
	#header h1 a:visited,
	#header h1 a:active,
	#header h1 a:hover {
		width:346px;
		height:49px;
		display:block;
		background: url(./template/tekkon1/img/header_link.jpg) no-repeat;
		text-indent:-9999px;
		text-decoration: none;
	}


.studio4c {
	padding:0 0 0 720px;
}

	.studio4c a:link,
	.studio4c a:visited,
	.studio4c a:active,
	.studio4c a:hover {
		width:90px;
		height:30px;
		display:block;
		background: url(./template/tekkon1/img/4c_link.jpg) no-repeat;
		text-indent:-9999px;
		text-decoration: none;
	}


#header h2 {
	width:346px;
	margin:35px 0 0 380px;
	font-size:30px;
	line-height: 120%;
}

	#header h2 a:link,
	#header h2 a:visited,
	#header h2 a:active  {color: #000000; text-decoration: none;}
	#header h2 a:hover   {color: #158CB1; text-decoration: underline;}


#header .description {
	width:380px;
	font-size:12px;
	margin:0 0 0 382px;
        color: black;

}



/* ------------------------------------- 
 *  サイドメニュー
 * ------------------------------------- */

#sidemenu dl {
	width:200px;
	margin:0 10px 35px;
	text-align:right;
	font-size:10px;
}

	#sidemenu dt {
		height:25px;
		color:#158CB1;
		font-size:12px;
		font-weight:bold;
	}

	#sidemenu dd {  }

	#sidemenu li {
		padding-left:10px;
		margin-bottom:3px;
	}


.powered { margin: 10px 0; }



/* ------------------------------------- 
 *  カレンダー
 * ------------------------------------- */

#sidemenu dl#calendar {
	width:200px;
	margin:0 10px 35px;
}

	#sidemenu dl#calendar dt {
		height:25px;
		color:#158CB1;
		font-size:12px;
		font-weight:bold;
	}

	#sidemenu dl#calendar dd { width:200px; }


#calendar table {
	width:189px;
	margin: 0 auto;
}

	.cell {
		width: 26px;
		height:22px;
		text-align:center;
	}

	.cell a { font-weight:bolder;}

	.weekday {
		width: 27px;
		height:21px;
		font-size:9px;
		text-align:center;
	}

	.weekday_sun {
		width: 27px;
		height:21px;
		font-size:9px;
		color:#FF0000;
		text-align:center;
	}

	.calendar_month {
		text-align:center;
		padding:5px 0 0 0;
	}



/* ------------------------------------- 
 *  Amazon (Recommend)
 * ------------------------------------- */

.amazon_text {
	width:150px;
	padding:0 0 0 50px;
}



/* ------------------------------------- 
 *  エントリー
 * ------------------------------------- */

dl.entry, dl.comment, dl.trackback {
	width:510px;
	margin-bottom:35px;
}

	dl.entry dt {
		width:510px;
		margin:0 0 5px;
		font-weight:bolder;
	}

	dl.entry dd {
		width:510px;
		margin:10px 0;
	}


.entry_state {
	text-align:right;
	font-size:10px;
}

	.entry_state a:link,
	.entry_state a:visited,
	.entry_state a:active  { font-weight:bolder; color:#666; text-decoration: underline; }
	.entry_state a:hover   { color: #158CB1; text-decoration: underline; }


	blockquote {
		font-size: 11px;
		color: #808080;
		border: 1px solid #ddd;
		margin: 10px 0px;
		padding: 5px;
	}

	.pict {
		padding: 4px;
		border-top: 0px #D1D1D1 solid;
		border-right: 0px #989898 solid;
		border-bottom: 0px #989898 solid;
		border-left: 0px #D1D1D1 solid;
	}



/* ------------------------------------- 
 *  コメント・トラックバック
 * ------------------------------------- */

dl.comment dt, dl.trackback dt {
	margin: 20px 0 10px;
	font-weight:bold;
}

	dl.tb_box { margin:10px; }
	dl.tb_box dd.tb_body { padding:5px 0; }
	dl.tb_box dd.tb_body strong { margin-bottom:5px; }

	dl.tb_box dd.tb_state {
		padding:3px 10px;
		text-align:right;
		border-top:1px dotted #DDD;
		font-size:11px;
	}

	dd.com_form { margin:3px 10px; }
	dd.com_form input.form { width:250px; }
	dd.com_form textarea { width:350px; }

	dd.tb_url {
		width:470px;
		height:18px;
		padding:4px 10px;
		margin:10px 10px 20px;
		font-size:11px;
		border: 1px solid #ddd;
		background:#F3F3F3;
	}



/* ------------------------------------- 
 *  ナビゲーション（エントリーリンク、ページリンク）
 * ------------------------------------- */

ul.navi {
	width:510px;
	padding:5px 7px;
	margin:0 0 30px;
	font-size:10px;
	text-align:center;
}

ul.navi li { display:inline; }
ul.navi li.prev {  }
ul.navi li.next {  }
ul.navi li.num { margin:0 5px; }



/* ------------------------------------- 
 *  フッター
 * ------------------------------------- */

.pagetop {
	float:right;
	font-size:10px;
}

#footer address {
	font-style:normal;
	font-size:10px;
	color: #158CB1;
}

	#footer a:link,
	#footer a:visited,
	#footer a:active  {color: #158CB1; text-decoration: underline;}
	#footer a:hover   {color: #158CB1; text-decoration: underline;}
