/* CSS Document */

/*ページ全体の表示部分------------------------------------*/
body {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	text-align: center;
	
	/* \*//*/
	background-image: url("http://www.sotetsu150.jp/archives//images/macbody_bg.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	/**/
}

/*　タイトル　*/
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: small;
}
h1.style1 {
	margin: 20px 10px 5px 10px;
	padding: 0px;
	font-weight: bold;
	font-size: small;
	color: #000099;
	border-bottom: #999999 1px solid;
	text-indent: 10px;	
}

.style1 {color: #FF0000}

/*　基本リンク　*/
a:visited {
	color: #000099;
	background: transparent;	
	text-decoration: none;
}
a:link {
	color: #000099;	
	background: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff9933;
	background: transparent;	
	text-decoration: none;
}

form, input { margin: 0; padding: 0; }

.error {
	font-size: x-small;
	color: #ff0000;
	font-weight:bold;
}

img {
	vertical-align: bottom;
	margin: 0;
	padding: 0px;
	border: none;
}
img.left {
	vertical-align: bottom;
	margin: 0 10px 10px 10px;
	padding: 0px;
	float: left;
	border: none;
}
img.left_none {
	vertical-align: bottom;
	margin-right: 10px;
	padding: 0px;
	float: left;
	border: none;
	clear: both;
}
img.right {
	vertical-align: bottom;
	margin: 0 5px 10px 10px;
	padding: 0px;
	float: right;
	border: none;
}
img.footer {
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}

.fsRB {
color:#FF0000;
font-weight:bold;
}


/*div 設定------------------------------------*/
/*全体*/
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0;
	width: 800px;
	height: 120%;
	background-image: url("http://www.sotetsu150.jp/archives//images/body_bg.jpg");
	background-repeat: repeat-y;
	background-position: top left;
}
#title {
	width: 800px;
	height: 80px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#title h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	font-size: x-small;
}
#title h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	font-size: x-small;
}
/*タイトル右のバナー*/
#topbanner {
	float: right;
	width: 300px;
	height: 56px;
	margin: 10px 5px 10px 10px;
	padding: 0;
	text-align: right;
}
#topbanner img {
	margin: 5px 5px 5px 0;
	padding: 0;
	border: 0;
}

/*トップグローバルナビゲーション*/
#topnavi {
	width: 800px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#topnavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topnavi li {
	float: left;
	display: block;
	width: 160px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#topnavi li a {
	text-decoration: none;
	display: block;
	width: 160px;
	height: 40px;
}
#topnavi li#project {
	background: url("http://www.sotetsu150.jp/archives//images/gnavi_project.jpg") no-repeat;
}
#topnavi li#project a:hover {
	background: url("http://www.sotetsu150.jp/archives//images/gnavi_project2.jpg") no-repeat;
}
/* 選択されたリンクのスタイル */
#topnavi li#project #selected a {
    background: url("http://www.sotetsu150.jp/archives//images/gnavi_project2.jpg") no-repeat;
}

#topnavi li#hajimete {
	background: url("http://www.sotetsu150.jp/archives//images/gnavi_hajimete.jpg") no-repeat;
}
#topnavi li#hajimete a:hover {
	background: url("http://www.sotetsu150.jp/archives//images/gnavi_hajimete2.jpg") no-repeat;
}
/* 選択されたリンクのスタイル */
#topnavi li#hajimete #selected a {
    background: url("http://www.sotetsu150.jp/archives//images/gnavi_hajimete2.jpg") no-repeat;
}

#topnavi li#sotetsugroup {
	background: url("http://www.sotetsu150.jp/archives//images/gnavi_sotetsugroup.jpg") no-repeat;
}
#topnavi li#sotetsugroup a:hover {
	background: url("http://www.sotetsu150.jp/archives//images/gnavi_sotetsugroup2.jpg") no-repeat;
}
/* 選択されたリンクのスタイル */
#topnavi li#sotetsugroup #selected a {
    background: url("http://www.sotetsu150.jp/archives//images/gnavi_sotetsugroup2.jpg") no-repeat;
}

