﻿/* basic CSS Document */


/*------------------------　全体設計　------------------------*/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #434343;
	line-height: 1.4;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(./hp1/back.gif);
	background-position: center;
}

img{
	border:0px;
}

a{
	color: #4878b3;
	text-decoration:none;
}

a:hover{
	color: #ff3333;
	text-decoration:none;
}


/*------------------------　共通設定　------------------------*/
#all{
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	display: block;
}

#top{
	width: 900px;
	height: 70px;
	background-image:url(./hp1/top.gif);
	background-repeat: no-repeat;
}

#contents01{
	width: 900px;
	height: 28px;
	text-align: center;
}

#google-ads{
	width: 900px;
	height: 100px;
	text-align: center;
	clear: both;
}

#bottom{
	width: 900px
	height: 30px;
	text-align: center;
	clear:both;
}

/*----------　共通詳細設定　----------*/
/*--　top　リンクトップ　--*/
.top-top{
	float: left;
	padding-top: 10px;
}

/*--　contents01　メニュー　--*/
ul#menu{
	width: 900px;
	list-style:none;
	margin: 0;
	padding-left: 0px;
}

ul#menu li{
	width: 150px;
	height:23px;
	float:left;
	text-align:center;
}
html>/**/body ul#menu li {
	list-style:none;
}
ul#menu li a{
	display:block;
	color: #4878b3;
	font-weight: bold;
	background-image:url(./hp1/top-menu.gif);
	padding:5px 0 3px 0;
}
a.home{
    background-position:0px 0px;
}
a:hover.home{
    background-position:0px -28px;
}
a.kigyo{
    background-position:-150px 0px;
}
a:hover.kigyo{
    background-position:-150px -28px;
}
a.jigyo{
    background-position:-300px 0px;
}
a:hover.jigyo{
    background-position:-300px -28px;
}
a.saiyo{
    background-position:-450px 0px;
}
a:hover.saiyo{
    background-position:-450px -28px;
}
a.toiawase{
    background-position:-600px 0px;
}
a:hover.toiawase{
    background-position:-600px -28px;
}
a.sitemap{
    background-position:-750px 0px;
}
a:hover.sitemap{
    background-position:-750px -28px;
}


/* 下層のメニューを不可視に */
ul#menu li ul {
		display: none;
		left: 0px;
		margin: 0px;
		padding: 0px;
}
/* :hover で下層のメニューを可視に */
ul#menu li:hover ul {
		display: block;
		position:relative;
		z-index: 100;
		list-style:none;
}
ul#menu li ul li {
		float: none;
		width: 151px;
		height: 25px;
}
html>/**/body ul#menu li ul li a{
		width: 151px;
		height: 20px;
}
a.syacho{
    background-position:-150px 0px;
}
a:hover.syacho{
    background-position:-150px -28px;
}
a.keiei{
    background-position:-150px 0px;
}
a:hover.keiei{
    background-position:-150px -28px;
}
a.kaisya{
    background-position:-150px 0px;
}
a:hover.kaisya{
    background-position:-150px -28px;
}
a.kojin{
    background-position:-150px 0px;
}
a:hover.kojin{
    background-position:-150px -28px;
}
a.access{
    background-position:-150px 0px;
}
a:hover.access{
    background-position:-150px -28px;
}
a.si{
    background-position:-300px 0px;
}
a:hover.si{
    background-position:-300px -28px;
}
a.uk{
    background-position:-300px 0px;
}
a:hover.uk{
    background-position:-300px -28px;
}
a.cell{
    background-position:-300px 0px;
}
a:hover.cell{
    background-position:-300px -28px;
}

a.mpb{
    background-position:-300px 0px;
}
a:hover.mpb{
    background-position:-300px -28px;
}

/* プルダウンメニュー文字設定 */
span.menu{
	color: #0A1D3E;
	font-size: 12px;
	line-height: 20px;
}
span.menu-s01{
	font-size: 10px;
	line-height: 6px;
	color: #0A1D3E;
}
span.menu-s02{
	font-size: 10px;
	line-height: 14px;
	color: #0A1D3E;
}
/*--　google-ads　グーグルアドセンス　--*/

/*--　bottom　コピーライト--*/
.copyright{
	background-image: url(./hp1/top-bottom.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:2.5;
}


/*------------------------　事業内容ページ設定　------------------------*/
#jigyo-top{
	width: 900px;
	height: 80px;
}

