@charset "shift_jis";

/* =======================================

	Style CSS

======================================= */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}

body {
	font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
* html body {
	font-size: small;
	font: x-small;
}
*:first-child+html body {
	font-size: small;
	font: x-small;
}

img {
	border: 0;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}

dl,ul,ol {
	text-indent: 0;
}

li {
	list-style: none;
}

a {
	color: #333;
}

/* Topics Unit
======================================= */
.imageUnit {
	display: inline;
	float: left;
	margin: 0 25px 0 10px;
}

.contents {
	line-height: 1.4;
	font-size: 92.4%;
}

.contents dl {
	margin-top: 5px;
}

.contents dt {
	padding-top: 5px;
	color: #676767;
}

.contents dd {
	margin-top: 5px;
}

/* Information Unit
======================================= */
dl.informationList {
	margin: 0 5px;
	line-height: 1.4;
	font-size: 92.4%;
}

dl.informationList dt {
	clear: left;
	display: inline;
	float: left;
	padding: 10px 80px 10px 8px;
	color: #676767;
}

dl.informationList dt.new {
	background: url(images/ico_new.gif) no-repeat 10em 50%;
}

dl.informationList dd {
	padding: 10px 0 10px 14em;
	border-bottom: 1px #B0B0AF dotted;
}

/* Section
======================================= */
.section {
	padding: 0 12px 15px 28px;
	border-left: 1px #CCC dotted;
}

.section p {
	line-height: 1.4;
	margin-bottom: 0.5em;
}
* html .section p {
	width: 100%;
}

.section p.date {
	padding-left: 10px;
	background: url(images/ico_arrow.gif) no-repeat 0 50%;
}

.section p.title {
	margin-bottom: 0;
}

.section p.title a {
	color: #126333;
	font-weight: bold;
	text-decoration: none;
}
