body {
  width: 100%;
  background: url(../images/body_bg.gif) repeat-y top center;
  font-size: 11.6pt;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a img {
  border: 0px;
}

/* for IE6 */
*html hr.bar1 {
   display: list-item;
   width: 0;
   margin-left: -100px;
   list-style: url(../images/bar1.png) inside;
}

hr.bar1 {
  border-width: 650px;
  height: 10px;
  padding: 0;
  background-image: url(../images/bar1.png);
  background-repeat: no-repeat;
  border: 0px none;
}

.hide {
  position: relative;
  z-index: -1;
}

#wrapper {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

#header {
  background: transparent url(../images/title.gif) top left no-repeat;
  width: 100%;
  height: 129px;
  margin: 0 0 10px 0;
}

#header a span {
  display: none;
}

#header_item_top {
  position: absolute;
  top: 33px;
  left: 8px;
  width: 293px;
  height: 75px;
}

#header_item_access {
  position: absolute;
  top: 72px;
  left: 365px;
  width: 107px;
  height: 32px;
}

#header_item_size {
  position: absolute;
  top: 23px;
  left: 637px;
  width: 171px;
  height: 23px;
}

#header_item_ja {
  position: absolute;
  top: 23px;
  left: 818px;
  width: 64px;
  height: 23px;
}

#header_item_en {
  position: absolute;
  top: 23px;
  left: 891px;
  width: 81px;
  height: 23px;
}

#nav {
	position: absolute;
	left: 9px;
	top: 135px;
	width: 210px;
	margin-top: 15px;
}

#nav ul {
  line-height: 0px;
}

#nav li a {
  display: block;
}

#nav li a img {
  margin: 0px 0px 6px 0px;
  vertical-align: bottom;
}

#nav li a#item_00:hover { background: transparent url(../images/nav_item_00_1_hover.gif) top left no-repeat; }
#nav li a#item_01:hover { background: transparent url(../images/nav_item_01_hover.gif) top left no-repeat; }
#nav li a#item_02:hover { background: transparent url(../images/nav_item_02_hover.gif) top left no-repeat; }
#nav li a#item_03:hover { background: transparent url(../images/nav_item_03_hover.gif) top left no-repeat; }
#nav li a#item_04:hover { background: transparent url(../images/nav_item_04_hover.gif) top left no-repeat; }
#nav li a#item_05:hover { background: transparent url(../images/nav_item_05_hover.gif) top left no-repeat; }
#nav li a#item_06:hover { background: transparent url(../images/nav_item_06_hover.gif) top left no-repeat; }
#nav li a#item_07:hover { background: transparent url(../images/nav_item_07_hover.gif) top left no-repeat; }
#nav li a#item_08:hover { background: transparent url(../images/nav_item_08_hover.gif) top left no-repeat; }
#nav li a#item_09:hover { background: transparent url(../images/nav_item_09_hover.gif) top left no-repeat; }
#nav li a#item_10:hover { background: transparent url(../images/nav_item_10_hover.gif) top left no-repeat; }
#nav li a#item_11:hover { background: transparent url(../images/nav_item_11_hover.gif) top left no-repeat; }
#nav li a#item_12:hover { background: transparent url(../images/nav_item_12_hover.gif) top left no-repeat; }
#nav li a#item_14:hover { background: transparent url(../images/nav_item_14_hover.gif) top left no-repeat; }

#nav li a:hover img {
  visibility: hidden;
}

#contact {
  margin-top: 0px;
}

#twitter {
  margin-top: 0px;
}

#nav_koram_blog {
  position: relative;
  position: absolute;
  float: left; 
  width: 20%; 
  margin: -57px 0px 0px 20px;
  height: 45px;
  clear: both;
}

#nav_koram_twitter {
  position: relative;
  position: absolute;
  float: left; 
  width: 19%; 
  margin: -57px 0px 0px 69px;
  height: 45px;
  clear: both;
}

#nav_koram_facebook {
  position: relative;
  position: absolute;
  float: left; 
  width: 20%; 
  margin: -57px 0px 0px 118px;
  height: 45px;
  clear: both;
}

/*#nav_koram_twitter {
  position: absolute;
  top: 513px;
  left: 63px;
  width: 45px;
  height: 45px;
  clear:both;
}*/

#main {
  margin-left: 220px;
  line-height: 1.5em;
}

#main p {
  margin-bottom: 1em;
}

#main div.paragraph {
  clear: both;
  margin: 5px;
}

#main strong {
  font-style: normal;
  font-weight: bold;
}

#main strong.important {
  color: #ff0000;
  font-style: normal;
  font-weight: bold;
}

strong.group_01 {
  color: #005100;
}

strong.group_02 {
  color: #7f2d00;
}

strong.group_03 {
  color: #00006a;
}

strong.group_04 {
  color: #ca5f44;
}

strong.group_05 {
  color: #d24900;
}

strong.group_06 {
  color: #3583d7;
}

#main .clear_both {
  clear: both;
}

#main .photo_left {
  float: left;
}

#main .photo_right {
  float: right;
}

#main table tr td.role {
  text-align: center;
}

#main #subjects {
  text-align: center;
}

#main .enum_odd {
  color: #9f5b00;
}

#main .enum_even {
  color: #df7800;
}

#caution {
  display: block;
  margin: 0 auto;
}

#footer {
  text-align: right;
  width: 100%;
  clear: both;
}

#nav li a#item_08 {
  display: none;
}

#main h1 span {
  display: none;
}

#contact {
  display: none;
}



.photo_with_caption {
  font-size: x-small;
}

.add_b{
	font-weight:bold;
	font-size: x-small;
}

.top_h1{
	color:#666666;
	font-size:12px;
	margin:0;
	padding:3px 0 0 3px;
}

#pagetitle span{
	  display: none;
}
.add_tx{
	margin:15px 5px!important;
	position:absolute;
	left:0;
	bottom:40px;
}
.add_tx h2,p{
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	margin:0;
	padding:0;
	color:#666666;
}
#pagetitle{
	margin:21px 0;
}
.add_wrapper{
	position:relative;
}
.add_contents{
	margin-bottom:130px;
}

.breadcrumb{
	text-align: right;
}
