/* 全般 */

body{
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size:10px;
	font-family:arial,helvetica, sans-serif;
	background:url(※ここにバナー画像のＵＲＬが入ります※) no-repeat;
/*background:url(※ここに、bg.gifで終わる画像のＵＲＬが入ります※) repeat-x;*/
}
* {
	margin: 0;
	padding: 0;
}

/* リンク色 */
a			{ color: #0000FF; text-decoration: none; }
a:link		{ color: #0000FF; text-decoration: none; }
a:visited	{ color: #0000FF; text-decoration: none; }
a:active	{ color: #0000FF; text-decoration: none; }
a:hover		{ color: #0000FF; text-decoration: underline; }

/* ページ構成 */

#whole {
	width: 750px;
	height:100%;
	margin:0px 0px 0px 10px;
	padding-top: 0px;
	text-align:left;
	border:1px #000;
}

<!-- ？ -->
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:80px;
}

<!-- 冒頭のタイトル設定 -->
h1.title{
	text-align:left;
	padding:10px 10px 10px 10px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
}
a:visited.a_title, a:link.a_title{
	color:#808080;
}

<!-- 冒頭のサブタイトル設定 -->
.subtitle{
	text-align:left;
	font-size:12px;
	padding:0px 0px 0px 10px;
	color:#C0C0C0;
}

<!-- ページ右のコンテンツとかの設定 -->
#contents{
	width: 100%;
	margin: 0px auto;
}

#contents #main {
	float:left;
	padding:0px 0px 0px 0px ;
	width : 558px;
}

#contents #main br{
	height:0px;
}

#contents #menu {
	float : center;
	width : 180px;
	font-size:10px;
}

form input,textarea,text,input {
	border:1px solid #000;
	background-color:#FFFFEE;
	color:#000;
	margin:2px;
	padding:2px;
	font-size:10px;
}

.clear {
	clear			: both;
	font			: 0/0 sans-serif;
}

/* 文字設定 */
<!-- 設定不能の？エリア -->
h2 {
	font-size: 10px;
	letter-spacing:3px;
	color: #000;
	margin:0px 0px 0px 0px;
	padding:8px 0px 0px 15px;
	height:23px;
	background:url(※ここに、menu.gifで終わる画像のＵＲＬが入ります※) no-repeat left;
}

<!-- これがサイドバー(コンテンツ)の設定 -->
/* サイドバー */
.plugin_content{
	font-size:9.9px;
	font-family:arial,helvetica,, sans-serif;
	text-align:left;                  
}
.plugin_top {
	letter-spacing:3.3px;
	color: #606060;
	padding:6px 0px 0px 9px;
	height:14px;
	background:url(※ここに、menu.gifで終わる画像のＵＲＬが入ります※) no-repeat;
}
.plugin_tex {
	color:#000;
	text-align: left;
	padding:0px 10px 0px 10px;
	width:180;

}
.plugin_bottom {
	height:10px;
}

<!-- 過去ブログの日付 -->
.plugin_data_date {
	font-size:9px;
	text-align:right;
}
.plugin_data {
	padding:3px;
}

/* 自己紹介 */

.pay {
	text-align: center;
}

.pay img{
	background: #fff;
	border: 1px solid #000;
	margin: 0px 10px 5px 0px;
	padding: 5px;
}


/* エントリー部分 */

/* エントリーテーブル */

.entry_table{
	width: 100%;
	margin:0px;
	text-align:left;
}

.entry_table2{
	width: 545px;
	margin-bottom:10px;
	text-align:left;
}

/* エントリーナビゲーション */

.entry_navi{
	font-size: 10px;
	text-align:center;
	color:#000;
}

<!-- ここからが、求めてるＵＰするタイトル部分 -->
/* エントリータイトル */
.entry_title{
	font-size: 12px;
	font-weight:bold;
	color: #000;
	height:18px;
	background:url(※ここに、top.gifで終わる画像のＵＲＬが入ります※) no-repeat;
	margin:0px;
	padding:10px 0px 0px 10px ;
	letter-spacing:0px;
}


