/*ページ全体*/ 
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;/*■ページ全体の背景色*/
}
/*スクロールバーの色設定*/
html{
	scrollbar-base-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-face-color: #009900;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #009900;
	scrollbar-highlight-color: #009900;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #fff;
}

/*コンテンツ全体（ブログ本体）*/
#container{
	margin: 0px auto 0px auto;
	width: 900px;
	color: #333;/*■ブログ全体の文字の色*/
	font: 12px Verdana, sans-serif;
	
}
	

/*コンテンツ全体のリンク設定*/
a {
	color: #333;
	text-decoration: none;
}

/*コンテンツ全体のリンクにマウスが乗ったときのアクション設定*/
a:hover {
	color: #9b674d;
}

/*ブログ名*/
h1 {
	margin: 0px;
	padding: 40px 0 8px 0px;
	font: bold   Verdana, sans-serif;
	}

/*ブログ名のリンク設定*/
h1 a{
         color: #333;
	font-weight: bold;
}

h1 a:hover{
	margin:0
         padding:30px 10px 10px 0px;
	color: #9b674d;
}

/*記事日付*/
h2 {
	padding: 0px;
	font-weight: bold;
	text-align: left;
}

/*記事タイトル*/
h3 {
	padding: 15px 0 10px 0;
	font: bold 12px Verdana, sans-serif;
}

/*記事タイトルのリンク設定*/
h3 a{
	 color: #000;/*■記事タイトルの文字色*/
}

/*ブログ名(ヘッダー)部分全体*/
#banner{
	padding: 0px;
	width: 690px;
	height: 100px;
	float: left;
	text-align: left;
	border-left: 1px solid #ff9900;/*■ブログ名全体を囲う線*/
	border-right: 1px solid #ff9900;/*■ブログ名全体を囲う線*/
	border-bottom: 1px solid #ff9900;/*■ブログ名全体を囲う線*/
	background: #FF9900;/*■ブログ名の背景色*/
}

/*ブログの説明文*/
.description {
	padding: 0px 10px 0px 0px;
	color: #009900;
	font: 12px/1.3 Verdana, sans-serif;
	display: block;
}

/*個別記事上部に表示されるページナビ部分*/
.navi {
	margin: 10px 0;
	text-align: center;
	color: #333;
}

/*記事が表示されるメイン部分*/
#content {border-left: 30px solid #009900;

	padding: 0px;
	width: 660px;
	float: left;
	background: #fff;/*■記事全体の背景色*/
	margin: 10px 0px 20px;
	float: left;
font: 16px/1.2 Verdana, sans-serif;

}

.categoritop {
         border-bottom: 1px solid #009900;
     	text-align: center;
font:bold 18px; 
margin: 40px 0 40px;
}

/*記事全体*/
.blog {border-left: 30px solid #009900;
	margin: 0 0  10px ;
	padding: 0px;
	width: 690px;
	float: left;
	background: #fff;/*■記事全体の背景色*/
}

/*日付を除く記事全体*/
.blogbody {
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/*記事日付2*/
.date{border-bottom: 1px solid #009900;
	clear: left;
	margin: 0;
	padding: 10px 0px 0px 0px;
	color: #333;/*■記事日付の文字色*/
	font: 14px Verdana, sans-serif;
}

/*記事タイトル*/
.title{  
         color: #000;
	margin: 0px 0 0px 0;
	font: bold 17px;
}

/*記事タイトルのリンク設定*/
.title a{

}

/*記事本文*/
.text{   font: 14px Verdana, sans-serif;
	line-height: 1.5em;
	padding: 0px 0px 0px 5px;
	margin: 0;
	color: #333;/*■記事本文・コメント本文の文字色*/
	}


/*記事下部の投稿者・時間・コメントなどの部分*/
.posted{ 
	padding: 20px 0px 5px 0px;
	text-align: right;
	font-size: 10px;
	color: #333;/*■コメント投稿者などのの文字色*/
}

/*記事下部の投稿者・時間・コメントなどの部分のリンク設定*/
.posted a{ color: #333;


}
.posted a:hover{
	color: #9b674d;
}

/*左サイドバー全体*/
#links-left {
   
}

/*右サイドバー全体*/
#links {
         background: #FF9900;
	margin: -105px -10px 0 10px;
	padding: 30px 0 10px 0;
	float: left;
	width: 200px;
	text-align: left;
	font: 12px/1.8 Verdana, sans-serif;
}

