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


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

li {
list-style:none;
}
html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(images/bkBody2.gif); /* 背景イメージを変更 */
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkNavi2.gif); /* 背景イメージを変更 */
	background-repeat: repeat-y; /* Y軸にリピート */
	background-color: #d9cdb8;  /* 背景カラーを変更 */
	position: relative;
	min-height: 100%;
	height: 100%;
	background-position: left;
	overflow: hidden;
	_zoom: 1;
	 /* 天地左右のボーダーを削除 */
}
#header h1 {
	font-size: 36px;
	color: #FFFFFF;  /* フォントカラーを変更 */
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";  /* フォントタイプを変更 */
	letter-spacing: 3px;
}
#header h3 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";  /* フォントタイプを変更 */
	color: #FFFFFF;  /* フォントカラーを変更 */
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: normal;
	padding-top: 5px;
}
#header {
	width: 700px;
	height: 200px;
	margin: 0;
	padding: 0;
}

#navibar {
	width: 180px;
	float: left;
	padding: 10px;
}
#navibar h4 {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #F2AB03;  /* 背景カラーを変更 */
	background-image: url(images/menuNavi2.jpg); /* 背景イメージを変更 */
	background-repeat: no-repeat;
	height: 17px;
	text-align: center; /* 中央揃え */
	padding-top: 6px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	 /* 背景の位置調整削除 */
}
#navibar table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}
#navibar #naviProf {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF; /* フォントカラーを変更 */
}
#navibar ul {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
}
#navibar li {
	display: block;
	width: 155px;
	margin: 10px 0;
	padding: 0 0 0 25px;
	background: url(images/bullet.gif) no-repeat;
	background-position: 5px;
}
#navibar li a {
	color: #FFFFFF;
	text-decoration: none;
}


#navibar td {
	color: #FFFFFF;
}

#navibar th {
	color: #FFFFFF;
}


#maincontent {
	width: 460px;
	float: right;
	padding: 20px;
}


#maincontent h5 {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	background-image: url(images/bkTopicpath2.jpg); /* 背景イメージを追加 */
	height: 33px;
	padding-top: 20px; /* 余白を設定 */
	margin-bottom: 5px; /* マージンを設定 */
}
#maincontent h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; /* フォントカラーを変更 */
	text-align: center; /* 中央揃えに設定 */
	background-color: #5A3D1C; /* 背景カラーを変更 */
	margin-bottom: 10px; /* マージンを変更 */
	padding-top: 3px; /* 余白を変更 */
	padding-bottom: 3px; /* 余白を変更 */
	 /* ボーダー設定を削除 */
}
#maincontent img {
	float: left;
	margin-right: 10px;
}
#maincontent .diary {
	background-image: url(images/bkContent2.gif); /* 背景イメージを設定 */
}
#maincontent  .diary p {
	margin-right: 15px;
	font-size: 90%;
	line-height: 150%;
	margin-left: 15px;
	padding-bottom: 15px;
	color: #666666;
}
.border {
	background-image: url(images/border.gif); /* 背景イメージを設定 */
	height: 16px; /* 高さを設定 */
	width: 100%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	 /* ボーダー設定を削除 */
}

#footer {
	height: 23px;
	width: 700px;
	position: absolute;
	bottom: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
}

h6 {
	background-color: #000000; /* フォントカラーを変更 */
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
