@charset "UTF-8";

/******************************************************************************/
/*     COWBELL Corporation official website - 2004 edition                    */
/*     cascading style sheet - for company contents                           */
/*     created by Tets Morikawa, May.1 2004                                   */
/*     last modified by Tets Morikawa, Feb.25 2005                            */
/******************************************************************************/


/******************************************************************************/
/*     グローバル設定のインポート                                             */
/******************************************************************************/

/*@import url(global.css);*/


/******************************************************************************/
/*     レイアウトの設定 - ID                                                  */
/******************************************************************************/

/* ページタイトル */
#pagetitle {
	clear: both;
	width: 700px;	/* for IE5.x */
	height: 85px;	/* for IE5.x */
	padding: 0px 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	border: 0px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 660px;	/* for modern */
	height: 85px;	/* for modern */
}
html>body #pagetitle {
	width: 660px;	/* for OPERA */
	height: 110px;	/* for OPERA */
}

/* 左カラム */
#columnleft {
	float: left;
	width: 520px;	/* for IE5.x */
	padding: 0px 40px 0px 20px;
	margin: 0px 0px 30px 0px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 460px;	/* for modern */
}
html>body #columnleft {
	width: 460px;	/* for OPERA */
}

#columnleft h3, #columnleft h4, #columnleft h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#columnleft img {
	border: 1px solid #cccccc;
}

#columnleft.archive, #columnleft.indivisual {
	/* border-right: 1px dashed #e0e0e0; */
}

#columnleft a {
	text-decoration: underline;
}

/* 右カラム */
#columnright {
	float: none;
	width: 180px;	/* for IE5.x */
	padding: 0px 19px 0px 0px;
	margin: 0px 0px 30px 0px;
	border: 0px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;	/* for modern */
}
html>body #columnright {
	width: 160px;	/* for OPERA */
} /* これよりMacIE5.x以外に適用する設定 \*/
#columnright {
	float: right;
} /* ここまでMacIE5.x以外に適用する設定 */

#columnright h3, #columnright h4, #columnright h5 {
	margin-bottom: 0px;
}

/* サーチボックス */
#search {
	/*
	width: 150px;
	border: 1px solid #999999;
	font-size: 12px;
	*/
}

/* ［検索］ボタン */
#submit {
	border: 1px solid #ff9900;
}


/******************************************************************************/
/*     ページ固有の設定 - ID                                                  */
/******************************************************************************/

#links {
	padding: 15px;
	border: 1px solid #FFF;
	width: 200px;
}

#menu {
	margin-bottom: 15px;
	font-size: 11px;
	background: #ffffff;
	text-align: left;
}

#popup_container {
	width: 450px;
	padding: 10px 0px 10px 0px;
	border: 0px;
	margin: 0px auto;
	background: #ffffff;
}

#commentspop_title {
/*	font-family: "Ariel", "Geneva";
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background: #e67814;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px; */
	width: 450px;	/* for IE5.x */
	height: 60px;
	padding: 0px 10px 0px 10px;
	margin-top: 10px;
	border: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 430px;	/* for modern */
}
html>body #commentspop_title {
	width: 430px;	/* for OPERA */
}
#commentspop_title h1 {
	width: 430px;
	height: 60px;
	text-indent: -1000px;
	background: url(./images/pagetitle_blog_small.jpg) no-repeat;
}

#popupbody {
	clear: both;
	width: 450px;	/* for IE5.x */
	padding: 0px 20px 0px 0px;
	margin-bottom: 20px;
	border: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 430px;	/* for modern */
}
html>body #popupbody {
	width: 430px;	/* for OPERA */
}


/******************************************************************************/
/*     グローバル設定 - タグ                                                  */
/******************************************************************************/

/* <body>タグ */
body {
/*	background: #eeeeee; */
	background: url(./images/bkgd.gif);
}

/* <textarea>タグ */
textarea {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
}

/* <blockquote>タグ */
blockquote {
	border: 1px dotted #e67814;
	margin: 15px 10px 15px 10px;
	padding: 5px;
}


/******************************************************************************/
/*     ページ固有の設定 - クラス                                              */
/******************************************************************************/

.blog {
	background: #ffffff;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
}

