body{
		text-align: center;
		background-color: #DDDDDD;
		background-image:url(http://file.ninja.blog.shinobi.jp/all_bg.gif);
		background-repeat:repeat-x;
		margin: 0px;
		padding: 0px;
		font-family: "Lucida Grande","Verdana",  "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka";
		font-size:9pt;
}

#layout {
		width: 763px;
		margin-top:  0px;
		padding-top: 0px;
}

#header {
		width : 498px;
		height : 241px;
		margin-top:  0px;
		padding-top: 0px;
		text-align: left;
}

#menu {
		float : left;
		width : 245px;
		padding-left: 20px;
		padding-top: 10px;
		color: #999999;
		text-align: left;
		margin-top:360px;
		font-size:90%;
}

#menu p{
		margin:5px;
		color : #FF0066;
}


#main {
		float : right;
		width : 498px;
		padding: 0px;
		text-align: left;
		color: #777777;
		background-image: url(http://file.ninja.blog.shinobi.jp/6_bg.gif);
		background-repeat:repeat-y;
}


/*萌え画像部分
------------------------------------------------------------*/

.menu_moe {
		float:left;
		width:265px;
		height:352px;
		background-image: url(http://file.ninja.blog.shinobi.jp/kunoichi2.gif);
		background-repeat:no-repeat;
}

/*タイトル部分
------------------------------------------------------------*/

/*サイトタイトル*/


.site_title {
		text-align: left;
		font-size: 18px;
		font-weight: bolder;
		color: #FFFFFF;
		padding-top: 180px;
		padding-left:36px;
		margin: 0px;
}

.site_title a{color: #FFFFFF;text-decoration: none}
.site_title a:link{color: #FFFFFF;text-decoration: none}
.site_title a:visited {color: #FFFFFF;text-decoration: none}
.site_title a:active {color: #FFFFFF;text-decoration: none}
.site_title a:hover {color: #FFFFFF;text-decoration: none}


/*サイト説明文*/

.site_intro {
		text-align: left;
		margin-top: 5px;
		padding-left: 36px;
		font-size: 90%;
		color: #CCCCCC;
}

/*カレンダー*/

#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;
}

.calender{
		font-size:85%;
		color : #CC6666;
}

li.day {
		padding: 0px 3px 0px 2px;
}

.prev-month-calendar {
		margin-right : 8px;
}

.next-month-calendar {
		margin-left : 8px;
}

.calender td {
		background-color:#F7EBDF;
}

/*文字設定
------------------------------------------------------------*/

h2 {
		font-size: 130%;
		color: #333333;
		margin-bottom: 0px;
		height: 15px;
}


/* 自己紹介部分の画像
--------------------------------------------------*/

.pay img {
		padding-left: 10px;
		margin: 0px;
}


/* リスト設定（サイドメニュー）
------------------------------------------------------------*/

ul {
		text-align:center;
		margin: 0px;
		padding-left: 20px;
		list-style-type: circle;
		text-decoration: none;
		font-size: 85%;
}


li {
		font-size: 85%;
		color: 777777;
		line-height: 120%;
		padding: 0px 15px 5px 0px;
		text-decoration: none;
}

a {
		text-decoration: none;
		color: #555555;
}


a:hover {
		color:  #6600CC;
		text-decoration: underline;
}

.plugin_tex {
	padding:5px 15px 5px 5px;
}


/* 自己紹介用イメージ
------------------------------------------------------------*/

.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: 432px;
		text-align:left;
}

/*エントリー：ナビゲーション*/

.entry_navi{
		font-size: 90%;
		text-align:center;
}

.entry_navi_bg{
		background-color:#FFFFFF;
}


/*エントリー：見出し*/

.entry_title{
		font-size: 130%;
		font-weight: bolder;
		color: #FFFFFF;
		margin: 15px 10px 39px 55px;
}

.entry_title2{
		font-size: 100%;
		font-weight: bolder;
		margin: 15px 5px 7px 5px;
}

.entry_title a{
		color:#FFFFFF;
}


/*エントリー：テキスト*/

.entry_text {
		font-size: 90%;
		color: #AAAAAA;
		margin: 10px 5px 10px 20px;
		line-height : 140%;
}

/*エントリー：ステータス（日付等）*/

.entry_state {
		font-size: 85%;
		color: 999999;
		text-align: left;
		margin: 0px 0px 10px 43px;
}


#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: "Lucida Grande","Verdana",  "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka";
}

img.emoji{
		vertical-align:middle;
		border:0;
}