@charset "utf-8";

* {
	margin:0px;
	padding:0px;
}


/*-------------------------フォントサイズ等の指定*/ 
body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  text-align:center;
  padding: 0;
  margin: 0;
}

/*-------------------------wrapperの指定*/ 
#wrapper {
  text-align: left;
  width: 800px;
  margin: auto;
  padding: 0;
}

/*-------------------------headerの指定*/ 
#header {
  height: 60px;
  width:800px;
  margin: 0;
  padding: 0;
}

#header h1 {
	margin-left: 20px;
	margin-top: 20px;
	display: inline;
	float: left;
	height: 27px;
	width: 224px;
	background-image: url(images/logo.gif);
	text-indent: -9999px;
}

#header h2 {
	float:left;
	margin-left:535px;
	margin-top:20px;
	font-weight: normal;
	font-size: 12px;
	text-align:left;
	position: absolute;
}


#header h3 {
	margin-left: 705px;
	margin-top: 20px;
	display: block;
	float: left;
	height: 11px;
	width: 67px;
	background-image: url(images/map.gif);
	text-indent: -9999px;
	margin-bottom: 5;
	position: absolute;
}

#header h4 {
	margin: 40px 30px 10px 550px;
	display: block;
	float: right;
	height: 19px;
	width: 227px;
	background-image: url(images/tel.gif);
	text-indent: -9999px;
	position: absolute;
}


/*-------------------------gnaviの指定*/ 

#globalnavi ul {
	width: auto;
	height:35px;
	list-style-type: none;
	margin:0 0 10px 0;
	background-color: #006;
	text-align: left;
}

#globalnavi li {
	width: auto;
	height:auto;
	float: left;
	border-right: 3px groove #cccccc;
	padding: 10px 20px 10px 20px;
	text-align:left;
}

#globalnavi li a {
	text-decoration: none;
	display: block;
	color: #fff;
}

#globalnavi li a:hover {
	color: #FC0;
}

/*-------------------------sidebarの指定*/
#sidebar {
	width: 190px;
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
}

#sidebar ul {
	width: auto;
	height:auto;
	list-style-type: none;
	text-align: left;
	border-top: solid #006 3px;
	border-left: solid #006 3px;
	border-right: solid #006 3px;
	background-color: #E1E1FF;
}

#sidebar li {
	float: none;
	text-align:left;
	padding:10px 10px 10px 10px;
	border-bottom: solid #006 3px;
}

#sidebar li a{
	float: none;
	text-align:left;
	text-decoration: none;
	color:#000;
	
}

#sidebar li a:hover{
	float: none;
	text-align:left;
	color:#C00;
}

/*-------------------------containerの指定*/ 
#container {
	position: relative;
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
}

#leftbox {
	margin:10px 10px 30px 20px;
	float:left;
	width:430px;
	height:auto;
}

.image_left {
	margin:0px 0px 0px 0px;
	float:none;
}

.image_title {
	margin:10px 0 10px 10px;
	float:none;
}

#leftbox p{
	margin:10px 10px 10px 20px;
	width:430px;
	height:auto;
	text-align: left;
	float: none;
}

#leftbox p a {
	margin:10px 0px 10px 0px;
	float:none;
	font-weight: bold;
/*	text-indent: 25px; */
	text-decoration: none;
	color: #F60;
}

#leftbox p a:hover {
	margin:10px 0px 10px 0px;
	float:none;
	font-weight: bold;
/*	text-indent: 25px; */
	color: #006;
}


/*-------------------------contentsの指定*/
#contents {
	margin: 10px 20px 30px 10px;
	padding: 0;
	width: 300px;
	float:right;
}

#contents p {
	float:none;
	text-align: left;
}

#contents p.square {
	background: url(images/square.gif) 0 0 no-repeat;
	margin:10px 0px 0px 0px;
	float:none;
	font-weight: bold;
	text-indent: 25px;
}

#contents p.square a {
	margin:10px 0px 0px 0px;
	float:none;
	font-weight: bold;
	text-indent: 25px;
	text-decoration: none;
	color: #006;
}

#contents p.square a:hover {
	margin:10px 0px 0px 0px;
	float:none;
	font-weight: bold;
	text-indent: 25px;
	color: #F60;
}

#contents p.coment {
	float:none;
	margin:5px 0px 20px 25px;
	text-align: left;
	line-height: 150%;
	text-transform: lowercase;
}


/*-------------------------各ページの指定*/
#contpage {
	width:760px;
	height:auto;
	margin:20px auto;
}