/*カレンダー全体*/
#calendar {
border :1px solid #009900;
	margin: 0px 0 0px 15px;
	padding: px;
	width: 170px;
	text-align: left;
	font: 12px Verdana, sans-serif;
background: #fff;
}

/*カレンダー表*/
#calendar table {
	width: 100%;
}

/*カレンダーの曜日部分*/
#calendar th {
	font-weight: bold;
	color: #333;/*■カレンダー曜日部分の文字色*/
}

/*カレンダーの年月部分*/
.calendarhead {
	padding: px 0px;
	color: #333;/*■カレンダー年月部分の文字色*/
	font: 10px Verdana, sans-serif;
}

.calendarhead a:hover{
          color: #333;
          text-decoration: underline;
}


/*カレンダーの日付部分*/
.calendarday {
	 margin: 0 0 0px 0;
	padding: 3px;
	color: #333;/*■カレンダー日付の文字色*/
	font: 10px Verdana, sans-serif;
}

/*カレンダーの日付部分のリンク設定*/
.calendarday a {
	color: #ff9900;/*■カレンダー日付のリンク文字色*/
	text-decoration: none;
}

.calendarday a:hover{
	color: #ff9900;
         text-decoration: underline;
}

/*サイドバーの見出し部分（カテゴリ名など）*/
.sidetitle {
         border-left: 5px solid #009900;
	margin: 10px 0px 10px 3px;
	padding: 0 0 0 3px;
	color: #000;
	text-align: left;
	font: bold 12px Verdana, sans-serif;
}
	

/*サイドバーの本文（カテゴリなどの中身）*/
.side {
	margin-left: 15px;
	padding: 0 0 0px 0px;
	text-align: left;
	font: 10px/1.9em Verdana, sans-serif;
}

/*サイドバーの本文（カテゴリなどの中身）のリンク設定*/
.side a {
	font-size: 12px;
	color: #333;
}

.side a:hover ,.side-tag a:hover{
	color: #9b674d;
}



/*タグふれんど*/
.friend{margin:15px;}


/*タグクラウドの設定*/
.side-tag {
	margin: 0 0 10px 0;
	padding: 5px 0 10px 33px;
	text-align: left;
	font: 10px Verdana, sans-serif;
}

/*タグクラウドのリンク設定*/
.side-tag a{
	font-size: 12px;
	color: #;9b674d
}

/*記事検索の入力欄*/
input{
	max-width: 200px;
	background: #fff;/*■入力欄の背景色*/
	border: 1px solid #009900;/*■入力欄の枠線*/
}

/*記事検索・コメントを書く欄の確認送信ボタン*/
.input-submit{
	margin: 0 5px 0 0;
	color: #fff;/*■ボタンの文字の色*/
	background: #009900;/*■ボタンの背景色*/
	border: 1px solid #fff;/*■ボタンの枠線*/
}

/*ブログ下部のseesaaバナー*/
.powered {
	padding: 20px 0px;
	text-align: center;
}

.powered table{
	margin: 0px auto;
	text-align: center;
}

/*RSS設定*/
.syndicate {
	margin: 20px 0;
	text-align: center;
	font-size: 10px;
}

/*コメント欄全体*/
#comments {border-left: 30px solid #009900;
	margin: 0 0  10px ;
	padding: 0px;
	text-align:left;
	font:  14px;
      }

/*コメントフォームの設定*/
#comments form {
         font: 14px;
	margin: 0;  
	padding: 10px 0 0 5px;
}

/*コメント記入欄*/
textarea{font: 14px;
	padding: 0px 0 0px 5px;
	width: 300px;
	color: #333;
	backgroundr: #fff;
	border: 1px solid #009900;
         text-align:left;
}

/*コメント欄の上部*/
.comments-head{ border-bottom: 1px solid #009900;
	clear: left;
	margin: 0;
	padding: 10px 0px 0px 0px;
	color: #333;/*■記事日付の文字色*/
	font: 14px Verdana, sans-serif;
	text-align:left;
         
}

/*コメントの投稿者部分*/
.comments-post {
	padding: 10px 0px 0px 0px;
	text-align:left;
	font: bold 15px;
	color: #000;
	background: #fff;
}


/*コメント本文*/
.comments-body {font: 14px;
	margin: 
	padding: 20px 0 10px 5px;
	color: #333;
	background: #fff;/*■コメント本文の背景色*/
	text-align:left;
}