#system01{
	width: 900px;
	height: 35px;
}
#system02{
	width: 900px;
	height: 280px;
	background-image: url(./hp1/jigyonaiyo-si-back.jpg);
	background-repeat: no-repeat;
}

#unyo01{
	width: 900px;
	height: 35px;
}
#unyo02{
	width: 900px;
	height: 280px;
	background-image: url(./hp1/jigyonaiyo-uk-back.jpg);
	background-repeat: no-repeat;
}

#mobile01{
	width: 900px;
	height: 35px;
}
#mobile02{
	width: 900px;
	height: 280px;
	background-image: url(./hp1/jigyonaiyo-mpb-back.jpg);
	background-repeat: no-repeat;
}

#bunsan01{
	width: 900px;
	height: 35px;
}
#bunsan02{
	width: 900px;
	height: 150px;
}
#toiawase{
	width: 900px;
	height: 70px;
	text-align: center;
}
#bottom{
	width: 900px
	height: 30px;
	text-align: center;
	clear:both;
}

/*----------　事業内容ページ詳細設定　----------*/
/*--jigyo-top　タイトル--*/
.jigyo-title{
	padding-top: 10px;
	padding-left: 10px;
}

/*--system　システムインテグレーション--*/
.si-title{
	padding-left: 20px;
}
.si-onayami{
	width:900px;
	height: 80px;
}
.si-banner{
	width: 260px;
	height: 140px;
	padding-top: 30px;
	padding-right: 30px;
	text-align: left;
	float: right;
}
.si-banner a{
	display: block;
	width: 260px;
	height: 100px;
	background-image:url(./hp1/jigyonaiyo-si-banner.gif);
}
.si-banner a:hover{
	background-image:url(./hp1/jigyonaiyo-si-banner-ro.gif);
}
.si-syosai{
	width: 360px;
	height: 140px;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 10px;
	text-align: left;
	float: right;
}
*html .si-syosai{
	width: 420px;
}

/*--unyo　運用管理サービス--*/
.uk-title{
	padding-left: 20px;
}
.uk-onayami{
	width:700px;
	height: 80px;
}
.uk-banner{
	width: 260px;
	height: 140px;
	padding-top: 30px;
	padding-right: 30px;
	text-align: left;
	float: right;
}
.uk-banner a{
	display: block;
	width: 260px;
	height: 100px;
	background-image:url(./hp1/jigyonaiyo-uk-banner.gif);
}
.uk-banner a:hover{
	background-image:url(./hp1/jigyonaiyo-uk-banner-ro.gif);
}
.uk-syosai{
	width: 360px;
	height: 140px;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 10px;
	text-align: left;
	float: right;
}
*html .uk-syosai{
	width: 420px;
}
/*--mobile　モバイルページビルダー--*/
.mpb-title{
	padding-left: 20px;
}
.mpb-onayami{
	width:700px;
	height: 80px;
}
.mpb-banner{
	width: 260px;
	height: 140px;
	padding-top: 30px;
	padding-right: 30px;
	text-align: left;
	float: right;
}
.mpb-banner a{
	display: block;
	width: 260px;
	height: 100px;
	background-image:url(./hp1/jigyonaiyo-mpb-banner.gif);
}
.mpb-banner a:hover{
	background-image:url(./hp1/jigyonaiyo-mpb-banner-ro.gif);
}
.mpb-syosai{
	width: 360px;
	height: 140px;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 10px;
	text-align: left;
	float: right;
}
*html .mpb-syosai{
	width: 420px;
}

/*--cell　CELLプロセッサ研究開発--*/
.cell-title{
	padding-left: 20px;
	clear: both;
}
.cell-onayami{
	width:700px;
	height: 80px;
}
.cell-banner{
	width: 260px;
	padding-right: 30px;
	float: right;
}
.cell-banner a{
	display: block;
	width: 260px;
	height: 100px;
	background-image:url(./hp1/jigyonaiyo-cell-banner.gif);
}
.cell-banner a:hover{
	background-image:url(./hp1/jigyonaiyo-cell-banner-ro.gif);
}

.cell-syosai{
	width: 570px;
	padding-left: 30px;
	padding-right: 10px;
	float: right;
}
*html .cell-syosai{
	width: 610px;
}

/*--toiawase　問合せ--*/
.toiawase-banner a{
	display: block;
	width: 800px;
	height: 50px;
	background-image:url(./hp1/toiawase-banner.gif);
}
.toiawase-banner a:hover{
	background-image:url(./hp1/toiawase-banner-ro.gif);
}
html>/**/body .toiawase-banner{
	padding-left: 50px;
}
