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

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

.blockquote {
	font-size:100%;
}

/* リスト */

ul {
	font-size:95%;
}
li {
	line-height:150%
}

/* 定義リスト */

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

dd {
padding-left:10px;
	font-size:60%;
	line-height:150%
}

/* 見出し */

h1 {
	font-size:200%;
	font-weight:bolder;
	line-height:120%
}
h2 {
	font-size:100%;
	font-weight:normal;
	line-height:150%
}
h3 {
	font-size:95%;
	font-weight:bold;
}
h4 {
	font-size:95%;
	font-weight:bold;
	line-height:130%
}
h5 {
	font-size:95%;
	font-weight:bold;
	line-height:130%
}
h6 {
	font-size:95%;
	font-weight:bold;
	line-height:130%
}

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

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

/*ID要素*/

	/* header div style */

#breadcrumb {
}

#breadcrumb  li{
	font-size: 95%;
	line-height: 150%
}

#font_resize {
	font-size: 95%;
	line-height: 150%
}

	/* content div style */

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

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


	/* comment ID */

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

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

/*Class定義*/

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

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

	/* entry class */

.entry_header {
	font-size: 95%;
	line-height: 150%
}
.entry_body {
	font-size: 80%;
	line-height: 150%
}
.entry_footer {
	font-size: 95%;
	line-height: 150%
}

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

	/* trackback */

.trackback_text2 {
	font-size: 70%;
	line-height: 150%
}
.trackback_text {
	font-size: 95%;
	line-height: 150%
}
.trackback_date {
	font-size: 95%;
	line-height: 150%
}

	/* comment class */


/*  メニュー部のCSS  */

div.search {

}

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

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

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

div.calendar_title {
	font-size: 95%;
	font-weight: bold;
	line-height: 150%
}

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

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

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

/*  th部  */

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

.month-calendar td {
	font-size: 90%;
}

.tafont {
	font-size: 80%;
}