@charset "utf-8";

/*----------------------------------------------------
Information
File name :		base.css
Style Info:		基本スタイルの設定
--------------------------------------------------- */


/*****************************************************************************
 reset 
 *****************************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

em,strong,th,address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img,
object,
embed {
	border: 0;
	vertical-align: top;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}

strong {
	font-weight: bold;
}

/*****************************************************************************
 linkColor 
 *****************************************************************************/

a:link {
	color: #1b5f96;
	text-decoration: none;
}

a:visited {
	color: #1b5f96;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/*****************************************************************************
 clearfix 
 *****************************************************************************/

.cb {
	clear: both;
	font-size: 1%;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

.clearfix {
	display: inline-block;
}

/* Hide from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display:block; }

/* End hide from IE-mac */

/*****************************************************************************
 base
 *****************************************************************************/

body {
	background-color: #FFFFFF;
	font-size: 87.5%;		/* 14px */
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	color: #333333;
	text-align: center;
}

/*****************************************************************************
 header 
 *****************************************************************************/

#header {
	background: url(/common/img/share/globalNavi_bg.gif) repeat-x left bottom;
}

#header .inner {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	_height: 1%;
}

#header .pageTtl {
	padding: 2.6em 0 0 0;
	margin-left: 13.5em;
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	text-align: left;
	position: absolute;
}

#header .logo {
	float: left;
	margin: 12px 27px 9px 2px;
	_display: inline;
}

#header p.catch {
	color: #000000;
	font-size: 85.7%;
	line-height: 1.2;
	padding-top: 31px;
}

#header #search {
	position: absolute;
	left: 714px;
	top: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#header #search form {
	overflow: hidden;
	_height: 1%;
}

#header #search input.btn {
	float: left;
	padding-top: 2px;
	margin-right: 6px;
}

#header #search input.txt {
	float: right;
	width: 157px;
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #d8dee2;
}

#utilityNavi {
	position: absolute;
	right: 6px;
	top: 39px;
}

#utilityNavi li {
	float: left;
	font-size: 85.7%;
	margin-left: 33px;
	_display: inline;
}

#utilityNavi li a {
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.4em;
	color: #1264ae;
	padding-left: 19px;
	display: inline-block;
	line-height: 1.2;
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.3em;
}

#globalNavi {
	clear: both;
}

#globalNavi li {
	float: left;
}

#header_sp {
    display: none;
}

/*****************************************************************************
 contents
 *****************************************************************************/

#home #contents {
	background: url(/common/img/home/mainImage_bg.gif) repeat-x left top;
	margin-bottom: 65px;
}

#home #contents .inner {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	_height: 1%;
}

#home #visual {
	padding-top: 28px;
	padding-bottom: 51px;
}

/* 以下、トップ画像を小さく表示する時 */
#home #contents_new {
	background: url(/common/img/home/mainImage2_bg.jpg) repeat-x left top;
	margin-bottom: 65px;
}

#home #contents_new .inner {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	_height: 1%;
}

#home #visual_new {
	padding-top: 0px;
	margin-bottom: 51px;
}

/*****************************************************************************
 contents_main
 *****************************************************************************/
 
#main {
	float: left;
	width: 700px;
}

#main #products .box{
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #5989cf;
    background: #c6e4ff;
    border-bottom: solid 6px #aac5de;
    border-radius: 9px;
}
#main #products .box p {
    margin: 0; 
    padding: 0;
    font-size:large;
    font-weight:bold;
    text-align:center;
}

#main #products .box2{
    padding: 0.5em 1em;
    margin: 0.2em 0 1em 0;
    border: solid 2px #CBCBCB;
}
#main #products .box2 p {
    margin: 0 0 10px 0; 
    padding: 0;
    text-align:left;
    font-size:11pt;
}
#main #products .box2sub{
    border-bottom: solid 1px #CBCBCB;
}
#main #products .box2 u {
    border-left: solid 4px #0000C1;
    padding-left: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight:bold;
    font-size:large;
}

