@charset "shift_jis";

/* default
************************************/

html, body, div,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li, dl, dt, dd,
address, span, form {
    margin: 0;
    padding: 0;
	font-family: "MS UI Gothic",sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

/* basic elements
************************************/

body{
	behavior:url("lib/csshover2.htc");
	padding: 0;
	margin: 0;
	background:url(http://www.esprit-kobe.com/images/common/bg_feather.jpg) no-repeat center top;
	letter-spacing:0;
	color:#4a596d;
}

a,a:link,a:visited {
	color: #0062b2;
	text-decoration:underline;
	outline: none;
}



a:hover {
	color: #0099FF;
	text-decoration:none;
}
a:active {
	color: #0062b2;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

en {
	font-style: italic;
}

u {
	text-decoration: underline;
}

blockquote {
	margin: 5px 5px 20px 5px;
	border-left: 2px solid #A2D0FF;
}

li {
	list-style:none;
}

h4 {
	font-size:84%;
}

p {
	margin-bottom:5px;
	line-height:160%;
	font-size:100%;
}

dl,ul {font-size:75%;}


img {
}

a.pdf {
	padding:0 0 0 20px;
	background:url(../images/pdf.gif) no-repeat left center;
}

table {
	line-height:160%;
}



/* PKG CLASS
************************************/

.pkg:after {
	content: ""; /* Vvf */
	display: block; /* ubNxvf */
	clear: both;
	height: 0;
	visibility: hidden;
}

.pkg {
	min-height: 1px;
}

* html .pkg {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* standard helper classes
************************************/

.clr {
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	border: 0;
	font-size: 0;
	line-height: 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

img.left {
	float: left;
	margin: 0 15px 10px 0;
}

/* font color classes
************************************/

.red {
	color:#FF0000;
	font-weight:bold;
}

/* this site all use
-------------------------------------------------------------------------------- */