/* 全体 */
body {
	font-size:12px;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳ ゴシック";
}

/* リスト */

ul {
	}
li {
	}

/* 定義リスト */
/*dt はstyle.cssでサイズを定義 */

dt {
}

dd {
	font-size:12px;
}

#left {
	line-height:140%;
}
#right {
}


/* 見出し */

h1 {
	font-size:14px;
	font-weight:bolder;
	line-height:120%
}
h2 {
	font-size:12px;
	font-weight:normal;
	line-height:130%
}
/* h3 非表示？ */
h3 {
	font-size:12px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
	line-height:130%
}
h5 {
	font-size:12px;
	font-weight:bold;
	line-height:130%
}
h6 {
	font-size:12px;
	font-weight:bold;
	line-height:130%
}

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

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

/*ID要素*/

	/* header div style */

#breadcrumb {
}

#breadcrumb  li{
	font-size: 10px;
	line-height:120%
}

#font-resize {
	font-size: 10px;
}

	/* content div style */

.entry-body {
	font-size: 12px;
	line-height: 150%
}

	/* comment ID */

.comment-area {
	font-size: 12px;
	line-height: 150%
}

#comment-form {
	font-size: 12px;
	line-height: 150%
}

/*Class定義*/

.rss {
	font-size: 10px;
}
.copy {
	font-size: 10px;
}

.page-top-jump {
	font-size: 10px;
	line-height: 150%
}

	/* entry class */

.entry-navi  {
	font-size: 10px;
}
.entry-header {
}
.entry-body {
	font-size: 12px;
	line-height: 150%
}
.entry-footer {
	font-size: 10px;
	line-height: 150%
}

.date {
	font-size:10px;
}
.extended {
	font-size:10px;
}

	/* trackback */

.wback-text {
	font-size: 12px;
}
.wback-author {
	font-size: 10px;
}

/* html にない ？*/
.trackback-text {
	font-size: 12px;
	line-height: 150%
}
.trackback-date {
	font-size: 12px;
	line-height: 150%
}
/* html にない ？ここまで*/

	/* comment class */


/*  メニュー部のCSS  */

div.search {

}

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

/*  carendar-area	：カレンダー部  */

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

div.calendar-title {
	font-size: 10px;
	font-weight: bold;
}

/*  calendar-	：カレンダーの本体  */

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

caption.month-calendar-head {
	font-size: 12px;
}

/*  th部  */

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

.month-calendar td {
	font-size: 11px;
}


