
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC url(../img/bg_img02.jpg) repeat;
	font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 140%;	
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

p.return {
  text-align: right; 
}

/* images */
img {
	border: none;
	behavior: url(/css/iepngfix/iepngfix.htc);
}
img.icon {
  margin: 0px 3px 0px 0px;  
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

code {
  width: 608px;		/* 650-padding(20x2)-border(1x2) */
	margin: 5px 0 ;
  padding: 20px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 300 1em/1.5em 'Verdana, Tahoma, arial, sans-serif', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	width: 618px;		/* 650-padding(30)-border(1x2) */
	margin: 5px 0 ;
	padding: 0 0 0 30px;  
	 border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../img/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(../img/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/* float clear */
.clearfix:after {
  content: ".";
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 1000px;
	border-right: 1px solid #999999;
	border-left: 1px solid #cccccc;
	background: white url(../img/content.jpg) repeat-y top center;
	margin: 0 auto;
	text-align: center;
}
#content-wrap {
	clear: both;
	width: 970px;
	padding: 0; 
	margin: 0 auto;
	text-align: left;
}

#header {
    margin: 0;
    padding: 0;
    width: 1000px;
    text-align: left;
}
#header h1 {
    margin: 0 0 0 10px;
    padding: 0;
    font: normal 1em Verdana, sans-serif;
}
#header #headerMain {
    position: relative;
    width: 100%;
    height: 54px;
    background: #ffffff url(/img/under_bar.gif) no-repeat bottom left;
}
#header #headerMain ul#publicNavi {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0 0 0 15px;
    padding: 0;
}
#header #headerMain ul#publicNavi li {
    float: left;
    margin-left: 3px;
    list-style-type: none;
}
#header #headerMain ul#publicNavi li a {
    display: block;
    width: 94px;
    height: 41px;
}
/* ryukyu */
#header #headerMain ul#publicNavi li#ryukyu a {
    background: url(/img/hotprint_ryukyu.gif) no-repeat;
}
#header #headerMain ul#publicNavi li#ryukyu a:hover {
    background: url(/img/hotprint_ryukyu_on.gif) no-repeat top left;
}
/* okinawa1tv */
#header #headerMain ul#publicNavi li#okinawa1tv a {
    background: url(/img/hotprint_okinawa1.gif) no-repeat;
}
#header #headerMain ul#publicNavi li#okinawa1tv a:hover {
    background: url(/img/hotprint_okinawa1_on.gif) no-repeat top left;
}
/* uchina */
#header #headerMain ul#publicNavi li#uchina a {
    background: url(/img/hotprint_uchina.gif) no-repeat;
}
#header #headerMain ul#publicNavi li#uchina a:hover {
    background: url(/img/hotprint_uchina_on.gif) no-repeat top left;
}
/* car */
#header #headerMain ul#publicNavi li#car a {
    background: url(/img/hotprint_crossroad.gif) no-repeat;
}
#header #headerMain ul#publicNavi li#car a:hover {
    background: url(/img/hotprint_crossroad_on.gif) no-repeat top left;
}
/* bike */
#header #headerMain ul#publicNavi li#bike a {
    background: url(/img/hotprint_crossbike.gif) no-repeat;
}
#header #headerMain ul#publicNavi li#bike a:hover {
    background: url(/img/hotprint_crossbike_on.gif) no-repeat top left;
}
/* kyujin */
#header #headerMain ul#publicNavi li#kyujin a {
    background: url(/img/hotprint_kyujin.gif) no-repeat;
}
#header #headerMain ul#publicNavi li#kyujin a:hover {
    background: url(/img/hotprint_kyujin_on.gif) no-repeat top left;
}
/* beauty */
/*
#header #headerMain ul#publicNavi li#beauty a {
    background: url(/img/hotprint_beauty.gif) no-repeat;
}
#header #headerMain ul#publicNavi li#beauty a:hover {
    background: url(/img/hotprint_beauty_on.gif) no-repeat top left;
}
*/
/* chura */
#header #headerMain ul#publicNavi li#chura a {
    background: url(/img/hotprint_uchura.gif) no-repeat;
}
#header #headerMain ul#publicNavi li#chura a:hover {
    background: url(/img/hotprint_uchura_on.gif) no-repeat top left;
}
/* hotprint */
#header #headerMain ul#publicNavi li#hotprint a {
    background: url(/img/hotprint_hotprint_on.gif) no-repeat;
}
/* horidashi */
/*
#header #headerMain ul#publicNavi li#horidashi a {
    background: url(/img/hotprint_mono.gif) no-repeat;
}
#header #headerMain ul#publicNavi li#horidashi a:hover {
    background: url(/img/hotprint_mono_on.gif) no-repeat top left;
}
*/
/* furima */
#header #headerMain ul#publicNavi li#furima a {
    background: url(/img/hotprint_furima.gif) no-repeat;
}
#header #headerMain ul#publicNavi li#furima a:hover {
    background: url(/img/hotprint_furima_on.gif) no-repeat top left;
}
/* kaimono */
#header #headerMain ul#publicNavi li#kaimono a {
    background: url(/img/hotprint_risaikuru.gif) no-repeat;
}
#header #headerMain ul#publicNavi li#kaimono a:hover {
    background: url(/img/hotprint_risaikuru_on.gif) no-repeat top left;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0;
	background: #8FC320 url(../img/menu.jpg) repeat-y top center;
	font: bold 12px/30px Verdana, Arial, Tahoma, Sans-serif;
	width: 1000px;
	height: 30px;
	text-align: left;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0 20px 0 0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #00a0e9;
	color: #fff;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 72%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 140% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../img/square-green.png) no-repeat 3px 50%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../img/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../img/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../img/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
