* {
	margin: 0px;
	padding:0px;
}

html {
        scrollbar-3dlight-color:#ffffff;
        scrollbar-arrow-color:#c0c0c0;
        scrollbar-darkshadow-color:#ffffff;        
        scrollbar-face-color:#ffffff;
        scrollbar-highlight-color:#ffffff;
        scrollbar-shadow-color:#c0c0c0;
        scrollbar-track-color:#ffffff;  
}

body {
	background:url(http://img-cdn.jg.jugem.jp/c18/1116642/20081220_429426.gif) repeat #ffffff;
	color:#808080;
	font: 10px/170% "Osaka‐等幅", "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック";
        letter-spacing:1px;     
	margin:0px;
	padding:0px;
	}

	

a		{ color: #bc7878; text-decoration: none; }
a:hover		{ color: #ffffff; text-decoration: none; }


ul {
	list-style-type: none;
	line-height:130%;
	padding:0px;
        margin-bottom:20px;
	}

li {
	margin:0 0 5px 10px;
        padding-bottom: 2px;
	}


img {
	border:none;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input,textarea {
	color: #808080;
	font-size :10px;
	border:1px #cccccc solid;
	background-color:#FFF;
        letter-spacing:1px;
	padding: 2px;
	}



	
/* レイアウト---------------------------------------------------------------------- */

#layout {
	width:650px;
        margin:0 auto;
         	}

	
.header {
        width:180px;
	height:100px;
	text-align: left;
        margin:0;
}


.menu {
	width:180px;
        margin:0;
	padding:20px 20px 30px 0px;

	}

	
.main {
	width:400px;
        margin:0;
	padding-bottom:30px;

        background-color:#FFF;
	}





/* サイトタイトル---------------------------------------------------------------------- */

h1 {
	padding:30px 0 5px 0px;
	
	}

.site_title {
	font-size: 12px;
        font-weight:bold;
        color: #454545;
        
	}

.description {
	font-weight:normal;
	color: #454545;
	font-size: 10px;
	}

.site_title a {color: #454545;text-decoration: none;}
.site_title a:hover {color: #454545;text-decoration: none;}



/* サイドメニュー */


.linktitle {
        height:20px;
        font-size: 10px;
        color:#808080;
        
        line-height:180%;
        font-family: Georgia, Times New Roman, Osaka, Verdana, "MS UI Gothic";
	margin:25px 0 5px 0;

}

.linktitle:first-letter {
        font-size: 12px;
        color:#808080;
	font-weight:bold;
}


.linktext {
        width:170px;
	margin:0 0 3px 10px;
	padding-bottom: 2px;
	list-style-type: none;
}





/* ------ 検索 ------ */

.search {
	margin-bottom:20px;
}

.button{
        margin-left:5px;
	padding:0px;
}


/* ------ カレンダー ------ */
.calendar {
	font-family: "Verdana";
	font-size: 10px;
	color: #808080;
	margin:0px auto;
	}

.calendar_month {
	font-family: "Verdana";
	margin-bottom: 10px;
	font-size: 10px;
	color: #808080;
	}

.weekday {
	width: 20px;
	height: 20px;
	padding: 0px;
	text-align:center;
	font-size: 10px;
	color: #808080;
	}

.cell {
	width: 20px;
	height: 20px;
	padding: 0px;
	text-align:center;
	font-size: 10px;
	color:#808080 ;
	}

.cell a {color: #bc7878;text-decoration: none; font-weight:bold;}
.cell a:hover {color:#bc7878 ; text-decoration: none;}


.calendar table {
	margin:0 auto;
	}



/* ------ feed ------ */

.feed {
	margin-right:10px;
	margin-top:10px;
	width:57px;
	height:15px;
	}




/* エントリー---------------------------------------------------------------------- */


.entry {
	width: 380px;
	margin-top: 70px;

	}

.entry_title {
	font-size: 12px;
        color: #c0c0c0;
        font-weight: bold;
        text-align: left; 
	}

.entry_date {
          font-size: 14px;
           font-weight:bold;
	padding: 0 0 10px 0;
	color: #c0c0c0;
        text-align: right;
         font-family: Georgia, Times New Roman, Osaka, Verdana, "MS UI Gothic";
	}


.entry_body {
        text-align: left;
        margin: 20px 15px 10px 15px;
}


.entry_more {
	text-align: left;
        margin: 20px 15px 10px 15px;
	}

.entry_state {
	 color: #bc7878;
	 text-align: right;
	 margin: 5px 10px 0 0; 
	}

.entry_state a {color: #bc7878;text-decoration: none;}
.entry_state a:hover {color: #ffffff;text-decoration: none;}


blockquote {
	color: #999;
	border-left:3px solid;
	margin: 10px 0;
	padding: 5px;
	padding-left:10px;
	}

.pict {
	display:block;
	text-align:center;
	margin:0 auto;
	}


.entry_navi {
	text-align:center;
	margin:30px 0;
	}


/* コメント・トラックバック・プロフィール */

.commnet_form {
	margin:20px auto;
}

.tb_url {
	margin:20px 0;
	text-align:center;
	}


.tbentry_title {
	font-weight:bolder;
	margin:20px 20px 0 20px;
	}


.profile_name {
	font-weight:bolder;
	margin-bottom:5px;
	}






/* フッター*/

.copyright {
        text-align:center;
	margin: 40px 0 0 10px;
}







