/* 基本的な設定 */ 

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

a {
	text-decoration: underline;
	}

a:link {
	color: #222288;
	}

a:visited {
	color: #666666;
	}

a:active {
	color: #222288;
	}

a:hover {
	color: #2222ff;
	background-color:#eeeeff;
	}

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

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



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

#container {
	width: 760px;
	line-height: 160%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	}


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

#banner {
	display: none;
	}

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

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

#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/tipo/ohm/bloghearder.jpg");
	background-repeat: no-repeat;
	height: 200px;
	color:#ffffff;
	background-color:#ffffff;
	}

.banner-alt {
	display: none;
	}

#footer-img{
	display: block;
	background-image: url("http://www.hobidas.com/blog/hobidas_blog/max/footer.jpg");
	background-repeat: no-repeat;
	height: 40px;
	color:#ffffff;
	background-color:#ffffff;
	}


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

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

#right {
	float: right;
	width: 200px;
	overflow: hidden;
	}


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

.content {
	padding: 10px 25px 10px 0px;
	color: #333333;
	font-size: 10pt;
	}



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

.content p {
	color: #333333;
	font-size: 11.5pt;
	font-weight: normal;
	line-height: 160%;
	text-align: justify;
	text-justify: distribute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 1.6em;
	}

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

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

.content img {
	border:none;
	}

#gazo img{margin:0px 2px 2px 0px;}

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

.content h2 {
	color: #444444;
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	}

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

.content h3 {
	color: #ffffff;
	background-color:#888888;
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 0.5em;
	margin-bottom: 15px;
	background-image: url("http://www.hobidas.com/blog/tipo/ohm/bgtitle.jpg");
	background-repeat: repeat-x;
	height: 25px;
	}

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

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

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



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

.content p.posted {
	color: #666666;
	font-size: 9pt;
	border-top: 1px solid #888888;
	text-align: left;	
	margin-bottom: 40px;
	}




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

.sidebar {
	padding: 10px 0px 10px 0px;
	font-size: 10pt;
	line-height:160%;
	margin-bottom:30px;
	}

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

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



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

#calendar caption {
	color: #333333;
	font-size: 10.5pt;
	line-height:160%;
	text-align: center;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	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: #ffffff;
	background-color:#888888;
	font-size: 10pt;
	line-height:160%;
	text-align: left;
	font-weight: normal;
	background-image: url("http://www.hobidas.com/blog/tipo/ohm/bgside.jpg");
	background-repeat: repeat-x;
	height: 21px;
	padding: 0px 0px 0px 0.5em;
	}



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

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

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

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

.sidebar li {
	color: #333333;
	font-size: small;
	text-align: left;
	line-height: 130%;
	
	margin-top: 10px;
	list-style-type: none;
	}

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

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

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


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

.link-note {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #333333;
	margin-top: 50px;
	margin-bottom: 10px;
	}



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

#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;
	}
