@charset "UTF-8";
@import url(reset.css);
@import url(default.css);

/*Contents:
-------------------------------------------------------------------------------

*=header

*=mainMold

*=footer
  #footer

-----------------------------------------------------------------------------*/





/*=header=*/

#header .nav{
	height: 50px;
}

/*=end header=*/




/*=m_mold=*/

h1{
	color: #fff;
	font-size: 1px;
	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/ja_itemize-info.png") no-repeat 0% 0%;}
h2 span.itm-release{background: url("../images/ja_itemize-release.png") no-repeat 0% 0%;}
h2 span.itm-books{background: url("../images/ja_itemize-books.png") no-repeat 0% 0%;}
h2 span.itm-company{background: url("../images/ja_itemize-company.png") no-repeat 0% 0%;}
h2 span.itm-magazine{background: url("../images/ja_itemize-magazine.png") no-repeat 0% 0%;}
h2 span.itm-workshop{background: url("../images/ja_itemize-workshop.png") no-repeat 0% 0%;}
h2 span.itm-os_project{background: url("../images/ja_itemize-os_project.png") no-repeat 0% 0%;}
h2 span.itm-talk{background: url("../images/ja_itemize-talk.png") no-repeat 0% 0%;}
h2 span.itm-tv{background: url("../images/ja_itemize-tv.png") no-repeat 0% 0%;}
h2 span.itm-article{background: url("../images/ja_itemize-article.png") no-repeat 0% 0%;}
h2 span.itm-related{background: url("../images/ja_itemize-related.png") no-repeat 0% 0%;}
h2 span.itm-cd{background: url("../images/ja_itemize-cd.png") no-repeat 0% 0%;}
h2 span.itm-net_article{background: url("../images/ja_itemize-net_article.png") no-repeat 0% 0%;}
h2 span.itm-event{background: url("../images/ja_itemize-event.png") no-repeat 0% 0%;}

.bl_base{
	margin: 0px 20px;
	padding: 10px 0px;
}
.bl_base p{
	padding: 0px 0px 10px 0px;
}
.bl_base .posted{
	font-size: 10px;
	padding: 10px 0px;
}

.twoCols .sm01{
	float:right;
	margin: 0px 20px 0px 0px !important;
	padding:  0px;
	width:140px;
}
.twoCols .sm01 .bl_base{
	margin: 0px;
	padding: 10px 0px;
}

.twoCols .sm01 .module-calendar{
	font-size:12px;
	width:140px;
}
.twoCols .sm01 h2{
	background:#e6e6e6;
	color:#666;
	font-size:12px;
	text-align:center;
	margin: 0px !important;
	padding: 5px 0px;
	width:140px;
	height: auto;
}
.twoCols .sm01 .module-calendar table{
	text-align:center;
}
.twoCols .sm01 .module-calendar th{
	background:#efefef;
	font-size:9px;
	width:20px;
}
.twoCols .sm01 .module-calendar th.sun{
	color:#c88;
}
.twoCols .sm01 .module-calendar th.sat{
	color:#68c;
}
.twoCols .sm01 .module-calendar td{
	text-align:right;
}
.twoCols .sm01 .module-calendar td.entryDay{
	background:#6e6e6e;
	color:#fff;
}
.twoCols .sm01 .module-calendar td.entryDay a{
	color:#fff;
}

.twoCols .sm01 .bl_base li{
	color:#888;
	font-size:12px;
	margin: 0px 0px 0px 20px !important;
	padding: 5px 0px 0px 0px;
}



.twoCols .sm02{
	float:left;
	margin: 0px !important;
	width: 550px;
}
.twoCols .sm02 .bl_base{
}
#m_mold table{
clear:both !important;
}
/*=end m_mold=*/

