/**********************************************************************

East Japan Construction Surety Co., Ltd.
 css [ base.css ]

Created by Info-puzzle - h_244@info-puzzle.com

**********************************************************************/

body,textarea,input {
	
	font-family:Lucida Sans Regular, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
@@
	padding: 0px;
	margin: 0px;
}

textarea {
	line-height: 150%;
	width: 535px;
	height: 105px;
}

td {
	line-height: 120%;
}

a.head_links {
	font-size: 11px;
}
a.head_links:link    {
    color: #808080;
    text-decoration: none;
}
a.head_links:visited {
    color: #808080;
    text-decoration: none;
}
a.head_links:hover {
    color: #808080;
    text-decoration: underline;
}
a.head_links:active {
    color: #808080;
    text-decoration: none;
}

/* Text Adjust */
td.adj {
	line-height: 160%;
	font-size: 14px;
	text-align: left;
/*	text-align: justify; */
/*	text-justify: inter-word; */
}

/* for Profile - table */
font.tbl {
	font-size: 14px;
	text-align: left;
/*	text-align: justify; */
/*	text-justify: inter-word; */
}

/* for Form - memo */
td.formmemo {
	line-height: 150%;
	font-size: 15px;
	text-align: right;
/*	text-align: justify; */
/*	text-justify: inter-word; */
}

/* for Profile - table */
td.formtbl {
	color: #006600;
	font-size: 14px;
	text-align: left;
/*	text-align: justify; */
/*	text-justify: inter-word; */
}

/* <font size="2" color="#003399"><b> */
font.textlabel {
	font-size: 15px;
    color: #003399;
	font-weight: bold;
}

/* Main page */
span.top_message {
	font-size: 12px;
	color: #808080;
}
span.top_links {
	font-size: 12px;
	color: #808080;
}

a.top_links {
	font-size: 11px;
}
a.top_links:link    {
    color: #808080;
    text-decoration: none;
}
a.top_links:visited {
    color: #808080;
    text-decoration: none;
}
a.top_links:hover {
    color: #808080;
    text-decoration: underline;
}
a.top_links:active {
    color: #808080;
    text-decoration: none;
}

/* CEO Message page */
td.ceo_head {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
/*	text-align: justify; */
/*	text-justify: inter-word; */
	line-height: 160%;
}

td.ceo_body {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
/*	text-align: justify; */
/*	text-justify: inter-word; */
	line-height: 160%;
}

/* ContactUs page */
textarea.contact {
	width: 300px;
	height: 100px;
	font-size: 15px;
}

