body{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", arial, sans-serif;
	font-size:9pt;
}

#layout {
	width: 770px;
	margin:0 auto;
}

#header {
	margin-top:  0px;
	padding-top: 0px;
}

#menu {
	margin-top: 12px;
	color: #888888;
	text-align: left;
	font-size:90%;
	line-height:140%;
}

/*タイトル部分
------------------------------------------------------------*/

/*サイトタイトル*/
.site_title {
	font-size: 35px;
	font-weight: bolder;
	padding: 20px 0 0;
	margin: 0px;
text-shadow:0 1px 1px #aaaaaa;
}

.site_title a	{color: #000000;text-decoration: none}
.site_title a:link	{color: #000000;text-decoration: none}
.site_title a:visited {color: #000000;text-decoration: none}
.site_title a:active {color: #000000;text-decoration: none}
.site_title a:hover {color: #000000;text-decoration: none}

/*サイト説明文*/
.site_intro {
	font-size: 100%;
	color: #000000;
	margin: 0;
	padding:15px 0;
	border-bottom:5px solid #f2f2f2;
}

/*文字設定
------------------------------------------------------------*/
h2 {
	font-size: 120%;
	color: #555555;
}

.plugin_tex {
	padding:0px 8px 0px 8px;
	line-height:110%;
}

/* 自己紹介部分の画像
--------------------------------------------------*/
.pay img {
	padding-left: 10px;
	margin: 0px;
}

/* LINK
--------------------------------------------------*/

a {
	text-decoration: none;
	color: #555555;
}

a:hover {color:  #FF6600;}


/* 自己紹介用イメージ
------------------------------------------------------------*/
.pay {text-align: center;}

.pay img{
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	margin: 0px 10px 5px 0px;
	padding: 5px;
}

/*エントリー：ナビゲーション*/
.entry_navi{
	font-size: 90%;
	text-align:center;
}

/*エントリー：見出し*/
.entry_title{
	font-size: 25px;
	font-weight: bolder;
	color: #a70000;
	margin: 27px 0 5px;
	text-shadow:0 0 3px #cccccc;
}

.entry_title2{
	font-size: 25px;
	font-weight: bolder;
	color: #a70000;
	margin: 27px 0 5px;
	text-shadow:0 0 3px #cccccc;
}

.entry_title a{	color:#a70000;}

/*エントリー：テキスト*/
.entry_text {
	font-size: 120%;
	line-height: 160%;
	color: #333333;
	margin: 10px 0;
	text-shadow:0 1px 0 #cccccc;
}

/*エントリー：ステータス（日付等）*/
.entry_state {
	font-size: 95%;
	margin: 0px 0 20px;
	padding:0 0 30px;
	border-bottom:5px solid #f2f2f2;
}

#pagetop { margin:  0px 0px 50px 0px;}


/*テキスト内の画像*/

.entry_text img {
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	margin: 0px 10px 5px 0px;
	padding: 5px;
}

/*検索
---------------------------------------------------------*/
#search {
	text-align: center;
	margin-top : 10px;
	padding: 0px 0px 0px 0px;
}

textarea,input,select {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", arial, sans-serif;
}

img.emoji{
	vertical-align:middle;
	border:0;
}

.EntryPsText {
	padding:10px 0px;
	text-align:right;
}

.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	background-color:#EEEEEE;
	border:solid 1px #555555;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
	color:#777777;
	border-bottom:1px dotted #555555;
}

.CommentResText {
	padding:10px 0px 0px 10px;
	line-height: 140%;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #555555;
}

.center {text-align:center;}
.right{text-align:right;}
.left{text-align:left;}

.plugin_data_date {
	font-size:11px;
	text-align:right;
}

.plugin_data {
	padding:3px;
}

/*-------------------------------------------------------
  footer
-------------------------------------------------------*/
.footer {
	text-align: center;
	vertical-align: middle;
	line-height: 140%;
	font-size: 80%;
}