#topnavi li#sotetsuyokohama {
	background: url("http://www.sotetsu150.jp/archives//images/gnavi_sotetsuyokohama.jpg") no-repeat;
}
#topnavi li#sotetsuyokohama a:hover {
	background: url("http://www.sotetsu150.jp/archives//images/gnavi_sotetsuyokohama2.jpg") no-repeat;
}
/* 選択されたリンクのスタイル */
#topnavi li#sotetsuyokohama #selected a {
    background: url("http://www.sotetsu150.jp/archives//images/gnavi_sotetsuyokohama2.jpg") no-repeat;
}

#topnavi li#contact {
	background: url("http://www.sotetsu150.jp/archives//images/gnavi_contact.jpg") no-repeat;
}
#topnavi li#contact a:hover {
	background: url("http://www.sotetsu150.jp/archives//images/gnavi_contact2.jpg") no-repeat;
}
/* 選択されたリンクのスタイル */
#topnavi li#contact #selected a {
    background: url("http://www.sotetsu150.jp/archives//images/gnavi_contact2.jpg") no-repeat;
}

/*ページボディー*/
#pagebody {
	width: 800px;
	height: 110%;
	margin: 0;
	padding: 10px;
	background-image: url("http://www.sotetsu150.jp/archives//images/body_bg.jpg");
	background-repeat: repeat-y;
}

/*左側コンテンツ*/
#left {
	float: left;
	width: 270px;
	margin-right: 10px;
	padding: 0;
	overflow: hidden;
}

/*カウントダウン*/
#countdown {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	display: block;
	text-align: right;
	font-size: small;
	font-weight: bold;
	background: url("http://www.sotetsu150.jp/archives//images/count_bg.jpg") no-repeat;
	height: 40px;
}
#countdown h1.count {
	margin: 0 20px 0 0;
	color: #ffffff;	
	line-height: 2.8em;
}

/*カレンダー*/
#calendar {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #333333;
	line-height: 140%;
	background-image: url("http://www.sotetsu150.jp/archives//images/calendar_bg.jpg");
	background-repeat: repeat-y;
	background-position: top left;
}
#calendar h1.calendar {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background:  url("http://www.sotetsu150.jp/archives//images/title_calendar.jpg") no-repeat;
	text-indent: -9999px;
}
#calendar img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#calendar a:visited {
	color: #FF6600;
	background: transparent;	
}

#calendar a:link {
	color: #FF6600;	
	background: transparent;
}

#calendar a:hover, #calendar a:active {
	color: #0000FF;
	background: transparent;	
}
.leftfooter {
	width: 270px;
	height: 18px;
	margin: 0;
	padding: 0;
	background:  url("http://www.sotetsu150.jp/archives//images/left_footer.jpg") left bottom no-repeat;
	clear: both;
}
/*カテゴリー---------------------------------------------------------------------*/
#categories {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background:  url("http://www.sotetsu150.jp/archives//images/link_bg.jpg") repeat-y;
}
#categories h1.event {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background:  url("http://www.sotetsu150.jp/archives//images/title_event.jpg") no-repeat;
	text-indent: -9999px;
}
#categories a {
	font-size: x-small;
	color: #333333;
	background: url("http://www.sotetsu150.jp/archives//images/event_bg.jpg") no-repeat;
	display: block;
	width: 270px;
	height: 40px;
	text-decoration: none;
	margin: 0;
	padding:0;
	text-indent: 50px;
	line-height: 40px;
}
#categories span {
	font-size: x-small;
	color: #333333;
	background: url("http://www.sotetsu150.jp/archives//images/event_bg.jpg") no-repeat;
	display: block;
	width: 270px;
	height: 40px;
	text-decoration: none;
	margin: 0;
	padding:0;
	text-indent: 50px;
	line-height: 40px;
}
#categories a:hover {
	background: url("http://www.sotetsu150.jp/archives//images/event_bg2.jpg") no-repeat;
}
/* 選択されたリンクのスタイル */
#categories #selected a {
    background: url("http://www.sotetsu150.jp/archives//images/event_bg2.jpg") no-repeat;
}


