@charset "utf-8";

/*- Table Of Contents -------------------
	1.Semantic
	2.Layout Class
---------------------------------------/

/*--------------------------------------
	Semantic
--------------------------------------*/
a{ text-decoration: underline; }
a:link { color: #096; }
a:visited { color: #363; }
a:hover, a:focus { color: #690; }
a:active {  }

a.link_blank {
	padding-left: 18px;
	background: url("/img/icon_blank.gif") no-repeat 1px;
}
a.link_pdf {
	padding-left: 18px;
	background: url("/img/icon_pdf2.gif") no-repeat;
}

@media speech {
	a.link_blank:after {
		content: "を新しいウィンドウで開く";
	}
	a.link_pdf:after {
		content: "のPDFを新しいウィンドウで開く";
	}
}

abbr, acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-color: #222;
	border-bottom-style: dashed;
}

blockquote {}
q {}
cite {}

strong {
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

.important {
	color: #f00;
}

.trivial {
	color: #222;
	font-size: 87%;
}

.section ul,
.section ol {
	margin-left: 1em;
}

.section div.gotop {
	clear: both;
	margin: 2px 0 3px;
	text-align: right;
}

/* .imgframe */
span.imgframe {
	background: url("/img/shadow.gif") right bottom;
	margin: 14px 5px 1em 15px;
}
*+html span.imgframe,
* html span.imgframe {
	margin-bottom: 7px;
	margin-top: 26px;
}
span.imgframe img {
	position: relative;
	left: -5px;
	top: 1px;
	padding: 3px;
	border: 1px solid #bbb;
}
*+html span.imgframe img,
* html span.imgframe img {
	top: -4px;
}
/* .imgbox */
div.imgbox {
	margin: 0.8em auto;
	padding-top: 8px;
	text-align: left;
}


/* gotop */
.section div.gotop {
	clear: both;
	margin: 16px 0 6px;
	text-align: right;
}

.section div.gotop a {
	padding-left: 20px;
	background: url("/img/arrow6.gif") no-repeat 6px 7px;
}



/*--------------------------------------
	Layout Class
--------------------------------------*/
ul.nomarker,
ol.nomarker {
	list-style-type: none;
	list-style-image: none  !important;
}

ul.inline li {
	display: inline;
}

ul.button_list {
	list-style: none;
	margin-left: 0;
}
ul.button_list li {
	display: inline;
}

.section .section ul,
.section .section ol {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 1em;
	padding-left: 1em;
}

.section .section ul {
	list-style-image: url("/img/arrow5.gif");
}

.section .section li {
	margin-bottom: 5px;
}




.indent {text-indent: 1em; }
.indent_all { margin-left: 1em; }

.left { float: left; }
.right { float: right; }

img.left { margin: 0 1em 0.5em 0; }
img.right { margin: 0 0 0.5em 1em; }

.t_left { text-align: left; }
.t_right { text-align: right; }
.t_center { text-align: center; }

.clear {
	clear: both;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
