/* === Default setting File (Japanese) === */

/* 
--------------------------------------------
	display:;
	list-style:;
	position:;
	float:;
	clear:;
	width:;
	height:;
	margin:;
	padding:;
	border:;
	background:;
	color:;
	font:;
	text-decoration:;
	text-align:;
	vertical-align:;
	white-space:;
	content:;
-------------------------------------------- 
*/

/* -------------------------------------------------- Initialization of the browser style */
* {
	font-style: normal;
	font-weight: normal;
}

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ol,ul,li,dl,dt,dd,pre,blockquote,address,hr,
table,tr,th,td,
form,fieldset {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------body */
body {
	color: #333;
	background-color: #fff;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 100%;
}

body.en {
	font-family: Arial, Helvetica, sans-serif;
}

/* -------------------------------------------------- font elements */
h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td,address {
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.1;
}
p,li,dt,dd,th,td {
	line-height: 1.5;
	font-size: 80%;
}
address {
	font-size: 80%;
}

ol li,
ul li {
	list-style: none;
}

li li,
li li li,
dd li,
dd dd,
li p,
dd p,
th p,
td p,
td li {
	font-size: 100%;
}

/* -------------------------------------------------- text elements */
/* Emphasis level1 */
strong {
	font-weight: bold;
}

/*  Emphasis level2 */
strong.lv2 {
	color: #0066CB;
	font-weight: bold;
}

/* Arial Bold Italic */
em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

em.country {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒm Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

p.lead em { font-weight: bold; }

/* -------------------------------------------------- Table elements */
table,th,td {
	border-collapse: collapse;
}

/* -------------------------------------------------- Form elements */
input,
select,
textarea {  }

p input,
p select,
p textarea,
li input,
dd input,
li select,
dd select {
	font-size: 100%;
}

/* -------------------------------------------------- etc */
a,img {
	border: 0;
}

dt img,
dd img,
li img {
	vertical-align: bottom;
}
table th li img,
table td li img {
	vertical-align: top;
}

/* -------------------------------------------------- link elements */
a,a:link {
	color: #1464aa;
	text-decoration: none;
}
a:active {
	color: #e60032;
	text-decoration: none;
}
a:visited {
	color: #1464aa;
	text-decoration: none;
}
a:hover {
	color: #1464aa;
	text-decoration: underline;
}


/* EOF */
