@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align: baseline;
}
h4 {　/*中項目用　青ライン(左)・黒太文字・グラデ背景*/
	color: #0066FF;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
	width: 97%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #06F;
	border-right-color: #06F;
	border-bottom-color: #06F;
	border-left-color: #06F;
	padding-left: 13px;
	margin-left: 3px;
	background-image: url(../img/h4.gif);
	background-repeat: repeat-x;
}
body {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 145%;
	color: #000;
	letter-spacing: 0.04em;
}
ol, ul {
	list-style-image: none;
	list-style-type: none;
}
blockquote, q {
quotes: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {

}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: underline;
	color: #000;
}

.clear {
	clear: both;	
}

/*目立たせたい時のリンク*/
a.colum:link {
	color: #0044CC;
	text-decoration: underline;
}
a.colum:visited {
	text-decoration: underline;
	color: #0044CC;
}
a.colum:hover {
	text-decoration: none;
	color: #0CF;
}
a.colum:active {
	text-decoration: underline;
	color: #0044CC;
}

/*全体*/
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
}

/*ヘッダ*/
.top_text {
	color: #FFF;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}

/*コラム更新*/
.colum_new {
	color:#F00;
}

/*ナビ*/
ul#navi {
	list-style: none;
	height: 35px;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 16px;
}
ul#navi li {
	float: left;
	width: 180px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul#navi li a {
	display: block;
	height: 35px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
}
a.navi_1 {
	background-position: 0px 0px;
}
a:hover.navi_1 {
	background-position: 0px -35px;
}
a.navi_2 {
	background-position: -180px 0px;
}
a:hover.navi_2 {
	background-position: -180px -35px;
}
a.navi_3 {
	background-position: -360px 0px;
}
a:hover.navi_3 {
	background-position: -360px -35px;
}
a.navi_4 {
	background-position: -540px 0px;
}
a:hover.navi_4 {
	background-position: -540px -35px;
}
a.navi_5 {
	background-position: -720px 0px;
}
a:hover.navi_5 {
	background-position: -720px -35px;
}

/*左カラム*/
.left {
	float: left;
	width: 140px;
}
ul#latest {
	list-style: none;
	height: 74px;
	width: 149px;
	margin-bottom: 1px;
}
ul#latest li {
	width: 140px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul#latest li a {
	display: block;
	height: 74px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/ITcost.gif);
	background-repeat: no-repeat;
}
a.latest_ {
	background-position: 0px 0px;
}
a:hover.latest_ {
	background-position: 0px -74px;
}

.latest_text {
	margin-bottom: 13px;
	margin-top: 0px;
}
.service {
	background-color: #009;
	background-image: url(../img/service.gif);
	height: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 8px;
}
/*サイドナビ*/
ul#sidenavi1 {
	list-style: none;
	height: 80px;
	width: 149px;
	margin-bottom: 8px;
}
ul#sidenavi1 li {
	width: 140px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul#sidenavi1 li a {
	display: block;
	height: 80px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/sidenavi1.gif);
	background-repeat: no-repeat;
}
a.sidenavi_a {
	background-position: 0px 0px;
}
a:hover.sidenavi_a {
	background-position: 0px -80px;
}

ul#sidenavi2 {
	list-style: none;
	height: 80px;
	width: 140px;
	margin-bottom: 8px;
}
ul#sidenavi2 li {
	width: 140px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul#sidenavi2 li a {
	display: block;
	height: 80px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/sidenavi2.gif);
	background-repeat: no-repeat;
}
a.sidenavi_b {
	background-position: 0px 0px;
}
a:hover.sidenavi_b {
	background-position: 0px -80px;
}

ul#sidenavi3 {
	list-style: none;
	height: 80px;
	width: 140px;
	margin-bottom: 8px;
}
ul#sidenavi3 li {
	width: 140px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul#sidenavi3 li a {
	display: block;
	height: 80px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/sidenavi3.gif);
	background-repeat: no-repeat;
}
a.sidenavi_c {
	background-position: 0px 0px;
}
a:hover.sidenavi_c {
	background-position: 0px -80px;
}

ul#sidenavi4 {
	list-style: none;
	height: 80px;
	width: 140px;
	margin-bottom: 8px;
}
ul#sidenavi4 li {
	width: 140px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul#sidenavi4 li a {
	display: block;
	height: 80px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/sidenavi4.gif);
	background-repeat: no-repeat;
}
a.sidenavi_d {
	background-position: 0px 0px;
}
a:hover.sidenavi_d {
	background-position: 0px -80px;
}

/*右カラム*/
.right {
	float: right;
	width: 744px;
}
.right p {
	margin-bottom: 30px;
}

/*フッタ*/
.fotter1 {
	float: right;
	width: 744px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.fotter2 {
	background-color: #CCC;
	background-image: url(../img/footer_back.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding: 16px;
}
.fotter3 {
	background-color: #FF6;
	padding: 16px;
	text-align: center;
}
.moushikomi {
	height: 121px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

ul#moushikomiA {
	list-style: none;
	height: 121px;
	width: 650px;
	margin-bottom: 16px;
}
ul#moushikomiA {
	width: 650px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul#moushikomiA li a {
	display: block;
	height: 121px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/moushikomi.gif);
	background-repeat: no-repeat;
}
a.moushikomiAA {
	background-position: 0px 0px;
}
a:hover.moushikomiAA {
	background-position: 0px -121px;
}

.shain1 {
	margin-top: 16px;
	background-image: url(../img/shain1.jpg);
	height: 105px;
}
.shain1_2 {
	width: 774px;
	margin-right: auto;
	margin-left: auto;
}

ul#shain2 {
	list-style: none;
	height: 47px;
	width: 744px;
	margin-bottom: 16px;
}
ul#shain2 li {
	float: left;
	width: 248px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul#shain2 li a {
	display: block;
	height: 47px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/shain2.jpg);
	background-repeat: no-repeat;
}
a.shain2_1 {
	background-position: 0px 0px;
}
a:hover.shain2_1 {
	background-position: 0px -47px;
}
a.shain2_2 {
	background-position: -248px 0px;
}
a:hover.shain2_2 {
	background-position: -248px -47px;
}
a.shain2_3 {
	background-position: -496px 0px;
}
a:hover.shain2_3 {
	background-position: -496px -47px;
}

.shain1 {
	margin-top: 16px;
	background-image: url(../img/shain1.jpg);
	height: 105px;
	background-repeat: no-repeat;
	width: 774px;
	margin-right: auto;
	margin-left: auto;
}

.footer2_ {
	width: 547px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
}
.footer2_1 {
	width: 145px;
	float: left;
	padding-right: 15px;
}
.footer2_2 {
	width: 190px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.footer2_3 {
	width: 150px;
	float: left;
	padding-left: 15px;
}
.toiawase {
	text-align: right;
}
.left-list {
	list-style-position: inside;
	list-style-image: url(../img/list-mark.gif);
	line-height: 200%;
}

.copy1 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 160%;
}
.copy2 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
	line-height: 160%;
}
.copy3 {
	font-size: 16px;
	color: #F00;
	line-height: 160%;
}
.simple-red {
	color: #F00;	
}
.ad {
	padding-top: 16px;
	text-align: center;
	font-size: 10px;
}
