@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:11px;
	line-height:1.6;
	color:#000000;
	text-align: left;
	height:100%;/*フッタ対応*/
	background: #dedede url(../images/pop_bg.jpg) no-repeat left top;
	background-attachment:fixed;
}

/* for WinIE6*/
* html body {
	font-size:12px;
	/*letter-spacing: 1px;*/
	vertical-align:baseline;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka;
}

/* for WinIE7*/
*:first-child+html body { 
	font-size:68%;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka;
}

h1,p,ul,ol,dl,dt,dd,li,
table,td,th,div,hr{
	margin: 0;
	padding: 0;
	font-style: normal;
	vertical-align: top;
	text-align: left;
}
ul,ol{ list-style-type: none; }
table{
	font-size:inherit;
    font:100%;
	border: 0;
	border-spacing: 0;
}
img{
	border: 0;
	vertical-align: bottom;
}

a{
	color: #0b064d;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.red{
	color: #FF0000;
}

h1{
	margin-bottom: -80px;
}

/*----------------------
		Contents
------------------------*/
.content_inner{
	margin-bottom: 500px;
}
.content_inner p{
	margin: 15px 0 0 15px;
}

/*====== COMPANY ======*/
.clientkind{
	font-weight: bold;
	font-size: 13px;
}
ul.customer{
	margin: 15px 0 -80px 15px;
	zoom: 100%;
}
ul.customer2{
	margin: 25px 0 -80px 15px;
	zoom: 100%;
}
ul.customer3{
	height: 500px;
	margin: 15px 0 -80px 15px;
	zoom: 100%;
}
ul.customer:after,
ul.customer2:after,
ul.customer3:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
ul.customer li,
ul.customer2 li,
ul.customer3 li{
	float: left;
	width: 265px;
	background: url(../images/listimg.gif) 0 5px no-repeat;
	padding-left: 13px;
	margin-bottom: 4px;
}
ul.customer li.fnon,
ul.customer2 li.fnon,
ul.customer3 li.fnon{
	float: none;
	width: auto;
}
ul.customer li.midashi,
ul.customer2 li.midashi,
ul.customer3 li.midashi{
	width: 530px;
	margin-bottom: 8px;
	background: none;
	padding-left: 0;
}


/*------popup-------*/
#popttl{
	width: 670px;
	height: 69px;
	background: url(../images/pop_ttlbg.jpg) no-repeat left top;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#popttl img.pt{
	margin-left: 37px;
	margin-right: 4px;
}
#popcontents{
	width: 588px;
	margin-left: 40px;
	position: relative;
	top: 90px;
	z-index: 1;
}
#c1_1,#c1_2,
#c1_3,#c1_4,
#c1_5,#c1_6,
#c1_7,#c1_8,
#c1_9,#c2_1,
#c2_2,#c2_3,
#c3_1,#c4_1,
#c5_1,#c6_1{
	padding-top: 80px;
}

/*-----------------------------
		clearfix
----------------------------- */
.clfx:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clfx {display: inline-block;}
/* Hides from IE-mac \*/
* html .clfx {height: 1%;}
.clfx {display: block;}
/* End hide from IE-mac */


