/* 基本的な設定 */ 

body {
	margin: 0px 0px 20px 0px;	/* cssメモ：マージン指定は 「上 右 下 左」 */ 
	text-align: center;
	font-family:"ＭＳ Ｐゴシック",Osaka;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #000099;
	}

a:visited {
	color: #000099;
	}

a:active {
	color: #000099;
	}

a:hover {
	color: #666699;
	}

/* h1～h3の設定（使わない？？） */ 

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



/* ブログ本体部分の設定。幅を760ピクセルに指定するのはここ */
/* 全体をケイで囲うときもここで指定する */

#container {
	width: 762px;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
  border: 1px solid #000099;
	}


/* ブログのタイトル部分の設定。*/
/* bannerを文字で出す場合。画像を使うならbanner-imgで */
/* 画像を使う場合はdisplayパラメータを“none”にしてください */

#banner {
	display: none;
	}

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

#banner h1 {
	text-align: right;
	font-size: 200%;
	}

#banner h2 {
	padding-left: 280px;
	padding-top:15px;
	vertical-align: bottom;
	text-align: right;
	font-size: small;
	}


/* タイトル画像の設定 */
/* タイトル画像を入れるなら、displayを“block”に。*/
/* タイトル画像はURL書式で書きます。高さ調整も忘れずに */

#banner-img {
	display: block;
	background-image: url("http://www.hobidas.com/blog/hobidas_blog/brian-harvey/archives/banner.jpg");
	background-repeat: no-repeat;
	height: 200px;
	color:#ffffff;
	background-color:#ffffff;
	}

.banner-alt {
	display: none;
	}


/* 「id="center"」で指定されるのは、ブログの本文部分 */
/* 「id="right"」で指定されるのは、ブログのサイドバー部分 */
/* float指定を変えると左右の要素を入れ替えられます */

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

#right {
	float: left;
	width: 200px;
	overflow: hidden;
	background-color: #d1d1a5;
	}


/*ブログの本文部分の設定 */

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	}



/* 個々の日記本文の設定 */

.content p {
	color: #222222;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 1.5em;
	clear: both;
	}

.gazo img{margin:0px 5px 5px 0px;}

.content blockquote {
	line-height: 160%;
	}

.content li {
	line-height: 150%;
	}



/* 日記の日付のスタイルはここで設定 */

.content h2 {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

/* 日記タイトルのスタイルはここで設定 */

.content h3 {
background-image: url("http://www.hobidas.com/blog/rosso/archives/arrow.gif");
background-repeat: no-repeat;
	color: #ff0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 2px 2px 20px;
	}

#trackbacks {
	color: #ffffff;
	background-color:#888888;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 0.5em;
	margin-bottom: 15px;
	margin-top: 30px;
	}

#comments{
	color: #ffffff;
	background-color:#888888;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 0.5em;
	margin-bottom: 15px;
	margin-top: 30px;
	}

#commenter{
	color: #333333;
	font-size: 10px;
	text-align: left;
	padding: 0px 0px 0px 0em;
	margin-bottom: 10px;
	margin-top: 10px;
	border:1px solid #000000;
	}



/* 投稿者の名前などの設定 */

.content p.posted {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	border-bottom: 1px solid #000099;
	text-align: right;
	margin-bottom: 30px;
	line-height: normal;
	padding: 3px;
	}




/* サイドバーの設定 */

.sidebar {
	padding: 10px 10px 10px 10px;
	margin-bottom:30px;
	}

/* カレンダーの基本設定 */

#calendar {
	line-height: 150%;
	color: #333333;
	font-size: 10px;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}



/* カレンダーの何年何月表示部分の設定 */

#calendar caption {
	color: #333333;
	font-size: 10px;
	line-height:160%;
	text-align: center;
	font-weight: normal;
	
	padding: 0px 0px 0px 0px;
	letter-spacing: 0em;
	margin-bottom: 5px;
	}



/* カレンダーの日付部分の設定 */

#calendar table {
	padding: 3px;
	border-collapse: collapse;
	border: 0px;
	width: 90%;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}



/* サイドバーの「カテゴリー」「エントリー」などのタイトルのスタイル */

.sidebar h2 {
	color: #000000;
	background-color:#d5d5d7;
	border:1px solid #999999;
	font-size: 90%;
	text-align: left;
	font-weight: normal;
	padding:2px 0px 2px 0.5em;
	}



/* サイドバーの「カテゴリー」「エントリー」などの個々のリスト要素のスタイル */

.sidebar ul {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
	margin-bottom: 30px;
	background-color:#f6f6f6;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

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

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	text-align: left;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: none;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

#profile{
	line-height:140%;
	text-align: justify;
	text-justify: distribute;
}

.photo {
	text-align: left;
	margin: 20px;
	}
p img
 {
float:left;
margin-right: 10px;
margin-bottom: 10px;
	}
.pf {
	font-family:  "ＭＳ Ｐゴシック",Osaka;
	font-size: 10px;
	line-height: 130%;
	text-align: left;
	margin: 15px;
	color: #222222;
	}
.pf2 {
	font-family:  "ＭＳ Ｐゴシック",Osaka;
	font-size: 10px;
	line-height: 130%;
	text-align: left;
	margin: 10px;
	color: #222222;
	}

.pf2 {
	font-family:  "ＭＳ Ｐゴシック",Osaka;
	font-size: 10px;
	line-height: 130%;
	text-align: left;
	margin: 10px;
	color: #222222;
	}

.cap1 {
	font-family:  "ＭＳ Ｐゴシック",Osaka;
	font-size: 10px;
	line-height: 120%;
	text-align: left;
	margin: 2px;
	color: #222222;
	}


/* サイドバーの下のほうの設定 */

.link-note2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 30px;
	background-color:#f6f6f6;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 15px;
	}


#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}



/* コメントをつけるときの画面の設定 */

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

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

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}
.rgt {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  }
.mgt {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  }
img{
border:0px;
}