/*サーチ-----------------------------------------------------------------------*/
#kensaku {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	clear: both;
	display: block;
	background:  url("http://www.sotetsu150.jp/archives//images/search_bg.jpg") repeat-y;
}
#kensaku img {
	margin: 0;
	padding: 0;
}
#kensaku h1.search {
	width: 100%;
	height: 51px;
	margin: 0;
	padding: 0;
	background:  url("http://www.sotetsu150.jp/archives//images/title_search.jpg") no-repeat;
	text-indent: -9999px;
}
#kensaku .searchfoot {
	width: 270px;
	height: 26px;
	margin: 0;
	padding: 0;
	background:  url("http://www.sotetsu150.jp/archives//images/search_footer.jpg") left bottom no-repeat;
	clear: both;
}
.searchbody {
	width: 100%;
	margin: 0;
	padding: 0 10px 0 10px;
	
}
.searchbody input {
	font-size: 10px;
}
form.search {
	margin: 0;
	padding: 0 10px 0 10px;
	
	/* \*//*/
	background:  url("http://www.sotetsu150.jp/archives//images/macsearch_bg.jpg") repeat-y;
	/**/
}

/*月別-----------------------------------------------------------------------------*/
#monthly {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background: #ffffff;
	text-align: left;
	font-weight: bold;
}
#monthly h1.monthly {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background:  url("http://www.sotetsu150.jp/archives//images/title_monthly.jpg") no-repeat;
	text-indent: -9999px;
}
#monthly ul  {
	margin: 10px 10px 10px 10px;
	list-style: none;
	font-size: small;	
}
#monthly li  {
	padding-left: 5px;
	background:  url("http://www.sotetsu150.jp/archives//images/left_ul_bg.jpg") no-repeat;
	text-indent: 15px;	
}


/*最新情報-----------------------------------------------------------------------------*/
#topics_l {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background: #ffffff;
	text-align: left;
	font-weight: bold;
}
#topics_l h1.topics_l {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background:  url("http://www.sotetsu150.jp/archives//images/title_topics_l.jpg") no-repeat;
	text-indent: -9999px;
}
#topics_l ul  {
	margin: 10px 10px 10px 10px;
	list-style: none;
	font-size: x-small;	
}
#topics_l li  {
	padding-left: 5px;
	background:  url("http://www.sotetsu150.jp/archives//images/left_ul_bg.jpg") no-repeat;
	text-indent: 15px;	
}


/*リンク-----------------------------------------------------------------------------*/
#link {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	background: #ffffff;
	text-align: left;
}
#link h1.link {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background:  url("http://www.sotetsu150.jp/archives//images/title_link.jpg") no-repeat;
	text-indent: -9999px;
}
.linkbar {
	width: 250px;
	height: 41px;
	margin: 10px 5px 10px 10px;
	padding: 0;
	background-color: #FFFFFF;
	display: block;
}
.linkbar img {
	float: left;
	margin-right: 10px;
	padding: 0;
}
.linkbar p {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
}
/*ダウンロード-----------------------------------------------------------------------------*/
#down {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	background: #ffffff;
	text-align: left;
}
#down h1.down {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background:  url("http://www.sotetsu150.jp/archives//images/title_dl.jpg") no-repeat;
	text-indent: -9999px;
}

/*メインコンテンツ*/
#center {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
.centercontents {
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	
	/* \*//*/
	background: url("http://www.sotetsu150.jp/archives//images/closeup_bg.jpg") ;
	/**/
	
	background-color: #ffffff;
}

.centercontents h2.day {
	font-size: small;
	font-weight: bold;
	color: #FD6403;
	margin: 10px 0 0 0;
	padding: 0;
}
.centercontents h2.title {
	height: 30px;
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: small;
	color: #000000;
	background:  url("http://www.sotetsu150.jp/archives//images/h3_title_bg.jpg") no-repeat;
	text-indent: 30px;
	line-height: 32px;
}
.centercontents p {
	margin: 0;
	padding: 0;
	font-size: small;
	color: #000000;
}

/*その他ページエントリー表示部分--------------------------------------------*/

.content {
	margin: 0;
	padding: 0;
	background: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}
