@charset "UTF-8";

/* 
 * structure definition
 * 2007.7.12
 *
 * Color Cordination
 * Key Color: #eb781f
 *
 */

/* = = = = = = = = = =
 *
 * whole contents
 *
 * = = = = = = = = = = */

/* Old master
--------------------------------------------------*/
#master
{
	width: 760px;
	margin: 0 auto;
	padding: 0 0 5px;
	border-top: 1px solid #a8a8a8;
	background: #fff;
}

/* New master
--------------------------------------------------*/
/* top, second */
#master {
	padding					: 0;
}



/* = = = = = = = = = =
 *
 * Old header
 *
 * = = = = = = = = = = */
/*
#header
{
	width: 760px;
	background: url(../img/common/bg_header.gif) no-repeat right bottom;
}
#header h1
{
	float: left;
	width: 262px;
}
#header h1#TagLine
{
	float: none;
	width: 100%;
	font-size: 10px;
	color: #666;
	padding-left: 5px;
}
#header #h_logo
{
	float: left;
	width: 262px;
}
#header ul
{
	float: right;
}
#header ul li
{
	float: left;
}
#header table.info
{
	float: right;
	width: 480px;
	margin: 0 5px 2px;
}
	html>body #header table.info
	{
		width: 487px;
	}

#header table.info td
{
	text-align: right;
	line-height: 1em;
}
#header table.info td.user
{
	color: #999;
	font-size: 84%;
}
#header table.info td.user span.name
{
	color: #000;
	font-size: 120%;
}
#header table.info td.btnMypage
{
	width: 61px;
}
#header table.info td.btnBusStop
{
	width: 101px;
}
#header table.info td.login
{
	visibility: hidden;
}
#header table.info td
{
	padding: 5px 0;
}
#header table.info td.fontSizeAlterate img
{
	margin-left: 3px;
}
#header table.navi
{
	float: right;
	margin-top: 1px;
}
*/

/* New Header
--------------------------------------------------*/
#header .title {
	background				: #f0f0f0;
	padding					: 2px 15px;
	height					: 17px;
}
/* top, wide
	#rnHeader .title h1 {
		float				: left;
		width				: 780px;
		padding				: 2.5px 0 0;
		font-size			: 11.5px;
	}
*/
/* second */
	#header .title h1 {
		width				: 620px;
		padding				: 3px 0 0;
		font-size			: 10.5px;
		float				: left;
	}

#header .size {
	float					: right;
	width					: 110px;
	height					: 17px;
}
	#header .size span {
		display				: block;
		float				: right;
		margin				: 0 0 0 3px;
	}
	#header .size img {
		vertical-align		: top;
	}
	#header .size .t {
		padding				: 3px 6px 0 0;
	}
	#header .size .s {
		display				: none;
	}

#header .menu {
	padding					: 7px 15px 6px;
}
	#header .menu .logo {
		float				: left;
		padding				: 7px 0 0;
	}
	#header .menu .guide {
		float				: right;
	}

	#header .menu .menuBox {
		padding				: 0 0 5px;
		line-height			: 1;
		height				: 14px;
	}
		#header .menu .menuBox li {
			float			: right;
			margin			: 0 0 0 10px;
		}
		#header .menu .menuBox li img {
			vertical-align	: top;
		}

	#header .menu #loginBox {
		float				: right;
	}

	#header #signup {
		width				: 195px;
	}
	#header #member .loginBox {
		width				: 195px;
	}
	#header #member p {
		float				: right;
		padding				: 3px 8px 0 0;
		font-size			: 11px;
		text-align			: right;
		width				: 150px;
	}

	#header .menu .loginBox {
		float				: right;
	}
		#header .menu .loginBox .corner2 {
			background		: #FFE979;
			padding			: 3px 0px 3px 6px;
		}
		#header .menu .loginBox li {
			float			: right;
		}

	#header .menu .loginBox img {
		vertical-align		: middle;
	}
		#header .menu .loginBox .signup {
			font-size		: 11px;
		}

		#header .menu .loginBox .member {
			padding			: 0 2px;
		}

#header .navi li {
	float					: left;
}



/* = = = = = = = = = =
 *
 * global navigation
 *
 * = = = = = = = = = = */
#global
{
	width: 760px;
	border-top: 1px solid #9e3903;
	background: url(../img/common/bg_glo_nav.gif) repeat-x left top;
}
#global ul li
{
	float: left;
}
#global ul.navi
{
	float: left;
}
#global ul.members
{
	float: right;
}

/* = = = = = = = = = =
 *
 * contents
 *
 * = = = = = = = = = = */
#contents
{
	width: 730px;
	padding: 15px 0 15px 20px;
	border-top: 1px solid #fff;
	background: url(../img/common/bg_contents.gif) repeat-x left top;
}
	html>body #contents
	{
		border-top: 0;/* falls on comMultiColumnWrapper */
	}
	
#contents p#topicpath
{
	margin-bottom: 20px;
	font-size: 84%;
}
#contents p#topicpath a
{
	color: #f60;
}
#contents p#topicpath a:hover
{
	color: #f90;
}
#contents p.pagetop
{
	text-align: right;
}
#contents p.pagetop a
{
	padding-left: 20px;
	background: url(../img/common/arrow_u_with_rect.gif) no-repeat left center;
}
#contents p.pagetop a
{
	color: #f60;
}
#contents p.pagetop a:hover
{
	color: #f90;
}

