/*■to-jo.info-東武東上線応援サイト-□CSS■*/
/*  (c) ebacchan, All Rights Reserved.   */
/*                     http://to-jo.info/*/

/*基本タグ初期化*/
body{
	background:#FFFFFF;
	color:#000000;
	font-family: monospace, "ＭＳ ゴシック", "Osaka−等幅", sans-serif;
	font-size: medium;
}
p,table,tr,td,th,dd,dl,dt{
	font-size: medium;
}
img{
	border: 0px none;
}
strong,th{
	font-weight:bold;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}

/*アンカータグ*/
a{text-decoration:underline;color:#0000FF;}
a:hover{color:#000099;background-color:#FF9900;text-decoration:underline;}
a:active{color:#FF0000;}
a:link{color:#0000FF;}
a:visited{color:#663399;text-decoration:underline;}
a.newwin{
	background: url(../images/link-newwin.gif) no-repeat right;
	padding-right: 18px;
}

/*ページ構成部*/
#header{
	width:750px;
	height:125px;
	background: url(../images/header.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#header *{
	margin: 0px;
	padding: 0px;
}
#header a,#header a:hover,#header a:active,#header a:link,#header a:visited{
	text-decoration:none;
	background:none;
}
#header_title{
	float:left;
	width:205px;
	height:100px;

}
#header_title h1{
	display: block;
	width:205px;
	height:100px;
}
#header_title h1 a{
	display: block;
	width:205px;
	height:100px;
	text-indent: -2000em;
	overflow: hidden;
}

#header_sub{
	float:right;
	width:280px;
	height:100px;
}
#header_sub_menu{
	width:280px;
	height:16px;
	margin: 56px 0px 0px;
	padding: 0px;
}
#header_sub_menu ul{
	height: 16px;
}
#header_sub_menu li{
	display: block;
	float:left;
	height: 16px;
	list-style: none;
}
#header_sub_menu a{
	display: block;
	height: 16px;
	text-indent: -2000em;
	overflow: hidden;
}
#header_sub_menu a.header_sub_privacy{
	width: 106px;
}
#header_sub_menu a.header_sub_mail{
	width: 84px;
}
#header_sub_menu a.header_sub_sitemap{
	width: 90px;
}
#header_sub_search{
	width:200px;
	height:28px;
	margin: 0px 0px 0px 80px;
	padding: 0px;
}

#header_menu{
	width:750px;
	height:25px;
	clear: both;
	padding-right: 38px;
	padding-left: 35px;
	background: url(../images/header_menu.gif) no-repeat;
}
#header_menu li{
	display: block;
	float:left;
	height: 25px;
	list-style: none;
}
#header_menu a{
	display: block;
	height: 25px;
	text-indent: -2000em;
	overflow: hidden;
}
#header_menu .header_menu_about{width:55px;}
#header_menu .header_menu_station{width:85px;}
#header_menu .header_menu_car{width:85px;}
#header_menu .header_menu_fea{width:55px;}
#header_menu .header_menu_photo{width:70px;}
#header_menu .header_menu_around{width:85px;}
#header_menu .header_menu_bbs{width:70px;}
#header_menu .header_menu_link{width:70px;}
#header_menu .header_menu_info{width:100px;}

#header_menu a.header_menu_about:hover{
	background: url(../images/header_menu_omo.gif) no-repeat -35px 0px;
}
#header_menu a.header_menu_station:hover{
	background: url(../images/header_menu_omo.gif) no-repeat -90px 0px;
}
#header_menu a.header_menu_car:hover{
	background: url(../images/header_menu_omo.gif) no-repeat -175px 0px;
}
#header_menu a.header_menu_fea:hover{
	background: url(../images/header_menu_omo.gif) no-repeat -260px 0px;
}
#header_menu a.header_menu_photo:hover{
	background: url(../images/header_menu_omo.gif) no-repeat -315px 0px;
}
#header_menu a.header_menu_around:hover{
	background: url(../images/header_menu_omo.gif) no-repeat -385px 0px;
}
#header_menu a.header_menu_bbs:hover{
	background: url(../images/header_menu_omo.gif) no-repeat -470px 0px;
}
#header_menu a.header_menu_link:hover{
	background: url(../images/header_menu_omo.gif) no-repeat -540px 0px;
}
#header_menu a.header_menu_info:hover{
	background: url(../images/header_menu_omo.gif) no-repeat -610px 0px;
}


#head_ad {
	width: 750px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.0em;
}
#t_path {
	width: 750px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
