@charset "utf-8";


@import url('ctw/ctw_style.css');
@import url('ctw/css/hover-min.css');



/* サイトタイトル */

.site-title {
	font-weight: ;
	font-size: ;
}

.site-title a {
	color: ;
}

.site-title a:hover {
	color: ;
}

/* サイト説明 */

.site-description {
	color: ;
	font-size: ;
}

/* グローバルメニュー */

.global-navi ul li {
	font-size: ;
}

/* 記事タイトル */

.entry-title {
	color: ;
	font-weight: ;
	font-size: ;
}

/* 本文 */

.main p {
	color: ;
	font-size: ;
}

.main li {
	color: ;
	font-size: ;
}

/* H2 */

.entry-content > h2 {
	color: ;
	font-size: ;
}

/* H3 */

.entry-content > h3 {
	color: ;
	font-size: ;
}

/* H4 */

.entry-content > h4 {
	color: ;
	font-size: ;
}

/* H5 */

.entry-content > h5 {
	color: ;
	font-size: ;
}

/* H6 */

.entry-content > h6 {
	color: ;
	font-size: ;
}

/* ウィジェットタイトル（メイン） */

.main .widget-title {
	font-size: ;
}

/* ウィジェット本文（メイン） */

.main .widget p {
	font-size: ;
}

.main .widget li {
	font-size: ;
}

/* ウィジェットタイトル（サイドバー） */

.sub .widget-title {
	font-size: ;
}

/* ウィジェット本文（サイドバー） */

.sub .widget p {
	font-size: ;
}

.sub .widget li {
	font-size: ;
}
