@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-color: #ffc0cd; /* 背景カラーを変更 */
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(images/bkContainer.gif); /* 背景イメージを変更 */
}

#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}

#header {
	height: 115px;
	padding-top: 90px;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	padding-right: 50px;
	padding-bottom: 6px;
	border-bottom: 6px solid #CF13AE;
}

#header img {
	margin-top: -90px;
}

#header h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: right;
}

#header h3 {
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
}

#navibar {
	width: 180px; /* 横幅を変更 */
	float: right;
	padding: 10px;
	 /* 余白を削除 */
}

#navibar h4 {
	font-size: 12px;
	color: #AB10D2; /* フォントカラーを変更 */
	height: 22px; /* 高さを変更 */
	padding-top: 5px;
	/* 左余白を削除 */
	/* 背景カラーを削除 */
	background-image: url(images/menuNavi.gif); /* 背景イメージを変更 */
	background-repeat: no-repeat;
	 /* 背景イメージの位置を変更 */
	text-align: center; /* 文字を中央揃えに設定 */
}

#navibar table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;
	 /* 背景カラーを削除 */
}

#navibar th {
	color: #FFFFFF; /* フォントカラーを変更 */
	background-color: #FFC0CD; /* 背景カラーを変更 */
}


#navibar td {
	color: #FF3333; /* フォントカラーを変更 */
	background-color: #FFECF0; /* 背景カラーを変更 */
}

#navibar #naviProf {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #FF6699; /* フォントカラーを変更 */
	margin-right: 10px;
	margin-left: 10px;
}

#navibar ul {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
}

#navibar li {
	width: 162px;
	margin: 0 0 10px;
	padding: 0 0 0 18px;
	background-image: url(images/bullet.gif); /* 背景イメージを変更 */
	background-repeat: no-repeat;
	background-position: 5px 2px;
}

#navibar li a {
	color: #FF3333; /* フォントカラーを変更 */
	text-decoration: none;
	font-size: 16px;
}

#navibar li a:hover {
	text-decoration: underline;
}

#navibar li a:visited {
	color: #FF8585;
}

#maincontent {
	width: 460px;
	float: left;
	padding: 20px;
	margin-bottom: 30px;
}


#maincontent h5 {
	font-weight: normal;
	font-size: 12px;
	color: #CCCCCC;
	letter-spacing: 1px;
	text-align: center; /* テキストを中央揃えに変更 */
	background-image: url(images/bkTopicpath.gif); /* 背景を設定 */
	background-repeat: no-repeat; /* 背景の繰り返しをなしに設定 */
	height: 23px;
	margin-bottom: 10px;
}

#maincontent h5 a {
	color: #FF6699; /* フォントカラーを変更 */
	text-decoration: none;
}

#maincontent h1.title {
	display: block;
	margin: 10px;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #FF3366; /* フォントカラーを変更 */
	text-align: left; /* テキストを中央揃えに設定 */
	border-left: 10px solid #FF3366;
	background: #FFF;
}

#maincontent .diary {
	margin: 0 0 20px;
	padding: 2px 0 0;
	background-color: #ffecf0;
}

#maincontent  .diary p {
	margin-right: 15px;
	font-size: 90%;
	line-height: 150%;
	margin-left: 15px;
	padding-bottom: 15px;
	color: #996633; /* フォントカラーを変更 */
}

#maincontent .diary .diarybtm {
	height: 20px;
	clear: both;
}

#maincontent img { /* 画像に対する設定を追加 */
	float: left;
	margin-right: 10px;
}

#footer {
	height: 30px;
	width: 700px;
	padding: 0px;
	text-align: center;
	margin: 0 auto;
	clear: both;
	background-color: #FF3366; /* 背景カラーを変更 */
}

h6 {
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	padding-top: 9px;
}