/*コメント最後部*/
.comments-bottom {font: 10px;
text-align:right

}

/*トラックバック部分*/
#trackback {
	margin: 20px 0 　10px;
	padding:0px 0 0px;
	text-align:left;
	color:333;
	font: 14px;
	background: #fff;/*■トラックバック本文の背景色*/
	border-left: 30px solid #009900;/*■トラックバックを囲う線*/
}

.trackback-head{
         padding:10px 0 0 0px;
         border-bottom: 1px solid #009900;
}
.trackback-url{
         padding:10px 0 0 5px;
}


.trackback-top{
         padding:10px 0 0 0px;
         border-bottom: 1px solid #009900;
}

.trackback-middle{
         font: bold 17px;
         
         color:#000;
         padding:10px 0 0 0px;
}
.trackback-article{
	margin: 
	padding: 0px 0 0 5px;
	color: #333;
	background: #fff;/*■コメント本文の背景色*/
	text-align:left;
}
.trackback-bottom{font: 10px;
padding: 10px 0 0 5px;

text-align:right
}


/*フッター*/
#footer{wide:900px;
background: #fff;
clear:left;
}

/*引用の設定*/
blockquote{
	margin: 20px 10px;	background: #FFFCF3;
	border-left: 1px dashed #354b0f;
	padding: 5px;

}

/*Blogtimesの設定*/
.blogtimes{
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	text-align: center;
}

/*-----ダイエット表示部分------------------------*/

/*ダイエット内容全体部分*/
#diet-container{
	margin: 0 0 10px 0;
	padding: 10px 5px 0 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/*目標体重・残り・体重・体脂肪率の部分*/
.diet-content{
	padding: 0 0 0 10px;
}

/*１回目測定・２回目測定の部分*/
.diet-title{
	margin: 5px 0;
	padding: 0px 10px 0px 5px;
	font-weight: bold;
	background: #fff
}

/*食事内容全体*/
#diet-foods{
	padding: 5px 0 0 0;
}

/*朝・昼・夜食の部分*/
.food-title{
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	width: 20%;
	clear: left;
	float: left;
	border-top: 1px solid #fff;
}

/*朝・昼・夜食に食べたものを表示する部分*/
.food-content{
	margin: 5px 0 0 0;
	padding: 10px 0;
	width: 100%;
	border-top: 1px solid #fff;
}

/*-----タグクラウドの表示設定------------------------*/

.tag-word{
	margin: 20px 0px 0px 0px;
	line-height: 1.4em;
}
.tag{
	margin: 0;
	padding: 10px 0;
	width: 480px;
	position: relative;
	float:left;
}
#tag_cloud{
	padding: 10px;
	text-align: left;
	position: relative;
	border: 1px solid #ccc;
}
#tag_cloud a {
	padding: 2px;
}
.tag-title{
	font: bold 16px;
	text-align:left;
}
.tag-body{
	margin: 10px 0px;
	padding: 10px 0px 0px 0px;
	position: relative;
}
.tag-service{
	padding: 0px 0px 5px 0px;
	clear: left;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.tag-search{
	margin: 0 0 10px 0;
	padding: 5px 0px;
	text-align: right;
	font-weight: bold;
	position: relative;
}
.tag-article{
	padding: 0px 10px 10px 10px;
	text-align: left;
	position: relative;
}
.tag-article-title{
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-weight: bold;
	position: relative;
}
.tag-article-posted{
	font-weight: normal;
	position: relative;
}
.tag-article-summary{
	padding: 0px 10px;
	line-height: 1.4em;
	position: relative;
}
.tag-more{
	margin: 10px 0px;
	text-align: right;
	clear: left;
	position: relative;
}
.tag-photos{
	margin: 10px 8px;
	float: left;
	position: relative;
	width: 140px;
	height: 200px;
}
.tag-photos-title{
	line-height: 1.4em;
	padding: 5px 0px;
	text-align: left;
	position: relative;
}
.tag-audios{
	margin: 5px;
	position: relative;
}
.tag-audios-title{
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	position: relative;
}
.tag-audios-posted{
	font-weight: normal;
	position: relative;
}
.tag-videos{
	margin: 10px 8px;
	float: left;
	position: relative;
}
.tag-videos-title{
	padding: 5px 0px;
	line-height: 1.4em;
	text-align: left;
	position: relative;
}
.tag-navi{
	margin:10px 0px;
	clear: left;
	text-align: center;
	position: relative;
}
