/* 共通 */
body {
	padding: 0px;
	margin: 0px;
	background-image: url(img/head_bg.gif); 
	background-repeat: repeat-x; 
	background-color: #FFFFFF; 
	font: 80% "Arial", "Helvetica", "sans-serif"; 
	color: #333; 
}


/* 共通 */
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: 1px; 
}

#mini { 
	font-size: 80%; line-height: 130%; 
}

#drn { 
	color: #2C828D;
	font-weight: bold;
}

.text10 {
	font-size: 10px;
	line-height: 150%;
}

table.a {
	border-collapse: collapse;
}

td.b {
	border: solid 1px #666666;
}

.blue {
	font-size: 12px;
	color: #333333;
}

.tit {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.p_title {
	font-size: 14px;
	font-weight: bold;
	clip: rect(   );
	text-indent: 2pt;
}

/* リンク */
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; }
}


/* Sales and Service : Contact List */
h2.ss {
	margin: 0 0 3px;
	padding: 2px 0 7px 0;
	font-size: 16px;
	font-weight: bold;
	/* background: #FFFFFF url(../ss/contact/img/h2.gif) no-repeat left bottom; */
	color: #58595B;
	background: #FFFFFF url(img/h2_point.gif) no-repeat left top;
	text-indent: 1em;
	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: 550px;
	height: 20px;
	border-bottom: 1px #FFFFFF solid;
	}

/* Corporate Information */
.cel3 {
	padding: 5px;
	background-color: #eeeeee;
	text-align: top;
	width: 100px;
	height: 20px;
	border-bottom: 1px #FFFFFF solid;
	}
	
.cel4 {
	padding: 5px;
	width: 230px;
	height: 20px;
	border-bottom: 1px #e0e0e0 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; 
}
