@charset "utf-8";
*{
margin:0;
padding:0;
}

body{
	margin:0;
	padding:0;
	background-image:url(img/back_img.gif);
	}

/*------------------------------------------
ヘッダーメニュー
------------------------------------------*/
#flashimg {
	padding: 0px;
	float: left;
	height: 350px;
	width: 780px;
	margin: 0px;
}
/*------------------------------------------
内容項目
------------------------------------------*/
#wrrap {
	float: left;
	height: 100%;
	width: 780px;
}
/*------------------------------------------
メニュー項目の枠
------------------------------------------*/
#wrrap #menu {
	float: left;
	height: 600px;
	width: 240px;
	background-color:  #FAE266;
	padding-left: 12px;
}

/*------------------------------------------
メニュー
------------------------------------------*/
ul {
  margin: 10px;
  width: 220px;
  height:385px;
  list-style: none;
}
#wrrap #menu #content-bar {
	background-image: url(img/contents_bar.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 124px;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 110px;
}

#menu-btn li,#menu-btn a {
  display: block;
  width: 220px;
  height: 55px;
}
li {
  text-indent: -9999px;
}
#menu-btn a {
  text-decoration: none;
  background: url(img/menu.jpg) no-repeat;
}

#navi01 a { background-position: 0px    0px;}
#navi02 a { background-position: 0px  -55px;}
#navi03 a { background-position: 0px -110px;}
#navi04 a { background-position: 0px -165px;}
#navi05 a { background-position: 0px -220px;}
#navi06 a { background-position: 0px -275px;}
#navi07 a { background-position: 0px -330px;}

#navi01 a:hover { background-position: -220px     0px; }
#navi02 a:hover { background-position: -220px   -55px; }
#navi03 a:hover { background-position: -220px  -110px; }
#navi04 a:hover { background-position: -220px  -165px; }
#navi05 a:hover { background-position: -220px  -220px; }
#navi06 a:hover { background-position: -220px  -275px; }
#navi07 a:hover { background-position: -220px  -330px; }

/*------------------------------------------
コンテンツ項目
------------------------------------------*/
#wrrap #contents {
	float: right;
	width: 520px;
	background-color: #FAE266;
	margin: 0px;
	padding: 0px;
	height: 600px;
}
#wrrap #contents #contents-wrrap #topics {
	background-image: url(img/topics_img.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 161px;
	width: 181px;
	padding: 5px;
}
#wrrap #contents #tpopics-wrrap #topics-img {
	height: 161px;
	width: 181px;
	background-image: url(img/topics_img.jpg);
	background-repeat: no-repeat;
	margin: 10px;
}
#wrrap #contents #tpopics-wrrap #topics-text {
	float: right;
	width: 300px;
	padding-right: 10px;
}
#tpopics-wrrap {
	height: 200px;
}

#wrrap #contents #diary #diary-top {
	background-image: url(img/nikki_top_bar.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 495px;
	margin-left: 10px;
}
#wrrap #contents #diary div {
	background-color: #FFFFFF;
	height: 150px;
	width: 495px;
	margin-left: 10px;
}

#wrrap #contents #diary #diary-bottm {
	height: 20px;
	width: 495px;
	background-image: url(img/nikki_bottom_bar.gif);
}
h3{
	font-size:0.9em;
	margin:0;
	padding:0.3em 0 0 18px;
	background:url(img/topicx-poch.gif)0 0.4em no-repeat;
	}
h1{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-weight:400;
}
h1 a {
	font-size: 0.9em;
	text-decoration: none;
	color: #000000;
}
h1 a:hover {
	font-size: 0.9em;
	color: #0000FF;
	text-decoration: underline;
}
/*------------------------------------------
日記項目
------------------------------------------*/
.diary {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#wrrap #contents #diary #diary-text {
	width: 270px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	height: 115px;
}
#wrrap #contents #diary #btn {
	height: 40px;
	width: 162px;
	float: right;
	text-indent: -9999px;
}
#btn a {
	background-image:url(img/nikki_bottom1.jpg);
	background-repeat: no-repeat;
  display: block;
  width: 162px;
  height: 44px;
  background-position: 0px 0px;
}

#btn a:hover {
	background-image:url(img/nikki_bottom1.jpg);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	}