#home .headLine01 {
	background: url(/common/img/home/title_bg.gif) no-repeat left bottom;
	padding-bottom: 7px;
	overflow: hidden;
	_height: 1%;
}

/* 追加 */
#home .headLine02 {
    padding: 15px 0 2px 0px;
	overflow: hidden;
}
/* */

#home #products {
	margin-bottom: 29px;
}

#home #products .project {
	float: right;
	width: 128px;
	background: url(/common/img/home/project_bg_bot.gif) no-repeat left bottom;
	font-size: 71.4%;
	margin: -17px 10px 0 0;
	/* display: inline-block; */
	position: relative;
}

#home #products .project a {
	background: url(/common/img/home/project_bg.gif) no-repeat left top;
	padding: 1px 0 2px 22px;
	display: block;
	line-height: 1.2;
}

#home #projectBox {
	width: 705px;
	margin: 21px 0 0 -5px;
	position: relative;
	overflow: hidden;
	_height: 1%;
}

#home #projectBox div {
	width: 230px;
	float: left;
	margin-left: 5px;
	_display: inline;
}

#home #projectBox div a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#home #projectBox div h3 a.title {
	font-weight: bold;
	color: #1b5f96;
	padding: 6px 0 4px;
	display: block;
}

#home #projectBox p {
	font-size: 85.7%;
}

#home #projectBox p.description {
	margin-bottom: 5px;
}

#home #projectBox p a.arrow {
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.4em;
	color: #1264ae;
	margin: 0 4px 0 6px;
	padding-left: 19px;
	display: inline-block;
	line-height: 1.2;
}

#home #projectBox p .free {
	background: #CC0000;
	font-size: 83.3%;
	color: #FFFFFF;
	padding: 0 9px;
}

#home #news {
	margin-bottom: 20px;
}

#home #news .notice {
	float: left;
	width: 630px;
	font-size: 71.4%;
	color: #FFFFFF;
	text-align: right;
	margin-top: -17px;
	position: relative;
}

#home #news .list {
	float: right;
	width: 50px;
	background: url(/common/img/home/list_bg_bot.gif) no-repeat left bottom;
	font-size: 71.4%;
	margin: -17px 10px 0 0;
	/* display: inline-block; */
	position: relative;
}

#home #news .list a {
	background: url(/common/img/home/list_bg.gif) no-repeat left top;
	padding: 1px 0 2px 22px;
	display: block;
	line-height: 1.2;
}

/* #home #news dl {
} */

#home #news dl dt {
	clear: both;
	float: left;
	width: 6em;
	font-size: 85.7%;
	margin-right: 16px;
	padding-top: 7px;
}

#home #news dl span {
	float: left;
	width: 72px;
	font-size: 83.3%;
	line-height: 1.1;
	text-align: center;
	margin: 2px 25px 0 0;
	padding-top: 1px;
	/* display: inline-block; */
}

#home #news dl span a {
	color: #FFFFFF;
	padding-bottom: 2px;
	display: block;
}

#home #news dl .cat01 {
	background: url(/common/img/home/category01_bg.gif) no-repeat left top;
}

#home #news dl .cat01 a {
	background: url(/common/img/home/category01_bg_bot.gif) no-repeat left bottom;
}

#home #news dl .cat02 {
	background: url(/common/img/home/category02_bg.gif) no-repeat left top;
}

#home #news dl .cat02 a {
	background: url(/common/img/home/category02_bg_bot.gif) no-repeat left bottom;
}

#home #news dl .cat03 {
	background: url(/common/img/home/category03_bg.gif) no-repeat left top;
}

#home #news dl .cat03 a {
	background: url(/common/img/home/category03_bg_bot.gif) no-repeat left bottom;
}

#home #news dl .cat04 {
	background: url(/common/img/home/category04_bg.gif) no-repeat left top;
}

#home #news dl .cat04 a {
	background: url(/common/img/home/category04_bg_bot.gif) no-repeat left bottom;
}

#home #news dl .cat05 {
	background: url(/common/img/home/category05_bg.gif) no-repeat left top;
}

#home #news dl .cat05 a {
	background: url(/common/img/home/category05_bg_bot.gif) no-repeat left bottom;
}

