a.nounderline:link, a.nounderline:visited, a.nounderline:hover
{
  text-decoration: none;
  font-size: inherit;
}

img.left
{
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
 
img.right
{
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
}
 
a.overviewlink
{  
  color: #4169e1;
}

.editions
{
  text-align: justify;
  margin: 30px;
  margin-left: 35px;
  margin-right: 30px;
  line-height: 18px;
}

.editions table
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.editions table th,.editions table td
{
	padding: 5px;
	border: 1px solid #000000;
	vertical-align: middle;
	text-align: center;
}

.editions td.noborder
{
	border-style:none;
}

/*2009/01/22: 印刷で文字一部切れたの対応
.mein_txt2{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;	
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 150px;
	padding-left: 15px;
}
*/
@media print{
.mein_txt2{
	width : 720px;
}
}

@media screen{
.mein_txt2{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;	
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 150px;
	padding-left: 15px;
}
}

.mein_txt2 h1{
	font-size: 23px;
	padding-left: 4px;
	margin: 0px;
}

.mein_txt2 h2{
	font-size: 16px;
	border-style: solid;
	border-width: 0px 0px 1px 6px;
	border-left-color: #90DC47;
	border-bottom-color: #555656;
	padding-left: 6px;
	margin-bottom: 10px;
}

.mein_txt2 h3{
	font-size: 16px;
	border-style: solid;
	border-width: 0px 0px 0px 6px;
	border-left-color: #90DC47;
	padding-left: 6px;
	margin-bottom: 1px;
}

.mein_txt2 hr{
	border-style: solid;
	border-width: 0px 0px 0px 30px;
	height: 4px;
	border-left-color: #90DC47;
	background-color: #555656;
	margin-bottom: 2px;
}

li.subLink{
	padding-left: 20px;
}

.request{
	color : Red;
}

table.confirm
{
	width : 590px;
	border: 0;
	background-color : #a2a2a2
}

table.confirm td.item
{
	width : 31%;
	background-color : #efefef;	
}

table.confirm td.context
{
	width : 69%;
	background-color : #fefefe
}