@charset "utf-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";

h1,h2 {
	margin:0;
	padding:0;
	}

/* #menu
----------------------------------------------- */
#menu #m_menu  #cat01_6 a {background:url(../common/cat01_menu.gif) no-repeat -200px -175px;}

/* #contentsbody
----------------------------------------------- */
h1 {
	background:url(../activity/images/h1.gif) no-repeat 0 0;
	height:90px;
	text-indent:-9999px;
	}

.year {
	width:510px;
	margin:0 0 0 30px;
	font-size:small;
	}
* html body .year {
	font-size:x-small;
	}
.year li {
	float:left;
	margin-right:10px;
	line-height:1.5em;
	}

#contents {
	width:500px;
	margin:0 0 0 30px;
	}
	
h2 {
	line-height:0.5em;
	}

.h2_1,
.h2_2,
.h2_3,
.h2_4,
.h2_5,
.h2_6,
.h2_7,
.h2_8,
.h2_9,
.h2_10,
.h2_11 {
	margin:30px 0 0;
	text-indent:-9999px;
	height:110px;
	border-top:3px solid #c8c8c8;
	}

.h2_1 {background:url(../activity/images/h2_1.jpg) no-repeat 0 bottom;}
.h2_2 {background:url(../activity/images/h2_2.jpg) no-repeat 0 bottom;}
.h2_3 {background:url(../activity/images/h2_3.jpg) no-repeat 0 bottom;}
.h2_4 {background:url(../activity/images/h2_4.jpg) no-repeat 0 bottom;}
.h2_5 {background:url(../activity/images/h2_5.jpg) no-repeat 0 bottom;}
.h2_6 {background:url(../activity/images/h2_6.jpg) no-repeat 0 bottom;}
.h2_7 {background:url(../activity/images/h2_7.jpg) no-repeat 0 bottom;}
.h2_8 {background:url(../activity/images/h2_8.jpg) no-repeat 0 bottom;}
.h2_9 {background:url(../activity/images/h2_9.jpg) no-repeat 0 bottom;}
.h2_10 {background:url(../activity/images/h2_10.jpg) no-repeat 0 bottom;}
.h2_11 {background:url(../activity/images/h2_11.jpg) no-repeat 0 bottom;}

table {
	width:100%;
	font-size:small;
	border:1px solid #c8c8c8;
	margin:10px 0 0;
	}
* html body table {
	font-size:x-small;
	}

xxxtable tr {
	border-bottom:1px solid #c8c8c8;
	}
table th {
	width:50px;
	border-bottom:1px solid #c8c8c8;
	padding:5px 10px;
	background:#f8f4ed;
	}
	
table td {
	border-left:1px dotted #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	padding:3px 10px;
	}

.date {
	width:110px;
	}

#contents ul {
	font-size:small;
	list-style:disc;
	margin:10px 0 0 15px;
	}
* html body #contents ul {
	font-size:x-small;
	}
#contents ul ul {
	list-style:circle;
	margin:0 0 0 15px;
	}

#contents ol {
	font-size:small;
	list-style:decimal;
	margin:0 0 0 25px;
	}
* html body #contents ol {
	font-size:x-small;
	}

#contents li {
	line-height:1.5em;
	}
	
p.event,
p.activity,
p.award,
p.cn40 {
	font-weight:bold;
	}	

/* clear
----------------------------------------------- */
#column:after,
.year ul:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
