@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}

html{
	-webkit-text-size-adjust: 100%;
}

body{
	color: #59220d;
	line-height: 1.5;
	font-size: 13px;
	font-family: sans-serif;
	/*background-image:url(../photo/bg038.gif)*/
	background-image:url(../photo/bg021.gif) 
}

img{
	border: 0;
	max-width: 100%;
	//height: auto;
	margin: 3px 1px;
}

ul,ol{
	list-style-type: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
	border: 2px #ff0000 solid;
	text-align: center;
}

td, th{
	border: 2px #ff0000 solid;
}

img, input, select, textarea { 
	vertical-align: middle;
}

a{
	color: blue;
	transition: 0.5s;
}
a:hover{
	color: #d53e04;
}

a:visited{
	color: red;
}

a:hover img{
	opacity: 0.7;
}

/*
header id
*/

#head{
	padding: 10px 0;
/*	border-top: #00c4ab 5px solid;*/
	background: #e6e6e6;
}



#history {
/*	padding: 10px 0;
	border-top: #d8c7a0 1px dotted;
*/	
	width: 607px;
	/*argin-bottom: 20px;*/
	/*background-image:url(../photo/bg021.gif) */
}

#history dt{
	width: 8.1em;
	clear: left;
	float: left;
	padding: 8px 13px;
	/*border-top: #d8c7a0 1px dotted;*/
	border-top: #FF0000 1px dotted;
}


#history dd{
	padding: 8px 0;
	/*border-top: #d8c7a0 1px dotted;*/
	border-top: #FF0000 1px dotted;
	overflow: hidden;
}

.list_paper p{
	font-weight: bold;
	font-size: 15px;
}

.list_paper ol{
//	width: 650px;
//	width: 540px;
	width: 607px;
	margin-bottom: 20px;
}

.list_paper li{
	list-style-type: decimal-leading-zero;
	margin-bottom: 3px;
//	padding: 5px 0;
	margin-left: 30px;
//	border-top: #d8c7a0 1px dotted;
	border-top: red 1px dotted;
}

.list_paper a:hover{
	background: #FFF0F5;
}

