﻿@charset "utf-8";
/* f-t */

/* basic elements */
*{
	margin: 0;
	padding: 0;
}
html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
   height: 100%;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
	font-family: "MS UI Gothic", Verdana, Arial, sans-serif;
	font-size: 92%;
	color: #333333;
	height: 100%;
	background-image: url(images/bg_body.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin: 0;
}
address{ font-style:normal; }
em{ font-style: normal; font-weight: bold;}

/* standard helper classes */
.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
.r_text {color: #F00;}
.b_text {color: #00F;}
.big_text{ font-size: 140%;}

/* Begin Headers */

#header {
    padding: 0;
    margin: 0;
    }
#header_logo h1{
	color:#FFFFFF;
	font-size:22px;
	text-indent: -9999px;
	position: absolute;
	left: 540px;
	top: 80px;
	width: 200px;
	height: 50px;
    }
#header_logo h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	display: block;
	height: 50px;
	width: 200px;
    }
#header_logo h2{
	font-size:14px;
	text-indent: -9999px;
    }
#header,#header_top {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 740px;
	background-position: left top;
	position: relative;
}
#header_top {
	height: 155px;
}
#header_menu {
	width: 400px;
	height: 100px;
	position: absolute;
	top: 45px;
	left: 50px;
}
.description {
    text-align: left;
    padding-left: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size:small;
    }

/* End Headers */

/* Begin Structure */

#page {
	margin: 0 auto;
	padding: 0;
	width: 740px;
	height: 100%;
	position: relative;
    }

#container{
    text-align:center;
    width: 740px;
}
#content{
	text-align:left;
	width:480px;
	float: left;
}
#content_full{
    margin: 0 20px 0 20px;
    padding: 0px;
    text-align:left;
    width:700px;
}

#sidebar{
    float:right;
    padding: 0;
    margin: 0;
    width:120px;
}

#sidebar td {
    padding:3px;
}

#sidebar  td.b {
    padding:3px;
    background-color: #efefef;
}

#sidebar ul{
	list-style: none;
	padding-left: 1em;
	text-indent: 0.1em;
	font-size: 80%;
}
#footer {
	font-size:small;
	clear: both;
	margin-top: 8px;
	margin-bottom: 0;
	padding: 0;
	width:100%;
	background: url(images/footer.gif) no-repeat left bottom;
}
/* End Structure */

/* Begin Forms */

.submit{
	margin:7px auto 0 auto;
	text-align: center;
}
.t_box{
    margin:7px auto 7px auto;
}

/* End Forms */

/* Begin Tables */

table.main_table{
	font-size:small;
	border: 1px solid #333333;
}
.main_table td,th{
/*    border:1px solid #c1c3fe;*/
}

table.search_table {
  font-size: small;
}
table.search_table th, table.search_table td {
	padding: 7px 5px;
	text-align: center;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
  border-bottom: solid 1px #999999;
}
table.search_table th {
  background-color: #F0F0F0;
}
table.search_table th.list_detail, table.search_table td.list_detail {
  border-right: solid 1px #999999;
}
table.search_table td.list_detail {
  background-color: #FFE0FF;
}
table.search_table td {
  border-top: none;
}
table.search_table td.list_nav {
  border: none;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 2px;
}
table.search_table td.list_notice {
	text-align: left;
	font-size:small;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 2px;
	border: none;
}
table.search_table a, table.search_table a:hover, table.search_table a:visited {
  color: #0033FF;  
}

table.detail_table{
    border-width:1px;
    border:1px solid #c1c3fe;
}
table.detail_table td,th{
    border-width:1px;
    border:1px solid #c1c3fe;
}
table.none_border_table{
    border-width:0;
}
table.none_border_table td,th{
    border-width:0;
}

th.list {
    background-color:#eee;
    font-weight:bold;
    text-align:center;
}
tr.required,td.required{
    background-color:#ff8040;
    font-weight:bold;
    text-align:center;
}
th.title {
    color:blue;
    background-color:#eee;
    border: 1px solid #c1c3fe;
    text-align:center;
}
th.title h3 {
    color:blue;
    background-color:#eee;
    margin:0 auto 0 auto;
    padding:4px;
}
th.items {
    background-color:#efd;
    text-align:right;
}
td.items {
    background-color:#eff;
    text-align:center;
}
tr.items {
    background-color:#efd;
}
form input {
	margin: 0 7px 0 10px;
}
/* End Tables */

/* Begin Informations */

.information {
    background-color: #66FF00;
    font-weight: bold;
    padding:3px;
    border:2px solid green;
    margin-top: 5px;
    margin-bottom: 5px; 
}

.warning {
    background-color: #FF00FF;
    font-weight: bold;
    padding:3px;
    border:2px solid red;
    margin-top: 5px;
    margin-bottom: 5px; 
}

/* End Informations */

/* Begin Misc */
.photo {
    text-align:center;
}

hr {
    display: none;
    }

/* End Misc */


/* for MacIE's bug */

