﻿@charset "utf-8";

/* **************************************************

Name: common.css

Description: Setting of content module

Create: 2008.2

Copyright 2007 Hitachi, Ltd. 

***************************************************** */



/* content===========================================

 Import
 [c10] Annotations
 Text
 Trademarks

===================================================== */


/*  Import
=========================================================================================== */
/* */
@import "/css/h1_en/special.css"/**/;
/* */

/*  [c10] Annotations
=========================================================================================== */
ul.AnnotationsStyle1 span, ul.AnnotationsStyle2 span {
	color: #990000;
}

/*  Text
=========================================================================================== */
/* --- em --- */
em {
	font-style: italic;
}

/* --- sup --- */
sup {
	line-height: 1.6em;
}
a:link sup {
	color: #08427c;
	text-decoration: underline;
}
a:visited sup { 
	color: #551a8b;
	text-decoration: underline;
}
a:hover sup {
	color: #890000;
	text-decoration: underline;
}
a[name]:hover sup { color: #000000; }
a:active sup {
	color: #890000;
	text-decoration: underline;
}

/* --- sup (note) --- */
sup.gb-note {
}


/* --- span --- */
a:link span {
	color: #08427c;
	text-decoration: underline;
}
a:visited span { 
	color: #551a8b;
	text-decoration: underline;
}
a:hover span {
	color: #890000;
	text-decoration: underline;
}
a[name]:hover span { color: #000000; }
a:active span {
	color: #890000;
	text-decoration: underline;
}

/* --- mu-chip --- */
span.gb-mu-chip {
	font-style: italic;
}

/* --- JP1 i --- */
span.gb-jp1i {
	font-style: italic;
	font-family: "Times New Roman", serif;
}

/*  Trademarks
=========================================================================================== */

/* --- Trademarks --- */

ul.gb-trademarksList li {
	float: left;
	width: 4.4em;
	white-space: nowrap;
}