.entry_title2{
	font-size: 11px;
	font-weight: bolder;
	color: #000;
	margin: 10px 0px 5px 10px;
}

/* コメント */

.comment_tit{
	font-size: 10px;
	font-weight: bolder;
	color: #000;
	margin: 10px 0px 15px 10px;
}

.comment_content{
	border-bottom:1px dotted #0000FF;
}

.trackback_content{
	border-bottom:1px dotted #0000FF;
}

<!-- ここからが、求めてるＵＰするテキスト部分 -->
/* エントリーテキスト */
.entry_text {
	font-size: 11px;
	color: #000000;
	line-height:120%;
	margin: 0px;
	padding:10px 15px 10px 10px;
	background:url(※ここに、main.gifで終わる画像のＵＲＬが入ります※) repeat-y;
	font-family:arial,helvetica,, sans-serif;
}

.entry_text2 {
	font-size: 11px;
	color: #000;
	margin: 10px 10px 15px 10px;
	line-height : 170%;
}


.entry_bg{
	margin-right:5px;
}

/* エントリーステータス */

.entry_state {
	font-size: 10px;
	height:10px;
	color: #000;
	text-align: right;
	padding: 10px 20px 30px 5px;
	background:url(※ここに、bottom.gifで終わる画像のＵＲＬが入ります※) no-repeat;
	font-family:arial,helvetica,, sans-serif;
}


.entry_state2 {
	font-size: 10px;
	color: #000;
	text-align: right;
	margin: 10px 0px 10px 5px;
}

/* TOPへ戻るのリンク */

.entry_top {
	margin: 10px 0px 20px 0px;
}

#pagetop { margin:  0px 0px 10px 0px;}

/* エントリーテキスト内画像 */

.entry_text img {
	background: #fff;
	margin: 0px;
	padding: 10px;
}

/* 検索 */

#searchimputid {
	text-align: center;
	margin-top : 10px;
	padding: 0px 0px 0px 0px;
	color:#000;
}

textarea,input,select {
	font-size:10px;
}

img.emoji{
	vertical-align:middle;
	border:0;
}

.EntryPsText {
	padding:0px 5px 15px 0px;
	text-align:left;
}

.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	background-color:#FFFFFF;
	padding:10px;
	border:1px solid #aa9855;
}

.CommentResTitle {
	font-size:10px;
	font-weight:700;
	border-bottom:1px dotted #000;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #000;
}

.center {
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

/* カレンダー 月部分 */

/* 前月、次月へのリンク */

.CalendarMoveTable {
	padding:3px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

/* <tr>タグ部分のデザイン */

.CalendarMoveTr {
}

/* 左側td部分のデザイン */

.CalendarPrevTd {
	text-align:left;
}
/* 中央td部分のデザイン */

.CalendarNowTd {
	text-align:center;
}
/* 右側td部分のデザイン */

.CalendarNextTd {
	text-align:right;
}
/* カレンダーテーブル */

.CalendarTable {
	width:90%;
	padding:3px;
	margin-left:auto;
	margin-right:auto;
}


/* カレンダー 曜日部分 */

/* <tr>タグ部分のデザイン */

.CalendarWdayTr {
}

/* 日曜日の<th>タグ部分デザイン */

.CalendarWdaySun {
}

/* 平日の<th>タグ部分デザイン */

.CalendarWday {
}
/* 土曜日の<th>タグ部分デザイン */

.CalendarWdaySat {
}

/* カレンダー 日付部分 */

/* <tr>タグ部分のデザイン */

.CalendarTr {
}

/* 日曜日の<td>タグ部分デザイン */

.CalendarTdSun {
	text-align:center;
}

/* 土曜日の<td>タグ部分デザイン */

.CalendarTdSat {
	text-align:center;
}

/* 平日の<td>タグ部分デザイン */

.CalendarTd {
	text-align:center;
}

/* 記事が存在する場所 */

.CalendarTdLink {
	text-align:center;
}
.CalendarTable a {
	font-weight:bold;
	color:#0000FF;
}