#contpage h5 {
	margin:30px auto 0 auto;
	width:521px;
	height:33px;
	background-image:url(images/back_title.jpg);
	text-indent: 50px;
	font-size: 20px;
}

#contpage h5.long {
	margin:30px auto 0 auto;
	width:719px;
	height:33px;
	background-image:url(images/back_title2.jpg);
	text-indent: 50px;
	font-size: 20px;
}

#contpage p {
	margin:20px 30px 10px 50px;
	float:none;
	line-height: 150%;
}

#contpage p.title {
	margin:30px 0 10px 50px;
	float:none;
	font-weight: bold;
	color: #006;
}

#contpage p.title a {
	font-weight: bold;
	text-decoration: none;
	color: #006;
}

#contpage p.title a:hover {
	font-weight: bold;
	color: #F60;
}

#contpage p.coment {
	margin:10px 0 10px 70px;
	float:none;
}

#contpage ul {
	width:auto;
	height:auto;
	list-style-type: circle;
	margin:10px 30px 10px 70px;
	text-align: left;
}

#contpage li {
	float: none;
	text-align:left;
	line-height: 150%;
}

.contpage_image_right {
	margin:20px 30px 10px 20px;
	float:right;
	padding: 5px 5px 5px 5px;
	border:solid #666 1px;
}

#contpage table {
	width:auto;
	height:auto;
	margin:10px 30px 30px 50px;
	text-align: left;
	border-top:double #CCC 1px;
	border-left:double #CCC 1px;
}

#contpage th {
	padding:10px 10px 10px 10px;
	text-align: center;
	border-bottom:double #CCC 1px;
	border-right:double #CCC 1px;
	background-color:#E1E1FF;
}

#contpage td {
	padding:10px 10px 10px 10px;
	text-align: left;
	border-bottom:double #CCC 1px;
	border-right:double #CCC 1px;
	line-height:150%;
	vertical-align:top;
}

/*------------------------ アプリケーションのページ -*/
#contpage_main_img {
	margin:0 auto 30px auto;
	width:519px;
	height:431px;
	background-image:url(images/back_net.jpg);
}

#contpage_main_img_box {
	display: block;
	margin:30px 10px 10px 230px;
	width:280px;
	height:400px;
	position: absolute;
	line-height: 130%;
}

#contpage_main_img_box p.title {
	margin:0 0 10px 0;
	float:none;
	font-weight: bold;
}

#contpage_main_img_box p.title a {
	margin:10px 0px 0px 0px;
	float:none;
	font-weight: bold;
	text-indent: 25px;
	text-decoration: none;
	color: #006;
}

#contpage_main_img_box p.title a:hover {
	margin:10px 0px 0px 0px;
	float:none;
	font-weight: bold;
	text-indent: 25px;
	color: #F60;
}
#contpage_main_img_box p.coment {
	margin:0 0 10px 10px;
	float:none;
}

span.blue{
	color:#009;
	font-weight: bold;
}

span.red{
	color:#900;
	font-weight: bold;
}


#contpage_main_img_box ul {
	width: auto;
	height:auto;
	list-style-type: circle;
	margin:0 0 10px 0;
	text-align: left;
}

#contpage_main_img_box li {
	float: none;
	text-align:left;
}




/*-----------------------------２ページ目*/
#contpage_main_img2 {
	margin:0 auto 30px auto;
	width:519px;
	height:431px;
	background-image:url(images/back_net2.jpg);
}

#contpage_main_img_box2 {
	display: block;
	margin:0 10px 10px 30px;
	width:470px;
	height:430px;
	position: absolute;
	line-height: 150%;
}

#contpage_main_img_box2 p.title {
	margin:0 0 10px 0;
	float:none;
	font-weight: bold;
}

#contpage_main_img_box2 p.title a {
	margin:0 0 10px 0;
	float:none;
	text-decoration: none;
	color: #006;
}

#contpage_main_img_box2 p.title a:hover {
	margin:0 0 10px 0;
	float:none;
	color: #F60;
}
#contpage_main_img_box2 p.coment {
	margin:0 0 10px 0;
	float:none;
}


/*-----------------------------会社概要*/
#campany {
	margin:0 auto 30px auto;
	width:519px;
	height:1060px;
	background-image:url(images/back_campany.jpg);
}

#campany_box {
	display: block;
	margin:30px 10px 10px 70px;
	width:430px;
	height:1000px;
	position: absolute;
	line-height: 150%;
}

