@charset "utf-8";



*{
	margin:0;
	padding:0;
	}
/*
html{
	scrollbar-face-color: #003366;
	scrollbar-highlight-color: #6666cc;
	scrollbar-3dlight-color: #eeffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #dedede;
	scrollbar-shadow-color: #666699; 
	scrollbar-darkshadow-color: #ffffff;
	}
*/

body{
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	text-align:center;
	line-height:1.3;
	color:#555555;
	
}

h1,h2,h3{
	text-indent:-9999em;
	text-decoration:none;
	}


/*全体を囲んで中央寄せ*/
#container{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	position:relative;
	text-align:left;
	}


/*スペース*/
div.space{
	width:780px;
	height:21px;
	font-size:0;
	}


/*リンク設定関係*/
a:link{
	color:#6666cc;
	}
a:visited{
	color:#6666cc;
	}
a:hover{
	color:#ff0033;
	text-decoration:none;
	}

/*画像コントロール*/
img.left{
	float:left;
	}
img.right{
	float:right;
	}

img{
	border:0;
	}

hr{
	border-style: dashed none none none; 
	border-top-width: 2px; 
	border-top-color: #dfdfdf; 
	height: 2px; 
	}
dt{
	color:#000000;
	font-weight:bold;
	}

dd{
	text-indent:1em;
	margin:0 0 6px 0;
	padding:0 0 3px 0;
	border-bottom:#cdcdcd 1px dashed;
	}

strong{
	color:#003366;
	}

blockquote{
	margin:10px 5px 10px 5px;
	padding:5px;
	border:1px solid #cccccc;
	color:red;
	}


span.red{
	color:red;
	}

p{
	text-indent:1em;
	}


/********テーブル********/
table.cont_t{
	margin:5px 5px 5px 10px;
	border:1px solid #dddddd;
	border-spacing:0x;
	border-collapse:collapse;
	}

td.left_t{
	vertical-align:top;
	width:130px;
	padding:3px;
	border:1px solid #dddddd;
	color:#333399;
	text-align:right;
	font-weight:bold;
	background:url(../images/table-left-back.jpg) repeat-y;
	}
td.right_t{
	vertical-align:top;
	width:400px;
	padding:3px;
	text-align:left;
	border:1px solid #dddddd;
	}



table.cont_tb{
	margin:5px 5px 5px 10px;
	border:0;
	border-spacing:0x;
	border-collapse:collapse;
	}

td.left_tb{
	vertical-align:top;
	width:120px;
	padding:4px 2px;
	border:0;
	color:#333399;
	text-align:right;
	font-weight:bold;
	font-size:11px;
	}
td.right_tb{
	vertical-align:top;
	width:410px;
	padding:4px 2px;
	text-align:left;
	border:0;
	font-size:10px;
	}


table.cont_tc{
	margin:5px 5px 5px 10px;
	border:0;
	border-spacing:0x;
	border-collapse:collapse;
	}

td.left_tc{
	vertical-align:top;
	width:50px;
	padding:10px 2px;
	border:0;
	color:#333399;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	}
td.right_tc{
	vertical-align:top;
	width:450px;
	padding:10px 2px;
	text-align:left;
	border:0;
	font-size:12px;
	}

/************************ヘッダー部分************************************/
#header{
	width:780px;
	height:116px;
	background:url(../images/header.jpg) no-repeat;
	}

div.header_navi{
	position:absolute;
	top:92px;
	right:0;
	}


/*************************フッター部分**********************/
#footer{
	width:780px;
	height:53px;
	background:url(../images/footer.jpg) no-repeat;
	clear:both;
	}


/************************グローバルナビゲーション*****************************/
#navi{
	width:780px;
	height:26px;
	background:url(../images/navi-back.jpg) no-repeat;
	}

#navi ul{
	margin:0;
	padding:0;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	}

#navi li{
	margin:0;
	padding:0;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	float:left;
	list-style:none;
	}

#navi li#top_navi a{
	margin:0;
	padding:0;
	width:130px;
	height:26px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/top-navi.jpg) no-repeat;
	}
#navi li#top_navi a:hover{
	margin:0;
	padding:0;
	width:130px;
	height:26px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/top-navi-r.jpg) no-repeat;
	}


