@charset "utf-8";
/* CSS Document */

/* -------------------------------------

事業部共通スタイル（docomo以外）

-----------------------------------------*/

#division-wrap {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.travel #division-header {
	height: 80px;
	width: 780px;
	background-image: url(../tourist/images/header.gif);
	background-repeat: no-repeat;
}
.auto #division-header { background: url(../images/div-header-rise.gif) no-repeat; height: 60px; width: 780px;}
.tullys #division-header { background: url(../images/div-header-tullys.gif) no-repeat; height: 60px; width: 780px;}
.ss #division-header { background: url(../images/div-header-ss.gif) no-repeat; height: 60px; width: 780px;}

#division-name { text-indent: -9999px; }


/* 第1ブロック　（メイン写真,紹介文） 
*********************************/

#block1 {
	padding-bottom: 30px;
	background-image: url(../images/block-section.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#main-photo {
	width: 550px;
	text-align: left;
	vertical-align: top;
}
#introArea {
	vertical-align: top;
}
#intro {
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 9pt;
	vertical-align: top;
	margin-bottom: 0px;
}
#bannerArea { vertical-align: bottom; }
.banner {
	margin-top: 5px;
	margin-bottom: 0px;
}
.banner a {
	border-bottom-style: none;
}

/* 第2ブロック　（事業概要,地図） 
*********************************/

#block2 {
	padding-top: 15px;
	background-image: url(../images/block-section.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 30px;
}

.div-descArea {
	width: 500px;
	text-align: left;
	vertical-align: top;
}
.div-desc {
	width: 490px;
	border-collapse:collapse;
}
.div-desc th,.div-desc td {
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.div-desc th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 90px;
}
.div-desc td { width: 377px; }

.mapArea {
	width: 274px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#map { }

/* SSのみ　*/
.ss .div-descArea {
	width: 385px;
	text-align: left;
	vertical-align: top;
}
.ss .div-desc {
	width: 100%;
	border-collapse:collapse;
}
.ss .div-desc th,.div-desc td {
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.ss .div-desc th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 33%;
}
.ss .div-desc td { width: 67%; }

.ss .map {
	width: 379px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 10px;
}



/* 第3ブロック　（事業概要,地図） 
*********************************/
#block3 {
	padding-top: 15px;
	background-image: url(../images/block-section.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 30px;
}



.toulist-photo {
	float: left;
	margin-right: 20px;
}
.toulist-midashi {
	background-image: url(../tourist/images/midashi.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 400px;
	padding-left: 300px;
	background-position: 300px 0px;
	text-indent: -9999px;
}
.toulist-text { line-height: 2em; }

