/*-----------------------------------------------------------
	専門用語集 ポップアップ Style Sheets
-----------------------------------------------------------*/
@charset "UTF-8";

* {
	margin:0;
	padding:0;
	font-size: 16px;
}
html {
	height: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-weight: normal; 
	text-align: left;
	color: #333;
}
/*  ----- contents Block --------------------------------------------*/
div#header	{
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}
div#headerArea	{
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	width: 960px;
	border: none;
}
div#wrapper	{
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}
div#container	{
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	width: 780px;
	border: none;
}
div.titleBlock	{
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	background-image: url(../images/title_aboutus.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}
.titleStr	{
	margin: 0;
	padding-left: 25px;
	text-align: left;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	border: 1px #c9c9c9 solid;
}
.contentsBlock	{
	margin-bottom: 30px;
	padding: 0 10px;
}
.contentsBlock p	{
	font-size: 14px;
}

.words	{
	margin-bottom: 10px;
	padding: 5px 5px;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	border-bottom: 2px #019444 solid;
	border-bottom: 2px #20238a solid;
}
.yomi	{
	padding-left: 10px;
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 14px;
}
.explanations	{
	margin-bottom: 60px;
	padding-left: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 28px;
}
.linkText	{
	margin-bottom: 15px;
	text-align: left;
	font-size: 14px;
	line-height: 28px;
}


div#footer	{
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}
div#footerArea	{
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	width: 960px;
	border: none;
}

.lineStyle0	{
	background-color: #transparent;
}
.lineStyle1	{
	background-color: #efefef;
}
.fontSize10	{
	font-size: 10px;
}
.fontSize12	{
	font-size: 12px;
}
.clear	{
	clear: both;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.red	{
	color: red;
}
.bold	{
	font-weight: bold;
}

/*	link  -------------------------------------------------------------------*/
a.link	{
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
a.link:link,
a.link:visited,
a.link:focus	{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover	{
	color: #036;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

