@charset "UTF-8";
/* CSS Document */


/* Reset
------------------------------------------------------------*/

html,body,div,
dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr 
{
    margin: 0;
    padding: 0;
	font-size:13px;
	color:#333
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
}

th,td {
	font-size:13px;
	color:#333
}

fieldset,img,abbr,acronym {
    border: 0;
} 

/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

hr {
    border: 0;
    height: 1px;
}

a img,:link img,:visited img {
    border: none;
}

address {
    font-style: normal;
    display: inline;
}

em {
    font-style: normal;
}


/* Global
------------------------------------------------------------*/
a {
}

a:hover {
}

.clear {
	line-height: 0;
	clear: both;
}

span.alt {
	display: none;
}

/* Heder
------------------------------------------------------------*/

#header {
	background:url(bar_top.jpg)  repeat-x;
	padding-top:15px;
}

/* Menu
------------------------------------------------------------*/

#menu {
	background:#EAEAEA;
	width:100%;
}

#menu-inner {
	padding:5px;
}

#menu ul {
	padding:0;
	margin:0;
	border-top:#999 dotted 1px;
}

#menu ul li {
	display:inline;
	width:170px;
}

#menu ul li a {
	color:#666;
	background:url(menu-list.gif) no-repeat 0px center;
	font-weight:bold;
	display:block;
	padding:10px 0px 7px 17px;
	border-bottom:#999 dotted 1px;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#333;
}

#submenu {
	margin-bottom:10px;
}

#submenu-inner {
	padding:5px;
}

#submenu ul {
	padding:0;
	margin:0;
}

#submenu ul li {
	display:inline;
	width:170px;
}

#submenu ul li a {
	color:#666;
	background:url(submenu-list.gif) no-repeat 5px center;
	display:block;
	padding:6px 0px 3px 20px;
	text-decoration:none;
}

#submenu ul li a:hover {
	text-decoration:underline;
}

/* Banner
------------------------------------------------------------*/

#bnr {
}

#bnr dt {
	color:#999;
	font-size:10px;
	margin-bottom:5px;
}

#bnr dd {
	margin-bottom:15px;
}

/* Content
------------------------------------------------------------*/

.hoshi {
	color:#F00;
	font-size:10px;
}


/* Footer
------------------------------------------------------------*/

#footer {
	background:url(bar_bottom.jpg) repeat-x;
	padding:20px 0 50px 0;
}

ul#footer-link {
	float:right;
	margin:0;
	padding:0;
}

ul#footer-link li {
	float:left;
	display:inline;
	margin:10px;
}

ul#footer-link li a {
	display:block;
	height:30px;
	width:130px;
}

ul#footer-link li#footer-seaglobal a {background:url(logo_seaglobal.jpg) no-repeat center center;}
ul#footer-link li#footer-terrademy a {background:url(logo_terrademy.jpg) no-repeat center center;}

#copyright {
	font-size:12px;
}