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

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 80%;
	text-align: center;
	background-color: #F0E8CF;
}

ul {
	list-style: none;
}
img {
	border: none;
}
table {
	font-size: 1.0em;
	border-collapse: collapse;
}
address {
	font-style: normal;
}
a {
	color:#06F;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#wrapper {
	margin: 0 auto;
	width: 1020px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(image/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#container {
	margin: 0 auto;
	width: 1002px;
	text-align: left;
}
#side1,
#side2,
#side3,
#side4 {
	margin-bottom: 20px;
}
.text_red {color:#F00;}
.text_blue {color:#06F}
.text_orange {color:#F60}

/*****************************************************/
/* ↓サイドここから↓ */
/*****************************************************/
#side {
	width: 150px;
	float: left;
	background-color: #F0E8CF;
}
#side_tdl {
	width: 150px;
	float: left;
	background-color: #F0E8CF;
}
#side h5 {
	margin-bottom: 20px;
	height: 144px;
	background-image: url(image/logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -9999px;
}
#side .logo_bw {
	margin-bottom: 20px;
	height: 144px;
	background-image: url(image/logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#side_tdl h5 {
	margin-bottom: 20px;
	height: 144px;
	background-image: url(image/logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -9999px;
}
/*****************************************************/
/* サイド（サイト内検索＆文字サイズ変更）*/
/*****************************************************/

#side .side_box {
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#side_tdl .side_box {
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

/*サイト内検索*/
#cse-search-box {
	font-size: 11px;
}
input.grabutton { /*検索ボタン*/
	background-color: #ebebeb;
	border: 0 solid;
	cursor: pointer;
	background-image: url(image/btn_search.gif);
	background-repeat: no-repeat;
	background-position: center left;
	width: 36px;
	height: 21px;
}


/*文字のサイズ変更*/

#font_change {
	overflow: hidden;
	padding: 5px 0px;
}
#font_change li {
	float: left;
	margin-left: 2px;
}
#font_change li.font1 img {
	margin: 6px 3px 0px 0px;
}
#font_change li.font2 {
	background-image:url(image/medium_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#font_change li.font2 img{
	margin-top: 3px;
}
#font_change li.font3 {
	background:url(image/large_on.gif) no-repeat left bottom;
}
#font_change a { display:block; }
#font_change a:hover { background-color:transparent; }
#font_change a:hover img { visibility:hidden; }

/*****************************************************/
/* サイド（出発地で選ぶ） */
/*****************************************************/

#side1 {
	width: 150px;
	background-image: url(image/side2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 240px;
	font-size: 120%;
	font-weight: bold;
	color: #0099ff;
}
#side1 ul {
	padding-top: 50px;
	margin-left: 10px;
}
#side1 li {
	padding-bottom: 2px;
}
#side1 a {
	color: #0099ff;
	text-decoration: none;
}
#side1 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/*****************************************************/
/* サイド（出発地で選ぶ）ディズニーランド */
/*****************************************************/

#side1_tdl {
	width: 150px;
	background-image: url(image/side_tdl.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 470px;
	font-size: 105%;
	font-weight: bold;
	color: #0099ff;
}
#side1_tdl ul {
	padding-top: 50px;
	margin-left: 10px;
}
#side1_tdl li {
	padding-bottom: 2px;
}
#side1_tdl a {
	color: #0099ff;
	text-decoration: none;
}
#side1_tdl a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/*****************************************************/
/* サイド（RSS・ブックマーク） */
/*****************************************************/

#side2 {
	width: 150px;
	background-image: url(image/side3.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 170px;
	text-align: center;
}
#btn_rss {
	margin-top:10px;
}
#side2 ul {
	margin-top:15px;
}
#side2 li {
	margin-top:3px;
}

/*****************************************************/
/* ↓サイド（グループサイトリンク）ここから↓ */
/*****************************************************/

#side_link li {
	margin-bottom: 5px;
}

/*****************************************************/
/* サイド（その他） */
/*****************************************************/

#side3 {
	width: 150px;
	text-align: center;
}
#side3 dl {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#side3 dt,#side3 dd {
	text-align: left;
	padding: 5px;
}
#side3 dt {
	text-align: center;
	background-color: #E8E8E8;
	font-weight: bold;
	color: #0099ff;
	letter-spacing: 0.1em;
}
#side3 dd {
	border: 1px solid #CCCCCC;
	color: #333333;
	line-height: 1.2;
}

