*{
margin: 0px;
padding: 0px;
}

body{
background-color: #EBEBE1;
/* text-align:center; */
overflow-y: scroll;
	font-family: "Hiragino Kaku Gothic Pro";

}



a{
	color: #550000;
	text-decoration: none;
	font-weight: bold;
}


a:hover{
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

a img:hover{
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;

}


ul{
	list-style: none;
}


/* ==================================== 共通 */
#debug{
	position: absolute;
	width: 100px;
	top:0px;
	left:0px;
	background-color: gray;
	color: white;
	font-size:10px;
	z-index: 100;
}

#paper{
	position: absolute;
	width: 600px;
	background-color: white;
}




.button:hover{
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
	cursor: pointer;
}


.nonselect{
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;

}


/* ==================================== フッター関連 */

#footer{
	position: relative;
	width: 600px;
	height:100px;
	background-color: white;
	
}


#footer #counter{
	position: absolute;
	left: 30px;
	top:35px;
	width: 60px;
	font-size: 10px;
	font-weight: bold;
}


#footer #mail{
	position: absolute;
	right: 200px;
	top:33px;
	width: 50px;
	font-size: 14px;
	font-weight: bold;
}

#footer #top{
	position: absolute;
	right: 30px;
	top:33px;
	width: 150px;
	font-size: 14px;
	font-weight: bold;
}


#footer #sign{
	position: absolute;
	right: 20px;
	top:20px;
	width: 45px;
	height: 45px;
	background-image: url(../img/sign.gif);
}



/* ==================================== メニュー関連 */

/*
#menu{
	position: relative;
	width:600px;
	height: 210px;
}
*/

#menu{
	position: relative;
	width:600px;
	height: 100px;
}

/* ==================================== プロフィール関連 */

#menu #profile{
	top:20px;
	left: 30px;
		position: absolute;
	width:118px;
	height:60px;

}


#profile #label{
	position: absolute;
	width:118px;
	height:23px;
	top:0px;
	left: 0px;
	background-image: url(../img/profile/profile01.gif);
}

#menu-profile{
	position: absolute;
	width:110px;
	height:21px;
	top:30px;
	left: 2px;
	background-image: url(../img/profile/profile02.gif);
}

/* ==================================== フード関連 */

#menu #food{
	top:20px;
	left: 180px;
		position: absolute;
	width:200px;
	height:60px;

}


#food #label{
	position: absolute;
	width:200px;
	height:28px;
	top:0px;
	left: 0px;
	background-image: url(../img/food/oisii.gif);
}

#menu-okome{
	position: absolute;
	width:41px;
	height:28px;
	top:30px;
	left: 15px;
	background-image: url(../img/food/okome.gif);
}
#menu-natto{
	position: absolute;
	width:41px;
	height:28px;
	top:30px;
	left: 70px;
	background-image: url(../img/food/natto.gif);
}
#menu-yasai{
	position: absolute;
	width:41px;
	height:28px;
	top:30px;
	right: 30px;
	background-image: url(../img/food/yasai.gif);
}

/* ==================================== たのしい関連 */


#menu #fun{
	top:20px;
	right: 30px;
		position: absolute;
	width:200px;
	height:60px;

}

#fun #label{
	position: absolute;
	width:200px;
	height:28px;
	top:0px;
	left: 0px;
	background-image: url(../img/fun/title.gif);
}

#menu-nikki{
	position: absolute;
	width:52px;
	height:28px;
	top:30px;
	left: 5px;
	background-image: url(../img/fun/nikki.gif);
}
#menu-museum{
	position: absolute;
	width:59px;
	height:28px;
	top:30px;
	left: 65px;
	background-image: url(../img/fun/museum.gif);
}

#menu-link{
	position: absolute;
	width:59px;
	height:28px;
	top:30px;
	right: 10px;
	background-image: url(../img/fun/link.gif);
}


/* ==================================== コンテンツ関連 */
#information{
	width:500px;
	margin-top:50px;
	margin-bottom:100px;
	margin-left: 50px;
	border: 1px solid #CCC;

}

#information .element .text{
	width: 460px;
	margin:5px;
}


/* トップページのお知らせ テキスト*/
#information .element{
	margin: 20px;
}


#information .element .title{
	margin: 5px;

}


#contents{
	top:0px;
	left:0px;
	width: 600px;
}

.element{
	margin-bottom: 50px;
}