#navi li#about_navi a{
	margin:0;
	padding:0;
	width:130px;
	height:26px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/about-navi.jpg) no-repeat;
	}
#navi li#about_navi a:hover{
	margin:0;
	padding:0;
	width:130px;
	height:26px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/about-navi-r.jpg) no-repeat;
	}


#navi li#equip_navi a{
	margin:0;
	padding:0;
	width:130px;
	height:26px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/equip-navi.jpg) no-repeat;
	}
#navi li#equip_navi a:hover{
	margin:0;
	padding:0;
	width:130px;
	height:26px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/equip-navi-r.jpg) no-repeat;
	}


#navi li#service_navi a{
	margin:0;
	padding:0;
	width:130px;
	height:26px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/service-navi.jpg) no-repeat;
	}
#navi li#service_navi a:hover{
	margin:0;
	padding:0;
	width:130px;
	height:26px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/service-navi-r.jpg) no-repeat;
	}


#navi li#flow_navi a{
	margin:0;
	padding:0;
	width:130px;
	height:26px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/flow-navi.jpg) no-repeat;
	}
#navi li#flow_navi a:hover{
	margin:0;
	padding:0;
	width:130px;
	height:26px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/flow-navi-r.jpg) no-repeat;
	}


#navi li#contact_navi a{
	margin:0;
	padding:0;
	width:130px;
	height:26px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/contact-navi.jpg) no-repeat;
	}
#navi li#contact_navi a:hover{
	margin:0;
	padding:0;
	width:130px;
	height:26px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/contact-navi-r.jpg) no-repeat;
	}


/********************トップページ中段*****************************/
#sub{
	margin:10px 0 0 0;
	width:780px;
	height:228px;
	background:url(../images/sub-back.jpg) no-repeat;
	}

#sub ul{
	margin:0;
	padding:0;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	}

#sub li{
	margin:0;
	padding:0;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	list-style:none;
	}

#sub li#sub_env a{
	margin:0 0 22px 0;
	padding:0;
	width:216px;
	height:109px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/sub-1.jpg) no-repeat;
	}
#sub li#sub_env a:hover{
	margin:0 0 22px 0;
	padding:0;
	width:216px;
	height:109px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/sub-1-r.jpg) no-repeat;
	}

#sub li#sub_howto a{
	margin:0;
	padding:0;
	width:216px;
	height:97px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/sub-2.jpg) no-repeat;
	}
#sub li#sub_howto a:hover{
	margin:0;
	padding:0;
	width:216px;
	height:97px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/sub-2-r.jpg) no-repeat;
	}



/**********************コンテンツ部分*****************************/
#main{
	width:780px;
	}

div.cont{
	margin:3px 5px 8px 5px ;
	}
div.cont div{
	text-align:right;
	margin:5px 0;
	}

#top_left{
	margin:0 10px 0 0;
	width:500px;
	float:left;
	}

#top_right{
	width:270px;
	float:right;
	font-size:0px;
	}

#top_right img{
	border:0;
	}

#top_right div{
	margin:5px 0 10px 0;
	}

#sub_left{
	width:246px;
	margin:0 8px 0 0;
	float:left;
	}
#sub_right{
	width:246px;
	float:left;
	}

div.main_cont{
	margin:0 0 0 10px;
	width:562px;
	float:right;
	}


/*************************サイドナビ設定*************************************/
#side_navi{
	width:208px;
	}
#side_navi ul{
	margin:0;
	padding:0;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	}

#side_navi li{
	margin:0;
	padding:0;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	list-style:none;
	}


#side_etc{
	padding:0 0 0 0;
	width:208px;
	height:390px;
	float:left;
	background:url(../images/side-etc.jpg) no-repeat;
	}

#side_etc p{
	text-indent:-9999em;
	}

/**********************about会社概要ページ全般**********************************/
#about_header{
	margin:10px 0 0 0;
	width:780px;
	height:109px;
	background:url(../images/about-header.jpg) no-repeat;
	}
#recruit_header{
	margin:10px 0 0 0;
	width:780px;
	height:109px;
	background:url(../images/recruit-header.jpg) no-repeat;
	}

#side_about{
	padding:38px 0 0 0;
	width:208px;
	height:236px;
	float:left;
	background:url(../images/side-about-back.jpg) no-repeat;
	}


/*ナビゲーション*/

