@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: none;
	height: 100%;
	background-color: #808080; /* 背景カラーを変更 */
}

#container {
	width: 726px; /* コンテナの横幅サイズを変更 */
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bk_container.jpg); /* 背景イメージを変更 */
	background-repeat: repeat-y;
	background-color: #d9cdb8; /* 背景カラーを変更 */
	position: relative;
	overflow: hidden;
	_zoom: 1;
}

#header h1 {
	font-size: 36px;
	color: #FFFFFF; /* フォントカラーを変更 */
	font-weight: bold;
	letter-spacing: 3px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3"; /* フォントタイプを変更 */
}

#header h3 {
	color: #FFFFFF; /* フォントカラーを変更 */
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: normal;
	padding-top: 5px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3"; /* フォントタイプを変更 */
}

#header {
	width: 700px;
	height: 300px;
	margin: 0 0 0 13px;
	padding: 0;
}

#header img {
	width: 700px;
	height: 300px;
	margin: 0;
	padding: 0;
	border: none;
}	

#navibar {
	width: 180px;
	float: left;
	padding: 10px;
	margin-left: 12px; /* マージンを設定 */
}

#navibar h4 {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #F2AB03; /* 背景カラーを変更 */
	background-image: url(../01-01-back-pattern/images/menuNavi2.jpg); /* 背景イメージを変更 */
	height: 17px;
	padding-top: 6px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	 /* 背景位置を削除 */
	 /* 余白を削除 */
	text-align: center; /* テキストを中央揃えに設定 */
}

#navibar ul {
	display: block;
	margin: 0 0 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	_zoom: 1;
	background: rgba(0,0,0, 0.3)
}

#navibar ul li {
	margin: 0 0 10px;
	padding: 0;
}

#navibar li a {
	margin: 0;
	padding: 0;
	color: #FFFFFF; /* フォントカラーを変更 */
	text-decoration: none;
	font-size: 16px;
}

#navibar li a:hover {
	text-decoration: underline;
}

#navibar li a:visited {
	color: #CCC;
}


#navibar td {
	color: #FFFFFF;
}

#navibar th {
	color: #FFFFFF;
}

#maincontent {
	width: 460px;
	float: right;
	padding: 10px 20px 20px;
	margin-right: 12px; /* マージンを設定 */
}

#maincontent h5 {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	background-image: url(../01-01-back-pattern/images/bkTopicpath2.jpg); /* 背景イメージを設定 */
	height: 33px; /* 高さを変更 */
	padding-top: 20px; /* 余白を設定 */
	margin-bottom: 5px; /* マージンを設定 */
}

#maincontent img {
	float: left;
	margin-right: 10px;
}

#maincontent .diary {
	background-image: url(../01-01-back-pattern/images/bkContent2.gif); /* 背景イメージを設定 */
	 /* 背景カラーを削除 */
	 /* 余白を削除 */
}

#maincontent .diary h1{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF; /* フォントカラーを変更 */
	padding: 5px 10px;
	 /* 余白設定の左を削除 */
	 /* ボーダーを削除 */
	margin-bottom: 10px; /* マージン設定を変更 */
	text-align: center; /* テキストを中央揃えに設定 */
	background-color: #5A3D1C; /* 背景カラーを設定 */
	line-height: 18px

}

#maincontent  .diary p {
	margin-right: 15px;
	font-size: 16px;
	line-height: 150%;
	margin-left: 15px;
	padding-bottom: 15px;
	color: #666666;
}

.border {
	background-image: url(../01-01-back-pattern/images/border.gif); /* 背景イメージを設定 */
	width: 100%;
	clear: both;
	/* ボーダーを削除 */
	margin-top: 20px;
	margin-bottom: 20px;
	height: 16px; /* 高さを設定 */
}

#footer {
	height: 23px;
	width: 700px;
	position: absolute;
	bottom: -1px;
	clear: both;
	padding: 0px;
	margin-left: 13px; /* マージンを変更 */
}

h6 {
	background-color: #000000; /* 背景カラーを変更 */
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
