* {
	margin: 0px;
	padding:0px;
}

html {
        scrollbar-3dlight-color:#ffffff;
        scrollbar-arrow-color:#000000;
        scrollbar-darkshadow-color:#ffffff;        
        scrollbar-face-color:#ffffff;
        scrollbar-highlight-color:#ffffff;
        scrollbar-shadow-color:#000000;
        scrollbar-track-color:#ffffff;  
}

body {
	background:#ffffff;
	color:#808080;
	font: 14px/180% "Osaka‐等幅", "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック";
        letter-spacing:1px;     
	margin:0px;
	padding:0px;
	}

	

a		{ color: #808080; text-decoration: none; }
a:hover		{ color: #808080; text-decoration: none; }


ul {
	list-style-type: none;
	line-height:130%;
	margin:0px;	
	padding:0px;
        margin-bottom:20px;
	}

li {
        font-size :12px;
	margin:0 0 2px 10px;
        padding-bottom: 2px;
	}


img {
	border:none;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input,textarea {
	color: #808080;
	font-size :12px;
	border:1px #000000 solid;
	background-color:#FFF;
        letter-spacing:1px;
	padding: 2px;
	}



	
/* レイアウト---------------------------------------------------------------------- */

#layout {
	width:800px;
        margin:0 auto;
         	}

	
#header {
        width:800px;
	height:160px;
	text-align: right;
        margin-bottom:20px;
        background:url(http://img-cdn.jg.jugem.jp/c13/1816783/20100821_119658.jpg) no-repeat;
	}

#side {
	width:180px;
        margin:20px 0 0 5px;
	padding-bottom:30px;
        float: left;
	}

	
#main {
	width:500px;
        
	padding-bottom:30px;
        
        float: right;
	}

	
#footer {
        clear: both;
	width:100%;
        height:50px;
        line-height: 50px;
        margin-top: 10px;
        padding: 0;	
        background:url() no-repeat;
	text-align:center;
	}




/* サイトタイトル---------------------------------------------------------------------- */


.site_title {
	padding-right: 15px;
        padding-top: 120px;
        font-size: 16px;
        text-align:right;
        font-weight: bold;
        color: #808080;
	}

.description {
	font-weight:normal;
	color: #808080;
	font-size: 12px;
        padding-right: 15px;
	}

.site_title a {color: #808080;text-decoration: none;}
.site_title a:hover {color: #808080;text-decoration: none;}



/* サイドメニュー */

.linktitle {
        height: 20px;
        
        font-size: 9px;
        color:#ffffff;
	font-weight:bold;
	margin:20px 0 11px 0;
           text-indent:5px;
           background:url(http://img-cdn.jg.jugem.jp/c13/1816783/20100821_119706.jpg) repeat;
}

.linktext {
        color:#696969;
        font-size :10px;
        list-style-type: none;
}



/* ------ 検索 ------ */

.search {
	margin-bottom:20px;
}

.button{
        margin-left:5px;
	padding:0px;
}


/* ------ カレンダー ------ */
.calendar {
	font-size: 10px;
	color: #000000;
	margin:0px auto;
	}

.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 {
          font-weight:bold;
	color: #808080;
	text-decoration: none;
	}

.cell a:hover {
	color: #808080;
	text-decoration: none;
	}



/* ------ feed ------ */

.feed {
	margin-right:10px;
	margin-top:10px;
	width:57px;
	height:15px;
	}




/* エントリー---------------------------------------------------------------------- */


.entry {
	width: 500px;
	margin: 60px 10px 0 0;       
        padding: 15px;
	}

.entry_date {
        padding: 3px 0 2px 0px;
	font-weight: bold;
	color: #808080;
	font-size: 16px;  
        text-align: right;
	}

.entry_title {
	font-size: 16px;
        color: #808080;
        border-bottom:1px solid #000000;
        text-align:right;
        font-weight: bold;
        padding: 5px 0 0 3px;
	}

.entry_body {
        text-align: left;
        margin: 20px 15px 10px 15px;
}


.entry_more {
	text-align: left;
        margin: 20px 15px 10px 15px;
	}

.entry_state {
	 color: #808080;
	 text-align: right;
	 margin: 10px 10px 0 0; 
	}

.entry_state a {color: #808080;text-decoration: none;}
.entry_state a:hover {color: #808080;text-decoration: none;}


blockquote {
	color: #808080;
	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 {
	
}

