@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: #EEFFFF;
	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: 110px;
	padding-top: 90px;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	padding-right: 50px;
}

#header img {
	margin: -90px 0 0;
	padding: 0;
}

#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: 200px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#navibar h4 {
	font-size: 12px;
	color: #FFFFFF;
	height: 18px;
	padding-top: 6px;
	background-color: #35CC99;
	background-image: url(images/navi_brt.jpg);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 20px;
}

#navibar table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;
	background-color: #CCCCCC;
}

#navibar th {
	color: #666666;
	background-color: #FFFFFF;
}

#navibar td {
	background-color: #CCFFFF;
	color: #666666;
}

#navibar #naviProf {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;
}

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

#navibar li {
	display: block;
	width: 178px;
	margin: 0 0 10px;
	padding: 0 0 0 18px;;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}

#navibar li a {
	color: #666666;
	text-decoration: none;
}

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

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


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

#maincontent h5 {
	font-weight: normal;
	font-size: 12px;
	color: #CCCCCC;
	letter-spacing: 1px;
	height: 23px;
	margin-bottom: 10px;
}

#maincontent h5 a {
	color: #35CC99;
	text-decoration: none;
}

#maincontent h1.title {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #bcf9d5;
	line-height: 18px;
}

#maincontent .diary {
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

#maincontent  .diary p {
	margin-right: 15px;
	font-size: 90%;
	line-height: 150%;
	margin-left: 15px;
	padding-bottom: 15px;
	color: #666666;
}

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

#footer {
	height: 30px;
	width: 700px;
	padding: 0px;
	text-align: center;
	margin: 0px auto;
	clear: both;
	background-color: #66cc99;
}

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