/*ページ全体*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eee url(http://youtube2anime.up.seesaa.net/image/013.gif);/*■ページ全体の背景画像（お好みで）*/
}

/*スクロールバーの色設定*/
html{
	scrollbar-base-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #2DB4F5;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #2DB4F5;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #2DB4F5;
}

/*コンテンツ全体（ブログ本体）*/
#container {
	margin: 0 auto;
	width: 990px;
	color: #5D5D5D;/*■ブログ全体の文字の色*/
	font: 12px Verdana, sans-serif;/*■ブログ全体の文字の設定*/
	background: #fff url(★) repeat-x bottom left;/*■ブログ下部の背景画像（黄・茶・水色の線）*/
	border-left: 1px solid #999;/*■ブログを囲う左側枠線*/
	border-right: 1px solid #999;/*■ブログを囲う右側枠線*/
}

/*コンテンツ全体のリンク設定*/
a:link {
	color: #0066CC;/*■ブログ全体のリンクの色*/
	text-decoration: none;
}

a:hover {
	color: #c93;
}

/*ブログ名*/
{
	margin: 0;
	padding: 40px 0 8px 0;
	font: bold 20px Verdana, sans-serif;
}

/*ブログ名のリンク設定*/
 a {
	color: #666;/*■文字色*/
}

 a:hover {
	position: relative; top: 1px; left: 2px;
	color: #816754;
}

/*記事日付*/
 {
	padding: 0;
	text-align: left;
	font-weight: bold;
}

/*記事タイトル*/
h2 {
	font: bold 12px Verdana, sans-serif;
}

/*記事タイトルのリンク設定*/
 a {
	color: #000;
}





/*ブログ名(ヘッダー)部分全体*/
#banner {
	margin: 0;
	padding: 0 0 0 70px;
	text-align: left;
	height: 90px;
	background: #fff url(★?/f-banner.jpg) repeat-x top left;/*■ブログ名の背景画像（黄と水色の線）*/
}

/*ブログの説明文*/
.description {
	padding: 0 10px 0 0;
	color: #666;/*■文字色*/
	font-weight: bold;
}


h1 { font-size:13px; }


h3 { font-size:13px; }


/*個別記事上部に表示されるページナビ部分*/
.navi {
	margin: 10px 0;
	text-align: center;
}

/*記事が表示されるメイン部分*/
#content {
	padding: 50px 5px 20px 5px;
	float: left;
	width: 515px;

}

/*記事全体*/
.blog {
	text-align: left;
}

/*日付を除く記事全体*/
.blogbody {
	margin: 0 0 10px 0;
	padding: 0 0px;
	border: 1px solid #000;/*■記事全体を囲う線*/
}

/*記事日付2*/
.date {
	clear: left;
	margin: 0px;
	padding: 20px 0 5px 0;
	color: #666;
	font: bold 10px Verdana, sans-serif;
}

/*記事タイトル*/
.title {
	margin: 0px 0 10px 0px;
	color: #fff;
	padding: 5px 0 5px 10px;
	font: bold 18px Verdana, sans-serif;
	background: #2184b6;
        border: 1px solid #000;
}

/*記事タイトルのリンク設定*/
.title a {
	border: none;
	color: #fff;
}

/*記事本文*/
.text {
	margin: 0 0 0 5px;
	padding: 0 5px 0 0px;
	line-height: 1.8em;
	background: #fff;
}

/*記事下部の投稿者・時間・コメントなどの部分*/
.posted {
	margin: 0 0 5px 0;
	padding: 20px 0;
	text-align: right;
	background: #fff;
	font: 10px Verdana, sans-serif;
}

/*記事下部の投稿者・時間・コメントなどの部分のリンク設定*/
.posted a {
	font-weight: bold;
}

/*左サイドバー全体*/
#links-left {
	margin: 50px 0 0 0;
	padding: 0;
	width: 213px;
	background: #fff;
	float: left;
	text-align: center;
	font: 12px/1.8em Verdana, sans-serif;
         border: 1px solid #000;/*■記事*/
}

/*右サイドバー全体*/
#links {
	margin: 50px 0 0 0;
	padding: 0;
	width: 240px;
	background: #fff;
	float: left;
	text-align: ;center;
	font: 12px/1.8em Verdana, sans-serif;
         border: 1px solid #000;/*■記事*/
}

/*カレンダー全体*/
#calendar {
	margin: 20px auto;
	width: 174px;
	text-align: center;
	background: #fff;/*■カレンダー全体の背景色*/
	border: 1px solid #C6C6C6;
}

/*カレンダー表*/
#calendar table {
	width: 100%;
	background: #fff;/*■カレンダー表の背景色*/
}

/*カレンダーの曜日部分*/
#calendar th {
	color: #816754;/*■カレンダー曜日の文字色*/
	font-weight: bold;
	background: #E1E1E1;/*■カレンダー曜日の背景色*/
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

/*カレンダーの年月部分*/
.calendarhead {
	padding: 4px 0;
	color: #666;/*■カレンダー年月の文字色*/
	font: bold 12px Verdana, sans-serif;
	background: #fff;/*■カレンダー年月の背景色*/
}

/*カレンダーの日付部分*/
.calendarday {
	margin: 0 0 10px 0;
	padding: 3px;
	color: #5D5D5D;/*■カレンダー日付の文字色*/
	font: 10px Verdana, sans-serif;
}

