/* バックグラウンド縦線 */

body{
    background: url(images/bline.gif) repeat-y top top;
}

/* 各見出し項目 */

#excerpt h3{
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0;
    padding:10px;
    border:1px solid #333;
    background-color:#f5f5f7;
}

.comments-open h2	{
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0;
    padding:10px;
    border:1px solid #333;
    background-color:#f5f5f7;
}

#photos h2{
    background: url(http://www.highflyers.jp/masutomo_co_jp/staff-blog/maru.png) no-repeat;
    margin: 0;
    font-size:14px;
    color:#333;
    padding-left: 20px;
}

#topcontents h1	{
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0;
    padding:10px;
    border:1px solid #333;
    background-color:#f5f5f7;
}

#categories h2	{
    background: url(http://www.highflyers.jp/masutomo_co_jp/staff-blog/maru.png) no-repeat;
    margin: 0;
    font-size:14px;
    color:#333;
    padding-left: 20px;
}

.entry h2{
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0;
    padding:10px;
    border:1px solid #333;
    background-color:#f5f5f7;
}

#trackbacks h3{
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0;
    padding:10px;
    border:1px solid #333;
    background-color:#f5f5f7;
}

#comments h3{
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0;
    padding:10px;
    border:1px solid #333;
    background-color:#f5f5f7;
}
#comments h2{
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0;
    padding:10px;
    border:1px solid #333;
    background-color:#f5f5f7;
}
.date{
    padding:0;
    margin:0;
    text-align:right;
    font-size:12px;
    color:#333;
}

/* 枠組み */

#container{
    width: 800px;
    margin: auto;
	}

#leftsidebar	{
    width: 288px;
    margin: 20px 30px 10px 0;
    float: left;
}

	/* サイドバーの設定 */
	.sidebar{
	    font-size: 0.75em;
	}

	#leftsidebar ul	{
	    margin: 10px 0 20px 16px;
	    padding: 0;
	}


	#leftsidebar li	{
	    list-style-image: url(images/mark02.png);
	    margin-bottom: 10px;
	}

#topcontents	{
    width: 482px;
    float: left;
}



/* リンクの設定 */
a{
    color: #333;
}

a img{
    border: none;
}


/* ヘッダーの設定 */



.header h1	{
	margin: 0;
	}

.header ul	{
	font-size: 0.75em;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.header ul a	{
	text-decoration: none;
	}

.header ul li	{
	display: inline;
	background: url(http://www.highflyers.jp/masutomo_co_jp/staff-blog/kugiri.png) no-repeat top right;
	padding: 0 5px;
	}

.header p	{
	margin: 5px 0;
	}


/* パンくずリスト */
#breadcrumbs	{
	font-size: 0.75em;
	color: #444444;
	margin: 4px 0 10px;
	}

#breadcrumbs a, #breadcrumbs span	{
	color: #0095b6
	}

/* 最近の写真メニュー */

#leftsidebar #photos{
    margin: 0 0 25px;
}

#photos ul{
    list-style-type: none;
    margin: 2px 0 0;
    padding: 0;
}

#photos li{
    display: inline;
}

#photos li img	{
    margin: 5px 5px 0 0;
}



/* メインページのカテゴリーメニュー */

#leftsidebar #categories p{
    padding:5px;
    line-height:1.5em;
}
#leftsidebar #categories ul{
    list-style-type: none;
    padding: 1px 0 7px;
}

#leftsidebar #categories li{
    text-indent: 10px;
    color: #333;
    margin: 7px 0 0;
}

#leftsidebar #categories li a {
    text-decoration: none;
    color: blue;
}

#leftsidebar #categories li li a {
    color: #000000;
}

#leftsidebar #categories ul ul	{
    background-color: white;
    margin: 7px 0 0;
    padding: 1px 0 0;
}

#leftsidebar #categories ul ul li	{
    border-bottom: solid 1px #0095b6;
    padding: 0 0 7px;
}


/* コンテンツの設定 */
#topcontents{
    font-size: 0.75em;
    line-height: 1.4;
    margin-top: 20px;
}


