/*--------------------------------------
	基本設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;

	font-size: 100%;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 1;

	overflow: auto;
}


.prof {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;

	overflow: auto;
}


ul, ol {
	list-style: none;
}

/*--------------------------------------
　クラス
---------------------------------------*/
/* タイトル3 */
#trackbacks h3, #comments h2, #comments h3, #comment_input h3{
	margin: 0px 0px 8px 0px;
	padding: 10px 0px 5px 0px;

	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}

/* レイアウト1 */
#trackbacks, #comments, #comment_input {
	margin: 0px 0px 10px 0px;
	line-height:1.5
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
div#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	height: 90px;
}

div#header h1 {
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 30px;
}

div#header h1 a {
	font-weight: bold;
	text-decoration: none;
}

div#header p {
	font-size: 12px;
	font-weight: normal;
}

/*--------------------------------------
　エントリー
---------------------------------------*/
.entry_navi {
	margin: -20px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.entry_box {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;

	position: relative;
}

.entry_box h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;

	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}

/* 投稿者情報 */
ul.entry_data {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;

	font-size: 12px;
	text-align: right;
}

ul.entry_data li {
	margin: 0px 0px 0px 10px;
	display: inline;
}

ul.entry_data li span {
	font-weight: bold;
}

/* エントリー内容 */
.entry_body {
	padding: 0px 0px 10px 0px;

	font-size: 12px;
}

.entry_body p {
	padding: 10px 10px 10px 10px;

	line-height: 1.5;
}

.entry_body p.more {
	padding: 5px 0px 0px 0px;

	line-height: 1.5;
}

.tags_info {
	padding: 10px 0px 10px 0px;
}

.tags_info li {
	margin: 0px 5px 0px 0px;
	display: inline;
}

.tags_info li h3 {
	margin: 0px;
	padding: 0px;
	display: inline;

	text-transform: capitalize;
}

ul.entry_info {
	padding: 6px 0px 20px 0px;
}

ul.entry_info li {
	margin: 0px 2px 0px 0px;
	display: inline;
}

/*--------------------------------------
　トラックバック
---------------------------------------*/
#trackbacks p#tb_url {
	margin:0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;

	font-size: 12px;
	line-height: 2;
}

#trackbacks p#tb_url input {
	padding: 2px 0px 0px 4px;
}

#trackbacks .tb_box {
	margin:0px 10px 15px 10px;
	padding: 10px 10px 5px 10px;
}

#trackbacks .tb_box h4 {
	margin: 0px 0px 10px 5px;

	font-size: 15px;
}

#trackbacks .tb_box p {
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

#trackbacks .tb_box ul {
	padding: 6px 10px 0px 10px;

	position: relative;

	font-size: 12px;
}

#trackbacks .tb_box ul li {
	margin: 0px 2px 0px 0px;
	display: inline;
}

/*--------------------------------------
　コメント表示
---------------------------------------*/
#comments .comment_data {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 10px;

	font-size: 12px;
}

#comments .comment_data li {
	margin: 0px 0px 0px 10px;
	display: inline;
}

#comments .comment_data li span {
	font-weight: bold;
}

/*--------------------------------------
　コメント入力
---------------------------------------*/
#comment_input dl, #comment_edit dl {
	padding: 0px 0px 0px 10px;
}

#comment_input dt {
	margin: 0px 0px 3px 0px;

	font-size: 13px;
	letter-spacing: 2px;
}

#comment_input dd {
	margin: 0px 0px 10px 0px;
}

#comment_input input, #comment_input textarea {
	font-size: 12px;
}

#comment_input textarea {
	padding: 5px 3px;
	width: 350px;
	overflow: auto;
}

#comment_input li  {
	display: inline
}

#comment_input li input {
	margin-left: 10px;
	display: inline:
}

#button {
	margin-top:10px;
	 
	display: block
}