/*****************************************************/
/* サイド（観光スポット） */
/*****************************************************/
#side4 {
	position: relative;
}
#side4 dl {
	text-align: left;
	margin: 0px 1px;
	border: 1px solid #FF6699;
	background-color: #FFFFFF;
}
#side4 dt {
	background-image: url(image/mark_star.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 4px;
	background-color: #FFC;
	padding: 5px 0px 5px 25px;
	color: #FF3399;
	font-weight: bold;
}
#side4 dd {
	padding: 5px;
	color: #333333;
	line-height: 1.2;
}
#side4 .area_line1 { /*エリア名１行の時 */
	width: 65px;
	position: absolute;
	top: 15px;
	right: 4px;
	text-align: center;
	color: #FF3399;
	font-size: 16px;
	font-weight: bold;
}
#side4 .area_line2 { /*エリア名２行の時 */
	width: 65px;
	position: absolute;
	top: 7px;
	right: 4px;
	text-align: center;
	color: #FF3399;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
}
/*****************************************************/
/* サイド（観光スポット）ディズニーランド */
/*****************************************************/
#side4_tdl {
	position: relative;
}
#side4_tdl dl {
	text-align: left;
	margin: 0px 1px;
	border: 1px solid #FF6699;
	background-color: #FFFFFF;
}
#side4_tdl dt {
	background-image: url(image/maru3.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 4px;
	background-color: #FFC;
	padding: 5px 0px 5px 25px;
	color: #FF3399;
	font-weight: bold;
}
#side4_tdl dd {
	padding: 5px;
	color: #333333;
	line-height: 1.2;
}
#side4_tdl .area_line1 { /*エリア名１行の時 */
	width: 65px;
	position: absolute;
	top: 15px;
	right: 4px;
	text-align: center;
	color: #FF3399;
	font-size: 16px;
	font-weight: bold;
}
#side4_tdl .area_line2 { /*エリア名２行の時 */
	width: 65px;
	position: absolute;
	top: 7px;
	right: 4px;
	text-align: center;
	color: #FF3399;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
}
/*****************************************************/
/* サイド（美食！グルメ） */
/*****************************************************/

#side5 {
	position: relative;
}
#side5 dl {
	text-align: left;
	margin: 0px 1px;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
}
#side5 dt {
	background-image: url(image/mark_star.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 4px;
	background-color: #FFC;
	padding: 5px 0px 5px 25px;
	color: #FF3300;
	font-weight: bold;
}
#side5 dd {
	padding: 5px;
	color: #333333;
	line-height: 1.2;
}
#side5 .area_line1 { /*エリア名１行の時 */
	width:65px;
	position: absolute;
	top: 13px;
	right:2px;
	text-align: center;
	color:#FF3300;
	font-size: 16px;
	font-weight: bold;
}
#side5 .area_line2 { /*エリア名２行の時 */
	width:65px;
	position: absolute;
	top: 7px;
	right:4px;
	text-align: center;
	color:#FF3300;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
}
/*****************************************************/
/* サイド（美食！グルメ）ディズニーランド */
/*****************************************************/

#side5_tdl {
	position: relative;
}
#side5_tdl dl {
	text-align: left;
	margin: 0px 1px;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
}
#side5_tdl dt {
	background-image: url(image/mark_star.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 4px;
	background-color: #FFC;
	padding: 5px 0px 5px 25px;
	color: #FF3300;
	font-weight: bold;
}
#side5_tdl dd {
	padding: 5px;
	color: #333333;
	line-height: 1.2;
}
#side5_tdl .area_line1 { /*エリア名１行の時 */
	width:65px;
	position: absolute;
	top: 11px;
	right:1px;
	text-align: center;
	color:#FF3300;
	font-size: 16px;
	font-weight: bold;
}
#side5_tdl .area_line2 { /*エリア名２行の時 */
	width:65px;
	position: absolute;
	top: 7px;
	right:4px;
	text-align: center;
	color:#FF3300;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
}

/*****************************************************/
/* サイド（天気予報） */
/*****************************************************/

#side6 {
	position: relative;
}
#side6 dl {
	text-align: left;
	margin: 0px 1px;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
}
#side6 dt {
	background-image: url(image/mark_star.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 4px;
	background-color: #FFC;
	padding: 5px 0px 5px 25px;
	color: #FF3300;
	font-weight: bold;
}
#side6 dd {
	padding: 5px;
	color: #333333;
	line-height: 1.2;
}
#side6 .area_line1 { /*エリア名１行の時 */
	width:65px;
	position: absolute;
	top: 15px;
	right:4px;
	text-align: center;
	color:#FF3300;
	font-size: 16px;
	font-weight: bold;
}
#side6 .area_line2 { /*エリア名２行の時 */
	width:65px;
	position: absolute;
	top: 7px;
	right:4px;
	text-align: center;
	color:#FF3300;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
}

/*****************************************************/
/* ↓コンテンツここから↓ */
/*****************************************************/

#contents {
	width: 850px;
	float: left;
}

/*****************************************************/
/* ↓ヘッダーここから↓ */
/*****************************************************/

