@charset "UTF-8";

/* TOP */

#getflash {
	display: block;
	width: 100%;
	clear: both;
	padding: 0 0 20px;
	text-align: center;
}
#getflash img {
	margin-bottom: 10px;
}

#flashcontent ul li {
	float: left;
	width: 242px;
}


/* head  ------------------------------*/

h1.top {
	float: left;
	text-indent: -9999px;
}

#header_top {
	display: block;
	width: 100%;
	height: 114px;
	background: url(../images/i_top_head.gif) left top no-repeat;
}

/* フォントサイズ */

#header_top ul {
	display: block;
	float: right;
	width: 166px;
	height: 43px;
	margin-top: 55px;
	list-style: none;
}
#header_top li {
	display: block;
	float: left;
}

/* main  ------------------------------*/

#main {
	background: url(../images/i_top_udoago.gif) right 220px no-repeat;
}

/* グローバルナビ */

#gnav_top {
	clear: both;
	display: block;
	height: 30px;
	margin-left: 10px;
}
#gnav_top ul {
	display:block;
}
#gnav_top li {
	display:block;
	float: left;
	margin-right: 5px;
	list-style: none;
}


/* ======LEFTエリア====== */

#main_left {
	float: left;
	width: 650px;
	margin-top: 20px;
}

#newtrip {
	clear: both;
	padding-bottom: 5px;
	background: url(../images/i_top_newtrip_bottom.gif) left bottom no-repeat;
}
#newtrip dl {
	display: block;
	width: 630px;
	padding: 5px;
	border-left: #660000 5px solid;
	border-right: #660000 5px solid;
}
#newtrip dt {
	display: block;
	float: left;
	width: 200px;
}
#newtrip dd {
	display: block;
	margin-left: 210px;
	line-height: 1.4em;
}
#newtrip dd h3 {
	font-weight: bold;
	font-size: 120%;
}

#nexttrip {
	clear: both;
	width: 650px;
	margin-top: 15px;
}
#nexttrip h3 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: #660000 2px solid;
}
#nexttrip dt {
	display: block;
	float: left;
	width: 120px;
}
#nexttrip dd {
	display: block;
	margin-left: 130px;
	line-height: 1.4em;
}
#nexttrip dd h4 {
	font-weight: bold;
	font-size: 120%;
}

#me-colle {
	clear: both;
	width: 650px;
	margin-top: 15px;
}
#me-colle ul {
	margin-top: 10px;
}
#me-colle li {
	display: block;
	float: left;
	width: 315px;
	height: 90px;
	padding-right: 10px;
}
#me-colle li img {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	border: #CCC 1px solid;
}
#me-colle li h4 {
	font-weight: bold;
	color: #F90;
}
#me-colle li p {
	font-size: 80%;
	line-height: 1.4em;
}

#bclist {
	clear: both;
	width: 650px;
	margin-top: 15px;
}
#bclist_main {
	padding: 0 10px;
	border-left: #600 2px solid;
	border-right: #600 2px solid;
	background: #FFFFCC;
	line-height: 1.4em;
}
#bclist_main h4 {
	font-weight: bold;
	color: #FF0000;
}
#bclist_main li {
	list-style: disc;
	list-style-position: inside;
}
#left_list {
	display: block;
	float: left;
	width: 290px;
}
#right_list {
	display: block;
	float: right;
	width: 290px;
}
#bclist_main .onair {
	padding-left: 5px;
}



/* ======RIGHTエリア====== */

#main_right {
	float: right;
	width: 250px;
	margin-top: 20px;
}

#search_right {
	width: 235px;
	height: 70px;
	padding: 70px 15px 10px 0;
	background: url(../images/i_search_right_bg.gif) left top no-repeat;
	text-align: right;
}
#search_right input {
	width: 220px;
	margin-bottom: 5px;
	border: #FF9900 1px solid;
}