.blog h1 {
	width: 660px;
	height: 110px;
/*	text-indent: -1000px;
	background: url(./images/pagetitle_blog.jpg) no-repeat; */
	background: url(./images/pagetitle_blog.gif) no-repeat;
}

.blog h2 {
	margin-bottom: 5px;
}

.blog h3 {
	margin-bottom: 20px;
}

.date {
	font-size: 12px;
	color: #e67814;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
	font-weight: bold;
}

.title {
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #e67814;
	margin-left: -10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
}

.blogbody {
	margin-left: 20px;
	color: #333333;
	font-size: 12px;
	background: #ffffff;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
	line-height: 170%;
} /* これよりMacIE5.x以外に適用する設定 \*/
.blogbody {
	letter-spacing: 0.1em;
} /* ここまでMacIE5.x以外に適用する設定 */

.blogbody p {
	margin-top: 5px;
	line-height: 170%;
} /* これよりMacIE5.x以外に適用する設定 \*/
.blogbody p {
	letter-spacing: 0.1em;
} /* ここまでMacIE5.x以外に適用する設定 */

.sidetitle {
	color: #ffffff;
	font-size: 11px;
	padding: 2px;
	margin-top: 20px;
	border: 1px solid #e67814;
	background: #e67814;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
	line-height: 100%;
}

.side {
	color: #333333;
	border: 1px solid #e67814;
	font-size: 11px;
	background: #ffffff;
	line-height: 150%;
	padding: 5px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
}

.posted { 
	font-size: 11px;
	color: #333333;
	line-height: 120%;
	margin-bottom: 35px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
}

.calendarhead {
	color: #e67814;
	font-size: 12px;
	padding: 0px 2px 2px 0px;
/*	letter-spacing: .3em; */
	background: #ffffff;
	text-align: left;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
}

.calendar {
	color: #666666;
	font-size: 11px;
	background: #ffffff;
	line-height: 140%;
	padding: 1px;
	text-align: left;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
}

.calendar a:link, .calendar a:visited, .calendar a:hover {
	color: #336699;
	text-decoration: underline;
}

.syndicate {
	font-size: 11px;
	line-height: 140%;
	padding: 2px;
	margin-top: 15px;
	background: #ffffff;
	font-family: "Ariel", "Geneva";
}

.powered {
	color: #666666;
	font-size: 11px;
	line-height: 140%;
	margin-top: 30px;
	padding: 2px;
	background: #ffffff;
	font-family: "Ariel", "Geneva";
	text-align: left;
}

.comments-head { 
	font-size: 12px;
	color: #996633;
	border-bottom: 1px solid #cccccc;
	margin-top: 30px;
	margin-left: 35px;
	font-weight: bold;
	background: #ffffff;
	text-align: left;
}

.comments-body {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	background: #ffffff;
	line-height: 140%;
	margin-left: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dashed #cccccc;
	text-align: left;
}

.comments-post {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	background: #ffffff;
	text-align: left;
}

.trackback-url {
	color: #666;
	font-size: 12px;
	background: #ffffff;
	line-height: 140%;
	padding: 5px;
	text-align: left;
	margin: 20px 0px 20px 30px;
	border: 1px dashed #e0e0e0;
}

.trackback-body {
	color: #666666;
	font-size: 11px;
	background: #ffffff;
	line-height: 140%;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	margin-left: 35px;
	border-bottom: 1px dashed #e0e0e0;
}

.trackback-post {
	color: #666666;
	font-size: 12px;
	background: #ffffff;
	text-align: left;
}

/* 以下未使用 */

	.description {
		color:#333;
		font-size:small;
  		text-transform:none;
		}
				
	#content {
		position:absolute;
		background:#FFF;
		margin-right:20px;
		margin-left:225px;
		margin-bottom:20px;
		border:1px solid #FFF;
		width: 70%;
		}

/* JR西日本　運行状況特設リンク */
#trafficinfo {
/*	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	border: 1px dotted #ff6600; */
	background: #f0e68c;
}
	#trafficinfo h2 {
		padding: 5px 5px 0px 5px;
	}
	#trafficinfo p {
		padding: 0px 5px 5px 5px;
		color: #333333;
		font-size: 12px;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
		line-height: 100%;
	}