@import url("../common/_common.css");

/* for Google search */
form {
	margin: 0; padding: 0;
}
.Google {
	margin: 0 30px; padding: 0;
}
a.nobg { display: block; }
a.nobg:link, a.nobg:visited {
}
a.nobg:active, a.nobg:hover {
}

/* for Link */

h2 { /* total-width: 600px; */
	margin: 5px 3px 0 30px;
	padding: 3px 27px 3px 0;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}
/* for WinIE6 \*/
* html h2 { border-top: 5px solid #fff; }
/* END for WinIE6 */

h2 .HComment {
	font-size: 75%;
	color: #666;
}
p {
	margin: 0 30px;
	font-size: 90%;
	line-height: 1.6em;
}

.LTitle {
	margin: 1em 30px 5px; padding: 0;
	font-size: 90%;
	font-weight: normal;
}
.LTitle a { /* total-width: 540px; */
	display: block;
	margin: 0;
	padding: 5px 0 0 5px;
	text-decoration: none;
	background-color: #eee;
	border: 1px solid #999;
	width: 533px;
}
.LTitle a:link {
	color: #069;
}
.LTitle a:visited {
	color: #096;
	background-color: #eee;
	border: 1px solid #999;
}
.LTitle a:active, .LTitle a:hover {
	color: #fff;
	background-color: #069;
	border: 1px solid #036;
}

.LURL {
	margin: 0 30px 5px 60px;
	padding: 0;
	font-size: 80%;
}
.LURL a {
	text-decoration: none;
}
.LURL a:link {
	color: #060;
	background: none;
}
.LURL a:visited {
	color: #030;
	background: none;
}
.LURL a:active, .LURL a:hover {
	color: #090;
	background: none;
}

.LComment {
	margin: 0 30px 0 90px;
	font: 75% normal;
	line-height: 135%;
}
.Break {
	border-bottom: 1px dotted #666;
	margin: 0 30px 30px;
	padding: 0;
}

.About {
	margin: 0 4px 0 500px; padding: 0;
	width: 96px;
	position: absolute;
	top: 74px;
}
/* for WinIE6 \*/
* html .About { margin-left: 470px; }
/* END for WinIE6 */

.About a { /* total-width: 96px; */
	display: block;
	margin: 0; padding: 2px 0 0;
	font-size: x-small;
	width: 94px;
	height: 14px;
	text-align: center;
	line-height: 1em;
	border:1px solid #fff;
}
.About a:link, .About a:visited {
	color: #fff;
	text-decoration: none;
}
.About a:active, .About a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
#SubMenu ul.SMenu li a {
	padding: 2px 0 2px 4px;
}