#home #news dl .cat06 {
	background: url(/common/img/home/category06_bg.gif) no-repeat left top;
}

#home #news dl .cat06 a {
	background: url(/common/img/home/category06_bg_bot.gif) no-repeat left bottom;
}

#home #news dl dd {
	font-size: 85.7%;
	background: url(/common/img/share/line.gif) repeat-x left bottom;
	padding: 7px 0 17px 7.5em;
}

#home #news dl dd:after {
	content: '';
	display: block;
	clear: both;
}

#home #news dl dd a.arrow {
	width: 470px;
	color: #1b5f96;
	padding: 1px 0 0 19px;
	display: inline-block;
	line-height: 1.4;
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.5em;
}

#home #pickup {
	margin-bottom: 41px;
}

/* #home #pickup dl {
} */

#home #pickup dl dt {
	clear: both;
	float: left;
	width: 6em;
	font-size: 85.7%;
	margin-right: 16px;
	padding-top: 7px;
}

#home #pickup dl span {
	float: left;
	width: 72px;
	font-size: 83.3%;
	line-height: 1.1;
	text-align: center;
	margin: 2px 25px 0 0;
	padding-top: 1px;
	/* display: inline-block; */
}

#home #pickup dl span a {
	color: #FFFFFF;
	padding-bottom: 2px;
	display: block;
}

#home #pickup dl .cat01 {
	background: url(/common/img/home/category01_bg.gif) no-repeat left top;
}

#home #pickup dl .cat01 a {
	background: url(/common/img/home/category01_bg_bot.gif) no-repeat left bottom;
}

#home #pickup dl .cat02 {
	background: url(/common/img/home/category02_bg.gif) no-repeat left top;
}

#home #pickup dl .cat02 a {
	background: url(/common/img/home/category02_bg_bot.gif) no-repeat left bottom;
}

#home #pickup dl .cat03 {
	background: url(/common/img/home/category03_bg.gif) no-repeat left top;
}

#home #pickup dl .cat03 a {
	background: url(/common/img/home/category03_bg_bot.gif) no-repeat left bottom;
}

#home #pickup dl .cat04 {
	background: url(/common/img/home/category04_bg.gif) no-repeat left top;
}

#home #pickup dl .cat04 a {
	background: url(/common/img/home/category04_bg_bot.gif) no-repeat left bottom;
}

#home #pickup dl .cat05 {
	background: url(/common/img/home/category05_bg.gif) no-repeat left top;
}

#home #pickup dl .cat05 a {
	background: url(/common/img/home/category05_bg_bot.gif) no-repeat left bottom;
}

#home #pickup dl dd {
	font-size: 85.7%;
	background: url(/common/img/share/line.gif) repeat-x left bottom;
	padding: 7px 0 17px 7.5em;
}

#home #pickup dl dd:after {
	content: '';
	display: block;
	clear: both;
}

#home #pickup dl dd a.arrow {
	width: 470px;
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.4em;
	color: #1b5f96;
	padding: 1px 0 0 19px;
	display: inline-block;
	line-height: 1.4;
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.5em;
}

#home #services {
	width: 720px;
	margin-left: -20px;
	position: relative;
	overflow: hidden;
	_height: 1%;
}

#home #services a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#home #services div {
	float: left;
	width: 340px;
	margin-left: 20px;
	_display: inline;
}

#home #services div h2 {
	margin-bottom: 8px;
}

#home #services div p {
	font-size: 85.7%;
}

#home #services div ul {
	padding-top: 6px;
}

#home #services div ul li {
	font-size: 85.7%;
	list-style: disc;
	margin: 0 0 3px 20px;
}

#home .addTxt {
	width: 700px;
	padding: 30px 0 0 0;
	font-size: 10px;
	line-height: 1.4;
	color: #666;
}

#home .addTxt h2 {
	margin-bottom: 0.1em;
	font-weight: bold;
}

#home #sitemap {
	width: 705px;
	margin: 21px 0 0 -5px;
	position: relative;
	overflow: hidden;
	_height: 1%;
}