/*カレンダーの日付部分のリンク設定*/
.calendarday a {
	font-weight: bold;
}

/*サイドバーの見出し部分（カテゴリ名など）*/
.sidetitle {
	margin: 0px 0px 0 0px;
	padding: 0 0 4px 0;
	color: #fff;/*■見出しの文字色*/
	background: #2184b6;
	text-align: center;
	font: bold 15px Verdana, sans-serif;
	border-bottom: 0px dotted #9D9D9D;/*■サイドバー見出し下部の線*/
}

/*サイドバーの本文（カテゴリなどの中身）*/
.side {
	margin: 5px 10px 20px 10px;
	text-align: left;
	font: 10px/1.8em Verdana, sans-serif;
}

/*サイドバーの本文（カテゴリなどの中身）のリンク設定*/
.side  a {
	font-size: 12px;
}

/*タグクラウドの設定*/
.side-tag {
	margin: 5px 10px 20px 10px;
	text-align:left;
	font: 10px Verdana, sans-serif;
}

/*タグクラウドのリンク設定*/
.side-tag a{
	font-size:12px;
}


/*記事検索の入力欄*/
input {
	max-width: 200px;
	background: #fff;/*■入力欄の背景色*/
	border: 1px solid #959595;/*■入力欄の枠線*/
}

/*記事検索の【検索】ボタン・コメントを書く欄の【確認・送信】ボタン*/
.input-submit {
	margin: 0 5px 0 0;
	color: #666;/*■検索の文字の色*/
	background: #EEF38C;/*■検索ボタンの背景色*/
	border: 1px solid #959595;/*■検索ボタンの枠線*/
}

/*ブログ下部のseesaaバナー*/
.powered {
	padding: 20px 0;
	text-align: center;
}

.powered table{
	margin: 0px auto;
	text-align: center;
}

/*RSS設定*/
.syndicate {
	margin: 20px 0;
	text-align: center;
	font-size: 10px;
}

/*コメント欄*/
#comments {
	margin: 25px 0 30px 0;
	padding: 15px;
	text-align: left;
	font: 12px Verdana, sans-serif;
	border: 1px solid #CCC;/*■コメント欄全体を囲うの枠線色*/
}

/*コメントフォームの設定*/
#comments form {
	margin: 0;
	padding: 0;
}

/*コメント記入欄*/
textarea {
	margin: 0 0 5px 0;
	width: 300px;
	background: #fff;/*■入力欄の背景色*/
	border: 1px solid #959595;/*■入力欄の枠線*/
}

/*コメント欄の上部*/
.comments-head {
	margin: 10px 0 20px 0;
	padding: 0;
	color: #816754;
	font-weight: bold;
}

/*コメント本文*/
.comments-body {
	margin: 0;
	padding: 0 0 10px 0;
}

/*コメントの投稿者部分*/
.comments-post {
	padding: 10px 0px 5px 10px;
	text-align: right;
	font: 10px Verdana, sans-serif;
	border-bottom: 1px dotted #9D9D9D;/*■コメント投稿者下部の線*/
}

/*トラックバック部分*/
#trackback {
	margin: 25px 0 30px 0;
	padding: 15px;
	text-align: left;
	font: 12px/1.5em Verdana, sans-serif;
	border: 1px solid #ccc;/*■トラックバック全体を囲う枠線*/
}

/*トラックバック内の線の設定*/
hr {
	border-style: dotted none none;
	border-top-width: 1px;
	border-top-color: #9D9D9D;/*■線の色*/
	height: 1px;
}

/*フッター*/
#footer {
	clear: left;
	margin: 20px 0 0 0 ;
	padding: 45px 0 0 0;
}

/*引用の設定*/
blockquote{
	margin: 20px 10px;
	padding: 5px;
	background: #FAFAD2;/*引用部分の背景色*/
}

/*Blogtimesの設定*/
.blogtimes{
	margin: 5px 10px 20px 10px;
	text-align: center;
}

/*-----ダイエット表示部分------------------------*/

/*ダイエット内容全体部分*/
#diet-container{
	margin: 0 0 10px 0;
	padding: 10px 5px 0 5px;
}

/*目標体重・残り・体重・体脂肪率の部分*/
.diet-content{
	padding: 0 0 0 10px;
}

/*１回目測定・２回目測定の部分*/
.diet-title{
	margin: 5px 0;
	padding: 0px 10px 0px 5px;
	font-weight: bold;
	color: #fff;
	background: #87CEFA;
}

/*食事内容全体*/
#diet-foods{
	padding: 5px 0 0 0;
	border-bottom: 1px solid #ccc;
}

/*朝・昼・夜食の部分*/
.food-title{
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	width: 20%;
	clear: left;
	float: left;
	border-top: 1px solid #ccc;
}

/*朝・昼・夜食に食べたものを表示する部分*/
.food-content{
	margin: 5px 0 0 0;
	padding: 10px 0;
	width: 100%;
	border-top: 1px solid #ccc;
}


/*-----タグクラウドの表示設定------------------------*/

.tag-word{
	margin: 20px 0px 0px 0px;
	line-height: 1.4em;
}
.tag{
	margin: 40px 0 0 0;
	padding: 0 10px 10px 10px;
	position: relative;
}
#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;
}

.pankuzu{
font-size:90%;
text-align:left;
margin:0px;
width:100%;
padding : 5px;
}