/* Body Style ------------------------------------- */

body { 
	font-size: small; 
	color : #333333;
	margin: 0; 
	padding: 0;
}
div#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}
.c-both {
	clear: both;
}
img {
	border: none;
}

/* Link Style ------------------------------------- */

a,
a:link,
a:visited {
	color: #0000CD;
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	color: #FF8C00;
	text-decoration: underline;
}


/* Header Style ----------------------------------- */

div#header {
	clear: both;
	width: 780px;
	margin: 0px auto 10px;
}

/* Header Section  Page Top */
div#header div#pagetop {
	clear: both;
	width: 780px;
	height: 21px;
	background: #191970;
	margin-bottom: 5px;
}

/* Header Section  Top Left */
div#header div#pagetop div#left {
	float : left;
	width: 460px;
	text-align: left;
	margin-top: 4px;
	display: inline; 
}

/*Header Section  Font h1 */
div#header div#pagetop div#left h1 {
	font-weight: lighter;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

/* Header Section  Top Right */
div#header div#pagetop div#right {
	float : left;
	width: 320px;
	text-align: right;
	margin-top: 4px;
	display: inline; 
}

/* Header Section  Font h3 */
div#header div#pagetop div#right h3 {
	font-weight: lighter;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

div#header div#pagetop div#right h3 a,
div#header div#pagetop div#right h3 a:link,
div#header div#pagetop div#right h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#header div#pagetop div#right h3 a:focus,
div#header div#pagetop div#right h3 a:hover,
div#header div#pagetop div#right h3 a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Logo Style ------------------------------------- */
div#header div#logo {
	width: 780px;
	height: 46px;
	font-size: 12px;
	background:  url(/_img/header_catchphrase.gif) no-repeat 175px 8px;
}
div#header div#logo img {
    float: left;
	margin: 0; 
}
div#header div#logo ul {  
	position: relative;
	top:  25px;
	list-style-type: none;
	vertical-align: baseline;	 
	margin: 0;
	padding-left: 380px;
}

div#header div#logo li {	 
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 8px;
	padding: 10px 0px 10px 25px;
	display: inline;
}
div#header div#logo ul li.icon01 {
	background-image:  url(/_img/icon_mobile.gif) ;
	background-position: 0px 5px;	
}
div#header div#logo ul li.icon02 {
	background-image:  url(/_img/icon_scrap3.gif) ;
	background-position: 0px 5px;
}
div#header div#logo ul li.icon03 {
	background-image:  url(/_img/icon_sitemap.gif) ;
	background-position: 0px 5px;
}


/* TabMenu Style ---------------------------------- */

div#header_02 {
	clear: both;
	width: 780px;
	margin: 0px auto;
}
div#tabmenu {
	width: 780px;
	height: 27px;
	background: #FFCC66;
	margin: 0px auto;
	padding: 0px;
}
div#tabmenu ul {
	margin: 0;
	padding: 6px 0px 0px 2px;
}

div#tabmenu li {
	float: left;
	list-style-type: none;
	margin-left: 2px;
	display: inline; 
}
div#tabmenu li img {
  display: block;
} 

div#tabmenu_bottom_1 {
	clear: both;
	height: 3px;
	background: #FF4500;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#tabmenu_bottom_2 {
	clear: both;
	width: 780px;
	height: 5px;
	background: #FF5400;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#tabmenu_bottom_3 {
clear: both;
	width: 780px;
	height: 5px;
	background: #FF6633;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#tabmenu_bottom_yaeyama_1 {
	clear: both;
	height: 3px;
	background: #0033CC;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#tabmenu_bottom_yaeyama_2 {
	clear: both;
	width: 780px;
	height: 5px;
	background: #0066CC;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#tabmenu_bottom_yaeyama_3 {
	clear: both;
	width: 780px;
	height: 5px;
	background: #0099FF;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


/* Navigation Style ------------------------------- */

.navigation {
	width: 780px;
	background: #FFFACD;
	font-weight: lighter; 
	line-height : 1.8;	
	text-indent: 5px;
	margin: 0 auto;
} 


/* All Column Style ------------------------------- */

#main { 
	width: 780px; 
	margin: 0; 
}


/* 2 Column Style --------------------------------- */

#contents {
	float: left;
	width: 610px;
	margin: 14px 8px 14px 0;
	display: inline; 
}
#side {
	float: left;
	width: 160px; 
	display: inline; 
}


/* Footer Style ----------------------------------- */

div#footer {
	clear: both;
	line-height: 1.3;
	width: 780px;
	margin: 30px auto 0px;
}
div#footer h4 {
	font-weight: lighter;
	font-size: x-small;
	line-height: 1.7;
	margin-bottom: 0px;
}
div#footer h4 a,
div#footer h4 a:link,
div#footer h4 a:visited {
	color: #333333;
	text-decoration: none;
}
div#footer h4 a:focus,
div#footer h4 a:hover,
div#footer h4 a:active {
	background-color: #FF8C00;
	color: #FFFFFF;
	text-decoration: none;
}

/* Footer Section  Copyright */
div#footer div#copyright {
	width: 780px;
	height: 21px;
	background: #191970;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
}


/* Font  Style ------------------------------------ */

.text01 { 
	font-weight: lighter; 
	font-size: xx-large; 
	margin-bottom: 0px;
}
.text02 { 
	font-weight: lighter; 
	font-size: x-large; 
	margin-bottom: 0px;
}
.text03 { 
	font-weight: lighter; 
	font-size: large; 
	margin-bottom: 0px;
}
.text04 { 
	font-weight: lighter; 
	font-size: medium; 
	margin-bottom: 0px;
}
.text05 { 
	font-weight: lighter; 
	font-size: small; 
	margin-bottom: 0px;
}
.text06 { 
	font-weight: lighter; 
	font-size: x-small; 
	margin-bottom: 0px;
}
.text07 { 
	font-weight: lighter; 
	font-size: xx-small; 
	margin-bottom: 0px;
}