.content h2 {
	width: 100%;
	text-indent: 50px;
	height: 41px;
	margin: 0;
	padding: 0;
	font-size: small;
	color: #ffffff;
	background:  url("http://www.sotetsu150.jp/archives//images/entryh2_bg.jpg") no-repeat;
	line-height: 41px;
}
.content h3.day {
	margin: 10px;
	padding: 0;
	font-size: small;
	font-weight: bold;
	color: #FD6403;
}
.content h3.title {
	height: 30px;
	margin: 10px;
	padding: 0;
	font-size: small;
	color: #000000;
	background: url("http://www.sotetsu150.jp/archives//images/h3_title_bg.jpg") no-repeat;
	text-indent: 30px;
	line-height: 32px;
	clear: both;	
}
.content h3.title2 {
	margin: 20px 10px 5px 10px;
	padding: 4px 5px 5px 5px;
	font-size: small;
	color: #000000;
	background: url("http://www.sotetsu150.jp/archives//images/h3_title2_bg.jpg") no-repeat;
	text-indent: 30px;
	clear: both;
}
.content h3.title3 {
	margin: 20px 10px 5px 10px;
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #F5F4F3;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 5px 3px 7px;
}
.content img {
	float: left;
	margin: 10px 0 10px 0;
}
.content img.left {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0px;
	vertical-align: bottom;
}

.content img.right {
	vertical-align: bottom;
	margin: 10px 5px 10px 10px;
	padding: 0px;
	float: right;
}
.content p {
	margin: 0 10px 10px 10px;
	padding: 0;
}
.content p.topnone {
	margin: 10px 10px 10px 10px;
	padding: 0;
}
.content img.footer {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	clear: both;
}
.content p.posted {
	clear: both;
	margin:  0 0 20px 0;
	padding: 5px 20px 5px 10px;
	background:  url("http://www.sotetsu150.jp/archives//images/entryfoot_bg.jpg") repeat-x;
}
.content hr {
	border: thin dotted #999999;
	margin: 0 10px 10px 10px;
	background: #ffffff;
}
.content ol {
	margin: 10px 20px 10px 10px;
	display: block;
	list-style-type: decimal;	
}
.content li {
	display: list-item;
	margin-left: 30px;	
}
.content table {
	margin:  0 10px 0 10px;
	padding: 0;	
}


.photo {
	width: 480px;
	margin: auto;
	padding: 0;
	background: #ffffff;
}
.photo h3.title {
	height: 30px;
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: small;
	color: #000000;
	background: url("http://www.sotetsu150.jp/archives//images/h3_title_bg.jpg") no-repeat;
	text-indent: 30px;
	line-height: 32px;
	clear: both;
}
.photo img {
	margin: 10px 8px 0 8px;
	padding: 0;
}

/*contents エントリーイメージ配置--------------------------------------------*/
.content img.entryleft {
	float: left;
	margin: 0 10px 10px 10px;
	padding: 0px;
	vertical-align: bottom;
}

.content img.entryright {
	vertical-align: bottom;
	margin: 0 10px 10px 10px;
	padding: 0px;
	float: right;
}


/*contents の中の左側--------------------------------------------*/
.content_left {
	width: 220px;
	margin: 15px 5px 15px 10px;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	float: left;
}
.content_left img {
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0;
}
/*contents の中の右側--------------------------------------------*/
.content_right {
	width: 220px;
	margin: 15px 15px 15px 5px;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	float: right;
}
.content_right img {
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0;
}

/*ページエントリー表示部分フッタ--------------------------------------------*/
.contentfoot {
	width: 500px;
	height: 20px;
	margin: 0;
	padding: 0;
	background:  url("http://www.sotetsu150.jp/archives//images/entry_footer.jpg") left bottom no-repeat;
	clear: both;
}

/*コメントエラーページ*/
.content .error {
	font-size: 18px;
	font-weight: bold;
	color: red;
	border: solid 1px red;
	padding: 5px;
	text-align: center;
}

