@charset "UTF-8";
/* CSS Document */



.index_message{
	float: left;
	width: 700px;
}


/*　index.php ノート　*/

.note{
	width:640px;
	height:540px;
	background-image: url(/images/note.jpg);
	background-repeat: no-repeat;
	float: right;
}

/*　index.php ノート ツイッターページ　*/

.note_twitter{
	width:640px;
	height:540px;
	background-image: url(/images/note_twitter.jpg);
	background-repeat: no-repeat;
	float: right;
}


/*　ページクリップ　*/
.page_clip{}

.page_clip ul {
	float: right;
	margin-right: 23px;
	margin-top: 90px;
}

.page_clip li {
	float: left;
}

.page_clip a {
	display: block;
	height: 130px;
	width: 75px;
	text-decoration: none;
}

.page_clip em {
	visibility: hidden;
}


.page_clip .twitter_clip {
	background-image: url(../../images/twitter_clip.jpg);
	background-repeat: no-repeat;
    font-family: sans-serif;
}



.twitterwind{
	display: block;
	float: right;
	height: 470px;
	width: 270px;
	margin-top: 30px;
	margin-right: 30px;
	display:inline;
	
}




/*　index.php ノート　ビリーブレポート　*/
.believe_report {
	display: block;
	float: left;
	height: 470px;
	width: 290px;
	margin-top: 60px;
	margin-left: 25px;
	display:inline;
	
}

/*　index.php ノート　ビリーブレポート　サムネイル表示　*/

.thumlist {
	clear: both;
	float: left;
	padding: 5px;
	width: 280px;
	font-size: 12px;
}
.thumlist h2{
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 5px;
}

.thumlist h2 a{
	color: #0066CC;
	text-decoration: none;
}

.thumlist h2 a:hover{
	color: #996600;
	text-decoration: underline;
}

.thum {
	display: inline;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	vertical-align: middle;
	width: 80px;
	height: 80px;
}
.thumlist hr {
	color: #EEEEEE;
	margin-top: 3px;
	margin-bottom: 3px;
}


/*　index.php ノート　しんじ予定表　*/
.shinji_calendar {
	display: block;
	float: right;
	height: 470px;
	width: 260px;
	margin-top: 55px;
	margin-right: 36px;
	display:inline;
}

.shinji_calendar .vevent li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 3px;
}

.shinji_calendar .dtstart {
	font-size: 12px;
	margin-bottom:5px;


}


.shinji_calendar .summary a{
	color: #FF6600;
	font-size: 14px;
	text-decoration: none;
}

.shinji_calendar .summary a:hover{
	color: #996600;
	text-decoration: underline;
}