#menu-top{
	margin-top:20px;
	left: 10px;
	width: 230px;
	height: 92px;
	background-image: url(../img/title.gif);
	display: block;
}




#slideshow{
	margin-top: 0px;
	width:600px;
	height: 150px;
	background-color: #eeeeee;
}

/*
#contents .title{
	width:500px;
	position: relative;
	margin-left: 50px;
}

*/

#contents{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.7em;
	float: none;

}



#contents h2{
	font-size: 18px;
	font-weight: bold;
	width: 400px;
}
#contents h3{
	font-size: 16px;
	font-weight: bold;
	width: 400px;
}




#contents .text{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 35px;
	width:500px;
	margin-left: 50px;
}



#contents div.image img{
	width: 500px;
}

#contents div.image{
	width: 600px;
	overflow: hidden;
	
}

#contents table{
	border-collapse: collapse;
	border: 1px solid #ddd;
	max-width: 500px;
	width: 500px;
	margin-left: 50px;
}

#contents table,#contents td{
	border: 1px solid #ddd;
	padding: 10px;
}

#contents .table-key{
	font-weight: bold;
	background-color: #eee;
}

#contents .table-value{
	font-size: 13px;

}


/* エレメント共通属性 */
#contents div.left{
	width:250px;
	float: left;
	margin-left:50px;
	
}

#contents div.full{
	width:600px;
	margin-left:0px;
}

#contents div.margin{
	width:500px;
	margin-left:50px;
}

#contents div.right{
	width:240px;
	margin-left:10px;
	float: left;
}

#contents div.clear{
	width:500px;
	height: 5px;
	float: none;
	clear: both;
}



/* ブログ関連 */

.navi{
	width: 500px;
	position: relative;
	height: 80px;
	margin-left: 50px;
	float: none;
	clear: both;
}


.entry-prev,#blog-prev{
	position: absolute;
	left:0px;
	top:0px;
	width:100px;
	height: 30px;
	text-align: left;
	font-size: 12px;
}

#blog-all{
	position: absolute;
	top:0px;
	left:200px;
	width:100px;
	height: 30px;
	text-align: center;
		font-size: 12px;

}


.entry-next,#blog-next{
	position: absolute;
/* 	float: right; */
	top:0px;
	right:0px;

	width:100px;
	height: 30px;
	text-align: right;
		font-size: 12px;

}



.title{
	margin-left: 50px;
	font-size: 20px;
	width:500px;
}

.entry.title{
	margin-left: 0px;

	margin-top: 10px;
	margin-bottom: 10px;
}


/* ブログのリストアップ */

.list-item{
}

.day{
	font-size: 13px;
	margin-left: 100px;
	font-weight: bold;

}

.year{
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 50px;
	font-weight: bold;
}

.month{
	font-size: 18px;
	margin-top: 30px;
	margin-left: 0px;

	font-weight: bold;
	width: 100px;
	text-align: right;	
}

.date{
	font-size: 10px;
	margin-left: 10px;
}

.red{
	color: #550000;
}

.invert{
	color: white;
	background: gray;
	    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  

}

.bold{
	font-weight: bold;
}


#progress{
	position: absolute;
	left:200px;
	top:300px;
	width: 220px;
	height: 19px;
	background-image: url(../img/ajax-loader.gif);
	z-index: 0;
}

/* カレンダー */

.calendar{
	width: 430px;
	margin-left: 60px;
	border: 1px solid #ccc;
	padding: 15px;	
	overflow: hidden;
	position: relative;
	float: none;
	clear: both;
}

.calendar-item{
	width: 430px;
	height: 15px;
/* 	background-color: red; */
	margin: 0px;
	margin-bottom: 3px;
		
	border-bottom: 1px solid #eee;
}


.calendar-year{
	width:40px;
	font-size: 10px;
/* 	background-color: purple; */
	margin: 0px;
	line-height: 15px;
	float: left;
	height: 15px;
	font-weight: bold;
		padding-top: 2px;
	padding-bottom: 0px;

}


.calendar-month{
	font-size: 10px;
	margin: 0px;
	margin-left: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 0px;
/* 	width:25px; */
/* 	background-color: yellow; */
	line-height: 15px;
	margin-left: 5px;
	float:left;
	text-align: left;
	height: 15px;
		font-weight: bold;
		

}


.calendar-filter-button{
	float: left;

	font-size: 12px;
	font-weight: bold;
	margin-left: 60px;
		width: 100px;

}


.calendar-all-button{
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 80px;
	text-align: right;
	width: 100px;
}