/* New main
--------------------------------------------------*/
/* .second */
#contents {
	background	: none;
	border-top	: none;
	padding		: 15px 0 15px 20px;
}



/* = = = = = = = = = =
 *
 * Old footer
 *
 * = = = = = = = = = = */
/*
#footer
{
	clear: both;
	width: 760px;
}
#footer_b
{
	width: 718px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
 	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#footer_b_top
{
	margin-left: 20px;
	margin-right: 20px;
	height: 29px;
	background-image: url(../img/index/btn_footer_ban_out_top.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer_b_btm
{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 35px;
	height: 4px;
	background-image: url(../img/index/btn_footer_ban_out_btm.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear:both;
}
#footer_b ul.banners 
{
	height: 45px;
	padding-top: 10px;
}
#footer_b ul.banners img
{
	padding-right: 10px;
	float: left;
}
#footer_b ul.banners li
{
	padding: 0px 20px 0px 20px;
	clear: both;
}
#footer_b ul.banners li.underLine
{
	padding: 10px 10px;
	padding: 0px;
}
#footer_b ul.banners li.underLine img
{
	padding: 10px 10px;
	float:none;
}
.clear{
	clear: both;
}
#footer_b ul.banners li.lastChild
{
	margin: 0;
}
#footer p.navi
{
	clear: both;
	padding: 10px 10px 9px;
	border-bottom: 1px solid #de3300;
	background: #f8790a url(../img/common/bg_footer.gif) repeat-x left top;
	color: #fff;
	text-align: right;
}
#footer p.navi a,
#footer p.navi a:link,
#footer p.navi a:visited
{
	color: #fff;
	text-decoration: none;
}
#footer p.navi a:hover
{
	color: #ff0;
	text-decoration: underline;
}
#footer p.navi a:active
{
	color: #fff;
	text-decoration: none;
}
#footer address
{
	padding: 10px;
	border-top: 1px solid #f93;
	background: #f90 url(../img/common/bg_copyright.gif) repeat-x left top;
	color: #fff;
	font-size: 84%;
	text-align: right;
}
#footer .footer_text
{
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	font-size: 10px;
}
*/

/* New footer
--------------------------------------------------*/
/* top, wide
#rnFooter {
	background				: #F8780B url(../img/common/road.jpg) no-repeat 0 0;
	position				: relative;
	zoom					: 1;
	color					: #fff;
}
*/
/* second */
#footer {
	background				: #F8780B url(../img/common/second/road.jpg) no-repeat 0 0;
}

/* top, wide
#rnFooter .btnTop {
	position				: absolute;
	top						: 54px;
	right					: 12px;
}
*/
/* second */
#footer .btnTop {
	top						: 41px;
	right					: 12px;
}

#footer .menu {
	padding					: 92px 25px 6px;
	overflow				: hidden;
}
	#footer .menu ul {
		overflow			: hidden;
		margin				: 0 0 7px -6px;
	}
	#footer .menu li {
		float				: left;
		border-left			: solid 1px #eee;
		margin				: 3px 6px 0 -1px;
		padding				: 0 0 0 6px;
		white-space			: nowrap;
		line-height			: 1.2;
		font-size			: 80%;
	}
	#footer .menu .tieup {
		float				: right;
		border				: none;
		margin				: 10px 0 0;
		padding				: 0;
	}

#footer span.external {
	background				: url(../img/common/ico_external_white.gif) no-repeat 0 0;
	padding					: 0 0 0 17px;
}

#footer .copyright {
	background				: #ff9900 url(../img/common/bg_footer.jpg) no-repeat 0 0;
	padding					: 13px 0 35px;
}
	#footer .copyright .text {
		float				: left;
		padding				: 0 0 0 25px;
		font-size			: 80%;
	}
	#footer .copyright address {
		float				: right;
		padding				: 0 20px 0 0;
		text-align			: right;
		font-size			: 80%;
	}

	#footer a:link,
	#footer a:active,
	#footer a:visited {
		color			: #fff;
		text-decoration	: none;
	}
	#footer a:hover,
	#footer a:focus {
		color			: #fff;
		text-decoration	: underline;
	}



/* New clearfix
--------------------------------------------------*/
.clearfix:after {
	display			: block;
	clear			: both;
	height			: 0;
	content			: "";
	overflow		: hidden;
}
.clearfix {
	overflow		: hidden;
}
/* FOR MAC IE \*/
* html .clearfix {
	height			: 1%;
	overflow		: visible;
}
.clearfix {
	display			: block;
}


#header .clearfix:after {
	display			: block;
	clear			: both;
	height			: 0;
	content			: "";
	overflow		: hidden;
}
#header .clearfix {
	overflow		: hidden;
}
/* FOR MAC IE \*/
* html #header  .clearfix {
	height			: 1%;
	overflow		: visible;
}
#header .clearfix {
	display			: block;
}

#footer .clearfix:after {
	display			: block;
	clear			: both;
	height			: 0;
	content			: "";
	overflow		: hidden;
	color           : #fff;
}
#footer .clearfix {
	overflow		: hidden;
	color           : #fff;
	
}
/* FOR MAC IE \*/
* html #header  .clearfix {
	height			: 1%;
	overflow		: visible;
}
#footer .clearfix {
	display			: block;
}


/* END OF FOR MAC IE */