#header {
	width: 100%;
	height: 111px;
	background-image: url(image/bg_head.gif);
	background-repeat: repeat-x;
	background-position:left top;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	color: #FF9900;
	margin:5px 0px 0px 5px;
}
#head_img1 {
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
#head_img2 {	/*カード・コンビニイメージ*/
	float: right;
	margin-right:10px;
}
#head_navi {	/*ナビ*/
	clear: both;
	text-align:left;
	margin-bottom: 10px;
	margin-left: 0px;
}
#head_navi li {
	float: left;
	margin-left: 1px;
}
#head_navi1 {	background: url(image/navi1_over.gif) no-repeat left top }
#head_navi2 {	background: url(image/navi2_over.gif) no-repeat left top }
#head_navi3 {	background: url(image/navi3_over.gif) no-repeat left top }
#head_navi4 {	background: url(image/navi4_over.gif) no-repeat left top }
#head_navi5 {	background: url(image/navi5_over.gif) no-repeat left top }
#head_navi6 {	background: url(image/navi6_over.gif) no-repeat left top }

#head_navi a { display:block; }
#head_navi a:hover { background-color:transparent; }
#head_navi a:hover img { visibility:hidden; }

#bookmark {
	float: right;
	width: 145px;
	height: 25px;
	margin-top: 5px;
	background-image: url(image/bunner_bookmark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bookmark ul {
	margin-left: 70px;
	margin-top: 4px;
}
#bookmark li {
	float: left;
	margin-right:8px;
}

/*****************************************************/
/* ↓メインここから↓ */
/*****************************************************/

#main {
	width: 800px;
	margin-left: 25px;
}
/*****************************************************/
/* ↓メインここから　ディズニーランド↓ */
/*****************************************************/

#main_tdl {
	margin-top:20px;
}

#main_tdl ul{
	padding-top: 40px;
	margin-top: 30px;
	margin-left: 20px;
}
#main_tdl ul li {
	background: url(image/tdl/aicon_bus.gif) no-repeat left center;
	margin-left: 10px;
}
#main_tdl ul li.campus {
	background: url(image/tdl/aicon_bus2.gif) no-repeat left center;
	margin-left: 10px;
}
#main_tdl ul li.usj_bus {
	background: url(fw/usj_aicon_yajirushi.png) no-repeat left center;
	margin-left: 10px;
}
#main_tdl ul li.parks_bus {
	background: url(fw/parks_aicon_yajirushi.png) no-repeat left center;
	margin-left: 10px;
}
#main_tdl ul li.check {
	background: url(image/tdl/aicon_tdl.gif) no-repeat left center;
	margin-left: 10px;
}
#area_tohoku {
	background-image: url(fw/tdl_title_tohoku.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#area_usj_touhoku {
	background-image: url(fw/usj_title_touhoku.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#area_kansai {
	background-image: url(fw/tdl_title_kansai.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#area_kantou {
	background-image: url(fw/tdl_title_kantou.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#area_hokuriku {
	background-image: url(fw/tdl_title_hokuriku.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#area_tokai {
	background-image: url(fw/tdl_title_tokai.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#area_kyusyu {
	background-image: url(fw/tdl_title_kyusyu.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#area_usj_kyusyu {
	background-image: url(fw/usj_title_kyusyu.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#area_usj_kantou {
	background-image: url(fw/usj_title_kantou.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#area_parks_kantou {
	background-image: url(fw/parks_title_kantou.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_tdl a {
	zoom:1;
	font-size: 1.2em;
	color:#333333;
	text-decoration:none;
	display:block;
	padding:10px 0px 10px 25px;
}
#main_tdl a:hover {
	text-decoration:underline;
	color:#084f95;
}

#area_check {
	background-image: url(fw/tdl_title_topix.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/*****************************************************/
/* 共通 */
/*****************************************************/

span.bold {
	font-weight: bold;
}
span.price {
	color : #CC0000;
	font-weight: bold;	
}
span.non {
	display: none;
}
.text_right {
	text-align: right;
}
.text_right2 {
	text-align: right;
	margin-right:20px;
}
.text_right3 {
	text-align: right;
	margin-right:40px;
	margin-top:70px;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
#text_navi {	/*ローカルナビ*/
	padding:10px;
	float: left;
}
.right {
	float:right;
}
/*****************************************************/
/* グループリンクエリア */
/*****************************************************/

#link {
	clear: both;
	width: 1000px;
	background-image: url(image/bg_link.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height: 140px;
	font-size: 85%;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#link_site {
	text-align: center;
	padding: 80px 20px 0px;
	line-height: 1.2;
}

/*****************************************************/
/* フッター */
/*****************************************************/

#footer {
	clear: both;
	width: 100%;
	font-size: 80%;
	margin: 10px 0px;
	overflow: hidden;
	color: #666666;
	line-height: 1.2;
}
#footer .left {
	float: left;
}
#footer .big {
	font-size: 130%;
}
#footer .tel {
	color: #FF6600;
	font-weight: bold;
}
#footer .right {
	float: right;
	text-align: right;
}
#footer address {
	padding-top: 5px
}

