* {
	margin:  0;
	padding:  0;
}

body {
	font-size:  90%;
	font-family:  Arial, Helvetica, sans-serif;
	text-align:  center;
	background-color: #eee;
}



/* Ttable */
table{
	border-collapse:  collapse;
}

a: link {}
a: visited{}
a: hover {}
a: active {}


/* Layout ------------------------------- */

div#container {
	width:  760px;
	text-align:  left;
	margin: 0 auto;
	background-color: #fff;
}

div#header {
	width:  760px;
}

div#wrapper {
	width:  760px;
}
div#main {
	float:  left;
	width:  620px;
}
div#menu {
	float:  left;
	width:  140px;
	padding-bottom: 20px;
}
div#footer {
	clear:  left;
	width:  100%;
}
div.clear {
	clear:  both;
}



/* Header ---------------------------------------- */
div#headLink {
	text-align: center;
	margin: 8px auto;
	width: 760px;
}
div#header {
	width: 760px;
	height: 100px;
	margin: 0 auto;
	background: #eee url(http://siteguide.sakura.ne.jp/img/header_blue1.gif) no-repeat left top;
	text-align: left;
	color: #000000;
}

div#header h1 {
	display: block;
	padding: 15px 0 0 20px;
}
div#header h1 a {
	color: #fff;
	text-decoration: none;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation a{
	padding:  10px 0px 0px 20px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

/* Footer --------------------- */
div#footer {
	border-top: 1px solid blue;
	text-align: center;
}
div.copy{
	color: #000000;
	font-size: 12px;
	padding: 1em;
}
div.cm{
	padding: 10px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
}
div.cm a{
	color: #000000;
}
div.cm a: hover{
	text-decoration: none;
}




/*もう少し何かPart1*/
#TopBlock a{
color: #ffffff;
text-decoration: none;
font-style: normal;
}
#TopBlock a: hover{
color: #999999;
}



.tmp{
padding: 30px 0px 5px 0px;
font-size: 13px;
font-weight: bold;
}
.tmp a{
color: #000000;
}
.tmp a: hover{
text-decoration: none;
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	margin-left: 10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	height: 25px;
	vertical-align: middle;
	margin-top: 10px;
	padding: 7px 5px;
	color: #fff;
	background-color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: transparent url(http://siteguide.sakura.ne.jp/img/menu_blue1.gif) repeat-x left top;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
}
/*プラグインが表示される場所の設定*/
.PluginContents {
	font-size: 13px;
	text-align: left;
	line-height: 17px;
}
.PluginContents a{
	color: #0000ff;
	text-decoration: underline;
}
.PluginContents a: hover{
	text-decoration: none;
}

div.qrcode_image img {
	display: block;
	margin: 5px auto;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#entryBlock {
	width: 600px;
	margin: 0 auto 20px 10px;
}

/*記事表示部分の背景や余白等の設定*/
.entryInnerBlock {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align:  left;
}
/* カテゴリ */
div.entryInnerBlock h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
div.entryInnerBlock h2 a {
	color: #00f;
}

/* 記事タイトル */
div.entryInnerBlock h3 {
	font-size: 16px;
	border-left: 10px solid #ff7c00;
	padding-left: 5px;
}
div.entryInnerBlock h3 a {
	color: #00f;
}
div.entryTextBox {
}


/*記事本文*/
.entryText {
	padding:  10px;
}

/*追記リンク*/
.entryPsText {
	padding:  20px;
	text-align: right;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.entryFooter {
	padding: 5px;
	font-size: 10px;
	font-family:  Verdana, Helvetica, sans-serif;
	text-align: right;
}
.entryFooter ul,
.entryFooter li {
	list-style-type: none;
}
.entryFooter li {
	float: left;
	margin-right: 5px;
}

/*次の記事やHOMEへのリンクが表示される背景部分*/
.pageLinkBlock{
	margin: 10px 0px;
	font-size: 13px;
	font-family:  Verdana, Helvetica, sans-serif;
	text-align: center;
	line-height: 17px;
}


/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/

div.commentBlock{
	margin-top: 30px;
	font-size: 13px;
}

.commentMenuTitle{
	margin-bottom: 10px;
	border-bottom: solid 1px #dadada;
	font-size: 14px;
	font-weight: bold;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

p.commentText{
	padding: 10px 5px;
}

.commentFooter{
	text-align: right;
	font-size:  10px;
	border-top: 1px dotted #cccccc;
}

.CommentFooter a{
color: #0000ff;
}

.CommentFormBlock{
	margin-bottom: 20px;
}


.Commentpass{
width:  80px;
}
.CommentFormstext{
width:  300px;
}

div.commentResBlock {
	padding: 0px 10px 25px 20px;
}

div.commentResBox {
	padding: 10px;
	background:  #f9f9f9;
}

p.CommentResText {
	padding: 10px 5px;
}

.CommentResFooter {
	text-align: right;
	font-size:  10px;
	border-top: 1px dotted #cccccc;
}


/* TrackBack ---------------------------------- */

div#trackback{
	margin-top: 30px;
	font-size: 13px;
}

div#trackbackMenuTitle{
	margin-bottom: 10px;
	padding: 0px 10px 3px 10px;
	border-bottom: solid 1px #dadada;
	font-size: 14px;
	font-weight: bold;
}

div#trackbackURLBlock{
	margin: 0 0 20px 10px;
}

input#trackbackURL{
	padding-top: 5px;
	width: 400px;
	text-align: left;
}

div.trackbackTextBox{
	margin: 0px 0px 10px 0px;
	padding: 10px;
}


p.trackbackText{
	padding: 10px 5px;
	line-height: 17px;
}

div.trackbackFooter{
	text-align: right;
	font-size:  10px;
}



/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	padding: 3px 5px;
	text-align: left;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	text-align: right;
}
/*検索*/
.blogsearch{
	text-align: center;
}



/* Adsence */
/* Header下リンクユニット */
div#adLU {
	text-align: center;
	margin: 5px auto;
}
/* LU下300*2 */
table#ad1 {
	margin: 0 0 0 10px;
}
/* レクタングル(Top以外) */
div#adEntry {
	margin-left: 10px;
}
/* レクタングル(Top) */
div#adEntryTop {
	margin-left: 3px;
}
