@charset "UTF-8";

/* Copyright Anchor Technology. All Rights Reserved. */

/* $Id: /common/styles/english.css,v 1.00 2007-11-05 $ */


/*  ****************  Style TOC  ****************  */
/** 01: General styles
/*  *********************************************  */


/* =============================================== */
/** 01: General styles
/* ----------------------------------------------- */

body {
	font-family: "Arial", "Helvetica", sans-serif;
	line-height: 1.5;
}

p.lead {
	color: #b8292f;
	font-size: medium;
	font-weight: bold;
}

p.important {
	font-weight: bold;
}


/* Home Page */

#content h1.enMainVisual {
	background: white;
	margin: 30px 0;
}

#content #sub h2 {
	text-align: right;
	padding: 0.2em 1em;
	border-bottom: 1px solid silver;
	background: #d8d8d8 url("/common/parts/headings/hilite_bannar_bg.png") right top no-repeat;
}

#content #sub p.bannar {
	text-align: right;
	padding: 0.5em;
}

/* Facility page */

#content #main p.spec {
	clear: both;
}

#content #main p.spec img {
	margin: 0 1em 1em 0;
	float: left;
}

#content #main dl.network img {
	margin: 0.5em 0;
}

#content #main .point {
	color: #b8292f;
}

#content #main ol {
	margin-left: 2em;
}


/* Concept page */

#content #main .difinision {
	float: left;
	width: 400px;
	background: #eee;
	padding: 5px;
}

#content #main .difinision p.mark {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 390px;
}

#content #main .difinision p.icon1 {
	float: left;
	width: 140px;
	margin: 10px 0 5px 20px;
	padding: 0;
	text-align: center;
	font-weight: bold;
}

#content #main .difinision p.icon2 {
	float: right;
	width: 140px;
	margin: 10px 20px 5px 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