/* 記事の設定 */

.asset-meta, .asset-meta a	{
    color: #333;
    text-align:right;
    margin: 4px 0 20px;
}

.entry-meta img	{
    vertical-align: top;
    margin-right: 2px;
}

.entry	{
    clear: both;
}

#more	{
clear: both;
}

.entry-tags, .entry-asset	{
clear: both;
}

/* 概要の設定 */

#excerpt{
    padding:0 0 0 12px;
}

.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

#excerpt p{
    margin-top: 5px;
}




/* トラックバックの設定 */

#trackbacks{
    margin-top: 20px;
    clear: both;
}

#trackbacks p{
    margin: 0 0 25px;
}

.tb{
    background: url(http://www.highflyers.jp/masutomo_co_jp/staff-blog/mark01.png) no-repeat 0 4px;
    margin-bottom: 20px;
    padding-left: 12px;
}

#trackbacks .tb p{
    margin: 0;
}

.tbdate	{
    color: #666666;
}


/* コメントの設定 */

.com{
    background: url(http://www.highflyers.jp/masutomo_co_jp/staff-blog/mark01.png) no-repeat 0 4px;
    margin: 20px 0;
    padding-left: 12px;
}

.com p{
margin: 0 0 3px;
}

.cominfo{
    color: #666666;
}

.cominfo img{
vertical-align: middle;
}

.compost{
    font-size: 0.75em
}

.reply{
    background: url(http://www.highflyers.jp/masutomo_co_jp/staff-blog/mark02.png) no-repeat 0 4px;
    margin: 20px;
    padding-left: 12px;
}

.reply p{
    margin: 0;
}

#comment-author, #comment-email, #comment-url, #comment-text	{
    display: block;
    width: 80%;
}

#comments-open p{
margin:0;
}


/* アイテム */

#itemtable{
    border-collapse: collapse;
    border: solid 1px skyblue;
}

#itemtable td{
    padding: 10px;
    border: solid 1px skyblue;
}


/* タグクラウド */



/* フッターの設定 */
#footer	{
    clear: both;
}

#footer p{
    font-size: 0.75em;
    line-height: 2;
    color: #333;
    border-top:1px solid #333;
    padding: 0 10px;
}

#footer img{
    margin: 14px 0 0 10px;
    float: right;
}

/* カレンダーの設定 */

#calendar { line-height: 140%; color: #003300; font-family: Verdana, Arial, sans-serif; padding: 0px; text-align: center; margin-bottom: 5px; } 
#calendar table {
    margin-bottom:25px;
    text-align:center;
    font-size: 100%;
    padding: 2px;
    border-collapse: collapse;
    border: 0px;
    width: 260px;
}

#calendar caption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    color: #333333;
    text-align: center;
    background-color: #ffffff;
    padding-top: 2px;
    padding-bottom: 5px;
}

#calendar th {
    text-align: center;
    font-weight: normal;
    background-color: #EBE5DD;
}

#calendar .sunday { background-color:#C5B19C; }

#calendar .saturday { background-color:#C5B19C; }

#calendar td { text-align: center; }

#calendar a:link {
    text-decoration: none;
    background-color:#fae08c;
    color: #0033ff;
    border-bottom: 1px solid #d97f26;
}

#calendar a:link:hover {
    text-decoration: underline;
    background-color:#fae08c;
    color: #ff3300;
    border-bottom: 1px solid #d97f26;
}

#calendar a:link:active {
    background-color:#fae08c;
    text-decoration: underline;
    color: #0033ff;
    border-bottom: 1px solid #d97f26;
}

#calendar a:visited {
    background-color:#fae08c;
    text-decoration: none;
    color: #0033ff;
    border-bottom: 1px solid #d97f26;
}

#calendar a:visited:hover {
    background-color:#fae08c;
    text-decoration: underline;
    color: #ff3300;
    border-bottom: 1px solid #d97f26;
}

#calendar a:visited:active {
    background-color:#fae08c;
    text-decoration: underline;
    color: #0033ff;
    border-bottom: 1px solid #d97f26;
}