a.white:visited {
	color: #FFFFFF;
	background: transparent;	
	text-decoration: none;
}
a.white:link {
	color: #FFFFFF;	
	background: transparent;
	text-decoration: none;
}
a.white:hover, a.white:active {
	color: #ff9933;
	background: transparent;	
	text-decoration: none;
}
p.white {
	color: #ffffff;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: small;
}
/*トップイメージ写真の表示--------------------------------------------*/

.topphoto {
	margin: 0 0 10px 0;
	padding: 0;
	background: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}
.topphoto img {
	margin: 0;
	padding: 0;
}

/*クローズアップ*/
#closeup {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	
	background-color: #ffffff;
	
	/* \*//*/
	background: url("http://www.sotetsu150.jp/archives//images/closeup_bg.jpg") ;
	/**/
	
	text-align: left;
}
#closeup p {
	margin: 10px 10px 10px 10px;
	padding: 0;
	line-height: normal;
}
h1.closeup {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background:  url("http://www.sotetsu150.jp/archives//images/title_closeup.jpg") no-repeat;
	text-indent: -9999px;
}
/*トピックス-------------------------------------------------------------------------*/
#topics {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	
	background: #ffffff;
	
	/* \*//*/
	background: url("http://www.sotetsu150.jp/archives//images/closeup_bg.jpg") ;
	/**/
	
	text-align: left;
}
h1.topics {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background:  url("http://www.sotetsu150.jp/archives//images/title_topics.jpg") no-repeat;
	text-indent: -9999px;
}
#topics h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: medium;
}
/*エントリーのフッター部分*/
#topics p.topics {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	border-top: #999999 1px solid;
	margin: 10px 20px 20px 0;
	padding: 0;
}

/*フッター-------------------------------------------------------------------------*/
#footer {
	width: 800px;
	height: 78px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	background:  url("http://www.sotetsu150.jp/archives//images/footer_bg.jpg") no-repeat;
	text-align: left;
	color: #FFFFFF;
	clear: both;
}
#footer p.left {
	margin: 20px 10px 5px 20px;
	padding: 0;
	text-align: left;
}
#footer p.right {
	margin: 5px 10px 10px 20px;
	padding: 0;
	text-align: right;
}
#footer a:visited {
	color: #FFFFFF;
	background: transparent;	
	text-decoration: none;
}
#footer a:link {
	color: #FFFFFF;	
	background: transparent;
	text-decoration: none;
}
#footer a:hover, a:active {
	color: #ff9933;
	background: transparent;	
	text-decoration: none;
}

/*グループロゴ---------------------------------------------------------------------*/
#logo {
	width: 780px;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#logo img {
	margin: 0;
	padding: 0;
	float: right;
}
p.rss {
	border: solid 1px #999999;
	padding: 1px;
	width: 80px;
	float: right;
	margin: 6px;
	font-size: xx-small;
	background-color: #FFFFFF;
}
a.rss {
	display: block;
	width: 100%;
	background-color: #bbbbbb;
	color: black;
	font-family: Verdana, Arial, sans-serif;	
}
#logo span.rss-format {
	background-color: #FF9900;
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 9px;
	width: 30px;
}
#logo span.rss-version {
	margin: 0;
	padding: 0 10px 0 10px;
	width: 30px;
}

/*blankページ------------------------------------*/
body #blank {
	margin: 0px 0px 20px 0px;
	background-color: #ffffff;
	text-align: center;
}
#blank_container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 10px;
	width: 500px;
	height: 120%;
}
#blank_container h1.blank {
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	border-bottom: 2px solid #999999;
	padding: 5px 5px 3px 7px;
}
#blank_container h2.blank {
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 5px 3px 7px;
}

/*エントリースタイル------------------------------------*/
h3.entry_style1 {
	text-indent: 25px;
	height: 25px;
	margin: 10px 10px 5px 10px;
	padding: 0;
	font-size: small;
	color: #000000;
	background:  url("http://www.sotetsu150.jp/archives//images/h3_entry_style1_bg.jpg") no-repeat;
	line-height: 25px;
	border-bottom: 1px solid #999999;
	clear: both;
}

h4.entry_style1 {
	margin: 10px 10px 5px 10px;
	padding: 0;
	font-size: small;
	color: #000000;
	border-bottom: 1px solid #999999;
	clear: both;
}


