@charset "Shift_JIS";

/*
-----------------------------------------------------------------
    BASE ELEMENTS
-----------------------------------------------------------------
*/

*					{
	font-size : 100%;
	line-height: 1.5;
	font-family: sans-serif;
}

body				{ font-size: 12px; }

a:link, a:visited	{
	color: #0066cc;
	text-decoration: none;
}

a:hover, a:active	{
	color: #ff6600;
	text-decoration: none;
}

img					{ border: none; }

.copy				{
	padding-right: 10px;
	text-align: right;
}

.tec td				{
	padding-top: 2px;
	padding-bottom: 2px;
}

.menu ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu td td	{
	float: left;
	position: relative;
	z-index: 100;
}

.menu td table	{
	position: relative;
	border-collapse: collapse;
	z-index: 120;
	left: -2px;
	top: -8px;
}

.menu a, .menu :visited {
	display: block;
	margin: 0;
	font-size: 12px;
}

.menu li a, .menu li :visited {
	width: 200px;
	height: 12px;
	padding: 5px 0 6px 20px;
	color: #0066cc;
	background: url("../images/menu_back2.gif") left top no-repeat;
	text-decoration: none;
	text-align: left;
	line-height: 1;
}

.menu :hover {
	color: #ff3300;
	background: url("../images/menu_back2.gif") left top no-repeat;
}

.menu li a:hover, .menu li :hover, .menu li a:active, .menu li :active {
	color: #ff6600 !important;
	width: 200px;
}

.top	{
	border-top: 1px solid #cccccc;
	background: url("../images/menu_back.gif") left top no-repeat !important;
}

.bottom	{
	padding-bottom: 5px !important;
}
.center	{
	background: url("../images/menu_back.gif") left top no-repeat !important;
}
.menu td ul {
	visibility: hidden;
	position: absolute;
	height: 0;
}

.menu td:hover ul,
.menu td a:hover ul{
	visibility: visible;
	width: 220px;
	height: 70px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}

.space{
	padding:10px 0;
}


/* J-LADY
--------------------------------------------*/
.ladyTitle1 { margin-bottom: 20px;}
.ladyTxtBox1 { margin-left: 30px;}

.ladyTitle2 { margin-bottom: 18px;}
.ladyTxtBox2 { margin-left: 27px;}

.ladyCaption { font-size: 10px; line-height: 1.4;}
.ladyHeading { font-size: 14px; font-weight: bold; line-height: 1.4;}


