body{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#layout {
	width: 770px;
	margin-top:  0px;
	padding-top: 0px;
}

#header {
	height : 150px;
	margin-top:  0px;
	padding-top: 0px;
	text-align: left;
}

#menu {
	float : left;
	width : 201px;
	margin-left: 16px;
	margin-top: 12px;
	text-align: left;
	font-size:90%;
	line-height:140%;
}

#menu p{
	margin:0px 20px 10px 25px;
}



#main {
	float : right;
	width : 530px;
	margin-top: 10px;
	margin-left: 2px;
	padding: 0px;
	text-align: left;
}


/*タイトル部分
------------------------------------------------------------*/

/*サイトタイトル*/


.site_title {
	text-align: left;
	font-size: 18px;
	font-weight: bolder;
	height: 20px;
	padding-top: 30px;
	padding-right: 362px;
	padding-left: 38px;
	margin: 0px;
}

/*サイト説明文*/

.site_intro {
	text-align: left;
	margin-top: 5px;
	font-size: 90%;
/*	font-weight: bolder; */
	padding-top: 20px;
	padding-right: 283px;
	padding-left: 117px;
}

/*カレンダー*/

#calender {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


#calender ul {
	font-size: 90%;
	list-style-position : inside;
}

#calender li {
	display : inline;
	list-style-type : none;
}

.calendar{
	font-size:85%;
}

li.day {
	padding: 0px 3px 0px 2px;
}

.prev-month-calendar {
	margin-right : 8px;
}

.next-month-calendar {
	margin-left : 8px;
}


/*文字設定
------------------------------------------------------------*/

h2 {
	font-size: 120%;
	margin-bottom: 0px;
	padding-top : 21px;
	padding-left: 5px;
	height: 20px;
	background-repeat:no-repeat;
}

.plugin_tex {
	padding:0px 8px 0px 8px;
	line-height:110%;
}


/* 自己紹介部分の画像
--------------------------------------------------*/

.pay img {
	padding-left: 10px;
	margin: 0px;
}

/* 左メニューのPR部分
--------------------------------------------------*/

.PluginContents ul {
	margin: 0px;
	padding-left: 0px;
	}

.PluginContents ul li {
	font-size: 120%;
	text-align: left;
	padding-left: 0px;
	list-style-type: none;
	}


/* リスト設定（サイドメニュー）
------------------------------------------------------------*/

ul {
	text-align:center;
	margin: 0px;
	padding-left: 20px;
	list-style-type: circle;
	text-decoration: none;
	font-size: 80%;
}


li {
	font-size: 80%;
	line-height: 120%;
	padding: 0px 15px 5px 0px;
	text-decoration: none;
}


a {
	text-decoration: none;
}


a:hover {
}


/* 自己紹介用イメージ
------------------------------------------------------------*/

.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;
}


/*エントリー
--------------------------------------------------*/


/*エントリーテーブル（1ブロック）*/

.entry_table{
	width: 500px;
	margin: 10px 30px 30px 0px;
}

/*エントリー：ナビゲーション*/

.entry_navi{
	font-size: 90%;
	text-align:center;
}


/*エントリー：見出し*/

.entry_title{
	font-size: 130%;
	font-weight: bolder;
	margin: 27px 30px 3px 50px;
}

.entry_title_back {
	height: 63px;
repeat;
	border: 0px;
	}

.entry_title2{
	font-size: 130%;
	margin-top: 5px;
	font-weight: bolder;
	font-size:100%;
	margin-left: 2em;
}


.entry_title a{
}


/*エントリー：テキスト*/

.entry_text {
	font-size: 100%;
	line-height: 140%;
	margin: 10px 50px 10px 30px;
}

.entry_bg{
	text-align:left;
	margin-right:10px;
}

/*エントリー：ステータス（日付等）*/

.entry_state {
	font-size: 85%;
	color: gray;
	text-align: left;
	margin: 0px 0px 10px 35px;
}


#pagetop { margin:  0px 0px 50px 0px;}


/*テキスト内の画像*/

.entry_text img {
	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 {
	border:solid 1px #555555;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
	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;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:90%;
margin-left:auto;
margin-right:auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:90%;
padding:3px;
margin-left:auto;
margin-right:auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}

.CalendarTable a {
padding:1px;
}


/*-------------------------------------------------------
  footer
-------------------------------------------------------*/
.footer {
	width: 782px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	line-height: 140%;
	font-size: 80%;
	}
