/********/
/*リンク*/
/********/

a:link { 
	text-decoration: underline;
	color: #4682C1;
}

a:visited {
	text-decoration: underline;
	color: #7793B4;
}

a:hover { 
	text-decoration: none;
}

a.exe:link { 
	text-decoration: none;
	color: #4682C1;
}

a.exe:visited {
	text-decoration: none;
	color: #7793B4;
}

a.exe:hover { 
	text-decoration: underline;
}

a.memo:link {
	padding: 2px; 
	text-decoration: underline;
	color: #4682C1;
}

a.memo:visited {
	padding: 2px; 
	text-decoration: underline;
	color: #4682C1;
}

a.memo:hover { 
	text-decoration: none;
}

span.memo {
	padding: 1em;
	font-size: 0.9em;
	font-weight: normal;
	color: #4682C1;
}

/*見出し・段落*/

h1 {
	margin-right: 20px;
	margin-left: 5px;
	margin-bottom: 0px;
	color: #999999;
	font-size: 1.1em;
	padding: 0.1em;
	font-style: normal;
	border-bottom-style: solid;
	border-width: 1px; 
}

h2 {
	margin-right: 20px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 0px;
	color:#696969;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	border-bottom-style: solid;
	border-width: 1px; 
	padding: 0.1em;
}

h2.mod {
       margin-top: 30px;
       font-size: 1.2em;
}

h3 {
	margin-right: 20px;
	margin-left: 40px;
	margin-bottom: 0px;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	color: #4682C1;
}

span.exp {
	 margin-left: 1em;
	 color: #556677;
	 font-size: 0.9em;
}

p {
	margin-right: 30px;
	margin-left: 40px;
	margin-bottom: 5px;
	color: #445566;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

p.ano {
      color: #CD5C5C;
      font-size: 0.8em;
      margin-left: 60px; 
}

/**********/
/*テーブル*/
/**********/

table.files {
	border: 0;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 90%;
}

tr {
	font-weight: normal;
}

td {
	border: 1px;
	border-style: solid none solid;
	border-color: #C0C0C0;
	padding: 5px 5px;
	font-size: 0.9em;
}

td.newest_ver {
	background-color: #E6E6FA;
 	color: #556576;
	font-weight: bold;
}

td.ver {
	background-color: #F5F5F5;
 	color: #556576;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 0.9em;
}

td.title_file {
	width: 34%;
	border: none;
 	color: #445566;
	padding: 5px 5px;
}

td.title {
	width: 22%;
	border: none;
 	color: #445566;
	padding: 5px 5px;
}

td.exe {
	width: 34%;
	padding-left: 1.5em;
	font-weight: normal;
	color: #556677;
}

/*
	td.exe {
		width: 34%;
		padding-left: 1.5em;
		font-weight: bold;
		color: #4682C1;
	}
*/

td.exe_icon {
       width: 40px;
}

td.size {
	padding-left: 1.5em;
	font-weight: normal;
	color: #556677;
}

td.date {
	padding-left: 1.5em;
	font-weight: normal;
	color: #556677;
}

/********/
/*リスト*/
/********/

ul {
   margin-top: 3px;
}

li {
	margin-left: 30px;
	margin-top: 2px;
	font-size: 0.9em;
	color: #445566;
}

/**********/
/*イメージ*/
/**********/

img.exe_icon {
	border: 0;
}