#campany_box p.title {
	margin:0 0 5px 0;
	float:none;
	font-weight: bold;
}
#campany_box p.coment {
	margin:0 0 20px 10px;
	float:none;
}
#campany_box p.coment2 {
	margin:0 0 10px 10px;
	float:none;
}

#campany_box dl {
	margin: -15px 10px 10px 30px;
}
#campany_box dl dt {
	float: left;
}
#campany_box dl dd {
	float: none;
	padding-left:5px;
}

#campany_box ol {
	width: auto;
	height:auto;
	list-style-type: inherit;
	margin:0 0 10px 30px;
	text-align: left;
}

#campany_box li {
	float: none;
	text-align:left;
}


/*-----------------------------経費削減の提案ページ*/
#netcost {
	display: block;
	margin:0 0 30px 10px;
	width:600px;
	height:auto;
	float: right;
/*	background-image:url(images/back_netcost.jpg);*/
}

#netcost h5 {
	margin:30px 0 0 10px;
	width:521px;
	height:33px;
	background-image:url(images/back_title.jpg);
	text-indent: 50px;
	font-size: 20px;
}

#netcost_box {
	display: block;
	margin:20px 0 10px 10px;
	width:580px;
	height:auto;
	position: relative;
	line-height: 150%;
}

#netcost_box p {
	margin:0 0 10px 0;
	float:none;
	line-height: 150%;
}


#netcost_box p.title {
	margin:20px 0 5px 0;
	float:none;
	font-weight: bold;
}

#netcost_box table {
	width:auto;
	height:auto;
	margin:10px 20px 30px 20px;
	text-align: left;
	border-top:double #CCC 1px;
	border-left:double #CCC 1px;
}

#netcost_box th {
	padding:10px 10px 10px 10px;
	text-align: center;
	border-bottom:double #CCC 1px;
	border-right:double #CCC 1px;
	background-color:#E1E1FF;
}

#netcost_box td {
	padding:10px 10px 10px 10px;
	text-align: left;
	border-bottom:double #CCC 1px;
	border-right:double #CCC 1px;
	line-height:150%;
	vertical-align:top;
}



#netcost_box_left {
	display: block;
	width:450px;
	height:auto;
	position: relative;
	line-height: 150%;
	float: none;
	padding: 0 10px 0 20px;
	margin: 20px auto 20px auto;
	border: double #006 2px;
	background-color: #FFC;
}

#netcost_box_left p.title {
	margin:20px 0 20px 0;
	float:none;
	font-weight: bold;
	text-align:left;
}
#netcost_box_left p.coment {
	margin:0 0 20px 30px;
	float:none;
}

/*--- index.html用 ---*/
#netcost_box_left ol.koumoku {
	width: auto;
	height:auto;
	list-style-type: decimal;
	margin:0 0 20px 30px;
	text-align: left;
	color:#009;
	font-weight: bold;
}

#netcost_box_left li.koumoku {
	float: none;
	text-align:left;
}

#netcost_box_left ol.meisai {
	width: auto;
	height:auto;
	list-style-type: decimal;
	margin:10px 0 20px 20px;
	text-align: left;
	color:#000;
	font-weight: normal;
}

#netcost_box_left li.meisai {
	float: none;
	text-align:left;
}

/*--- 金額・その他サービス用 ---*/
#netcost_box_left ol.koumoku2 {
	width: auto;
	height:auto;
	list-style-type: circle;
	margin:0 0 20px 30px;
	text-align: left;
	color:#009;
	font-weight: bold;
}

#netcost_box_left li.koumoku2 {
	float: none;
	text-align:left;
}

#netcost_box_left ol.meisai2 {
	width: auto;
	height:auto;
	list-style-type: square;
	margin:10px 0 20px 20px;
	text-align: left;
	color:#000;
	font-weight: normal;
}

#netcost_box_left li.meisai2 {
	float: none;
	text-align:left;
}



/*-------------------------footerの指定*/
#footer {
	background-color: #006;
	width: 800px;
	height: 40px;
	padding: 10px auto 10px auto;
}

#footer p {
	text-decoration: none;
	text-align: center;
	line-height:150%;
	color: #FFC;
}
#footer p a {
	text-decoration: none;
	text-align: center;
	line-height:150%;
	color: #fff;
}
#footer p a:hover {
	text-decoration: none;
	text-align: center;
	line-height:150%;
	color: #FC0;
}


#clearFloat {
	clear: both;
}
