@charset "Shift_JIS";

/* style reset*/

h1, h2, h3, h4, h5, h6, p, address{
	font-weight: normal;
	font-style: normal;
}

body{
/*	font-size: 75%;*/
/*	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;*/	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	line-height: 1.5em;
	color: #333333;
	background-color: #FFFFFF;
}

a{
	text-decoration: underline; color: #52508B
}
a:active, a:hover{
	color: #9E9DC3; text-decoration: underline
}

#wrapper{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#header{
	background: url(common/header.jpg) repeat;
	background-color: #DDDDDD;
	width: 780px;
	height: 140px;
}

.header h1 {
}

h1 span{
	position: absolute;
	left: -3000px;
}

#container{
	position: relative;
	margin: 0;
	width: 780px;
}

#contents{
	margin-left: 0px;
}

.diary{
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
}

.diary h2 {
	font-size: 14px;
	width: 100%;
	height: 24px;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 5px;
	background-image: url(common/sttl_bar.gif);
	background-repeat: repeat-x;
	color: #800000;
	font-weight: 700;
}

.diary h3 {
	font-size: 12px;
	width: 100%;
	height: 16px;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 5px;
	color: #000080;
	font-weight: 600;
}

.diary h4 {
	font-size: 14px;
	width: 100%;
	height: 24px;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 5px;
	background-image: url(common/wave.gif);
	background-repeat: no-repeat;
	font-weight: 700;
}

.diary p {
	margin: 10px 0;
}

#navi{
	display: none;
	position: absolute;
	left: 0px;
	top: 20px;
	width: 150px;
}
#navim{
	height: auto;
}

#navim ul,#navi li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#navim ul{
	border-top: 1px solid #666666;
}
#navim li{
	display: inline;
}
#navim a,#navim a:link,#navim a:visited{
	text-decoration: none;
	color: #666666;
	background-color: transparent;
	display: block;
	width: auto;
	height: auto;
	padding: 0.5em 1em;
	border-bottom: 1px solid #666666;
}
#navim a:hover{
	color: #333333;
	text-align: right;
}

#footer{
	clear:both;
	text-align:center;
	height:40px;
	background-color:#ccc;
	background-image:url(common/footer.jpg);
}
#footer address{
	color:white;
	font-weight: 700;
	padding-top:10px;
	text-align:center;
}

.top{
	display: none;
	text-align:right;
}
