/* memo_style.css  */


body { font-family:"MS UI Gothic";
	background-color:#27a198;
	color:#303939;	}

a:link  {color:#f7f7f7;text-decoration: none }
a:visited {color:#d0e0e0;text-decoration: none }
a:alink {color:orange;text-decoration: none }
a:hover {color:orange;text-decoration: none }
}
a {
	font-weight: bold;
	letter-spacing: 0em;  /*文字間隔*/
}

span.book {
	font-weight: bold;
	font-size: 90%;
}


span.topmenu {	
	font-size: 90%;
}



table {
	background-color:#307070;
font-size: x-small;
	font-weight: bold;
	}

table.amazon {
	background-color:#499191;
font-size: x-small;
	font-weight: normal;
	}

h5.date {
	/* 文字  */
	letter-spacing: 0em;  /*文字間隔*/

	/* マージン */
	margin-left:  1%;
	margin-right: 1%;
	/* 背景 と 枠 */
	background-color:#307070;
	padding: 0.2em 0em 0em 1em;
	border-style: solid;
	border-color:#465656;
	border-width: 1px;
}


h4 {
	/* 文字  */
	color:#292929;

	font-weight:nomal ;
	/* 背景 */
/*	background-color:#799790;  */
	background-color:#8a9f9f; /* 背景色   */
	
	/* マージン */
	margin-left:  0%;
	margin-right: 0%;
	padding: 0.5em 0em 0.3em 0.4em;
	line-height:100%;    /* 行間     */
	border-style: solid;
	border-color:#465656;
	border-width: 1px
}
	


div.topic {
	/* 文字  */
	font-style: bold;
	
	/* 背景 */
	background-color:#27a198; /* 背景色   */
	
	/* マージン */
	margin-left:  0%;
	margin-right: 0%;
	padding: 0em 0em 0em 0em;
	line-height:100%;    /* 行間     */
}

div.top {
	/* 文字  */
	font-style: normal;
	
	/* 背景 */
	
	/* マージン */
	margin-left:  88%;
	margin-right: 11%;
	padding: 0em 0em 0em 0em;
	line-height:100%;    /* 行間     */
}

div.topicbody {
	/* 文字  */
	font-style: normal;
	
	/* 背景 */
	background-color:#27a198; /* 背景色   */
	
	/* マージン */
	margin-left:  6%;
	margin-right: 3%;
	padding: 0em 0em 0em 0em;
	line-height:120%;    /* 行間     */
}
div.day {
	/* 文字  */
	font-weight: normal;
	/* マージン */
	margin-left:  4%;
	margin-right: 4%;
	/* 背景 と 枠 */
	background-color:#27a198;
	padding: 0em 0em 0em 0em;
	border-style: solid;
	border-color:#27a198;
	border-width: 0px;
}

/* コード表示 */
div.code {
	font-style: normal;
	color: #660000;
	border: solid thin;
	border-color: #9999ff;
	margin-left: 10%;
	margin-right: 10%;
	padding: 1em 1em 1em 1em;
	background: #ccccff;
}

div.udate {
	text-align: right;
	margin-right: 3%;
}
