body {
font-family: Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
background-image:url(http://ahiru8.up.seesaa.net/material/mtr_bg_2.jpg);		/* ■壁紙■ */
text-align:center;
line-height : 1.5;		/* ■行間■ */

/* ■■■フォントサイズ統一■■■ */

font-size: small !important;		/* IE 7向け */
font-size: x-small;		/* IE 6以下 */
}

html>/**/body {
    font-size: 12px;		/* モダンブラウザ向け */
}


#container{
text-align:center;
margin:0px auto 0px auto;
padding:0px;
width:100%;		/* ■全体の横幅■ */
}


/* ■■■フォントサイズ統一■■■ */

td {
line-height : 1.5;		/* ■行間■ */
font-size: small !important;		/* IE 7向け */
font-size: x-small;		/* IE 6以下 */
}

html>/**/td {
font-size: 12px;		/* モダンブラウザ向け */
}


/* ■■■フォントサイズ小■■■ */

.font_10 {
line-height : 1.5;		/* ■行間■ */
font-size: x-small !important;		/* IE 7向け */
font-size: xx-small;		/* IE 6以下 */
}

html>/**/.font_10 {
font-size: 10px;		/* モダンブラウザ向け */
}




/* ■リンクの設定■
------------------------------------------------------------ */

	/* リンクの設定 */
	a {
		text-decoration : underline;			/* アンダーライン */
	}

	/* リンクする要素のうち、未閲覧（キャッシュされていない）要素に対してスタイルを適用します */
	a:link {
		color : #0080A4 !important;		/* 文字の色（important＝サイト制作者のスタイルよりもユーザーが設定した色を優先する） */
	}

	/* リンクする要素のうち、閲覧済（キャッシュされている）要素に対してスタイルを適用します */
	a:visited {
		color : #4B5E26 !important;		/* 文字の色（important＝サイト制作者のスタイルよりもユーザーが設定した色を優先する） */
	}

	/* ユーザーがカーソルをその要素の上に置いているが、まだアクティブ状態にしていない時にスタイルを適用します */
	a:hover {
		color : #1B86FF !important;		/* 文字の色（important＝サイト制作者のスタイルよりもユーザーが設定した色を優先する） */
	}

	/* その要素がユーザーによってアクティブ状態にされた時にスタイルを適用します */
	a:active {
		color : #FFFF00 !important;		/* 文字の色（important＝サイト制作者のスタイルよりもユーザーが設定した色を優先する） */
	}

	/* リンク画像の枠を表示しない */
	a img {
		border-style : none;			/* 枠を非表示 */
		border-width : 0px;				/* 枠の幅を0pxに設定 */
		text-decoration : none;			/* 装飾を表示しない */
	}




/* ■■ヘッダー（タイトルメニュー）■■ */


div#titlemenu {
border-bottom : 1px solid #699189;		/* 下線 */

/* ■フォントサイズ統一■ */

font-size: small !important;		/* IE 7向け */
font-size: x-small;		/* IE 6以下 */
}

html>div#titlemenu {
font-size: 12px;		/* モダンブラウザ向け */
}


div#titlemenu a {
text-decoration : none;			/* アンダーラインなど装飾を施さない */
}
	
/* ユーザーがカーソルをその要素の上に置いているが、まだアクティブ状態にしていない時にスタイルを適用します */
div#titlemenu a:hover {
background-color : #FFFF85;		/* 背景の色 */
}




#banner{
font-family:arial, Helvetica;
margin-bottom:0px;
padding:0px;
text-align:left;
}
h1 {
margin:0px;
padding: 15px 10px 5px 0px;
font-size:18px;
}

h1 a{
color:#4E6127;		/* ■■■ */
font-family:arial, Helvetica;
text-decoration: none;
font-weight:bolder;
font-weight:bolder;
}

h2 {
font-size:12px;
font-weight:bolder;
font-family:arial, Helvetica;
margin:0px;
padding:8px 5px 10px 40px;
}

