body {
	margin: 0px;
	padding: 0px;
	color: #4c4c4c;
	text-align:center;
	background-color: #ffffff;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

p { margin: 0px; padding: 0px;}
form { margin: 0px; padding: 0px;}

h1 {
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	font-size: 12px;
	line-height: 100%;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 { margin: 0px; padding: 0px;	color: #4c4c4c;}
h3 { margin: 0px 0px 5px; padding: 0px; color: #4c4c4c;}
h4 { margin: 0px; padding: 0px; font-weight: normal; color: #4c4c4c;}

a:link { text-decoration:underline}
a:visited { text-decoration:underline}
a:hover { text-decoration:underline}

/*
.topcontent a:link { color:#333333; text-decoration:none}
.topcontent a:visited { color:#333333; text-decoration:none}
.topcontent a:hover { color:#333333; text-decoration:underline}
*/

#h_menu a:link { color:#ffffff; text-decoration:none}
#h_menu a:visited { color:#ffffff; text-decoration:none}
#h_menu a:hover { color:#ffffff; text-decoration:underline}

#f_menu a:link { color:#ffffff; text-decoration:none}
#f_menu a:visited { color:#ffffff; text-decoration:none}
#f_menu a:hover { color:#ffffff; text-decoration:underline}

.kinkyu a:link { color:#ffffff; text-decoration:none}
.kinkyu a:visited { color:#ffffff; text-decoration:none}
.kinkyu a:hover { color:#ffffff; text-decoration:underline}

/*wrapper*/
#wrapper {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*color*/
.black {
	color: #333333;
}
.red {
	color: #DB0000;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #FC7F03;
}
.blue {
	color: #02248A;
}
.lightblue {
	color: #1EB7FA;
}
.green {
	color: #4A930D;
}
.gray {
	color: #b3b3b3;
}



/*pagetop*/
#ptop {
    width: 730px;
	text-align:right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
}

/*footer*/
#footer {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/*kinkyu*/
.kinkyu {
	background-color: #FF0000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

/*----- 2010-5-14 StarDirect -----*/
/*header*/
/*
#header {
	width:800px;
	height:101px;
	text-align:left;
	background-image: url(/img/top/header_bg.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #0033CC;
}
*/

#header-content {
	width:800px;
	height:101px;
	text-align:left;
	background-image: url(/img/header/header-bg.jpg);
	background-repeat: no-repeat;
	background-color: #0033CC;
}

#header-content-second {
	width:800px;
	height:101px;
	text-align:left;
	background-image: url(/img/header/header-bg-second.jpg);
	background-repeat: no-repeat;
	background-color: #0033CC;
}

.logo{
	width:210px;
	height:68px;
	float:left;
}

.logo img{
	margin-left:15px;
	margin-top:5px;
}


.h-btn {
	width:228px;
	height:68px;
	float:left;
	display: table; 
}

     * html .h-btn {  
         position: relative;
     }  
     *+html .h-btn {  
         position: relative; 
     }  


.h-btn .vertical-middle{
	display: table-cell;
	vertical-align: middle;
	margin:0;
	padding:0;
	
}
     * html .h-btn .vertical-middle {  
         position: absolute; 
         top: 50%;            
     }  
     *+html .h-btn .vertical-middle {  
         position: absolute;
         top: 50%;           
     }  

.h-btn ul{
	list-style-type:none;
	margin:0;
	padding:0;
	height:35px;
}

  * html .h-btn ul {  
         position: relative; 
         top: -50%;          
     }  
  *+html .h-btn ul {  
         position: relative;   
         top: -50%;          
     }

.h-btn li{
	float:left;
	margin-right:3px;
}

.h-btn .tokyo a{
	width:100px;
	height:35px;
	display:block;
	background-image: url(/img/header/header-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.h-btn .tokyo-o a{
	width:100px;
	height:35px;
	display:block;
	background-image: url(/img/header/header-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -35px;
	cursor: pointer;
}

.h-btn .tokyo a:hover{
	background-position: 0px -70px;
}

.h-btn .tokyo-o a:hover{
	background-position: 0px -70px;
}

.h-btn .kansai a{
	width:100px;
	height:35px;
	display:block;
	background-image: url(/img/header/header-btn.gif);
	background-repeat: no-repeat;
	background-position: -103px 0px;
	cursor: pointer; 
	zoon:1;
}

.h-btn .kansai-o a{
	width:100px;
	height:35px;
	display:block;
	background-image: url(/img/header/header-btn.gif);
	background-repeat: no-repeat;
	background-position: -103px -35px;
	cursor: pointer;
}

.h-btn .kansai a:hover{
	background-position: -103px -70px;
}

.h-btn .kansai-o a:hover{
	background-position: -103px -70px;
}

.h-btn .news a{
	width:200px;
	font-size:13px;
	display:block;
	color:#FFF;
	cursor: pointer;
	line-height:102%;
	background-image: url(/img/header/header-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 7px 0 0px 18px;
}

.h-tel{
	width:230px;
	height:68px;
	float:left;
}

.h-tel img{
	margin-top:8px;
}

.h-top-btn{
	width:110px;
	height:68px;
	float:left;
}

.h-top-btn img{
	margin-top:40px;
}