#side_navi li#about_index a{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/about-index.jpg) no-repeat;
	}
#side_navi li#about_index a:hover{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/about-index-r.jpg) no-repeat;
	}

#side_navi li#about_greeting a{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/about-greeting.jpg) no-repeat;
	}
#side_navi li#about_greeting a:hover{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/about-greeting-r.jpg) no-repeat;
	}

#side_navi li#about_staff a{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/about-staff.jpg) no-repeat;
	}
#side_navi li#about_staff a:hover{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/about-staff-r.jpg) no-repeat;
	}

#side_navi li#about_recruit a{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/about-recruit.jpg) no-repeat;
	}
#side_navi li#about_recruit a:hover{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/about-recruit-r.jpg) no-repeat;
	}



/*********************flow基盤実装サービスの流れ*****************************/
#flow_header{
	margin:10px 0 0 0;
	width:780px;
	height:109px;
	background:url(../images/flow-header.jpg) no-repeat;
	}


/***********************howto基盤実装業者の選び方************************************/
#howto_header{
	margin:10px 0 0 0;
	width:780px;
	height:109px;
	background:url(../images/howto-header.jpg) no-repeat;
	}


#side_howto{
	padding:38px 0 0 0;
	width:208px;
	height:236px;
	float:left;
	background:url(../images/side-howto-back.jpg) no-repeat;
	}

/*******ナビゲーション********/
#side_howto{
	padding:38px 0 0 0;
	width:208px;
	height:236px;
	float:left;
	background:url(../images/side-about-back.jpg) no-repeat;
	}


#side_navi li#howto_index a{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/howto-index.jpg) no-repeat;
	}
#side_navi li#howto_index a:hover{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/howto-index-r.jpg) no-repeat;
	}

#side_navi li#howto_design a{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/howto-design.jpg) no-repeat;
	}
#side_navi li#howto_design a:hover{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/howto-design-r.jpg) no-repeat;
	}

#side_navi li#howto_make a{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/howto-make.jpg) no-repeat;
	}
#side_navi li#howto_make a:hover{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/howto-make-r.jpg) no-repeat;
	}

#side_navi li#howto_buy a{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/howto-buy.jpg) no-repeat;
	}
#side_navi li#howto_buy a:hover{
	margin:0;
	padding:0;
	width:208px;
	height:31px;
	text-indent:-9999em;
	display:block;
	text-decoration:none;
	background:url(../images/howto-buy-r.jpg) no-repeat;
	}


/************************pwdプリント基板概論***********************************/
#pwd_header{
	margin:10px 0 0 0;
	width:780px;
	height:109px;
	background:url(../images/pwd-header.jpg) no-repeat;
	}


/***********************contactお問合せ部分*********************************/
#contact_header{
	margin:10px 0 0 0;
	width:780px;
	height:109px;
	background:url(../images/contact-header.jpg) no-repeat;
	}

/************************鉛フリー実装********************************/
#env_header{
	margin:10px 0 0 0;
	width:780px;
	height:109px;
	background:url(../images/env-header.jpg) no-repeat;
	}

/************************品質・技術********************************/
#service_header{
	margin:10px 0 0 0;
	width:780px;
	height:109px;
	background:url(../images/service-header.jpg) no-repeat;
	}

/*************************設備紹介***********************/
#equip_header{
	margin:10px 0 0 0;
	width:780px;
	height:109px;
	background:url(../images/equip-header.jpg) no-repeat;
	}


/*************************プライバシーポリシー***********************/
#pri_header{
	margin:10px 0 0 0;
	width:780px;
	height:109px;
	background:url(../images/pri-header.jpg) no-repeat;
	}


/***********************サイトマップ********************************/
#site_header{
	margin:10px 0 0 0;
	width:780px;
	height:109px;
	background:url(../images/site-header.jpg) no-repeat;
	}

ul.sitemap{
	margin:8px 10px 8px 50px;
	font-size:19px;
	}
ul.sitemap ul{
	margin:5px 10px 5px 20px;
	font-size:15px;
	}
ul.sitemap ul li{
	margin:15px;
	}

ul.sitemap ul ul li{
	margin:0px 5px 0px 15px;
	padding:3px 0 3px 5px;
	border-left:1px solid #cccccc;
	list-style:none;
	font-size:12px;
	}

