@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #eeFFFF;

}

img {
border: 0;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
	background-color: #76C1EA; /* 背景カラーを設定 */
	/* 背景イメージを削除 */
}

#navibar {
	width: 180px;
	float: left;
	margin-top: 30px; /* マージンを設定 */
}

#navibar li {
	margin-bottom: 3px;
	margin-left: 21px; /* 左マージンを設定 */
	height: 40px; /* 高さを変更 */
	width: 158px; /* 横幅を変更 */
	background-image: url(/images/top/bkButton_up.gif); /* 背景イメージを変更 */
	background-repeat: no-repeat; /* 背景イメージをリピートなしに設定 */
	background-position: right; /* CSS Document */
}

#navibar a {
	text-decoration: none;
	color: #FF6633; /* フォントカラーを変更 */
	font-weight: bold; /* フォントの太さを変更 */
	height: 40px; /* 高さを変更 */
	width: 158px; /* 幅を変更 */
	padding-top: 10px; /* 余白を変更 */
	text-align: center; /* テキストを中央揃えに変更 */
	display: block;
	font-size: 12px;
}

#navibar a:hover {
	text-decoration: none;
	color: #000000; /* フォントカラーを変更 */
	font-weight: bold;
	background-image: url(/images/top/bkButton_over.gif);/* 背景イメージを設定 */
	background-repeat: no-repeat; /* 背景イメージをリピートなしに設定 */
}

#navibar a:active { /* ナビゲーションボタンのアクティブ状態を設定 */
	text-decoration: none;
	color: #006600;
	font-weight: bold;
	background-image: url(/images/top/bkButton_active.gif);
	background-repeat: no-repeat;
}
#navibar p a {
	text-decoration: none;
	color: #000000; /* フォントカラーを変更 */
	background-color:#76C1EA;
	font-weight: bold;
}
#maincontent {
	width: 576px; /* 横幅を変更 */
	min-height: 100%;
	float: right;
	/* 余白を削除 */
	font-size: 12px;
	line-height: 16px;
	margin-right: 24px; /* 右マージンを設定 */
	background-color: #FFFFFF; /* 背景カラーを設定 */
}

#maincontent_top { /* メインコンテンツのトップ部分を設定 */
	width: 576px;
	float: right;
	margin-right: 24px;
	background-image: url(/images/top/bkMaincontent_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-top: 10px;
}

#maincontent_btm { /* メインコンテンツのボトム部分を設定 */
	width: 576px;
	float: right;
	margin-right: 24px;
	background-image: url(/images/top/bkMaincontent_btm.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-bottom: 30px;
}


/* ここから下メインコンテンツの中身を設定 */
#topic01 {
	height: 100%;
	text-align: center;
	color: #FF3300;
}

#topic02 {
	clear: both;
	height: 180px;
	margin-top: 20px;
}

#topic02 .topic_top {
	background-image: url(/images/top/topic_news_top.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 528px;
	margin-right: auto;
	margin-left: auto;
}

#topic02 .topic_mid {
	background-image: url(/images/top/topic_news_mid.gif);
	width: 508px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	padding-top: 10px;
	padding-left: 20px;
}

#topic02 .topic_btm {
	background-image: url(/images/top/topic_news_btm.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 528px;
	margin-right: auto;
	margin-left: auto;
}

#topic02 p {
	font-size: 12px;
	color: #000000;
	margin-bottom: 15px;
}

.topic02_date {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #CCFF00;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
	width: 60px;
	display: inline;
	float: left;
}

.topic02_text {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCFF00;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
	margin-left: 20px;
	width: 400px;
}

#topic03 {
	height: 100%;
	float: left;
	margin-left: 24px;
	width: 254px;
}

#topic03 .topic_top {
	background-image: url(/images/top/topic_now_top.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 254px;
	margin-right: auto;
	margin-left: auto;
}

#topic03 .topic_mid {
	background-image: url(/images/top/topic_now_mid.gif);
	width: 254px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 220px;
}

#topic03 .topic_btm {
	background-image: url(/images/top/topic_now_btm.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 254px;
	margin-right: auto;
	margin-left: auto;
}

#topic04 {
	height: 100%;
	float: right;
	width: 254px;
	margin-right: 24px;
}

#topic04 .topic_top {
	background-image: url(/images/top/topic_recipe.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 254px;
	margin-right: auto;
	margin-left: auto;
}

#topic04 .topic_mid {
	background-image: url(/images/top/topic_now_mid.gif);
	width: 254px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 220px;
}

#topic04 .topic_btm {
	background-image: url(/images/top/topic_now_btm.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 254px;
	margin-right: auto;
	margin-left: auto;
}

/* メインコンテンツの中身ここまで */

#footer {
	clear: both;
	width: 100%;
	background-color: #eeFFFF; /* 背景カラーを変更 */
	height: 30px;
}

#footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6633; /* フォントカラーを変更 */
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}


/* ここから下コンテンツページに関する設定 */
#topic05 {
	width: 543px;
	min-height: 500px;	
	padding-top: 10px;
	padding-left:10px;
}

#topic05 p {
	font-size: 12px;
	color: #000000;
	margin-top:10px;
	margin-bottom: 10px;
}

.topic05_title {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #76C1EA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76C1EA;
	width: 490px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}

.topic05  img {
	float: left;
	margin-right: 5px;
}

.topic06 {
	float: left;
	width: 540px;
	background-image:url(/images/contents/profile_name.gif);
	background-repeat:no-repeat;
}

.topic06  h4 {
	padding-left:35px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.topic06  img {
	float: left;
	margin-right: 5px;
}

/* ここまでコンテンツページに関する設定 */
