/*Blog全体の設定。配置、幅等*/

body { 
	background-image: url(http://www.aoitori.net/petit/img/bg.jpg);
	background-attachment: fixed;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #FF8E9C;
}

img {
    border-style:none;
}

#container {
	width: 800px;
	margin-left: 60px;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
	color: #555555;
}

/* ヘッダー部分 */

/*タイトル文字の設定*/
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}

/*タイトル画像などの設定*/
#header {
	padding: 20px 20px;
}

/*1カラムのページのBody属性設定*/
#one-column #container {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
}

/*2カラムページのBody属性設定*/
#two-column #container {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
}

/* What's new!を書くためのインラインフレームタグ */
.auto {
	margin-top: -170px;
	margin-left: -90px;
	width: 186px;
	height: 125px;
	font-size: 10px;
	overflow: auto;
	border: 1px solid white;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFD9D9;
	scrollbar-shadow-color: #FFD9D9;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color: #FFD9D9;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

/*カテゴリーリスト*/
#category {
	margin-top: 3px;
	text-align: right;
}

#category a, #category span {
	font-size: 12px;
	margin-left: 10px;
}

/*サイドバー部分の設定*/

/*2カラムのサイドバー*/
#two-column .sidebar {
	width: 130px;
	float: left;
}

/*3カラムのサイドバー*/
#three-column #left {
	width: 130px;
	float: left;
}

#three-column #right {
	width: 130px;
	float: right;
}

/*サイドバーメニューの見出し*/
.sidebar h2 {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: gray;
	border-bottom: solid 2px #FF97A4;
	padding-bottom: 3px;
	margin-bottom: 0;
}

/*サイドバーのリストの調整*/
.menu {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 9px;
	margin-top: 8px;
	line-height: 13px;
}

/*サイドバーカテゴリーツリー用行間設定*/
.menuc {
	font-size: 10px;
	margin-top: 3px;
	line-height: 12px;
}

/*サイドバーコメントツリー用行間設定*/
.menur {
	font-size: 10px;
	margin-top: 8px;
	line-height: 12px;
}

/*サイドバーにあるツリー化リスト*/
ul.tree {
    margin: 0px!important;
    padding: 0px!important;
    font-size: 9px;
    list-style: none!important;
}
ul.tree ul {
    margin: 0px!important;
    padding: 0px!important;
}
ul.tree li {
    margin: 0px!important;
    padding: 0px 0px 0px 16px!important;
    background-image: url(./img/tree_lst_dotted.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.end {
    background-image: url(./img/tree_end_dotted.gif);
    list-style: none;
}


/*サイドバーのプルダウン月別リストの設定*/
.side select {
	font-family: Verdana, Arial, sans-serif;
	color:#666666;
	background: #ffffff;
	font-size:9px;
}

/*サイドバーにあるMTのバージョン情報用CSS*/
.sidebar p {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*サイドバーの検索窓の設定*/
.sidebar #searchform {
	margin-top: 5px;
}

.sidebar #searchform p {
	margin-top: 0px;
	margin-bottom: 2px;
}

/*サイドバーのカウンター設置設定*/
.center {
	font-size: 10px;
	text-align: center;
	margin-top: 8px;
}

/* カテゴリーアーカイブでページがサイドバーが長すぎないようにするID */
#cate-long {
	height: 200px;
	overflow: auto;
	border: 1px solid white;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFD9D9;
	scrollbar-shadow-color: #FFD9D9;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color: #FFD9D9;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

/* エントリー部分 */

/*MTmailで投稿した際の写真に関する設定*/
.pict {
	margin: 5px;
	border: dotted 2px #FF97A4;
	padding: 5px;
	align="left"
}

/*エントリーの中の引用文の挿入設定*/
blockquote {
    margin: 15px; /* 枠線を表示する上下左右の空白 */
    padding: 10px; /* 枠線から文字までの上下左右の空白 */
    background: #ffffff; /* 背景色 */
    border: 1px solid #999999; /* 文字色 */
    font-size: 12px; /* フォントサイズ */
    line-height: 150%; /* 改行幅 */
}


/*2カラムのコンテンツ部分*/
#two-column #content {
	width: 490px;
	float: right;
}

/*3カラムのコンテンツ部分*/
#three-column #content {
	width: 480px;
	float: right;
	margin-right: 20px;
}

/*エントリーの日付の設定*/

#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF9799;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9799;
	margin: 6px 5px 0;
	padding: 2px 0 2px 5px;
}

/*エントリーのタイトル*/
#content h3 {
	font-size: 14px;
	color: gray;
}

/*エントリーの内容*/
#content p {
	font-size: 11px;
	line-height: 140%;
	color: #717171;
}

/*エントリー下部の投稿者名、時間、コメント件数など*/
#content .posted {
	padding-top: 6px;
	margin-bottom: 40px;
}

/*トラックバック部分の見出しデザイン*/
#content h2#trackbacks,#content h2#comments {
	font-size: 14px;
	color: #FF9799;
	border-bottom: dotted 1px #FF9799;
	margin-top: 40px;
}

/*トラックバックの見出しデザイン*/
#content #tbdate h3 {
	font-size: 12px;
	color: #888888;
	margin-bottom: 0;
}

/*トラックバック概要と日時デザイン*/
#content #tbdate p,#content {
	font-size: 12px;
	color: #888888;
	margin-top: 5px;
	margin-bottom: 0;
}

/*コメントとコメントの間の余白調整*/
#content .posted {
	margin-bottom: 20px;
}

#comdate .posted {
	padding-top: 6px;
	margin-bottom: 40px;
	border-bottom: dotted 1px #FF9799;
}


/*コメントのエラーメッセージデザインの指定*/
#content .error {
	font-size: 18px;
	font-weight: bold;
	color: red;
	border: solid 1px red;
	padding: 5px;
	text-align: center;
}


/*タグクラウドの文字の大きさ設定*/
.module-tagcloud .module-list {
	text-align: center;
	margin-left: 5px;
	list-style: none;
}
.module-tagcloud .module-list-item {
	display: inline;
}
.module-tagcloud li.taglevel1 { font-size: 19px; font-weight: bold;}
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }


/*フィードを取得の文字の大きさ*/
.module-content {font-size: 9px;}


/*検索ページのフォーム下線*/
.kensaku form {
	border-bottom: solid 1px #FF97A4;
}

/*検索ページの日付フォント設定*/
.kendate {
	font-size: 11px;
	color: #666666;
	line-height: 140%;
}


/*コピーライトなどのフッタ部分*/
#footer {
	border-top: solid 2px #FF9799;
	padding-top: 3px;
	clear: both;
}

#footer p {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer a {
	color: #FF97A4;
	text-decoration: none;
}

/*フィード情報*/
#footer .rss {
	border: solid 1px #999999;
	padding: 1px;
	width: 80px;
}

#footer .rss a {
	display: block;
	width: 100%;
	background-color: #bbbbbb;
	color: black;
	font-size: 9px;
	font-family: Arial Helvetica,sans-serif;
}

#footer .rss-format {
	background-color: orange;
	padding: 0 5px;
}

#footer .rss-version {
	padding: 0 5px;
}
