body {
	margin: 0px 0px 10px 10px;
    background-image: url("http://www.artsider.net/back.jpg");
    text-align: left;  
 	}

html{
    scrollbar-3dlight-color: #6F5735; 
    scrollbar-arrow-color: #6F5735; 
    scrollbar-base-color: #000000; 
    scrollbar-darkshadow-color: #000000; 
    scrollbar-face-color: #000000; 
    scrollbar-highlight-color: #000000; 
    scrollbar-shadow-color: #6F5735; 
    scrollbar-track-color: #000000
	}

a {
	text-decoration: underline;		
	}

a:link {
   text-decoration:none;
	color: #FF9900;
	}

a:visited {
    text-decoration:none;
	color: #FF9900;
	}

a:active {
	color: #FF9900;
	}

a:hover {
	color: #FF9900;
    text-decoration:underline;
	}



h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;

	}


/*ベースカラー*/
#container {
    float: left;
	line-height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 810px;	
	background-color: #;
    border-bottom: 0px solid #;
	}

/*バナー*/
#banner {
	font-family: Verdana, Arial, sans-serif;
    background-image: url("http://www.artsider.net/bar.jpg");
	text-align: left;
	padding: 10px 10px 10px 10px;
    border-bottom: 0px solid #;
    border-right: 0px solid #191919;
	height: 20px;
	}

#banner-img {
    display: none;
	}
#banner a {
    color: #FFFFFF;
    text-decoration: none;
	}

/*タイトル文字*/
#banner h1 {
	font-size: 24px;
	font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0px;
	}

/*サブタイトル文字*/
#banner h2 {
	font-size:14px;
    font-weight: bold;
    background-image: url("http://www.artsider.net/bar.jpg");
	color: #FFFFFF;
	}



#center {
	float: right;
	width: 600px;		
	overflow: hidden;
	}

.content {
	padding: 10px 10px 0px 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	}

#right {
	float: left;		
	width: 200px;
	overflow: hidden;
    padding: 10px 0px 0px 0px;
	}

/*記事部分*/
.content p {
    color: #FFFFFF;
	background-color: #191919;
	font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
  	font-size:12px;
    line-height: 110%;
    text-align: left;
    border-bottom: solid 1px #6F5735;
    border-right: solid 3px #6F5735;
    border-top: solid 1px #6F5735;
    border-left: solid 1px #6F5735; 
    padding: 10px 10px 10px 10px;
    margin-bottom: 0px;
    margin-top: 0px;
	}



/*記事の日付*/
.content h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    border-bottom: solid 0px #;
    border-right: solid 0px#;
    border-top: solid 0px #;
    border-left: solid 0px #; 
    line-height: 120%;
	}

/*記事のタイトル*/
.content h3 {
    color: #FF9900;
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
    border-bottom: solid 0px #6F5735;
    border-right: solid 0px #6F5735;
    border-top: solid 0px #6F5735;
    border-left: solid 0px #6F5735; 
    padding: 3px 10px 3px 10px;
    background-image: url("http://www.artsider.net/bar-s.jpg");	
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 140%;
}

/*記事下のリンク*/
.content p.posted {
	color: #505050;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
    padding: 3px 10px 3px 10px;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: normal;
   border-top: solid 1px #6F5735;
   border-bottom: solid 3px #6F5735;
	}


/*サイドバー*/
.sidebar {
    padding: 0px 10px 0px 10px;
	}

/*カレンダー*/
#calendar {
   	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10;
  	padding:0px;
	text-align: center;
	margin-bottom: 30px;
	}


#calendar table {
	width: 160px;
	padding:0px 0px 0px 0px;
	}

/*カレンダーのタイトル*/
#calendar caption {
   color: #FFFFFF;
   font-family: Verdana, Arial, sans-serif;
   font-size:10px;
   text-align: center;
   font-weight: bold;	
   padding:2px 0px 2px 0px;
   line-height: 15px;
    border-bottom: solid 3px #6F5735;
    border-right: solid 3px #6F5735;
    border-top: solid 1px #6F5735;
    border-left: solid 1px #6F5735; 
	}

/*カレンダーの曜日*/
#calendar th {
    line-height: 12px;
    font-size:10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
    background-color: #191919;
    padding:2px 0px 0px 0px;
	}

/*カレンダーの日付*/
#calendar td {
    line-height: 12px;
    font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
    padding:2px 0px 0px 0px;
    background-color: #;
    border: solid 1px #6F5735;
 }
#calendar a {
    color: #FF9900;
    background-color: #000000;
    text-decoration: none;
	}
#calendar a:hover {
	color: #FF0000;
    background-color: #000000;
    text-decoration:underline;
	}



/*サイドバーの見出し*/
.sidebar h2 {
   color: #FFFFFF;
   font-family: Verdana, Arial, sans-serif;
   font-size:10px;
   text-align: center;
   font-weight: bold;	
   padding:2px 0px 2px 0px;
   line-height: 15px;
    border-bottom: solid 3px #6F5735;
    border-right: solid 3px #6F5735;
    border-top: solid 1px #6F5735;
    border-left: solid 1px #6F5735; 
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}


/*アーカイブ・コメント*/
.sidebar li {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 15px;	
	margin-top: 3px;
	padding: 0px 5px 0px 5px;
	list-style-type: none;
	}

.sidebar img {
	border: 1px solid #6F5735;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/*XML・検索のテキスト*/
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 110%;
	text-align: left;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 30px;

	}



#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
	line-height: 150%;
	text-align: left;
	color: #FF0000;
	padding: 5px 0px 0px 0px;
    border-top: solid 1px #505050;
	margin-top: 50px;
	}



#comment-data {
	float: left;
	width: 160px;
	padding-right: 10px;
	margin-right: 10px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 100%;
	}

textarea {
font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}