/*\*//*/
textarea, select, input {
font-family: "ͣ Хå", Osaka, sans-serif;
}
/**/
#header td.top {
	font-size: small;
	padding-top: 10px;
}
/*ナビリンク処理*/
div#search, div#use, div#kanyu, div#tokuten, div#guide {
	float: left;
	width: 50px;
}
#search a, #use a, #kanyu a, #tokuten a, #guide a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 50px;
	text-indent: -9999px;
}
#search a {
	background-image: url(images/btn_search.gif);
}
#use a {
	background-image: url(images/btn_use.gif);
}
#kanyu a {
	background-image: url(images/btn_kanyu.gif);
}
#tokuten a {
	background-image: url(images/btn_tokuten.gif);
}
#guide a {
	background-image: url(images/btn_guide.gif);
}
#search a:hover, #use a:hover, #kanyu a:hover, #tokuten a:hover, #guide a:hover, #smile a:hover {
    background-position: -50px 0%;
	width: 50px;
}

#footer address {
	font-size: 12px;
	font-style: normal;
	margin: 0 0 5px 0;
	padding: 0px;
	text-align: right;
	color: #FFFFFF;
}
#footer address a, #footer address a:hover, #footer address a:visited {
	color: #FFF;
	font-weight: bold;
}

/*サイドバー*/
#side-content {
	float: right;
	width: 260px;
	text-align: left;
}
#side-content .top-box {
	margin-top: 20px;
	height: 280px;
	overflow: auto;
}
#side-content .sec-box {
	margin-top: 20px;
}
#side-content .top-box h3 {
	font-size: 32px;
	color: #0033CC;
	font-weight: bold;
}
#side-content .top-box p, #side-content .sec-box p {
	line-height: 1.5;
	padding: 0 10px 0 0;
	font-size: 14px;
}
#side-content .top-banner {
	margin-top: 40px;
}
#side-content .top-banner img {
	border: 1px solid #333333;
}
#content .search {
	background-image: url(images/map_body.gif);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-top: 20px;
}
#content_full .entry {
	margin-bottom: 20px;
}
#content_full .entry h2 {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content_full .entry h3 {
	font-size: 20px;
	font-weight: bold;
/*	padding: 16px 0 16px 30px;
	margin: 0 0 15px;
	background: url(images/tate_bar_s.gif) no-repeat;*/
	color: #FFFFFF;
	background: #1869A4;
	border: 3px solid #005066;
	padding: 7px 10px;
	margin-bottom: 5px;
}
#content_full .entry p {
	line-height: 150%;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-right: 20px;
	margin-top: 10px;
}
#content_full .entry ol {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;

}
#content_full .entry ul {
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#content_full .entry ol li {
	line-height: 24px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content_full .entry ul li {
	background-image: url(images/ico_check_s.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 5px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 24px;
}
#content_full .entry a, #content_full .entry a:visited{
	color:#0066FF;
}

#container .main-box {
	float: left;
	width: 350px;
}
#container .main2-box {
	float: left;
	width: 700px;
	text-align: left;
}
#container .main-box ul {
	padding-left: 40px;
	text-align: left;
}

.qrcode img {
	float: left;
}
.qrcode {
	padding: 5px;
}
#side_menu a, #side_menu a:visited{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	display: block;
	margin-left: 5px;
	color:#333333;
}
#atom {
	clear: both;
	text-align: right;
	font-size: 12px;
	margin-right: 25px;
	margin-bottom: 23px;
}
#atom a, #atom a:hover, #atom a:visited {
	color: #333333;
	padding-bottom: 2px;
	padding-top: 2px;
}
#atom img {
	vertical-align: middle;
}
.style1 {
	color: #000080;
	font-weight: bold;
}
/*NotUse*/
#side_menu {
	margin-top: 48px;
}
#side_menu a:hover{
	border-left: solid 5px #0099FF;
	color:#990000
}
#side_menu ul {
	font-size: 91%;
}
/*フォーム*/
#apart table {
	width: 420px;
	font-size: 10px;
	}
#apart th {
	background-color:#F0F0F0;
	padding: 7px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
#apart td {
	padding: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
#apart caption {
	background-image: url(images/btn_station.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 38px;
	background-position: left bottom;
}
#q_and_a table {
	width: 100%;
	margin-left: 50px;
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 20px;
}
#q_and_a th {
	padding: 10px;
	width: 50px;
	font-weight: bold;
	border-top: none;
	border-right: none;
}
#q_and_a td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
div#q_and_a {
	width: 600px;
}
#q_and_a th.question {
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CC0000;
}
#q_and_a th.answer {
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #0000CC;
}
#yougo table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 100%;
	margin-left: 50px;
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 150%;
}
div#yougo {
	width: 600px;
}
#yougo td, #yougo th {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#yougo th {
	width: 100px;
	font-weight: normal;
}
/* メリット */
table#merit {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#merit th {
	text-align: left;
	width: 150px;
	padding: 5px;
	font-weight: normal;
	border-bottom: solid 1px #999999;
}
#merit td {
	text-align: left;
	padding: 8px;
	line-height: 1.5em;
	border-bottom: solid 1px #999999;
}
/* 特設会場 */
table#tokusetu {
	margin: 0 40px;
}
#tokusetu th {
	background-color: #EEEEEE;
	text-align: left;
	padding: 5px;
	width: 100px;
	border-left: 3px solid #0066FF;
	border-bottom: 2px solid #FFFFFF;
}
#tokusetu td {
	padding: 5px;
}
/* フッター */
#footer p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 3px;
}
#footer p a, #footer p a:hover, #footer p a:visited {
	color: #333333;
	font-weight: bold;
}
div#mapheader {
	height: 95px;
	width: 740px;
	background-image: url(images/map_head.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	text-indent: -9999px;
}
#mapfooter {
	height: 25px;
	width: 480px;
	background: url(images/map_foot.gif) no-repeat left bottom;
}
#top-add {
	color: #FFFFFF;
	font-size: 12px;
	visibility: hidden;
	text-align: right;
}
#top-add a {
	color: #FFFFFF;
}