#ctg_title {
	width: 750px;
	height:35px;
}
#content {
	width: 750px;
	margin: 0px;
	padding: 0px;
}
#content_main {
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	font-size: 1.0em;
}
#content_side {
	width: 250px;
	height:auto;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	height: auto;
}
#footer {
	width: 740px;
	float: none;
	clear: left;
	background-color: #FFCC99;
	border: 1px solid #000000;
	padding: 5px;
}
/*各種テキスト装飾*/
.bold { font-weight: bold;}
.big {	font-size: 2.0em;}
.small {	font-size: 0.6em;}
.note-list {
	font-size: 1em;
	list-style: square outside;
	line-height: 1.8em;

}
.note-list-sub {
	font-size: 1.0em;
	list-style: disc outside;
}
.note {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
}
.cancell-line {
	text-decoration: line-through;
}
.withtitle{
	color: #000099;
	text-decoration: underline;


}
/*各種ライン*/
.basic-line { border: 1px solid #FF9900;}
.dot-line {  border: 1px dotted #FF9900}
.deep-line {  border: 1px solid #FF3300}

/*背景色*/
.bg_deep{
	background-color: #FF9900;
}
.bg_middle{
	background-color: #FFCC99;
}
.bg_light{
	background-color: #FFFFCC;
}
.bg_none{
	background-color: #FFFFFF;
}

/*ページパーツ設定*/
#content_main * {
	max-width:500px;
}
#content_side * {
	max-width:250px;
}
#content h1{
	font-size: 1.5em;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	height: auto;
	width: 90%;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	border-top-width: 0px;
	border-right-width: 0px;
	margin-bottom: 10px;
}
#content h2{
	font-size: 1.2em;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	width: 474px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	border-top-width: 0px;
	border-right-width: 0px;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#content h3{
	font-size: 1.1em;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	width: 80%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	border-top-width: 0px;
	border-right-width: 0px;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#content_main h3.for_menu{
	font-size: 1.1em;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	width: 80%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	border-top-width: 0px;
	border-right-width: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content_main div.photo_title{
	font-size: 1em;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	width: 480px;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
	border: 0px;
	font-weight: bold;


}
#content_main p{
	text-indent: 1em;
}
#content_main dl{
	margin-left: 1.0em;

}
#content_main dt{
	font-weight:bold;
	font-size: 1.1em;	
}
#content_main dd{
	text-indent: 1.0em;
}

#content_main .under_h1,#content .under_h1 {
	height: auto;
	font-size: 1.0em;
	margin-right: 0px;
	margin-left: 5px;
}
#content_main .under_h2 {
	padding: 0px;
	height: auto;
	font-size: 1.0em;
	margin-right: 0px;
	margin-left: 10px;
}
#content_main .under_h3 {
	padding: 0px;
	height: auto;
	font-size: 1.0em;
	margin-right: 0px;
	margin-left: 10px;
}
#content_main .under_h3_menu {
	padding: 5px;
	width: 85%;
	font-size: 1.0em;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
/*	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;*/
}
#content_main .menu_link {
	font-size: 1.2em;

}

#content_main .submenu {
	padding: 5px;
	font-size: 1.2em;
	margin-left: 5px;
	border: 2px solid #FF9900;	
	list-style: none inside;
}

.sc_menu {
	width:95%;
	font-size: 0.9em;
	background-color: #FF9900;
	color:#FFFFFF;
	text-align: right;
	padding: 2px;
}
.sc_menu a,.sc_menu a:hover,.sc_menu a:active,.sc_menu a:link,.sc_menu a:visited {
	color:#FFFFFF;
}


#content_main #box,.box{
	width:auto;
	max-width:490px;
}
.tbl1 {
	width:auto;
	max-width:480px;
	border: 1px solid #FF9900;
}
.tbl1 td,.tbl1 th{
	border: 1px solid #FF9900;
	padding: 2px;
}

.tbl2 {
	width:480px;
	border: 1px solid #FF9900;
	margin-right: auto;
	margin-left: auto;
}

.tbl2 td,.tbl2 th{
	border: 1px solid #FF9900;
	padding: 2px;
}
.tbl3 {
	width:95%;
	border: 1px solid #FF9900;
	margin-right: auto;
	margin-left: auto;
}

.tbl3 td,.tbl3 th{
	border: 1px solid #FF9900;
	padding: 2px;
}
div.photo{
	background-color: #CCCCCC;
	padding: 5px;
	width: 480px;
	word-break:break-all;
	margin: 5px;
	margin-top: 0px;
	background-position: center;
}

#content_side h1{
	font-size: 1.0em;
	text-align: left;
	vertical-align: middle;
	height: auto;
	width: 240px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	border-top-width: 0px;
	border-right-width: 0px;
	margin: 2px;
	padding: 0px;
}
#content_side .under_h1 {
	width:230px;
	height: auto;
	font-size: 0.9em;
}
#content_side p{
	font-size: 0.9em;
	text-align: left;
	text-indent: 1em;
}
#side_menu{
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#side_menu .menu_title{
	width:200px;
}
#side_menu .menu{
	text-align: left;
	width:200px;
	border: 1px solid #FF9900;
}
#side_menu ul{
	max-width: 200px;
	margin: 0em;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0.5em;
}
#side_menu li.level1{
	font-size: 1.0em;
	list-style: none;	
	text-indent: 0.0em;
}
#side_menu li.level2{
	font-size: 0.9em;
	list-style: disc outside;
	margin-left: 1.0em;
}
#side_menu li.level3{
	font-size: 0.8em;
	list-style: circle outside;
	margin-left: 1.5em;
}

#content_main .timetable dt,#content_main .timetable dd{
	font-size: medium;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
	width: 6em;
	margin: 0px;
	padding: 0px;
}
#content_main .timetable dt{
	clear:left;
	float:left;
	border-right: 1px solid #000000;
}
#content_main .timetable dd{
	margin: 0px 0px 0px 6em;
	width:20em;;
}