/*--------------------------------------
　コメント受付・エラー
---------------------------------------*/
#comment_pending #conts p, #comment_error #conts p {
	margin: 0px 10px 10px 10px;
	line-height: 1.5;
}

/*--------------------------------------
　サイドナビ
---------------------------------------*/
.side{
	padding:10px 0px 30px 10px;
		
	font-size:12px
}

.sidetitle  {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 5px;

	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}

.sidebody {
	margin: 0px 0px 5px 0px;

	font-size: 12px;
	line-height: 1.3;

}

/* カレンダー */
.calendarhead {
	padding-bottom: 3px;
	margin-bottom: 10px;

	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.caltblwk {
	font-weight:bold
}

.caltblwk, .caltblday {
	width: 170px;
	border-collapse: collapse;
}

.caltblwk td, .caltblday td {
	padding: 3px 0;
}

.calbody{
	margin:0px 0px 30px 0px;
}
	
	
/* RSS・チェッカーズ */
#elsebody {
	margin:0 auto;

	text-align:center
}

#elsebody li {

	padding:5px 0px 5px 0px;
}

/*--------------------------------------
	フッター
---------------------------------------*/
#footer {
	clear: both;

	text-align: center;
}

#footer ul {
	padding: 30px 0px 0px 0px;
	height: 29px;
}

	 * html #footer ul {
		height: 59px;
	}

#footer li {
	margin: 0px 20px;
	display: inline;

	font-size: 12px;
}

/*--------------------------------------
　装飾
---------------------------------------*/
.attention {
	margin: 20px 10px 0px 10px;
	padding: 5px 10px;

	font-size: 11px;
	line-height: 1.5;
}

/*--------------------------------------/
/										/
/										/
/										/
/			色と画像の設定				/
/										/
/										/
/										/
/--------------------------------------*/
body {
	background: #e6e6e6 url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/body_back.gif);

	color: #333;
}

.sidetitle, .calendarhead {
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/line_white.gif) repeat-x left bottom;

	color: #fff;
}

.caltblday td {
	background: #fff;
	border: 1px solid #EB652C;
}

.caltblwk .weekday {
	background: #F5B79C;

	color: #333;
}

.caltblwk .sun, .caltblwk .sat  {
	background: #F5B79C;

	color: #333;
}

.caltblwk td {
	background: #CEE1F4;
	border: 1px solid #EB652C;
}

#trackbacks h3, #comments h2, #comments h3, #comment_input h3 {
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/line_orenge.gif) repeat-x left bottom;
}

div#header {
	background: #EB652C url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/header_back.gif) no-repeat right top;
}

div#header h1 a {
	color: #fff;
}

div#header p {
	color: #fff;
}

#conts {
	color: #333;
}


.entry_box h2 {
	border-bottom: 1px solid #EB652C;
}

ul.entry_info {
	border-top: 1px solid #EB652C;
}

#comments p {
	border-bottom: 1px dashed #EA9D7D;
}


#footer {
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/footer_left_back.gif) no-repeat;
}

#footer ul {
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/footer_right_back.gif) no-repeat right top;
}

.attention {
	background: #E5EDF4;
}

#footer ul {
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/footer_right_back.gif) no-repeat right top;
}


#conts a:link {
	color: #930;
}

#conts a:visited {
	color: #999;
}

#conts a:hover {
	color: #000;
}

#conts a:active {
	color: #930;
}

#side_navi-A a:link, #side_navi-B a:link, #footer a:link {
	color: #B3E7FF;
}

#side_navi-A a:visited, #side_navi-B a:visited, #footer a:visited {
	color: #ccc;
}

#side_navi-A a:hover, #side_navi-B a:hover, #footer a:hover {
	color: #333;
}

#side_navi-A a:active, #side_navi-B a:active, #footer a:active {
	color: #B3E7FF;
}


/*--------------------------------------/
/										/
/										/
/										/
/		レイアウトの設定				/
/										/
/										/
/										/
/--------------------------------------*/