#home #sitemap div {
	width: 230px;
	float: left;
	margin-left: 5px;
	_display: inline;
}

#home #sitemap div a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#home #sitemap div h3 a.title {
	font-weight: bold;
	color: #1b5f96;
	padding: 6px 0 4px;
	display: block;
}

#home #sitemap td {
	font-size: 100.0%;
}

#home #sitemap td.description {
	margin-bottom: 5px;
}

#home #sitemap td a.arrow {
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.4em;
	color: #1264ae;
	margin: 0 4px 0 6px;
	padding-left: 19px;
	display: inline-block;
	line-height: 1.6;
}

#home #sitemap td a.titlearrow {
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.4em;
	color: #1264ae;
	margin: 5px 4px 0 6px;
	padding-left: 19px;
	display: inline-block;
	line-height: 1.2;
	font-weight:bold;
}

#home #sitemap td .free {
	background: #CC0000;
	font-size: 83.3%;
	color: #FFFFFF;
	padding: 0 9px;
}

/*****************************************************************************
 contents_sub
*****************************************************************************/

#sub {
	float: right;
	width: 240px;
}

#shopping {
	margin-bottom: 20px;
}

#shopping li {
	margin-top: 6px;
}

.subMenu {
	margin-bottom: 20px;
}

.subMenu li {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 4px 0 5px;
}

.subMenu li a {
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.35em;
	color: #1b5f96;
	margin: 0 2px 0 11px;
	padding-left: 17px;
	display: inline-block;
	line-height: 1.2;
}

#home #provided {
	background: url(/common/img/home/sub_bg_bot.gif) no-repeat left bottom;
	margin-bottom: 13px;
	padding-bottom: 13px;
}

#home #provided ul {
	background: url(/common/img/home/sub_bg.gif) no-repeat left top;
	padding: 13px 10px 0 10px;
}

#home #provided ul li {
	font-size: 71.4%;
	margin-bottom: 5px;
}

#home #provided ul li.bot {
	margin-bottom: 15px;
	_zoom: 1;
}

#home #provided ul li a.arrow {
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.4em;
	margin-left: 4px;
	padding-left: 16px;
	display: block;
	line-height: 1.2;
}

#home #wisePDS a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#home #wisePDS a.arrow {
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.5em;
	font-size: 85.7%;
	margin: 5px 0 0 10px;
	padding-left: 19px;
	display: block;
	line-height: 1.5;
}

#home #housesupport a:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

#home #iso-consulting a:hover img {
	opacity: 0.75;
    filter: alpha(opacity=75);
}

#home #designproposal a:hover img {
	opacity: 0.75;
    filter: alpha(opacity=75);
}


/*****************************************************************************
 footer
 *****************************************************************************/

#footer {
	background: url(/common/img/share/footer_bg.gif) repeat-x left top;
}

#footer .inner {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	_height: 1%;
}

#pageTop {
	background: url(/common/img/share/pageTop_bg.gif) no-repeat right bottom;
	position: absolute;
	right: 0;
	top: 0;
}

#pageTop a.arrow {
	background: url(/common/img/share/arrow_t.gif) no-repeat left 0.6em;
	font-size: 71.4%;
	color: #FFFFFF;
	margin-left: 5px;
	padding: 4px 7px 3px 8px;
	display: inline-block;
	line-height: 1.2;
}

#footer .logo {
	float: left;
	margin: 29px 0 2px;
	padding-bottom: 12px;
	_display: inline;
}

#footer .logo p {
	font-size: 71.4%;
	color: #666666;
	text-align: center;
}

#footerNavi {
	float: right;
	width: 798px;
	margin-top: 35px;
}

#footerNavi ul {
	overflow:hidden;
	padding-bottom: 9px;
}

#footerNavi li {
	float: left;
	font-size: 85.7%;
	border-left: 1px solid #666666;
	line-height: 1.1;
	margin-left: -10px;
	margin-right: 18px;
	padding-left: 9px;
}

#footerNavi li a {
	color: #666666;
}

#copyright {
	background: #c6c6c6;
	text-align: center;
}