/* 共通 */
body {
	padding: 0px;
	margin: 0px;
	background: url(img/head_bg.gif) repeat-x #F2F2F2; 
	font: 80% "Arial", "Helvetica", "sans-serif"; 
	color: #333; 
}

img {
	border: none;
}


/* 共通 */
td {
	font: 80% "Arial", "Helvetica", "sans-serif"; 
}

p {
	line-height: 130%; 
}

h1 {
	font: 140%; 
	font-weight: bold; 
	color: #333; 
}

h2 {
	font: 130%; 
	font-weight: bold; 
	margin-bottom: -10px; 
	color: #333; 
}

#pnavi { 
	font-size: 80%; padding-top: 7px; padding-bottom: 12px; padding-left: 5px; 
}

#mini { 
	font-size: 80%; line-height: 130%; 
}

#drn { 
	color: #2C828D;
	font-weight: bold;
}

/* リンク */
a:link {
	color: #004E8C; text-decoration: none;
}

a:visited {
	color: #004E8C; text-decoration: none; 
}

a:hover {
	color: #004E8C; text-decoration: underline; 
}

a:active {
	color: #004E8C; text-decoration: none; 
}


@media print { /* printメディアの場合にのみ適用 */
	body { background-image: url(img/spacer.gif); background-repeat: no-repeat; background-color: #FFFFFF; }
}

ruby{
	font-size:105%;
}

p.ruby {
	line-height: 180%; 
}

.mini2{
font-size : 72%;
}

/* Sales and Service : Contact List */
h2.ss {
	margin: 0 0 3px;
	padding: 2px 0 7px 0;
	font-size: 16px;
	font-weight: bold;
	color: #58595B;
	background: #FFFFFF url(img/h2_point.gif) no-repeat left top;
	text-indent: 1em;
	border-bottom: 1px #999 dotted;
	}

h2.ssb {
	margin: 0 0 3px;
	padding: 2px 0 7px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #58595B;
	background: #FFFFFF url(img/h2_point2.gif) no-repeat left top;
	border-bottom: 1px #999 dotted;
	}

h2.ssc {
	margin: 0 0 3px;
	padding: 2px 0 7px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #58595B;
	background: #FFFFFF url(img/h2_point3.gif) no-repeat left top;
	border-bottom: 1px #999 dotted;
	}
	
h3.ss {
	margin: 0 0 3px;
	padding: 5px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	background: #FFFFFF url(img/h3.gif) repeat-x left bottom;
	color: #58595B;
	}
	
h4.ss {
	margin: 0 0 3px;
	padding: 2px 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	color: #58595B;
}

.cel1 {
	padding: 5px;
	text-align: top;
	width: 110px;
	height: 20px;
	border-bottom: 1px #e0e0e0 solid;
	}
	
.cel2 {
	padding: 5px;
	background-color: #eeeeee;
	width: 390px;
	height: 20px;
	border-bottom: 1px #FFFFFF solid;
	}


/* Topics */
body.tp {
	padding: 0px;
	margin: 3px;
	background-color: #FFFFFF;
	/*background-image: none;*/ 
	font: 80% "Arial", "Helvetica", "sans-serif"; 
	color: #666; 
}

dt {
	line-height: 130%; 
	font-weight: bold; 
	background-image: url(../topics/img/arrow.gif); background-repeat: no-repeat; 
	padding-left: 10px;
}

dd {
	line-height: 100%; 
	margin-left: 10px; 
	margin-bottom: 10px; 
}
