/* CSS Document */
@charset "utf-8";

/* Common */
* {
	margin: 0;
	padding: 0;
}


body{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 135%;
	background-color: #FFFFFF;
	}
	
a:link {text-decoration:none;color:#000000;}
a:visited {text-decoration:none;color:#000000;}
a:hover {text-decoration:underline;color:#00B9B1;}
a:active {text-decoration:none;color:#00B9B1;}


/* HEADER */
#header_container {
	width: 750px;
	background-color: #001F4D;
	float: left;
}

#header_left {
	width: 180px;
	height: 30px;
	float: left;
}

#header_right {
	margin: 0 0 0 200px;
	height: 30px;
	text-align: right;
}



/* CONTENTS */
#contents {
	width: 750px;
	background-color: #FFFFFF;
	background-image: url('../img/common/bg.gif');
	background-repeat: repeat-y;
	float: left;
}


#navi {
	width: 180px;
	background-color: #00B9B1;
	float: left;
}

#main {
	margin: 0px 0px 0px 187px;
	text-align: left;
}


/* LINK */
A.lnk2 {
	color: #003399;
	text-decoration: none;
}

A.lnk2:active  {
  text-decoration: none;
  color: #003399; 
}

A.lnk2:visited {
  text-decoration:none;
  color: #003399;
}

A.lnk2:hover {
  text-decoration: none; 
  color: #666666;
}


A.lnk3 {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

A.lnk3:active  {
  text-decoration: none;
  color: #FFFFFF; 
}

A.lnk3:visited {
  text-decoration:none;
  color: #FFFFFF;
}

A.lnk3:hover {
  text-decoration: none; 
  color: #000000;
}


/* STYLE */
.date {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

.bl {
	font-weight: bold;
}

.title_news {
	font-size: 12px;
	color: #006633;
	font-weight: bold;
}


.gotop {
	text-align: right;
}

#main h1 {
	font-size: 16px;
	line-height: 145%;
}

#information {
	width: 280px;
	float: left;
}

#j_title {
	width: 277px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 0px 4px 2px;
	background-color: #996633;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #FFFFFF; 
	float: left;
}

#j_title2 {
	width: 272px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 0px 4px 8px;
	background-color: #000066;
	float: left;
}

.title2 {
	color: #000066;
	font-weight: bold;
}


#journal_1 {
	width: 264px;
	padding: 0px 10px 0px 5px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #9999FF; 
	float: left;
}

.title {
	color: #996633;
	font-weight: bold;
}



#journal_2 {
	width: 270px;
	padding: 0px 0px 0px 10px;
	float: left;
}

#go_top {
	text-align: right;
	padding: 20px 10px 0px 0px;
}


/* common footer */

#footer {
	width: 740px;
	padding: 4px 0px 2px 10px;
	float: left;
}

#footer_link {
	text-align: right;
	padding: 4px 2px 4px 0px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #C5C5C5; 
}

#footer_home {
	width: 240px;
	float: left;
}

#copyright {
	margin: 0px 0px 0px 250px;
	text-align: right;
}

.pic_left {
	margin: 0px 5px 0px 0px;
}


/* CLEAR */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.blsmall {
    font-size: 10px;
    line-height: 125%;
    font-weight:bold;
}