h3 {
font-size:12px;
font-weight:bolder;
font-family:arial, Helvetica;
margin:0px;
padding:0px 50px 0px 40px;
margin-bottom:0px;
}

h3 a{
font-weight:bolder;
}

.description {
color:#4E6127;		/* ■■■ */
margin:0px 10px 10px 0px;
font-size:12px;
font-family:sans-serif;
font-weight:bolder;
}

.navi {
color:#4E6127;		/* ■■■ */
/* font-size:83%;		■■■ */
text-align:center;
margin-bottom:10px;
}

#content {
float:left;
width:74%;		/* ■コンテンツの横幅■ */
color:#26221F;		/* ■文字色■ */
text-align:center;
margin-bottom:20px;
margin-top:15px;		/* ▲▲▲ */
}

.blog {
margin-right:40px;		/* ■■■ */
padding-top:30px;
text-align:left;
background-image:url(http://ahiru8.up.seesaa.net/material/mtr_column_bg_t.gif);		/* ■記事背景_上■ */
background-repeat:repeat-x;
background-position:top left;
}

.blogbody {
}

.date{
/* font-size: 83%; 		■■■ */
color:#776B65;		/* ■記事の日付■ */
}

.title{
font-weight:bolder;
text-align:left;
}
.title a{
color:#26221F;		/* ■記事のタイトル■ */
border:none;
text-decoration: none;
font-weight:bolder;
}

.text{
/* font-size: 12px;		■■■ */
color: #26221F;		/* ■記事の本文■ */
margin-top:10px;
padding:10px 40px 5px 40px;
background-image:url(http://ahiru8.up.seesaa.net/material/mtr_column_bg.jpg);		/* ■記事背景_中■ */
}

.posted{ 
font-size: 10px; 
color: #4E6127;
padding:3px 10px 40px 40px;
background-image:url(http://ahiru8.up.seesaa.net/material/mtr_column_bg_b.gif);		/* ■記事背景_下■ */
background-repeat:repeat-x;
background-position:bottom left;
}

#links-left {
}
#links {
font-weight:normal;
width:26%;		/* ■サイドメニューの横幅■ */
float:left;
margin-top:15px;		/* ▲▲▲ */
margin-left:0px;
text-align:center;
background-color:#CCD1C7;		/* ■サイドメニュー背景色■ */
}

#calendar {
font-weight:normal;
width:100%;		/* ■カレンダーの横幅■ */
margin-bottom:10px;
text-align:left;
}
#calendar table {
width:100%;		/* ■カレンダーの横幅■ */
}
#calendar th{
text-align:center;
font-size:12px;		/* ■■■ */
color:#4E6127;
padding:2px;
}
.calendarhead {

background-color:#D6DED3;		/* ■カレンダータイトル色■ */
color:#4E6127;		/* ■■■ */
font-size:12px;		/* ■■■ */
font-weight:bolder;
padding:3px 0px 3px 25px;		/* ■カレンダータイトルスペース■ */
text-align:left;
}
.calendarhead a{
color:#4E6127;		/* ■■■ */
text-decoration:none;
}
.calendarhead .calendarday{
color:#4E6127;		/* ■■■ */
}
.calendarhead .calendarday a{
color:#4E6127;		/* ■■■ */
text-decoration:none;
}

.calendarday {
/* font-size:12px;		■■■ */
color:#4E6127;		/* ■■■ */
}
.sidetitle {

background-color:#D6DED3;		/* ■サイドタイトル色■ */
color:#4E6127;		/* ■■■ */
/* font-size:83%;		■■■ */
font-weight:bolder;
padding:3px 0px 3px 25px;		/* ■サイドタイトルスペース■ */
text-align:left;
}

