@charset "UTF-8";

/* Suggest order
*display
*list-style
*position
*float
*clear
*width
*height
*margin
*padding
*border
*background
*color
*font
*text-decoration
*text-align
*vertical-align
*white-space
*other text
*content
*/


#base_container{
	width: 100%;
}
#base_main{
	background: #FC0;
}


/* layout  ------------------------------*/

body {
	font-family:"Osaka","CI","Meiryo","lr oSVbN","MS P Gothic",Helvetica, Arial, sans-serif;
	color: #666;
	/*background: #FC0;*/
	text-align: center;
	}
	
#container{
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	background: #FFF;
	text-align: left;
	line-height: 1.5em;
	overflow: hidden;
}

#pageup {
	display: block;
	clear: both;
	margin: 10px 0;
	text-align: right;
}

/* header  ------------------------------*/

#header {
	position: relative;
	/*width: 100%;*/
	width: 920px;
	height: 106px;
	margin-bottom: 15px;
	background: url(../images/i_h_bg.gif) right top no-repeat;
}

/* S */

#header h2 {
	float: left;
}

/* tHgTCY */

#fontsize {
	display: block;
	float: right;
	width: 166px;
	height: 43px;
	margin-top: 11px;
}
#fontsize li {
	display: block;
	float: left;
	height: 43px;
}

/* O[oir 

#gnav {
	float: right;
	height: 30px;
	margin-top: 4px;
}*/
#gnav {
	position: absolute;
	top: 58px;
	left: 215px;
	height: 30px;
	
}
#gnav ul {
	display:block;
	width: 700px;
	height: 30px;
}
#gnav li {
	display:block;
	float: left;
	height: 30px;
	margin-right: 5px;
	font-size: 10px;
}

#gnav li img {
	vertical-align: top;
}


/* main ------------------------------*/

#main {
	clear: both;
	width: 100%;
	font-size:80%;
}

#main_left {
	float: left;
	width: 650px;
}
#main_right {
	float: right;
	width: 250px;
}

/* ^Cg */

#main_left h1 {
	/*background: url(../images/i_ti_wagon.gif) right top no-repeat;*/
	border-bottom: #F60 solid 2px;
}

/* [Jir */

#lnav {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	background: #FFC;
	border: #666 solid 2px;
}
#lnav a {
	font-weight: bold;
}

/* GA */

#search_right2 {
	width: 235px;
	height: 70px;
	padding: 20px 15px 10px 0;
	background: url(../images/i_search_right_bg2.gif) left top no-repeat;
	text-align: right;
}
#search_right2 input {
	width: 220px;
	margin-bottom: 5px;
	border: #FF9900 1px solid;
}

/* GRt}AnfWARec */

#ecof,#digital,#print {
	padding-bottom: 10px;
}

#tokuban {
	margin: 0 0 10px;
}

/* W */

#tripentry {
	padding-bottom: 10px;
}
#tripentry_main {
	width: 230px;
	padding: 0 8px;
	border-left: #FF0000 2px solid;
	border-right: #FF0000 2px solid;
}

/* oi[ */

#banner li {
	display: block;
	height: 50px;
	margin-bottom: 10px;
}





/* footer  ------------------------------*/

#footer {
	display: block;
	clear:both;
	margin-top: 30px;
}
#footer p {
	text-align: center;
	font-size: 13px;
	margin: 10px 0;
}


/* common  ------------------------------*/

label{cursor: pointer;}

.clear {clear: both;}

#tbl_1 {
	width: 640px;
	margin: 15px 0;
	border: #CCC solid 1px;
}

#tbl_1 th {
	background: #FFFFCC;
	padding: 5px;
	border: #CCC solid 1px;
}

#tbl_1 td {
	padding: 5px;
	border: #CCC solid 1px;
}



/* link  ------------------------------*/

a:link{
color:#cc6600;
text-decoration:underline;
}
a:visited{
color:#cc6600;
text-decoration:underline;
}
a:active{
color:#cc6600;
text-decoration:underline;
}
a:hover{
color:#FFCC00;
text-decoration:underline;
}

a.page:link {
	background: #EEEEEE;
	border: #CCCCCC solid 1px;
}
a.page:active {
	background: #FF9900;
	border: #CCCCCC solid 1px;
}
a.page:visited{
	background: #EEEEEE;
	border: #CCCCCC solid 1px;
}
a.page:hover{
	background: #FF9900;
	border: #CCCCCC solid 1px;
}

a.page2 {
	background: #FF9900;
	border: #CCCCCC solid 1px;
	color: #FFFFFF;
}

#fnav a:link{
color: #FFF;
text-decoration:underline;
}
#fnav a:visited{
color: #FFF;
text-decoration:underline;
}
#fnav a:active{
color: #FFF;
text-decoration:underline;
}
#fnav a:hover{
color:#ff6633;
text-decoration:underline;
}











