/*------　IE6.0で動作確認　------*/

/*------　basic elements　------*/
body {
	margin: 0px;	padding: 0px;
	background: #00AAAA url(img/background.gif);
	color: #00FF00;
	font-size: 13px;
	}
img {
	border: none;
	}
.indent {
	margin-left: 30px;
	}
.indentmenu {
	margin-left: 10px;
	}

/*------　specific divs　(container)------*/
#container { 
	padding: 0px 5% 0px 5%;  
	margin: 0px; 
	}

/*------　specific divs　(header)------*/
#header { 
	height: 50px;
	background: #008899;
	}
#header #title h1 { 
	width: 500px; height: 50px;
	margin: 0px;
	background: url(img/titlelogo.gif) no-repeat top left; 
	float: left;
	}
#header #title h1 span {
	display:none;
	}

/*------　specific divs　(language)------*/
#language {
	height: 17px;
	background: #FFCC00; 
	border-bottom: 6px solid #FF6600;
	color: #005566;
	text-align: right;
	}
#language #lang-switch {
	padding-right: 10px; 	padding-top: 1px;
	}
#language #lang-switch a {
	color: #005566;
	text-decoration: none;
	}
#language #lang-switch a:hover {
	color: #DD4400;
	}

/*------　specific divs　(main)------*/
#main {
	background: #99DD22;
	padding: 0px 0px 0px 150px; 
	color: #007788;
	}
#main a {
	color: #440099;
	}
#main a:hover {
	color: #FF4455;
	}
#main .topmessage {
	margin-left: 35px;
	color: #999999;
	position: absolute;
	top: 120px;
}
#main .description {
	color: #FF6600;
	}
#main .description a{
	color: #FF6600;
	}
#main .description a:hover{
	color: #FF0000;
	}
#main h2 {
	margin: 0px;
	background: #DDDDDD;
	color: #666666;
	}
#main h2 span {
	display: block;
	padding: 5px;
	}
#main #home h2 {
	height: 150px;
	background: #DDDDDD url(img/topimg.jpg) no-repeat top right; 
	}
#main #hokkaido h2{
	height: 100px;
	background: #DDDDDD url(img/hokkaido.jpg) no-repeat top right; 
	}
#main #tohoku h2{
	height: 100px;
	background: #DDDDDD url(img/tohoku.jpg) no-repeat top right; 
	}
#main #kanto h2{
	height: 100px;
	background: #DDDDDD url(img/kanto.jpg) no-repeat top right; 
	}
#main #tokyo h2{
	height: 100px;
	background: #DDDDDD url(img/tokyo.jpg) no-repeat top right; 
	}
#main #chubu h2{
	height: 100px;
	background: #DDDDDD url(img/chubu.jpg) no-repeat top right; 
	}
#main #shikoku h2{
	height: 100px;
	background: #DDDDDD url(img/shikoku.jpg) no-repeat top right; 
	}
#main #kinki h2{
	height: 100px;
	background: #DDDDDD url(img/kinki.jpg) no-repeat top right; 
	}
#main #kyoto h2{
	height: 100px;
	background: #DDDDDD url(img/kyoto.jpg) no-repeat top right; 
	}
#main #osaka h2{
	height: 100px;
	background: #DDDDDD url(img/osaka.jpg) no-repeat top right; 
	}
#main #chugoku h2{
	height: 100px;
	background: #DDDDDD url(img/chugoku.jpg) no-repeat top right; 
	}
#main #kyushu h2{
	height: 100px;
	background: #DDDDDD url(img/kyushu.jpg) no-repeat top right; 
	}
#main #okinawa h2{
	height: 100px;
	background: #DDDDDD url(img/okinawa.jpg) no-repeat top right; 
	}
#main h3 {
	height: 25px;
	border-bottom: 1px solid #00AAAA;
	border-left: 10px solid #00AAAA;
	}
#main h3 span {
	display: block;
	margin: 0px;
	padding-left: 10px;
	padding-top: 3px;
	font-weight: normal;
	color: #008899;
	}

#main table, td {
	border: 1px solid #8888AA;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: top;
	}

#main #textField {
	background: #EEFFEE; 
	padding: 1px 20px 20px 20px;
}


/*------　specific divs　(menu-list)------*/
#menu-list {
	width: 180px;
	position: absolute;
	top: 50px; left: 5%;
	line-height: 20px;
	}
#menu-list #linkList {
	padding: 22px 30px 10px 18px;
	color: #005566;
	}
#menu-list #linkList a {
	color: #005566;
	text-decoration: none;
	text-align: left;
	}
#menu-list #linkList a:hover {
	color: #FF6600;
	}


/*------　specific divs　(global-menu)------*/
#global-menu {
	height: 22px;
	background: #FFCC00;
	color: #005566;
	text-align: right;
	}
#global-menu #linkList {
	padding-right: 10px; 	padding-top: 4px;
	}
#global-menu #linkList a {
	color: #005566;
	text-decoration: none;
	}
#global-menu #linkList a:hover {
	color: #DD4400;
	}

/*------　specific divs　(footer)------*/
#footer {
	height: 60px;
	padding-top: 10px;
	background: #008899;
	color: #FFFFFF;
	text-align: center;
	}
#footer a {
	color: #FFCC00;
	text-decoration: none;
	}
#footer a:hover {
	color: #FF6600;
	}

