@charset "EUC-JP";

/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#000000;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background-color:#fff;
}

/* ページ全体のリンク色 */
a {color:#000000;text-decoration:underline;}
a:link {color:#000000;text-decoration:underline;}
a:visited {color:#333333;text-decoration:underline;}
a:hover {color:#666666;text-decoration:none;}
a:active {color:#666666;text-decoration:none;}

/* ブログ名の色 */
h1{font-family:'Verdana',sans-serif;}
h1 a,h1 a:link,h1 a:visited {color:#000000;text-decoration:none;}
h1 a:hover,h1 a:active {color:#666666;text-decoration:none;}


/* 両サイドメニューのリンク色 */
#left a {color:#ffffff;text-decoration:underline;}
#left a:link {color:#ffffff;text-decoration:underline;}
#left a:visited {color:#ffffff;text-decoration:underline;}
#left a:hover {color:#cccccc;text-decoration:none;}
#left a:active {color:#cccccc;text-decoration:none;}

#right a {color:#000000;text-decoration:underline;}
#right a:link {color:#000000;text-decoration:underline;}
#right a:visited {color:#333333;text-decoration:underline;}
#right a:hover {color:#666666;text-decoration:none;}
#right a:active {color:#666666;text-decoration:none;}


/* カレンダーのリンク色 */ 
.cell a,.call a:link,.call a:visited {color:#000000;text-decoration:underline;font-weight:bolder;}
.cell a:hover,.call a:active {color:#999999;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */
/* -------------------------------------

　■ページ全体の変更方法（初期は幅950に設定されています）
  ・A にページ全体の幅を指定する
  ・B + 40 = A になるように B の値を指定する
  ・C + D + E + 40 + 40 = A になるように C と D と Eの値を指定する
  
  ※左サイドの幅は C　、記事の枠の幅は D 、右サイトの幅は E の値を変更 
  ※余白(padding)の値を変えない場合の方法です
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:910px; /* A */
	margin:0px auto;
	text-align:left;
	background: #fff url(http://yonago.biz/j-rock/background.gif) repeat-y;
}

/*ヘッダー（ブログ名と説明文）*/
#header {
	width:670px;  /* B */
	clear:left;
	padding:80px 0px 14px 240px;
	background: #f60 url(http://yonago.biz/j-rock/background2.gif) repeat-y;
}

/*コンテンツ枠（記事の枠＋両サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0 ;
}

/*　左側の幅（右サイドメニューの枠）　*/
#left {
	float:left;
	width:180px;  /* C */
	zoom:1;
background-color:#000;
color:#fff;
padding: 24px 20px 0 12px;
}

/*　メインの幅（記事の枠）*/
#main {
	float:left;
	width:400px;  /* D */
	padding:24px 30px 0 30px;
	zoom:1;
}

/*　右側の幅（右サイドメニューの枠）　*/
#right {
	float:left;
	width:210px;  /* E */
	zoom:1;
padding:24px 0 0 20px;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {font-size:20px; margin:0 0 6px 0; }

/* ブログの説明文 */
#description {margin:0 0 0 6px; padding:0px; line-height:1.2em; color:#333;}

.entry {margin:0 0 15px 0;}

/* 次の記事・前の記事 */
#entryNavi {margin:30px 0 15px 0; text-align:center;}

/* 記事のタイトル */
h2 {font-size:16px; font-weight:bolder}

/* 記事本文 */
.entryBody {margin:24px 0 0 0;}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
ul.entryState li {
	display:inline;
	1border-left:1px solid #999999;
	padding-left:5px;
}

.entryState{
	border-top:1px solid #003399;
	border-bottom:1px solid #003399;
	padding:4px 2px;
	margin:24px 0 30px 0;
}

/* コメント枠 */
#comment {border:1px #999999 solid;padding:20px;margin:20px 0 0 0;}

	#commentTitle {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#commentSendTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	.commentBody {margin:5px 0;}
	
	ul.commentState {margin:0 0 15px 0; border-bottom:1px solid #999999; text-align:right;}
	
	ul.commentState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}
	
	.commentSendForm {margin:0;}	
	.commentSendForm .input {width:250px;}
	.commentSendForm textarea {width:350px;margin:0 0 10px 0;}
	
	
/* トラックバック枠 */
#trackback {border:1px #999999 solid;padding:20px;margin:20px 0 0 0;}

	#trackbackURL {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#trackbackTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
		
	#trackback input {width:350px;}
	
	.trackbackName {margin:0;}
	.trackbackBody {margin:5px 0;}
	
	ul.trackbackState {margin:0 0 15px 0;}
	
	ul.trackbackState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}

/* プロフィールのページ */
#profile{margin:0;}

	#profileTitle {font-size:14px;font-weight:bolder;}
	#profileName {margin:15px 0 0 0;}
	#profileBody {margin:5px 0;}
	
/* このページの先頭へ */	
.pageTop {margin:10px 0 0 0; text-align:right;}


/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #cccccc;
	padding: 21px 18px 8px 18px ;
	margin: 16px 12px 0px 12px;
}
cite {text-align:right; display:block; padding: 21px 0 0 0;}


/* 画像 */
#main .pict {padding:0px 6px 6px 0 ; }

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {
	font-size:12px;
	font-weight:bolder;
	margin:0 0 5px 0;
	border-left: 8px #f60 solid;
	padding:0 0 0 4px;
	line-height:1em;
}

/* サイドメニューの内容 */

.sideContents {margin:0 0 40px 8px;}
.sideContents2 {margin:0 0 12px 8px; font-size:11px;}

/* カレンダーの１マス幅 */
.cell {width:27px;}


/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:12px;
    padding:0 0 10px 0;
    text-align:center;
}