@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom:0px;
	line-height:14pt;
	font-family:"Comic Sans MS", cursive;
	font-size:14pt;
	background-color:#FFF;
	}
	
#kaijo {
	clear:left;
	}
	
a {
	color:#000;
	text-decoration:none;
	}
	
a:hover {
	color:#666;
	text-decoration:underline;
	}

#layout {
	width:770px;
	height:auto;
	margin:0px auto;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	padding:0px;
	}
	
#header_a {
	width:760px;
	height:20px;
	margin:0px;
	padding:5px;
	background-image:url(http://file.self.pazru.com/wosa_hp00.jpg);
	}

#header_b {
	width:770px;
	height:140px;
	margin:0px;
	background-image:url(http://file.self.pazru.com/blogtop_1.jpg);
	}

#calender {
	width:770px;
	height:40px;
	text-align: center;
	font-size:11px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(http://file.self.pazru.com/blogtop_2.jpg);
	background-repeat:no-repeat;
}

#main_left {
	width:550px;
	height:570px;
	float:left;
    background-image:url(http://file.self.pazru.com/blogentry.jpg);
	overflow:auto;
	}
	
#main_right {
	width:220px;
	float:left;
	height:570px;
	}

#footer {
	width:760px;
	height:140px;
	margin:0px;
	padding:5px;
	background-image:url(http://file.self.pazru.com/wosa_hp02_1.jpg);
	text-align:center;
	}

/*--ここより下、上記メインID内--*/

/*--calendar--*/

#calender ul {
	list-style-position : inside;
}

#calender li {
	display : inline;
	list-style-type : none;
}

.calendar{
	color : #CCCCCC;
}

li.day {
	padding: 0px 3px 0px 2px;
	color:#FFFFFF;
}

.prev-month-calendar {
	margin-right : 8px;
}

.next-month-calendar {
	margin-left : 8px;
}

/*--main_left(エントリー系設定)--*/
#main {
	float : right;
	width : 530px;
	margin-top: 10px;
	margin-left: 2px;
	padding: 0px;
	text-align: left;
	color: #777777;
}

/*エントリーテーブル（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;
	color: #555555;
	margin: 27px 30px 3px 50px;
}

.entry_title_back {
	height: 63px;
	border: 0px;
	}

.entry_title2{
	font-size: 130%;
	margin-top: 5px;
	font-weight: bolder;
	font-size:100%;
	color: #555555;
	margin-left: 2em;
}


.entry_title a{
	color:#555555;
}


/*エントリー：テキスト*/

.entry_text {
	font-size: 100%;
	line-height: 140%;
	color: 555555;
	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 {
	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;
}

/*--main_right--*/
#title {
	width:190px;
	height:110px;
	padding:20px 10px 20px 20px;
	background-color:#000;
	}
	
#menu {
	width:200px;
	height:380px;
    padding:20px 10px 20px 10px;
	overflow:auto;
	}
	
/*--title(タイトル系設定)--*/
/*サイトタイトル*/
.site_title {
	width:190px;
	height:70px;
	text-align: right;
	font-size: 20px;
}

/*サイト説明文*/

.site_intro {
	width:190px;
	height:40px;
	text-align:right;
	font-size: 13px;
	color:#333;
}


/*--menu(プラグイン系設定)--*/
.plugin_tex {
	padding:0px 5px 0px 5px;
	line-height:110%;
	font-size:12px;
}
	
.PluginContents ul {
	margin: 0px;
	padding-left: 0px;
	}

.PluginContents ul li {
	font-size: 120%;
	text-align: left;
	padding-left: 0px;
	list-style-type: none;
	}

.plugin_data {
	padding:3px;
}