@charset "utf-8";

/*-Table Of Contents -------------------
	1.Semantic
	2.Layout Class
---------------------------------------/

/*--------------------------------------
	Semantic
--------------------------------------*/
a{ text-decoration: underline; }
a:link { color: #03c; }
a:visited { color: #03c; }
a:hover, a:focus {
	color: #03c;
	text-decoration: none;
}
a:active { color: #99f; }

abbr, acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #222;
}

blockquote {}
q {}
cite {}

strong {
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

.important {
	color: #f00;
}
.important2 {
	font-size: 140%;
}

.trivial {
	color: #222;
	font-size: 89%;
}

a.jump1 {
	padding-left: 15px;
	background: url("/img/arrow6.jpg") no-repeat;
	text-decoration: none;
}
a.jump1:hover,
a.jump1:focus {
	text-decoration: underline;
}

/* gotop */
.section div.gotop {
	clear: both;
	margin: 20px 0 0 -40px;
	padding: 8px 15px 0 0;
	border-top: 2px #6fb1ff solid;
	text-align: right;
}

/* .imgframe */
span.imgframe {
	background: url("/img/shadow.gif") right bottom;
	margin: 7px 5px 1em 15px;
}

* html span.imgframe {
	margin-bottom: 7px;
	margin-top: 9px;
}
span.imgframe img {
	position: relative;
	left: -5px;
	top: 1px;
	padding: 3px;
	border: 1px solid #bbb;
	background: #fff;
}
*+html span.imgframe img {
	top: -4px;
}
* html span.imgframe img {
	top: -4px;
}

/* .imgbox */
div.imgbox {
	clear: both;
	margin: 0.8em auto;
	padding-top: 8px;
	text-align: left;
}
div.imgbox p {
	margin-top: 0;
}

.news_img {
	margin-bottom: 5px;
	text-align: center;
}


/*--------------------------------------
	Layout Class
--------------------------------------*/
.section ul,
.section ol {
	margin-left: 1.5em;
}

ul.nomarker,
ol.nomarker,
ul li.nomarker,
ol li.nomarker {
	list-style-type: none;
	margin-left: 0;
}

ul.inline li {
	display: inline;
	margin-right: 1em;
}

.indent {text-indent: 1em; }
.indent_all { margin-left: 1em; }

.margin_bottom { margin-bottom: 1em; }

.padding_top { padding-top: 1em; }
.padding_bottom { padding-bottom: 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;
}

/* list */
.list1 li {
	list-style: none;
	margin-left: -1em;
	margin-top: 12px;
	padding-left: 27px;
	background: url("/img/arrow1.gif") no-repeat 6px 4px;
}
.list1 li a {
	text-decoration: none;
}
.list1 li a:hover,
.list1 li a:focus {
	text-decoration: underline;
}


.list2 {
	list-style-type: square;
}

li.pdf {
	background: url("/img/icon_pdf2.gif") no-repeat 4px 2px;
}

.scroll {
	overflow: scroll;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* Button */
.button1 {
	display: block;
	width: 256px;
	height: 30px;
	padding: 3px 0 0 31px;
	background: url("/img/button1.jpg") no-repeat;
	color: #fff !important;
	font-size: 119%;
	text-decoration: none;
}
.button2 {
	display: block;
	width: 493px;
	height: 30px;
	padding: 3px 0 0 31px;
	background: url("/img/button2.jpg") no-repeat;
	color: #fff !important;
	font-size: 119%;
	text-decoration: none;
}
.button3 {
	display: block;
	width: 256px;
	width: 287px;
	height: 30px;
	padding-top: 3px;
	text-align: center;
	background: url("/img/button3.jpg") no-repeat;
	color: #fff !important;
	font-size: 119%;
	text-decoration: none;
}
.button4 {
	display: block;
	width: 493px;
	height: 30px;
	padding: 3px 0 0 31px;
	background: url("/img/button4.jpg") no-repeat;
	color: #fff !important;
	font-size: 119%;
	font-weight: bold;
	text-decoration: none;
}
.button5 {
	display: block;
	width: 493px;
	height: 30px;
	padding: 3px 0 0 31px;
	background: url("/img/button5.jpg") no-repeat;
	color: #fff !important;
	font-size: 119%;
	font-weight: bold;
	text-decoration: none;
}
.button6 {
	display: block;
	width: 493px;
	height: 30px;
	padding: 3px 0 0 31px;
	background: url("/img/button6.jpg") no-repeat;
	color: #fff !important;
	font-size: 119%;
	font-weight: bold;
	text-decoration: none;
}

