/* 全体 */
.strong {
	font-size:100%;
	font-weight:bold;
}

.em {
    font-style:italic;
    font-weight:bold;
}

.blockquote {
	font-size:100%;
}


/* リスト */

ul {
	font-size:x-small;
}
li {
	line-height:180%
}

/* 定義リスト */

dt {
	font-size:x-small;
	font-weight:bold;
	line-height:150%
}

dd {
	font-size:x-small;
	line-height:180%
}

/* 見出し */

h1 {
	font-size:large;
	font-weight:bolder;
	line-height:120%
}
h2 {
	font-size:medium;
	font-weight:normal;
	line-height:150%
}
h3 {
	font-size:medium;
	font-weight:bold;
}
h4 {
	font-size:small;
	font-weight:bold;
	line-height:130%
}
h5 {
	font-size:small;
	font-weight:bold;
	line-height:130%
}
h6 {
	font-size:x-small;
	font-weight:bold;
	line-height:130%
}

/* フォーム　コントロール */

input {
	font-size:x-small;
	line-height:150%
}

/*ID要素*/


	/* content div style */

#entry_body p {
	font-size: small;
	line-height: 150%
}

#wbackurl_body{
	font-size:x-small;
	line-height: 150%
}

	/* comment ID */

#comment_area p {
	font-size: x-small;
	line-height: 150%
}

#comment_form {
	font-size: x-small;
	line-height: 150%
}

/*Class定義*/

.category2 {
	font-size:x-small;
	line-height:180%
}

.rss {
	font-size: x-small;
	line-height: 150%
}

.page_top_jump {
	font-size: x-small;
	line-height: 150%
}

	/* entry class */

.entry_body {
	font-size: small;
	line-height: 150%
}


.date {
	font-size:x-small;
	line-height: 150%
}
.extended {
	font-size:x-small;
	line-height: 150%
}

	/*wback */

.wback_text {
	font-size: x-small;
	line-height: 150%
}
.wback_author {
	font-size: x-small;
	line-height: 150%
}

	/* trackback */

.trackback_text {
	font-size: x-small;
	line-height: 150%
}
.trackback_date {
	font-size: x-small;
	line-height: 150%
}

	/* comment class */


/*  メニュー部のCSS  */

div.search {

}

/*  カレンダー部のCSS  */

/*  carendar_area	：カレンダー部  */

/*  calendar_title	：カレンダーのエリアのタイトルとボディ部  */

div.calendar_title {
	font-size: small;
	font-weight: bold;
	line-height: 150%;
color:#482E1B;
}

/*  calendar_	：カレンダーの本体  */

/*  month-calendar-head	：caption カレンダーのキャプション部  */

caption.month-calendar-head {
	font-size: small;
	line-height: 150%
}

/*  th部  */

.month-calendar th {
	font-size: x-small;
}
/*  td部分  */

.month-calendar td {
	font-size: x-small;
}

#fortb {
	font-size: xx-small;
}

/*  Free  */
#smallfont {
	font-size: xx-small;
}