#topicPath {
	padding-left: 0px; margin: 10px 0px 0px 5px;

}
#topicPath li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}




/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 5px;
	padding: 5px 0 5px 10px; 
	font: bold 110% Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../img/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;

}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../img/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

#sidebar .left-box2 {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;
	text-align: left;
}

/* Footer */	
#footer {
	color: white;
	/*background: #4494D1 url(../img/footer.jpg) no-repeat center top;*/
	background-color: #4494D1;
	clear: both;
	width: 1000px;
	height: 40px;
	text-align: center;	
	font-size: 92%;
}

#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }



/* table */
table.table001{
	width: 650px;
	font: 95% Verdana, 'Trebuchet MS', Sans-serif;
	text-align: right;
	margin: 5px 0 ;
    border-top:1px solid #666666;
    border-left:1px solid #999999;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.table001 th{
    border-right:1px solid #666666;
    border-bottom:1px solid #999999;
    color:#666666;
	background: #EEF0F1 url(../img/headerbg.gif) repeat-x left bottom;	
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.table001 td{
    border-right:1px solid #666666;
    border-bottom:1px solid #999999;
    padding:0.3em 1em;
}

table.table002{
	width: 335px;
	font: 95% Verdana, 'Trebuchet MS', Sans-serif;
	text-align: right;
	margin: 5px 0 ;
    border-top:1px solid #666666;
    border-left:1px solid #999999;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.table002 th{
    border-right:1px solid #666666;
    border-bottom:1px solid #999999;
    color:#666666;
	background: #EEF0F1 url(../img/headerbg.gif) repeat-x left bottom;	
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.table002 td{
    border-right:1px solid #666666;
    border-bottom:1px solid #999999;
    padding:0.3em 1em;
}

table.table-confirm {
    margin: 5px 0 ;
    width: 650px;
    border-top:1px solid #666666;
    border-left:1px solid #999999;
}
table.table-confirm th,table.table-confirm td {
    padding:0.3em 1em;
    border-right:1px solid #666666;
    border-bottom:1px solid #999999;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    text-align:left;
}
table.table-confirm th {
    width:160px;
    background: #E7E7E7 url(../img/headerbg.gif) repeat-x left top;
    font-size:95%;
}

dl.img-box {
    float: left;
    margin: 0 0.5em 1em 0;
}
dl.img-box dt, dl.img-box dd {
    text-align: center;
}

.highlight-text {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: bold;
	font-size: 125%;
	text-transform: uppercase;
	color: #88ac0b;
}

/* video */
#video {
    width: 695px;
    height: 135px;
    overflow: hidden;
}
 .gighit {
    /*width:240px; height:180px;*/
    width: 695px;
    height: 135px;
    /*background-color:#000;*/
    background-color: #fff;
    /*margin:0 0 1em 0;*/
    margin: 0;
    /*border:10px solid #000;*/
 }
 .gighit .simply-scroll-clip {
    margin: 1em 0 1em 0;
   /* width:240px; height:180px;*/
    width: 695px;
    height: 135px;
 }
 .gighit .section {
    float:left;
    /*width:240px; height:180px;*/
    width:135px; height:135px;
 }
 .gighit .hp-highlight {
    /*height:180px;*/
    height: 135px;
    margin: -10px 10px 10px 0;
 }
 .gighit .feature-headline {
    position: relative;
    /*top:130px;*/
    /*width:220px;*/
    width: 680px;
    /*background:url("lib/jquery/jquery.simplyscroll/bgd-90pct.png");*/
    margin: 10px 10px 20px 10px;
    padding: 10px 10px 10px 10px;
 }
 .gighit .feature-headline a {
    font-weight: bold;
    text-decoration: none;
    /*color:#cc0000;*/
    display: block;
    /*idth:240px;*/
    width: 135px;
    line-height: 1.2;
    font-size: 10px;
 }
 .gighit .feature-headline .title a, .gighit .feature-headline .title a:visited {
    width: 120px;
    color: #4F82CB;
    font-weight: normal;
 }
 .gighit .feature-headline .title a:hover {
     color: #4EBF37;
 }
 .gighit h1 {
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    padding: 0;
 }
 .gighit p {
    margin: 0;
    padding: 0;
    font-size: .8em;
    color: #666;
 }


