/* --------------------------------------------------------

	CSS - base.css
	Last-Modified：10.9.22

-------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
    color: #333333;
	font-size: small;
	line-height: 150%;
    background: url(../img/back.jpg) repeat-x;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, li, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ul {
	list-style: none;
}
img {
	border: none;
}
img.line {
	padding: 4px;
	border: 1px solid #ccc;
} 
a {
	outline: none 0 #000;
}

/* clearfix */
.clearfix:after {
    content:  ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.clearfix { display: inline-table; zoom: 1; }
/* other IE Mac5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end other IE Mac5 */

a:link { color: #2679CC; text-decoration: none;}
a:visited { color: #2679CC; text-decoration: none;}
a:active { color: #195188; text-decoration: underline;}
a:hover { color: #195188; text-decoration: underline;}

#container {
    width: 820px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#header {
    padding: 0 10px;
}
h1 {
    width: 810px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0px 10px 5px;
    text-align: left;
    font-family : normal;
    font-size : 9pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #666666;
}
h2 {
    text-indent: 0.5em;
    background: url(../img/h2.jpg) no-repeat;
	padding: 10px;
	margin: 20px 0 5px;
	font-size: 24px;
	clear: both;
}
h3 {
    padding: 15px 0 5px;
    background: url(../img/h3.jpg) no-repeat;
	text-indent: 1.8em;	
}
h4 {
    padding: 10px 0 5px 0;
    font-size: 15px;
    color: #009900;
}
/* ヘッドナビ */
#navi {
   width: 800px;
   height: 60px;
   margin: auto;
   padding: auto;
}
*html #navi { /* for ie6 */    margin: -3px auto; }
ul#navi li {
   list-style-type: none;
   float: left;
   width: 200px;
}
ul#navi li a {
   display: block;
   height: 60px;
   overflow: hidden;
   background-image: url(../img/menu.jpg);
   background-repeat: no-repeat;
   text-indent: -9999px;
}
ul#navi li.tohome a {
   background-position: 0 0;
}
ul#navi li.tobusiness a {
   background-position: -200px 0;
} 
ul#navi li.toabout a {
   background-position: -400px 0;
} 
ul#navi li.tocontact a {
   background-position: -600px 0;
} 



/* ヘッドナビオンマウス */
ul#navi li.tohome a:hover {
   background-position: 0 -60px;
}
ul#navi li.tobusiness a:hover {
   background-position: -200px -60px;
} 
ul#navi li.toabout a:hover {
   background-position: -400px -60px;
} 
ul#navi li.tocontact a:hover {
   background-position: -600px -60px;
} 



/* ヘッドナビ閲覧ページのみカラー表示 */
ul#navi li.tohome_dis a {
   background-position: 0 -60px;
}
ul#navi li.tobusiness_dis a {
   background-position: -200px -60px;
} 
ul#navi li.toabout_dis a {
   background-position: -400px -60px;
} 
ul#navi li.tocontact_dis a {
   background-position: -600px -60px;
} 
 


/* コンテンツ */
#contents {
    width: 800px;
	margin-right: auto;
    margin-left: auto;
	margin-top: 30px;
}
#info {
    width: 760px;
	height: auto;
	margin-right: auto;
    margin-left: auto;

}
#info2 {
    width: 760px;
	height: auto;
	margin-right: auto;
    margin-left: auto;
}
.topbox {
    height: 270px;
}
.cont {
    padding-left: 30px;
	clear: both;
}

.business_List {
    padding: 0 0 50px 30px;
	line-height: 180%;
}

.business_List li {
	float: left;
	display: inline;
	text-indent: 1em;
	margin-left: 10px;
    background: url(../img/listyle.jpg) no-repeat;	
}

#company_table {
	width: 580px;
	height: auto;	
	margin-right: auto;
    margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 150%;
	color: #333333;
}
#company_table td {
    padding: 5px;
}
.haishinimg {
    width: 300px;
	height: 180px;
    padding: 20px;
	float: left;
	}
.right {
    width: 380px;
	height: 180px;
	padding: 20px;
    float: right;
	text-align: justify;
	font-size: 14px;
	line-height: 160%;
	}
.sysimg {

	height: 200px;
	float: left;
	}	
.sysright {
    width: 350px;
	height: 180px;
	padding: 5px;
    float: right;
	text-align: justify;
	font-size: 13px;
	line-height: 150%;
	}	
.sysright2 {
	height: 200px;
	padding: 10px;
    float: right;
	text-align: justify;
	font-size: 13px;
	line-height: 150%;
	}
#sys_table {
	width: 580px;
	height: auto;	
	margin-right: auto;
    margin-left: auto;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 150%;
	color: #333333;
}	
.mobileswf {
    width: 250px;
	height: 155px;
	float: left;
	}	
.mobileright {
    width: 300px;
	height: 180px;
	padding: 5px;
    float: right;
	text-align: justify;
	font-size: 13px;
	line-height: 150%;
	}	
.flow_txt {
    width: 200px;
	height: 271px;
	margin-top: 10px;
	float: left;
	}			
.flow {
    width: 350px;
	height: 271px;
	padding: 5px;
    float: right;
}	

#annai {
    width: 760px;
	height: auto;
	margin-right: auto;
    margin-left: auto;
	margin-top: 40px;　　
	}	
#annai_txt {
    width: 740px;
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
	padding: 0 0 40px 10px;
	font-size: 13px;
	}
.annaileft {
    width: 220px;
    float: left;
    margin: 0px 20px 0px 5px;
    padding: 0px 0px 10px 0px;
    line-height: 150%;
	}

.annairight{
    width: 230px;
	float: right;
    margin: 0;
	padding: 0 0 0 5px;	
    line-height: 150%;	
	}	
#footer {
	padding: 30px 0 60px 0;
    background-color: #F3F3F3;
	clear: both;
}	
#footernavi {
	text-align: center;
	margin-bottom: 10px;

}	

#footernavi li {
	display: inline;

}

			
address {

    text-align: center;
    font-style: normal;
  }	
