/* bodyタグに適用する部分 */
body {
	margin: 0px 0px 20px 0px;
	background-color: #fbe5de;
	text-align: center;
 	font-size: 12px;
	color: #000000;
	}
	
li {
	list-style-type: none;
}

	
/* リンク設定 */

a {
	text-decoration: underline;
	color: #0033FF; 
	}

a:hover {
	text-decoration:underline; 
	color: #0055ff; 
	}

/* 見出し設定 */

h1 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-color: #ee614f;
	color: #ffffff;
	}

h2 {
	margin: 135px 20px 0px 280px;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #3333cc;
	}

h3 {
	margin: 0px;
	padding-left: 15px;
	padding-top: 36px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #323230;
	height: 58px;
	text-align: left;
	width: 550px; 
	background-image: url(http://www.intelligence-diet.com/img2/midasi.jpg);
	background-repeat: no-repeat;
	}

h4 {
	margin: 5px 0px 0px 5px;
	padding: 7px 0px 3px 40px;
	font-size: 14px;
	background-image: url(http://www.intelligence-diet.com/img2/side.jpg);
	background-repeat: no-repeat;
	color: #f6f5f0;
	text-align: left;
}


/* バナー設定 */

#top {
	background-image: url(http://www.intelligence-diet.com/img2/top.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 200px;
	text-align: left;
	border-top: 1px solid #d1cfba;
	border-left: 1px solid #d1cfba;
	border-right: 1px solid #d1cfba;
}

.menu {
	color: fefffe;
	text-align: center;
	background-color: #b5f36b;
	border: double 3px #87c836;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	margin: 30px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
	width: 798px;
}

/* サイト全体設定 */

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 800px;
	background-color: #ffffff;
	border-bottom: 1px solid #d1cfba;
	border-left: 1px solid #d1cfba;
	border-right: 1px solid #d1cfba;
}
	
/* コンテンツ部設定 */

#center {
	float: left;
	width: 580px;
	overflow: hidden;
	}

.content {
	padding: 15px 10px 15px 30px;
	font-family: Verdana, Arial, sans-serif;
	}

/* コンテンツ部<p>見出し設定 */

.content p {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	line-height: 150%;
	text-align: left;
	padding: 0px 20px 0px 10px;
	margin: 5px 0px 15px 0px;
	}

/* 論理強調設定 */

.content strong {
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	}

.content em {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}

/* 文字色設定 */

.bu {
	font-weight: bold;
	text-decoration: underline;
}
.red {
	color: #ff0000;
}
.redb {
	color: #ff0000;
	font-weight: bold;
}

.redu {
	text-decoration: underline;
	color: #ff0000;
}
.blueu {
	text-decoration: underline;
	color: #0000ff;
}
.green {
	font-size: 140%;
	font-weight: bold;
	color: #339965;
}
.blue {
	font-size: 140%;
	font-weight: bold;
	color: #0000ff;
}
.redbu {
	font-size: 140%;
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}
.redbuy {
	font-size: 140%;
	background-color: yellow;
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}
.bb {
	font-size: 140%;
	font-weight: bold;
}
.redbb {
	font-size: 140%;
	font-weight: bold;
	color: #ff0000;
}


.koukoku {
	color: #333333;
	line-height: 110%;
	text-align: left;
	padding: 5px 20px 5px 10px;
	margin: 10px 0px 15px 0px;
	}

/* パンくず部設定（エントリーとカテゴリー） */

.pan {
	font-size: 12px;
	padding-top: 2px;
	padding-left: 450px;
}

.midasi {
	background-image: url(http://www.intelligence-diet.com/img2/midasi0.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 15px;
	padding-left: 55px;
	padding-top: 13px;
	font-weight: bold;
	color: #ee614f;
}

/* メニュー部位置決め設定 */

#side {
	float: left;
	margin: 10px 0px 0px 5px;
	width: 200px;
	background-image: url(http://www.intelligence-diet.com/img2/sideback.jpg);
	background-repeat: repeat-y;
	border-bottom: solid 1px #bc9762;
	border-top:  solid 1px #bc9762;
	overflow: hidden;
	}

#side h4 {
	WIDTH: 190px
}

#side ul {
	border: 1px solid #fdb6aa;
	font-size: 13px;
	background-color: #fceabc;
	margin: 0px 0px 5px 5px;
	padding: 10px 3px 3px 3px;
	width: 181px;
	line-height: 30px;
	text-align: left;
}

#side LI {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 0px; PADDING-TOP: 4px
}


/* サイドメニューリンク設定 */

#side ul a:link {
	background: #f7f6ef;
	color: #0033ff
}

#side ul a:hover {
	background: #f7f6ef;
	color: #0055ff;
}

/* サイドメニューリンク設定 */

#side2 ul a:link {
	background: #f7f6ef;
	color: #0033ff
}

#side2 ul a:hover {
	background: #f7f6ef;
	color: #0055ff;
}

.link {
	padding: 3px;
	margin: 0px;
	font-size: 13px;
	background: #f7f6ef;
	width: 165px;
	line-height: 1;
	text-align: center;
}

.gaiyo {
	padding: 0px 2px 5px 2px;
	margin: 0px 0px 5px 0px;
	font-size: 10px;
	background-color: #f7f6ef;
	width: 166px;
	color: #555555;
	line-height: 1;
	text-align: left;
}

/* 「お気に入りに追加」ボタン部設定 */

.fev {
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
	font-size: x-small;
}

/* フッター部設定 */

.footer {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	background-color: #ee614f;
	text-align: center;
	padding: 10px;
	height: 80px;
	}

.cm {
	width: 520px;
	height: 80px;
	text-align: left;
	color: #000000;
	background-position: bottom right;
	background-color: #ffeabd;
	border: 1px solid #ffb6ab;
	margin: 20px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	line-height: 18px;
	}

#pink{
border: 1px solid #b5ee53;
background-color:#fff4e0;
font-weight:bold;
color:#ffa8a8;
padding:2px;
}