/*body {
	color: #333333 ; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E8F2F7;
}*/

/*========== 初期化 ==========*/
*{
	margin: 0;
	padding: 0;
	color: #333333;
}
/*==========  ==========*/

body {
	background: #FFFFFF;
}

a:link { color: #003399; }
a:visited { color: #663300; }
a:link:hover { color: #000099; }
a:visited:hover { color: #000099; }
a:link:active, a:visited:active { color: #993366; }
#container {
}

#container #wrapper {
	width: 100%;
	background: #FFFFFF;
}

#container #wrapper2, #wrapper3, #wrapper4, #wrapper5, #wrapper6, #wrapper7, #btn, #btn2{
	display: block;
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	padding-top: 5px;
	clear: both;
}

#content #btn, #content #btn2{
	text-align: center;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/*
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
*/

#wrapper #btn img {
	margin-right: 1px;
	background: #CCCCCC;
	display: inline;
	text-align: center;
	margin-left: 3px;
	margin-bottom: 3px;
}

#wrapper #btn .end img {
	margin-right: 0px;
	background: #CCCCCC;
	float: none;
	display: inline;
}

/*
#wrapper #btn_kix img {
	margin-right: 15px;
	background: #CCCCCC;
}

#wrapper #btn_kix .end img {
	margin-right: 0px;
	background: #CCCCCC;
}
*/

/*==========ポップアップ用レイアウト==========*/

/*========== 要素 ==========*/

h1{
	font-size: 130%;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #333333;
}

h2{
	font-size: 110%;
	margin-bottom: 5px;
	margin-top: 10px;
	clear: both;
}

h2.second {
	margin-top: 60px;
}
h3 {
	font-size: 100%;
	font-weight: bolder;
	margin-bottom: 2px;
	clear: both;
	color: #333333;
}
p {
	line-height: 110%;
}
p.end {
	margin-bottom: 10px;
}
p.caption, div.route_last table td p, div.route_last table th p{
	clear: both;
	font-size: 80%;
	font-weight: normal;
}
p.caption{
	width: 135px;
}

p.caption2 {
	clear: both;
	font-size: 80%;
}

div.route_last table{
	margin-top: 5px;
}

p.lead_map {
	font-size: 110%;
	margin-bottom: 10px;
}
h3.caption {
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}

p.lead_map_small {
	font-size: 80%;
	margin-bottom: 10px;
}
p.lead_map_small_2 {
	font-size: 80%;
	margin-bottom: 0px;
}
p.ireko {
	font-size: 80%;
	margin-bottom: 0px;
}
/** html td p.ireko {
	font-size: 80%;
}*/
h3.lead_map {
	font-size: 18px;
	color: #95C6D8;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	display: block;
	width: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-style: solid;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*==========  ==========*/

#container #header {
	margin: 0px auto;
	text-align: center;
	background: url(../access/images/header_bg.jpg) repeat-x;
}
#container #content {
	margin: 0px auto;
	font-size: 0.83em;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 130%;
	width: 600px;/*	background: #F0F0F0;
*/
}


#wrapper #content ul {
	list-style: disc inside;
	color: #333333;
	line-height: 200%;
	font-size: 12px;
}
#wrapper #content .map img {
	margin-bottom: 20px;
}
#wrapper .containerTime #second {
	clear: both;
	margin-top: 40px;
}

#content .route {
	float: left;
	width: 135px;
	padding-right: 17px;
	margin-top: 10px;
	background-image: url(../access/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 135px 40px;
}

#content .route .arrow img{
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content .route_end {
	float: left;
	width: 135px;
	margin-top: 10px;
	margin-right: 0;
}

#content .route_last {
	float: left;
	width: 135px;
	margin-right: 0;
	padding-right: 17px;
	background: url(none);
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .route_last2 {
	float: left;
	margin-right: 0;
	background: url(none);
}

#content .route img, .route_end img, .route_last img{
	margin-bottom: 5px;
	border: 1px solid #666666;
}
#content .taxi {
	margin-bottom: 20px;
}

#container #footer {
	margin: 0px auto;
	clear: both;
	text-align: center;
	background: #95C6D8;
}
/*==========Clear Fix==========*/

.clearfix:after{
	content:",";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}

.clearfix {
display:inline-block;
}


/* Hides from IE-mac \*/
*html .clearfix{height:1%;}

.clearfix{display:block;
}
/* End hide from IE-mac \*/


/*==========舞子乗り場表==========*/
table.noriba{
	font-size: 90%;
	width: 430px;
	float: right;
}

table.noriba th{
	background-color: #ccc;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
}
table.noriba td{
	background-color: #F3F3F3;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 100%;
}
table.noriba caption {
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	color: #333333;
}



