/* class設定 */
.small, .xsmall, .large, .xlarge , .xxlarge{
	font-family:Arial, Verdana, sans-serif
}

/* リンク設定 */
A{}
A:link { color:#003366;text-decoration:underline}
A:visited { color: #003366;text-decoration:underline}
A:hover   { color: #006600;text-decoration:none}
A:active  { color: #0000FF;text-decoration:none}

/* Hタグ文字設定 */
h1 {
	font-size: 10px;
 margin: 0;
} 

/* ↓サイト毎の設定は以下に記載↓ */
body {
	background:#FFFFFF;
 background-image:url(images/share/bg.jpg);
 background-repeat:repeat-x;
	color:#666666;
 margin-top:0px;
 margin-bottom:0px;
}

/* ↓会社概要テーブル↓ */
.table01{
margin-left: auto;
margin-right: auto;
margin-top:15px;
margin-bottom: 15px;
}
.table01 th{
 padding: 4px;
 color: #003366;
 background: #BAC7D5;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.table01 td{
 padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.table01 tr.odd {
	background-color : #E4EAF3;
}


.table02{
margin-left: auto;
margin-right: auto;
}
.table02 th{
 padding: 3px;
 color: #003366;
 background: #DAE0E8;
}
.table02 td{
 padding: 3px;
}


.columntitle {
	background-color: #DAE0E8;
	width: 460px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 13px;
	margin-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	font-weight: bold;
	padding: 5px 5px 5px 8px;
	background-position: center;
	color: #003366;
}

.mook {
	background-color: #F1D4D4;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC6666;
	font-weight: bold;
	padding: 4px 2px 4px 8px;
}

.hand {
	background-color: #D9C7B4;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
	font-weight: bold;
	padding: 4px 2px 4px 8px;
}

.book {
	background-color: #DDCBDD;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #996699;
	font-weight: bold;
	padding: 4px 2px 4px 8px;
}

.paper {
	background-color: #D1E0D1;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #669966;
	font-weight: bold;
	padding: 4px 2px 4px 8px;
	}

/* ↓ 実績紹介用クラス20061128↓ */
.case {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin: 3px;
	padding: 3px;
	float: left;
	width: 350px;
	color: #003366;
}
.main {
	margin: 0px;
	padding: 0px;
	width: 500px;
}
.pict {
	text-align: right;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 140px;
}
.spacer {
margin: 0px;
padding: 0px;
clear: both;
}
.gray {
	font-size: 12px;
	background-color: #EBEBEB;
	padding: 3px 8px;
	text-align: left;
}
.read {
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
	text-align: left;
	margin: 5px;
}
.company {
	background-image: url(company/images/intro/title_back.jpg);
	background-repeat: repeat-x;
	padding: 2px;
	text-align: left;
	border-bottom: 2px solid #003366;
	margin: 10px 0px;
	width: 100%;
}
.company_kazari {
	font-size: 16px;
	color: #003366;
	background-image: url(s_result/images/intro/title_kazari.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	text-align: left;
	padding-left: 30px;
	font-weight: bold;
	width: 100%;
}
.name {
	font-size: 18px;
	background-color: #E4EAF3;
	background-image: url(company/images/intro/name_kazari.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding: 5px 5px 5px 15px;
	margin-bottom: 5px;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	text-align: left;
	color: #003366;
	font-weight: bold;
	width: 100%;
}
.st {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(s_result/images/intro/st_kazari.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	text-align: left;
	margin-top: 5px;
	padding: 8px 3px 10px 30px;
	width: 100%;
}
.text {
	font-size: 12px;
	text-align: left;
	padding: 5px;
 line-height:160%;
}
.text img{
	padding: 5px;
}
