@charset "UTF-8";
@import url(reset.css);
@import url(default.css);

/*Contents:
-------------------------------------------------------------------------------

*=page

*=header
  #header
    #lang
    #route
    .nav
      .li01
      .li02
      .li03
      .li04
      .li05

*=mainMold
  #mainMold
    .colmun
    .twoCols
      .primary
      .secondary
    .threeCols
      .primary
      .secondary
      .tertiary

*=footer
  #footer

-----------------------------------------------------------------------------*/





/*=header=*/

/* topics list */

#header .nav{
	height: 50px;
}

/*=end header=*/





/*=m_mold=*/

h1{
	color: #f00;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 20px;
	padding: 0px 0px 20px 0px;
}

h2{
	background:url("../images/bg.png") repeat-x 0% 0%;
	border-bottom:1px solid #ccc;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	position:relative;
	min-height: 25px;
}

h2 span.itemize{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-50000px;
	height:39px;
	width:150px;
	z-index:0;
}
h2 span.title{
	display:block;
	position:relative;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 4px 0px;
	min-height: 25px;
	z-index:100;
}

h2 span.itm-info{background: url("../images/en_itemize-info.png") no-repeat 0% 0%;}
h2 span.itm-release{background: url("../images/en_itemize-release.png") no-repeat 0% 0%;}
h2 span.itm-books{background: url("../images/en_itemize-books.png") no-repeat 0% 0%;}
h2 span.itm-company{background: url("../images/en_itemize-company.png") no-repeat 0% 0%;}
h2 span.itm-magazine{background: url("../images/en_itemize-magazine.png") no-repeat 0% 0%;}
h2 span.itm-workshop{background: url("../images/en_itemize-workshop.png") no-repeat 0% 0%;}
h2 span.itm-os_project{background: url("../images/en_itemize-os_project.png") no-repeat 0% 0%;}
h2 span.itm-talk{background: url("../images/en_itemize-talk.png") no-repeat 0% 0%;}
h2 span.itm-tv{background: url("../images/en_itemize-tv.png") no-repeat 0% 0%;}
h2 span.itm-article{background: url("../images/en_itemize-article.png") no-repeat 0% 0%;}
h2 span.itm-related{background: url("../images/en_itemize-related.png") no-repeat 0% 0%;}
h2 span.itm-cd{background: url("../images/en_itemize-cd.png") no-repeat 0% 0%;}
h2 span.itm-net_article{background: url("../images/en_itemize-net_article.png") no-repeat 0% 0%;}
h2 span.itm-event{background: url("../images/en_itemize-event.png") no-repeat 0% 0%;}


.bl_base{
	margin: 0px 20px;
	padding: 10px 0px 30px 0px;
}
.bl_base p{
	padding: 0px 0px 10px 0px;
}
.bl_base ul{
	margin: 0px 0px 0px 30px !important;
	padding: 0px 0px 20px 0px;
}
.bl_base ul li{
}
.bl_base .posted{
	font-size: 10px;
	padding: 10px 0px;
}

/*=end m_mold=*/
