﻿@charset "utf-8";

/* ============================================
	/project/index.html
============================================ */


body#talk #talkTitle h2,
body#talk .talkSectionInner

{
	display: block;
	min-height: 1%;
}

body#talk #talkTitle h2:after,
body#talk .talkSectionInner:after

{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html body#talk #talkTitle h2,
* html body#talk .talkSectionInner

{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}








body#talk #talkTitle {
	position: relative;
	width: 615px;
	height: 101px;
}
	body#talk #talkTitle h2 {
		position: absolute;
		top: 0;
		left: -29px;
		z-index: 10;

		width: 649px;
		border-bottom: 1px solid #ACA899;
	}
		body#talk #talkTitle h2 img {
			display: inline;
			float: left;

			margin-left: 5px;
		}

	body#talk #talkSubTitle {
		position: absolute;
		right: 30px;
		bottom: 0;

		display: block;
		z-index: 20px;

		line-height: 2;
		font-size: 115%;
		font-family: "ＭＳ ゴシック", "Osaka－等幅", monospace;
	}
		body#talk #talkSubTitle span {
			margin-left: 20px;
		}

body#talk .talkSection {
	clear: both;
	margin-right: 30px;
}
	body#talk .talkSection h3 {
		margin: 30px 0 15px;
		font-size: 143%;
		font-weight: bold;
	}

	body#talk .talkSection .talkSectionInner {
		line-height: 2;
	}

	body#talk .talkSection .talkSectionInner img {
		margin-top: 3px;
	}




body#talk #sub .backnumber a {
	text-decoration: none;
}
body#talk #sub .backnumber a:hover {
	text-decoration: underline;
}


