a {
	text-decoration: underline;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0c419a;
	background-image: url(img/bar_back.gif);
	background-repeat: repeat;
	margin-bottom: 0px;
	padding-left: 1em;
	border-bottom: 3px solid #fff;
	clear:both;
}
h2 span {
	font-size: 12px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #f90;
	margin-bottom: 0px;
	padding-left: 1em;
	border-bottom: 3px solid #f90;
}
.back {
	background-image: url(img/back.gif);
	background-repeat: repeat;
}
.center {
	text-align: center;
}
p {
	font-size: 12px;
	margin: 10px 0 10px 1em;
	clear:both;
}
ul {
	margin: 5px auto 30px auto;
}
ul span {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}

/* プロフィール,スケジュール共通 */
body#prof,#schedule {
	font-family: "Verdana", "Chicago", "Arial", "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #555;
	background-color: #fff;
	text-align: center;
}
#frame a,#frame2 a {
	color: #c06;
	text-decoration: none;
}
#frame p,#frame2 p {
	font-size: 12px;
	line-height: 180%;
	margin: 0;
	clear: both;
}
/* プロフィール */
#frame {
	line-height: 130%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 400px;
}
.lect {
	margin-bottom: 60px;
}
#frame h2 {
	font-size: 14px;
	font-weight: bold;
	color: #c06;
	background-image: none;
	margin: 0 0 5px 80px;
	padding: 0;
	border-bottom: 3px solid #c06;
	clear: none;
}
#frame img {
	margin: 0 10px 10px 0;
	float: left;
}
.close {
	font-size: 11px;
	text-align: right;
	border-bottom: 1px dashed #c06;
}
/* スケジュール */
#frame2 {
	line-height: 130%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 500px;
}
#frame2 h2 {
	font-size: 14px;
	font-weight: bold;
	color: #c06;
	background-image: none;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 3px solid #c06;
	clear: none;
}
/* marker --> */
#frame2 h2 span {
	font-size: 12px;
	font-weight: normal;
	color: #555;
}
span.marker {
	background-color: #cf0;
}
span.marker2 {
	display:none;
	color: #cf0;
}
/* <-- marker */
.schedule {
	line-height: 120%;
	width: 500px;
	margin-bottom: 20px;
}
.schedule th {
	font-size: 12px;
	font-weight: bold;
	color: #c06;
	text-align: center;
	background-color: #eee;
	border-right: 1px solid #c06;
	border-bottom: 1px dashed #c06;
	padding: 5px;
	width: 120px;
}
.schedule td {
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px dashed #c06;
}
/*index*/
.schedule2 {
	line-height: 120%;
	width: 500px;
}
.schedule2 th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #ffd554;
	padding: 5px;
}
.schedule2 td {
	font-size: 12px;
	background-color: #eee;
	padding: 5px;
}

/* マンガ ナビゲーション */
.coonavi {
	margin: 12px 0 40px 30px;
	padding: 0;
	list-style-type: none;
	overflow:hidden;
	width: 470px;
}
.coonavi li {
	line-height: 120%;
	height: 40px;
	width: 230px;
	margin: 0;
	padding-bottom: 12px;
	list-style-type: none;
	display: block;
	float: left;
}
.coonavi img {
	margin: 0 4px 12px 0;
	border: 0;
	float: left;
}
.coonavi a {
	color: #630;
	text-decoration: none;
	float: left;
}
.coonavi a:hover {
	color: #69c;
	text-decoration: none;
}

/* レポート */
.imgl {
	margin: 0 5px 5px 0;
	float: left;
}
.imgr {
	margin: 0 0 5px 5px;
	float: right;
}
.report p {
	margin: 10px 0 15px 1em;
}

/* レポート ナビゲーション */
.reportnavi {
	margin: 30px 0 30px 30px;
	padding: 0;
	list-style-type: none;
	overflow:hidden;
	width: 470px;
}
.reportnavi li {
	line-height: 120%;
	height: 40px;
	width: 150px;
	margin: 0;
	padding-bottom: 12px;
	list-style-type: none;
	display: block;
	float: left;
}
.reportnavi img {
	margin: 0 4px 12px 0;
	border: 0;
	float: left;
}
.reportnavi a {
	color: #630;
	text-decoration: none;
	float: left;
}
.reportnavi a:hover {
	color: #69c;
	text-decoration: none;
}