/* Public */
.right {
	float: right;
	padding-left: 10px;
}
.left {
	float: left;
	padding-right: 10px;
}
.style2 {
	color: #009900;
	font-weight: bold;
	font-size: 150%;
}

/* 埼玉大管理番号 */
.saidai_no {
	font-weight: bold;
	font-size: 120%;
	padding: 5px;
}

#container .main-box p {
	text-align: left;
	line-height: 150%;
	color: #333333;
	margin: 0 0 8px 20px;
}
#container .main-box h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	color: #FFFFFF;
	background: #1869A4;
	border: 3px solid #005066;
	padding: 7px 10px;
	margin-bottom: 5px;
}
#container .main-box a {
	color: #5500FF;
	border-bottom: solid 1px #5500FF;
}
#topentry {
	margin-top: 20px;
}
table#office {
	font-size: 12px;
	border-top: 1px solid #666666;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 300px;
	margin-left: 30px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#office th {
	font-weight: normal;
	text-align: left;
	background: #EEEEEE;
	width: 80px;
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: none;
	border-right: none;
}
#office td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: none;
}
/*加入*/
div.entry-title {
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 20px;
}
p.entry-cont {
	margin-left: 15px;
}

#tokuten_hyo blockquote {
	font-size: 100%;
	line-height: 1.5em;
	border: 1px solid #666666;
	margin: 0px 40px;
	padding: 7px 14px;
}
/* floating pictures */
.leftbox {
	float:left;
	margin: 15px 15px 10px 0px;
	line-height:0px;
	background-image: url(images/shadowAlpha.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.leftbox img  {display: block;position: relative;background-color: #fff;border: 1px solid #a9a9a9;margin: -5px 5px 5px -5px;padding: 4px;line-height:0px;}
.rightbox {
	float:right;
	margin: 15px 0px 10px 15px;
	line-height:0px;
	background-image: url(images/shadowAlpha.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rightbox img {display: block;position: relative;background-color: #fff;border: 1px solid #a9a9a9;margin: -5px 5px 5px -5px;padding: 4px;line-height:0px;}

span.price {
	font-size: medium;
	font-weight: bold;
	color: #CC3333;
}
span.walk_m {
  font-size: medium;
	font-weight: bold;
	color: #666666;
}
div#kaiji_info {
	margin-bottom: 20px;
	padding: 10px 15px;
	font-size: 130%;
	color: #CC0000;
	font-weight: bold;
}
<!-- --2010tokuten.html --------   -->

div#wrapper {
	text-align: left;
	line-height: 1.5;
}
div#top-title{
	text-align: center;
	margin-left:10px;
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px solid #5e8abe;
	padding: 5px;
	width: 20em;
	font-size:1.2em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #5e8eab;
}
span.sub-head {
	font-weight: bold;
	font-size: 105%;
	color: #555555;
	border-left: 3px solid #5e8eab;
	border-bottom: 1px solid #5e5e5b;
	padding-left: 2px;
}
span.embold {
	font-weight: bold;
	font-size: 95%;
	color: #3e3e3a;
}
span.small85 {
	font-size: 85%;
}
div.subh {
	margin-left: 20px;
	margin-bottom: 10px;
}
div.subh2 {
	margin-left: 115px;
	font-size: 90%;
}
div#top-title2{
	text-align: center;
	margin-left:10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #5e8abe;
	padding: 5px;
	width: 20em;
	font-size:1.2em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #5e8eab;
}
div.lead01 {
	margin-left: 35px;
	font-size: 98%;
	color: #5F639F;
	font-weight: bold;
}
div.lead02 {
	margin-left: 45px;
	margin-bottom: 15px;
	font-size: 93%;
	color: #333333;
	font-weight: normal;
}
span.sub-head01 {
	margin: 35px 0 10px 0;
	font-weight: bold;
	font-size: 105%;
	color: #573FBF;
	border-left: 3px solid #7e8eab;
	border-bottom: 1px solid #7e5e5b;
	padding-left: 2px;
}
div span.smallcom {
	font-size: 70%;
	font-weight: normal;
}
div span#nyukyobi {
	font-size: 90%;
	color: #7F3F2A;
}