﻿@charset "utf-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
/*
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
 */
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* common */
body {
	background: #FFF;
	color: #333;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",verdana,arial,sans-serif;
	line-height: 1.4em;
}
a:link {
	color: #04819e;
	text-decoration: underline;
}
a:active {
	color: #04819e;
	text-decoration: underline;
}
a:visited {
	color: #60b9ce;
	text-decoration: underline;
}
a:hover {
	color: #ff7f00;
	text-decoration: underline;
}
div#wrapper {
	width:100%;
	text-align:center;
}
p.link {
	padding-left:10px;
	background:transparent url(../images/icn_arrow_01.gif) no-repeat scroll 0 6px;
}
a.outlink {
	padding-left:11px;
	background:transparent url(../images/icn_outlink.gif) no-repeat scroll 0 3px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
.marginB0 {
	margin-bottom:0 !important;
}
.marginB20 {
	margin-bottom:20px !important;
}
.marginL30 {
	margin-left:30px !important;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}

/* header */
div#header {
	width:750px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}
div#header img.logo {
	display:block;
	float:left;
	width:185px;
}
div#header img.tel {
	display:block;
	float:right;
	width:190px;
}


/* globalNavi */
div#globalNavi {
	height:50px;
	margin-bottom:1px;
	background:transparent url(../images/bg_globalnavi.gif) repeat-x scroll 0 0;
	background-color:#ff7f00;
	text-align:center;
}
div#globalNavi ul {
	width:750px;
	margin:0 auto;
	text-align:left;
}
div#globalNavi li {
	float:left;
	width:150px;
}
div#globalNavi li img {
	display:block;
}


/* topicPath */
div#topicPath {
	padding-top:15px;
	background:transparent url(../images/bg_topicpath_02.gif) repeat-x scroll 0 0;
	text-align:center;
}
div#topicPath ul {
	width:730px;
	height:23px;
	margin:0 auto;
	padding:0 10px;
	font-size:10px;
	background:transparent url(../images/bg_topicpath_01.gif) no-repeat scroll 0 0;
}
div#topicPath li {
	float:left;
	margin-top:1px;
}


/* contents */
div#contents {
	width:750px;
	margin:0 auto 30px;
	text-align:left;
}
div#contents h1#pageTitle {
	margin-bottom:15px;
}
div#contents h1#pageTitle img {
	display:block;
}

/* main */
div#contents div#main {
	float:left;
	width:535px;
}
div#contents div#main p.lead {
	margin-bottom:30px;
}
div#contents div#main div.contentBlock {
	margin-bottom:30px;
}
div#contents div#main div.contentBlock h2 {
	margin-bottom:7px;
}
div#contents div#main div.contentBlock h2 img {
	display:block;
}
div#contents div#main div.contentBlock p {
	margin:0 10px 10px;
}
div#contents div#main div.contentBlock ul {
	margin:0 10px 10px;
}
div#contents div#main div.contentBlock img.conceptImage {
	display:block;
	margin:0 10px 20px;
}


/* sub */
div#contents div#sub {
	float:right;
	width:200px;
}
div#contents div#sub div.contact {
	padding-bottom:5px;
	font-size:10px;
	line-height:1.3em;
	background:transparent url(../images/bg_contact.gif) repeat-y scroll 0 bottom;
}
div#contents div#sub div.contact h2 {
	margin:0 0 10px;
}
div#contents div#sub div.contact h3 {
	margin:0 15px 10px;
}
div#contents div#sub div.contact p {
	margin:0 15px 10px;
}
div#contents div#sub div.contact img {
	display:block;
}


/* pageTop */
div#pageTop {
	width:750px;
	margin:0 auto 30px;
	text-align:right;
	font-size:12px;
}
div#pageTop a {
	padding-left:12px;
	background:transparent url(../images/icn_arrow_02.gif) no-repeat scroll 0 4px;
}