.side {
color:#4E6127;		/* ■■■ */
/* font-size:83%;		■■■ */
font-weight:normal;
line-height:1.5;		/* ■行間■ */
margin-bottom:10px;
padding:3px 10px 3px 30px;
text-align:left;
}
.side-tag {
color:#4E6127;		/* ■■■ */
/* font-size:83%;		■■■ */
font-weight:normal;
margin-bottom:10px;
padding:3px 10px 3px 30px;
text-align:left;
}
.side-tag a{
/* font-size:83%;		■■■ */
text-decoration:none;
}
.powered {
padding:0px;
text-align:right;
}
.syndicate {
font-size:10px;
padding:5px 30px 0px 0px;
padding-bottom:10px;
}
#comments {
margin:25px 40px 0px 0px;		/* ■コメントスペース■ */
text-align:left;
}
#comments form{
margin-top:10px;
background-image:url(http://ahiru8.up.seesaa.net/material/mtr_column_bg.jpg);		/* ■記事背景_中■ */
padding-left:40px;
}
#comments input{
max-width:250px;
}
#comments textarea{
max-width:400px;
}
.comments-head{ 
margin:0px;
padding-top:10px;
padding-left:30px;
padding-bottom:10px;
color: #4E6127;		/* ■■■ */
/* font-size:83%;		■■■ */
font-weight:bold;
}
.comments-body {
padding:10px 5px 5px 0px;
/* font-size:83%;		■■■ */
color: #4E6127;		/* ■■■ */
}
.comments-post{ 
font-size: 10px; 
color: #4E6127;		/* ■■■ */
padding:10px 10px 10px 40px;
background-image:url(http://ahiru8.up.seesaa.net/material/mtr_column_bg.jpg);		/* ■記事背景_中■ */
}
#trackback {
/* font-size: 83%;		■■■ */
color: #4E6127;		/* ■■■ */
margin:0px 40px 0px 0px;		/* ■トラックバックスペース■ */
padding:7px 35px 7px 30px;
text-align:left;

}

#footer{
clear:left;
padding-bottom:10px;
background-color:#445E52;		/* ■フッターの背景■ */
text-align:right;
border-top:1px solid #445E52;
}
.copyright{
font-size:80%;
width:100%;
text-align:center;
}
#diet-container{
    border:1px solid #999;
    padding:5px;
    margin-bottom:5px;
}

.diet-title{
    padding:2px 10px 2px 5px;
    font-size:12px;
    color:#FFFFFF;
    font-weight:bold;
    width:90px;
    margin-top:5px;
}

.diet-content{
    padding-left:10px;font-size:12px;
}

#diet-foods{
    padding-left:10px;font-size:12px;
}

.food-title{
    width:20%;
    clear:left;
    float:left;
}

.food-content{
    width:75%;
    padding-top:10px;
}
blockquote{
border:1px solid #998A71;
padding:5px;
margin:10px;
}
.tag-word{
margin:20px 0px 0px 0px;
line-height:1.4em;
}
.tag{
padding:10px;
position:relative;
font-size:12px;
/* 退避
background-color:#7B6B50;
*/
border:1px solid #998A71;
}
#tag_cloud{
border:1px solid #CCC;
padding:10px;
text-align:left;
position:relative;
}
#tag_cloud a {
padding:2px;
}
.tag-title{
font-size:16px;
font-weight:bold;
text-align:left;
}
.tag-body{
margin:10px 0px;
padding:10px 0px 0px 0px;
position:relative;
}
.tag-service{
text-align:left;
font-weight:bold;
border-bottom:1px solid #CCC;
padding:0px 0px 5px 0px;
clear:left;
position:relative;
}
.tag-search{
text-align:right;
padding:5px 0px;
margin-bottom:10px;
font-weight:bold;
position:relative;
}
.tag-article{
padding:0px 10px 10px 10px;
text-align:left;
position:relative;
}
.tag-article-title{
text-align:left;
padding:0px 0px 5px 0px;
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{
text-align:right;
margin:10px 0px;
clear:left;
position:relative;
}
.tag-photos{
float:left;
margin:10px;
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{
float:left;
margin:10px;
position:relative;
}
.tag-videos-title{
line-height:1.4em;
padding:5px 0px;
text-align:left;
position:relative;
}
.tag-navi{
clear:left;
text-align:center;
margin:10px 0px;
position:relative;
}