@charset "utf-8";

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-image: none;
	height: 100%;
	background-color: #FFFFFF;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkNavi.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	position: relative;
	min-height: 100%;
	height: 100%;
	background-position: left;
}
#header h1 {
	font-size: 36px;
	color: #0000FF;
	font-weight: bold;
	letter-spacing: 3px;
}
#header h3 {
	color: #0000FF;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: normal;
	padding-top: 5px;
}
#header {
	height: 170px;
	background-image: url(images/title.jpg);
	padding-left: 110px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 590px;
}
#navibar {
	width: 180px;
	float: left;
	padding: 10px;
}
#navibar h4 {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0000FF;
	background-image: url(images/menuNavi.jpg);
	height: 17px;
	padding-top: 6px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 17px;
}
#navibar ul {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
}
#navibar li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: 5px;
}
#navibar li a {
	color: #0000FF;
	text-decoration: none;
}
#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: none;
	height: 30px;
}
#maincontent h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #0000FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	margin: 10px;
}
#maincontent img {
	float: left;
	margin-right: 10px;
}
#maincontent .diary {
	background-image: none;
	padding: 10px;
	font-size: 90%;
	line-height: 150%;
	color: #666666;
	background-color: #E5FEFC;
}
#footer {
	height: 23px;
	width: 700px;
	bottom: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
}
h6 {
	background-color: #99CCFF;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