/*==========舞子乗り場表==========*/

.news {
	font-size: 9pt;
	line-height: 135%;
}
.address {
	font-size: 0.75em;
}
.lead {
	color: #000066;
	font-size: 0.83em;
	line-height: 135%;
}
.lead_large {
	color: #000066;
	font-size: 1em;
	line-height: 135%;
}
.text {
	font-size: 0.83em;
	line-height: 135%;
}
.form-long-text {
	width: 250px;
}
.form-long-text-220 {
	width: 220px;
}
.sitemap-category {
	text-decoration: none;
	font-size: 0.83em;
	font-weight: bold;
	color: #660000;
}
.sitemap {
	text-decoration: none;
	font-size: 0.83em;
}
.sitemap-nolink {
	font-size: 0.83em;
	font-weight: bold;
	color: #660000;
}
.smalltext {
	font-size: xx-small;
}
.text_083em {
	font-size: 0.83em;
	line-height: 135%;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.text10 {
	font-size: 10px;
	font-style: normal;
	color: #333333;
	line-height: 14px;
}

/* ========== 時刻表テーブル ==========
*/
.timetableL, .timetableR {
	width: 290px;
	text-align: center;
	border: 1px solid #999999;
}
.timetableL{
	float: left;
}
.timetableR{
	float: right;
}
.timetable_single{
	border: 1px solid #999999;
	clear: both;
	width: 400px;
	margin-left: 100px;
}
*html .timetable_single{/* for IE */
	margin-left: 0px;
}
.containerTime {
	clear: both;
	width: 100%;
	margin-bottom: 40px;
	font-size: 10px;
	text-align: center;
}
.containerTime td p{
	clear: both;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
.containerTime td.timetable_obi{
	background-color:#EFEFEF;
}
.time {
	padding-top: -40px;
}
.text_time_400 {
	text-align: left;
	width: 400px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-top: 20px;
}
.text_time_600 {
	text-align: left;
	width: 600px;
	padding-bottom: 20px;
	font-size: 12px;
	margin-top: 20px;
	clear: both;
}
.text_time_date {
	text-align: right;
	margin-bottom: 5px;
}
.containerTime ul {
	text-align: left;
	margin-bottom: 20px;
	list-style: disc inside;
	clear: both;
}
.timetable_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
strong {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}

.fc_red {color: #FF0000}
.fc_green {color: #009900}
.fc_blue {color: #0000FF}
.fc_purple {
	color: #CC00CC
}
.fc_brown {
	color: #AA6C04;
	font-weight: bold;
}
.fc_orange {
	color: #FF9900
}

.timetable_obi {
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.timetable_portliner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.timetable_portliner2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
td blockquote{
	padding-left: 10px;
	letter-spacing: 2px;
}
.price_map {
	border: 1px solid #999999;
	padding: 5px;
	text-align: center;
	width: 588px;
	clear: both;
	background-color: #EFEFEF;
	margin-bottom: 10px;
}
p.1dan {
	font-size: 80%;
	list-style: circle outside;
	text-align: left;
	white-space: normal;
	clear: both;
	float: left;
	padding-left: 10px;
}
.noriba td {
	font-size: 80%;
	padding: 0px;
	margin: 0px;
}
table.noriba {
	margin-top: 8px;
	margin-bottom: 5px;
}

h6 {
 display: none;
 }
.wd {
	background-image: url(../wedding/coordinator/pic/bg.jpg);
	background-repeat: no-repeat;
	background-position: -40px 80px;
}

#menu .text {
	font-size: 0.70em;
	line-height: 1.6em;
}

#menu .text * {
	font-size: 100%;
}

#menu {
	padding: 10px 0 20px 0;
	background: #fff;
}

#menu #title, #menu #title2 {
	text-align: center;
}

#menu #main, #menu #main2 {
	border: 1px solid #ccc;
	background: #eeeeee;
	padding: 10px;
	width: 318px;
	margin: 5px auto 0 auto;
}

#menu h4 {
	font-size: 0.70em;
	text-align: center;
	padding-bottom: 10px;
}

.main_table {
	width: 270px;
	margin: 0 auto 0 auto;
}


#menu #main2 table {
	width: auto;
	margin: 0 auto 0 auto;
}

#menu p {
	width: 300px;
	margin: 0 auto 15px auto;
	font-size: 0.70em;
	line-height: 1.6em;
}

#menu p.note {
	margin: 1em auto ;
	padding:0;
	text-indent:0;
	width: 318px;
}

/*平日背景色*/
.heijitsu{
	background-color:#FFC0C0;
}

.kyujitu{
	background-color:#B4F0E3;
}