/* footer */
div#footer {
	padding:30px 0 50px;
	background:transparent url(../images/bg_footer.gif) repeat-x scroll 0 0;
	background-color:#e6e6e6;
	text-align:center;
	font-size:12px;
}
div#footer div {
	width:750px;
	margin:0 auto;
	text-align:left;
}

div#footer ul {
	float:left;
	width:150px;
	margin-right:20px;
	background:transparent url(../images/line_footer.gif) repeat-y scroll right 0;
}
div#footer li {
	padding-left:10px;
	background:transparent url(../images/icn_arrow_01.gif) no-repeat scroll 0 6px;
}
div#footer li.lv2 {
	margin-left:20px;
}
div#footer div.info {
	float:right;
	width:400px;
	text-align:right;
}
div#footer p.companyName {
	font-size:14px;
	font-weight:bold;
}
div#footer p.copyright {
	margin-top:20px;
}
div#footer div.info img {
	vertical-align:top;
}

/* トップページ */
#topPage div#mainImage {
	height:300px;
	margin-bottom:20px;
	background:transparent url(../../images/bg_mainimage.gif) repeat-x scroll 0 0;
	text-align:center;
}
#topPage div#mainImage h1 {
	width:950px;
	margin:0 auto;
}
#topPage div#mainImage h1 img {
	display:block;
}
#topPage div#contents div#main div.service {
	margin-bottom:20px;
}
#topPage div#contents div#main h2 {
	margin-bottom:7px;
}
#topPage div#contents div#main p {
	margin:0 10px 10px;
}
#topPage div#contents div#main p.link {
	margin:0 10px;
}
#topPage div#contents div#main img.conceptImage {
	display:block;
	margin:0 10px;
}


/* 会社概要 */
#companyPage div#contents div#main table {
	width:100%;
	margin-bottom:30px;
}
#companyPage div#contents div#main th {
	width:25%;
	padding:8px;
	vertical-align:top;
	background-color:#e5faff;
	border-bottom:5px solid #fff;
}
#companyPage div#contents div#main td {
	width:75%;
	padding:8px;
}


/* ホームページ制作 */
#homepagePage div#contents div#main div.flow {
	margin:0 10px;
}
#homepagePage div#contents div#main div.flow dl {
	padding:15px 10px 30px;
	margin-bottom:5px;
	background:transparent url(../../service/homepage/images/bg_flow.gif) no-repeat scroll 0 bottom;
	background-color:#e5faff;
}
#homepagePage div#contents div#main div.flow dl.last {
	padding:15px 10px;
	background:none;
	background-color:#e5faff;
}
#homepagePage div#contents div#main div.flow dt {
	float:left;
	width:180px;
	font-weight:bold;
}
#homepagePage div#contents div#main div.flow dd {
	margin-left:190px;
	width:295px;
}
#homepagePage div#contents div#main table {
	width:514px;
	margin:0 10px 20px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
#homepagePage div#contents div#main th {
	width:65%;
	padding:8px;
	vertical-align:top;
	background-color:#e5faff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#homepagePage div#contents div#main td {
	width:35%;
	padding:8px;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


/* ITコンサルティング */
#itconsultingPage div#contents div#main div.flow {
	margin:0 10px;
}
#itconsultingPage div#contents div#main div.flow dl {
	padding:15px 10px 30px;
	margin-bottom:5px;
	background:transparent url(../../service/itconsulting/images/bg_flow.gif) no-repeat scroll 0 bottom;
	background-color:#e5faff;
}
#itconsultingPage div#contents div#main div.flow dl.last {
	padding:15px 10px;
	background:none;
	background-color:#e5faff;
}
#itconsultingPage div#contents div#main div.flow dt {
	float:left;
	width:180px;
	font-weight:bold;
}
#itconsultingPage div#contents div#main div.flow dd {
	margin-left:190px;
	width:295px;
}
#itconsultingPage div#contents div#main table {
	width:514px;
	margin:0 10px 20px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
#itconsultingPage div#contents div#main th {
	width:35%;
	padding:8px;
	vertical-align:top;
	background-color:#e5faff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#itconsultingPage div#contents div#main td {
	width:65%;
	padding:8px;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
