@charset "utf-8";

/*============================================================

	[aizuyaichi.or.jp] content.css

============================================================*/

/*	title
------------------------------------------------------------*/
h2 {
	width: 630px;
	height: 224px;
	text-indent: -1000em;
	outline: none;
	overflow: hidden;
}

/*	sidebar block
------------------------------------------------------------*/
div#sidebar {
	float: left;
	width: 140px;
	margin: 28px 0 0 28px;
}

* html div#sidebar {
	display: inline;
}

div#sidebar h3 {
	margin: 0 0 28px;
}

div#sidebar ul {
	margin: 0;
	list-style: none;
}

div#sidebar li {
	margin: 0;
}

div#sidebar img {
	vertical-align: bottom;
}

/*	section block
------------------------------------------------------------*/
div.section {
	position: relative;
	margin: 0 28px 0 196px;
	padding: 0 0 28px;
}

div.section p,
div.section li {
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
	word-break: break-all; /*IE*/
}

div.section p.link {
	text-align: right;
}

/*	anchor */
div.section a {
	color: #630;
}

div.section a:visited {
	color: #663;
}

div.section a:hover {
	color: #C00;
}

/*	heading
------------------------------------------------------------*/
h3 {
	text-indent: -1000em;
	outline: none;
	overflow: hidden;
}

h4 {
	margin: 28px 0 13px;
	border-bottom: 1px solid #333;
	line-height: 1.4;
	font-weight: normal;
	font-size: 20px;
}

h5 {
	margin-top: 28px;
	line-height: 1.75;
	font-weight: normal;
	font-size: 16px;
}

/*	formats
------------------------------------------------------------*/
ul,
ol {
	margin: 0 0 0 28px;
}

span.sub {
	font-size: 12px;
}

span.fileinfo {
	font-size: 12px;
}