* {
	margin: 0px;
	padding: 0px;
	}

body { 
margin :20px 0;
color : #000;
font-size: 80%;
font-family: "ＭＳ Ｐゴシック", "Arial", Osaka,"ＭＳ ゴシック","Osaka",sans-serif;
line-height:140%;
background :url(http://smallaxerecords.com/gif/all_bg.gif) repeat #ffffff ;
text-align : center;

} 

table,td,tr,div { margin:0px; padding:0px;}

a:link { 
color : #0099FF;
text-decoration : none;
} 
a:visited { 
color : #0099FF;
text-decoration : none;
} 
a:hover { 
color : #FF5300;
text-decoration : none;
} 
a:active { 
color : #FF5300;
text-decoration : none;
} 

img {
	display: block;
	border: 0px;
	}
li {
	list-style-type: none;
	margin-bottom:5px;
	}

/* ************************************************ 
 *	ページレイアウト
 * ************************************************ */
#wrap{
width:780px;
margin:0 auto;
text-align:left;
}
#header{
width:780px;
height:100px;
background:url(http://smallaxerecords.com/jpg/header.jpg) no-repeat;
}
#contents{
width:780px;
height:auto;
float:left;
background:url(http://smallaxerecords.com/gif/contents_bg.gif) repeat-y;
}
/*　画面左側の幅　*/
#main {
width: 550px;
height:auto;
float: left;
font-size:12px;
}
#main .inner{
margin:10px 20px 10px 30px;
}

/*　レイアウト調整　*/
#side {
width:230px;
height:auto;
float:right;
font-size:x-small;
}

/*　画面右側メニューの幅　*/
.side_in {margin:10px 30px 10px 20px;}

/*　フッター　*/
#footer{
width:780px;
height:80px;
clear:both;
background:url(http://smallaxerecords.com/jpg/footer.jpg) no-repeat;
font-size:x-small;
color:#fff;
text-align:right;
}

#footer .inner{margin:50px 30px 0 0;}


/* ************************************************ 
 *	サイトタイトル
 * ************************************************ */

h1 {text-indent:-9999px;}
#header h1 a { 
width : 200px;
height :70px;
display : block;
text-decoration : none;
float : left;
} 
.site_title { }
.description {text-indent:-9999px;}




/* ************************************************ 
 *	サイド
 * ************************************************ */

h2 {
	font-size: x-small;
	color:#0D492D;
	padding:3px 0px 3px 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B58029;
	}

.comment li{
	background:url(./template/cmsp/13/disk.gif) no-repeat;
	background-position:0px 6px;
	text-indent:8px;
	line-height:130%;
	margin-bottom:5px;
	}


/* カレンダー ---------*/

.calendar {
	font-family: "Verdana";
	text-align:center;
	line-height: 140%;
	margin-bottom:10px;
	}

.calendar table {
	width:100%;
	margin:0px auto;
	text-align:center;
	}

.weekday { padding: 2px;}
.cell    { padding: 2px;}

.cell a:link {font-weight: bolder;}


/* ************************************************ 
 *	エントリー
 * ************************************************ */

#entry {
	margin-top: 20px;
	margin-bottom: 10px;
	}

.entry_navi {
	width:500px;
	margin-bottom:20px;
	border-bottom:1px dotted #666666;
	padding: 5px 0px;
	font-size:10px;
	text-align:center;
	}

.entry_state {
	text-align:center;
	margin-top:10px;
	font-size:x-small;
	}

.entry_title {
	width:490px;
	font-family: "Arial", "Helvetica",Osaka,"ＭＳ ゴシック","Osaka",sans-serif;
	font-size:140%;
	color:darkgreen;
	margin-bottom:10px ;
	font-weight:bolder;
	}
.entry_date {
padding-top:15px;
font-size:x-small;
background:url(http://www.smallaxerecords.com/blog_image/entryBorder.gif) no-repeat;
}
.entry_body {
	margin:10px 0;
	line-height:150%;
font-size:small;
	}

.entry_body .emoji {
	display: inline;	
	}

.entry_more {
	padding-top:10px;
	}

blockquote {
	color: #999;
	border-left:3px solid;
	margin: 10px 5px;
	padding:0px 5px;
	}

.pict {
border: 5px solid #e9e9e3;
margin-bottom:1em;
}



/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

#trackback { padding-top: 20px;padding-bottom:10px;}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-bottom:20px;
	border-bottom:1px dotted #666666;
	padding: 5px 0px;
	border-top: 2px solid #5F3C1A;
	}

#trackback .tb_url {
	font-size: x-small;
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin-bottom: 10px;
	border: 1px solid #666666;
	}


#trackback .tb_title {
	font-weight: bold;
	padding: 5px 10px;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 5px 10px;
	}

#trackback .tb_state {
	border-top: 1px dotted #666666;
	padding: 5px;
	text-align:right;
	font-size:x-small;
	}

#trackback .formarea {
	padding: 5px;
	background:#F8F8F8;
	border:1px dotted #666666;
	color:#999;
	margin-top:20px; 
	}



