/*------基本------*/
body {
	background-color: #FFFFFF;
	background-image: url(bk.jpg);
	background-repeat: repeat-y;
	background-position: center;

}
td {
	font-size: 75%;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF4500;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}

.small {
	font-size: 80%;
}
.lineheight150 {
	line-height: 1.5;
}


/*------ヘッダ部 文字色------*/
.head {
	color:#ffffff;
	font-size: 70%;
}

.head a:visited {
	color: #ffffff;
	text-decoration: none;
}
.head a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.head a:link {
	color: #ffffff;
	text-decoration: none;
}


/*------文教・公共・企業 右メニュー------*/
.menuleft {
	margin: 0px;
	padding-right: 5px;
}

/*-----------------（背景色あり時文字色）*/

.menuwhite {
	color: #FFFFFF;
}
.menuwhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menuwhite a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menuwhite a:link {
	color: #FFFFFF;
	text-decoration: none;
}

/*-----------------（背景色なし時文字色）*/

.menugray a:visited {
	color: #333333;
	text-decoration: none;
}
.menugray a:hover {
	color: #333333;
	text-decoration: underline;
}
.menugray a:link {
	color: #333333;
	text-decoration: none;
}

/*------メイン・リンク色------*/
p.linkblue {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.linkblue a:visited {
	color: #4573B3;
	text-decoration: none;
}

.linkblue a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4573B3;

}
.linkblue a:link {
	color: #4573B3;
	text-decoration: none;
}


/*------公共：導入事例見出し------*/

.jireimidasi {
	font-weight: bold;
	color: #FB805F;
	background-color: #F4F4F4;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FB805F;
	border-right-color: #FB805F;
	border-bottom-color: #FB805F;
	border-left-color: #FB805F;
}

/*------公共：導入事例サイト名（２行）------*/

.jireisitename {
	color: #003366;
	margin: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	line-height: 1.2;
	height: 30px;

}

.jireisitename a:visited {
	color: #003366;
	text-decoration: none;
}

.jireisitename a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;

}
.jireisitename a:link {
	color: #003366;
	text-decoration: none;
}



/*------公共：導入事例サイト名（１行）------*/

.jireisitename2 {

	color: #003366;
	margin: 5px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	line-height: 1.2;
	height: 30px;
}

.jireisitename2 a:visited {
	color: #003366;
	text-decoration: none;
}

.jireisitename2 a:hover {
	color: #FFFFFF;
	background-color: #003366;
	text-decoration: none;

}
.jireisitename2 a:link {
	color: #003366;
	text-decoration: none;
}


/*------公共：導入事例サイト説明------*/

.jireisetumei {
	font-size: 85%;
	line-height: 1.3;
	color: #666666;
	margin: 0px 5px;
	padding: 0px;
}
.text {
	line-height: 20px;
}
.teble {
	margin: 1px;
	padding: 1px;
	line-height: 15px;

}