/*--------------------------------------
　3カラムAタイプ（デフォルト）
---------------------------------------*/
#container {
	margin: 0px auto;
	width: 800px;
	background: #fff url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_back.gif) repeat-y left top;

	text-align: left;
}

#main {
	padding: 0px 0px 0px 0px;
	height: 100%;
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_back.gif) repeat-y right top;
	overflow: auto;
}

#liquid {
	width: 416px;

	float: left;
}

#conts {
	padding: 30px 10px 0px 10px;
}

#side_navi-A {
	padding: 0px 17px 0px 5px;
	width: 170px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_left_back.gif) no-repeat;

	float: left;
}

	 * html #default #side_navi-A {
		width: 192px;
	}

#side_navi-B {
	padding: 0px 5px 0px 17px;
	width: 170px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_right_back.gif) no-repeat;

	float: right;
}

	 * html #default #side_navi-B {
		width: 192px;
	}

/*--------------------------------------
　3カラムBタイプ
---------------------------------------*/
#three-column-B #container {
	margin: 0px auto;
	width: 800px;
	background: #fff url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_back.gif) repeat-y left top;

	text-align: left;
}

#three-column-B #main {
	padding: 0px 0px 0px 0px;
	height: 100%;
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_back.gif) repeat-y right top;
	overflow: auto;
}

#three-column-B #liquid {
	width: 416px;

	float: right;
}

#three-column-B #conts {
	padding: 30px 10px 0px 10px;
}

#three-column-B #side_navi-A {
	padding: 0px 5px 0px 17px;
	width: 170px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_right_back.gif) no-repeat;

	float: right;
}

	 * html #default #side_navi-A {
		width: 192px;
	}

#three-column-B #side_navi-B {
	padding: 0px 17px 0px 5px;
	width: 170px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_left_back.gif) no-repeat;

	float: left;
}

	 * html #default #side_navi-B {
		width: 192px;
	}

/*--------------------------------------
　3カラムAタイプ-リキッド
---------------------------------------*/
#default-liquid #container {
	margin: 0px auto;
	width: 800px;
	background: #fff url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_back.gif) repeat-y left top;

	text-align: left;
}

#default-liquid #main {
	padding: 0px 0px 0px 0px;
	height: 100%;
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_back.gif) repeat-y right top;
	overflow: auto;
}

#default-liquid #liquid {
	width: 416px;

	float: left;
}

#default-liquid #conts {
	padding: 30px 10px 0px 10px;
}

#default-liquid #side_navi-A {
	padding: 0px 17px 0px 5px;
	width: 170px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_left_back.gif) no-repeat;

	float: left;
}

	 * html #default-liquid #side_navi-A {
		width: 192px;
	}

#default-liquid #side_navi-B {
	padding: 0px 5px 0px 17px;
	width: 170px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_right_back.gif) no-repeat;

	float: right;
}

	 * html #default-liquid #side_navi-B {
		width: 192px;
	}

/*--------------------------------------
　3カラムBタイプ-リキッド
---------------------------------------*/
#default-liquid #container {
	margin: 0px auto;
	width: 800px;
	background: #fff url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_back.gif) repeat-y left top;

	text-align: left;
}

#default-liquid #main {
	padding: 0px 0px 0px 0px;
	height: 100%;
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_back.gif) repeat-y right top;
	overflow: auto;
}

#default-liquid #liquid {
	width: 416px;

	float: right;
}

#default-liquid #conts {
	padding: 30px 10px 0px 10px;
}

#default-liquid #side_navi-A {
	padding: 0px 5px 0px 17px;
	width: 170px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_right_back.gif) no-repeat;

	float: right;
}

	 * html #default-liquid #side_navi-A {
		width: 192px;
	}

#default-liquid #side_navi-B {
	padding: 0px 17px 0px 5px;
	width: 170px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/001-orenge/side_navi_left_back.gif) no-repeat;

	float: left;
}

	 * html #default-liquid #side_navi-B {
		width: 192px;
	}