@charset "utf-8";
html{
	margin-top: 0;
}
body{
	text-align:center;
	margin-top: 0;
	padding-top: 0;
}
dl{
	margin: 0px;
}
dt{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left : 5px;
	padding-right: 5px;
	font-weight : bold;
}
dd{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left : 5px;
	padding-right: 5px;
}
p{
	padding-bottom: 20px;
}
.clear {
	clear: both;
}

/*--------------------------------------------------
	■■■リンクの設定
----------------------------------------------------*/
a:hover{
	color:RED;
}
a:hover img{
	filter:alpha(opacity=70);/*FOR IE*/
	opacity:0.70;/*FOR FF*/
}

/*--------------------------------------------------
	■■■背景固定
----------------------------------------------------*/
#container{
	/*font: normal .8em/1.5em Arial, Helvetica, sans-serif;*/
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'MS Pゴシック', sans-serif,Verdana, Arial, Helvetica;
	background: #FFF;
	width : 900px;
	margin: 0px auto;
	color: #333;
	padding-top: 0;
	padding-left: 50px;
	padding-right: 50px;
}

/*--------------------------------------------------
	■■■サイトヘッダー
----------------------------------------------------*/
#site_header{
	clear:both;
	width : 900px;
	height: 120px;
  background-image : url(../img/toyo-header2a.png);
  background-repeat : no-repeat;
}

#site_logo{
	float:left;
	width:90px;
	height:90px;
	margin-top: 15px;
	margin-left: 15px;
  padding-right : 10px;
}

#site_msg_wrap{
	float:right;
	width : 770px;
	margin-top: 8px;
  padding-left : 10px;
	text-align: left;
	font-size : 14px;
}

/*--------------------------------------------------
	■■■トップページ画面中央
----------------------------------------------------*/
#site_content{
	clear:both;
	width : 900px;
	text-align:left;
  vertical-align : top;
}
#site_main_index{
	float:left;
	width : 650px;
	margin-top: 15px;
	text-align:left;
}


#piccenter{
	width : 650px;
	text-align: center;
	
	margin: 20px auto 0 auto;
}

#desc{
	text-align:left;
	margin: 20px 20px 10px 20px;
}
#desc p{
	text-indent: 1em;
}
#site_main_subpage #tab_head {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
	border-bottom: 1px #808080 solid;
}

#site_main_subpage{
	float:right;
	width : 700px;
	text-align:left;
  vertical-align : top;
}

#site_main_subpage #tab_head{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
	border-bottom: 1px #808080 solid;
}

#site_main_subpage h2{
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 18px;
	border-bottom: 1px #808080 dotted;
	border-left : 6px solid #ff6600;
}

#page_contents{
	width : 600px;
	margin-left: 50px;
	margin-right: 50px;
}

/*
#site_main{
	float:right;
	width : 700px;
	text-align:left;
}
*/

/* トップ000 */
#page_image000{
	width: 900px;
	height: 350px;
  background-image : url(../img/page001.jpg);
  background-repeat : no-repeat;
}
#page_image000 p{
	padding-top: 100px;
	padding-left: 50px;
	color:#fff;
	line-height: 50px;
	font-size: 32px;
	font-weight : bold;
	text-shadow: 0px 0px 5px black;
	/* for IE */
	filter: Shadow(Color=black, Direction=135, Strength=3);
}

/* 会社案内100 */
#page_image100{
	width: 900px;
	height: 350px;
  background-image : url(../img/page100.jpg);
  background-repeat : no-repeat;
}
#page_image100 p{
	padding-top: 80px;
	padding-left: 50px;
	color:#fff;
	line-height: 50px;
	font-size: 32px;
	font-weight : bold;
	text-shadow: 0px 0px 5px black;
	/* for IE */
	filter: Shadow(Color=black, Direction=135, Strength=3);
}

/* 主要設備200 */
#page_image200{
	width: 900px;
	height: 350px;
  background-image : url(../img/page200.jpg);
  background-repeat : no-repeat;
}
#page_image200 p{
	padding-top: 80px;
	padding-left : 250px;
	color:#fff;
	line-height: 50px;
	font-size: 32px;
	font-weight : bold;
	text-shadow: 0px 0px 5px black;
	/* for IE */
	filter: Shadow(Color=black, Direction=135, Strength=3);
}

/* 品質管理300 */
#page_image300{
	width: 900px;
	height: 350px;
  background-image : url(../img/page300.jpg);
  background-repeat : no-repeat;
}
#page_image300 p{
	padding-top: 80px;
	padding-left: 50px;
	color:#fff;
	line-height: 50px;
	font-size: 32px;
	font-weight : bold;
	text-shadow: 0px 0px 5px black;
	/* for IE */
	filter: Shadow(Color=black, Direction=135, Strength=3);
}


/* 品質管理400 */
#page_image400{
	width: 900px;
	height: 350px;
  background-image : url(../img/page402.jpg);
  background-repeat : no-repeat;
}
#page_image400 p{
	padding-top: 80px;
	padding-left: 50px;
	color:#fff;
	line-height: 50px;
	font-size: 32px;
	font-weight : bold;
	text-shadow: 0px 0px 5px black;
	/* for IE */
	filter: Shadow(Color=black, Direction=135, Strength=3);
}

/*--------------------------------------------------
	■■■画面左側の列
----------------------------------------------------*/
#site_menubar{
	float:right;
	width : 230px;
	margin-top: 15px;
  vertical-align : top;
	text-align: center;
}

#site_menubar dl{
	margin-bottom: 10px;
}


#site_menubar dt, #site_menubar dd{
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 10px;
	height: 45px;
	line-height: 45px;
  padding: 10px 10px 10px 20px;
	text-align: left;
  font-size: 24px;
	font-weight : bold;
/*  background-color: #1056b2;*/
  background-color: #1e90ff;
  
  background-image : url(../img/linkmark.png);
  background-repeat : no-repeat;
	background-position: 90% 50%;
}

#site_menubar dt a, #site_menubar dd a{
	height: 45px;
	display:block;
	color: #fff;
	text-decoration: none;
}

#site_menubar a:hover{
	color:yellow;
}


/*----------------------
	■■■会社案内
-----------------------*/

table.company{
	border-collapse:collapse;
	margin: 0 auto 20px auto;
	width: 620px;
	border:1px solid #CCCCCC;
	font-size: 14px;
}

table.company th{
	background: #E8E6DB;
	border:1px solid #CCCCCC;
	padding:  10px 20px;
	color: #644735;
	vertical-align: top;
	font-weight: bold;
	width: 130px;
	text-align: left;
}

table.company td{
	border:1px solid #CCCCCC;
	padding:  10px 20px;
}

img.photo{
	text-align: center;
	padding: 10px;
	margin: 0 auto 15px auto;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 0px;
}

/*----------------------
	■■■主要設備
-----------------------*/
table#setubilist{
	border-collapse:collapse;
	margin: 0 auto 20px auto;
	width: 620px;
	border:1px solid #CCCCCC;
	font-size: 14px;
}

table#setubilist th{
	background: #E8E6DB;
	border:1px solid #CCCCCC;
	padding:  10px 20px;
	color: #644735;
	vertical-align: top;
	font-weight: bold;
	width: 130px;
	text-align: center;
}

table#setubilist td{
	border:1px solid #CCCCCC;
	padding:  5px;
}
table#setubilist .daisu{
	width: 40px;
	text-align: center;
}
table#setubilist .maker{
	width: 180px;
}

#setubi_photo figure {
	padding: 6px;
	margin: 0 10px 15px 0;
	background-color: #E8E6DB;
	float: left;
}
#setubi_photo figure img {
	max-height: 300px;
	max-width: 300px;
}

#setubi_photo figcaption {
	text-align: center;
	background-color: white;
}
#setubi_photo:after {
	clear: both;
}






#accordion h3{
	margin-top: 0;
	margin-bottom: 0;
}

#accordion dl{
	margin-bottom: 10px;
	border:1px solid #999;
	border-top:0;
	background:#f1f1f1;
	width: 320px;
}
#accordion dt{
	float:left;
	width:150px;
	border-top:1px solid #999;
	padding-top:2px;
	padding-left:2px;
	padding-bottom:0;
	padding-right:0;
}
#accordion dd{
	margin-left:150px;
	padding:2px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	background:#ffefff;
}
#setubileft{
	float:left;
}
#setubiright{
	width:320px;
	float:right;
}

.width600px{
	width: 600px;
}

/*----------------------
	■■■加工事例
-----------------------*/

#kakou-zairyou, #kakou-keijou {
	margin-left: 15px;
}
#kakou-zairyou h2, #kakou-keijou h2, #kakou-jisseki h2{
	line-height: 30px;
	margin: 40px 20px 15px 0px;
	padding: 5px 5px 5px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;

	border-left: 10px solid #1e90ff;
	border-bottom: 1px dashed #1e90ff;
}


#kakou-zairyou dl{
	margin-left: 10px;
	border:1px solid #999;
	border-top:0;
	background:#f1f1f1;
}
#kakou-zairyou dt{
	float:left;
	width:150px;
	border-top:1px solid #999;
	padding-top:2px;
	padding-left:2px;
	padding-bottom:0;
	padding-right:0;
}
#kakou-zairyou dd{
	margin-left:150px;
	padding:2px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	background:#ffefff;
}

#kakou-keijou img, #kakou-jisseki img {
	width: 600px;
}









.jirei{
	margin-left: 20px;
	width: 630px;
}

ul.thumb160x4{
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

ul.thumb160x4 li{
	display: inline;
	padding: 0px;
	margin-left: 0;
	list-style-type: none;
	word-break: keep-all;
}


/*--------------------------------------------------
	■■■サイトフッター
----------------------------------------------------*/
#site_footer{
	clear:both;
	text-align:center;
	padding-top:20px;
}

#site_footer address,p{
	margin-top:0px;
	margin-bottom:0px;
	font-style:normal;
}


#site_footer dl{
	margin:0 0 10px 0;
	overflow: hidden;
}

#site_footer dt {
}

#site_footer dd{
	display: inline;
	border-right: 1px solid #808080;
	padding: 0 10px;
	margin-left:0px;
	list-style-type: none;
	word-break: keep-all;
}

#site_footer dd:last-child{
	border-right: none;
}

/*--------------------------------------------------
	■■■ブログエントリーの設定
----------------------------------------------------*/
#minidate{
	font-size:12px; color: #ccff33; background-color: RED;
	text-decoration: none;
}

/*******************************************************/
#tab_head{
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0 5px 0 15px;
	text-align:left;
/*  background-color: #1056b2;*/
  background-color: #1e90ff;
	/*角丸*/
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#tab_head h1, #tab_head h2, #tab_head #tab{
	line-height: 40px;
	margin: 0px 20px 0px 0px;
	padding: 5px 5px 5px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-left : 10px solid yellow;
}

#accordion h2{
	line-height: 35px;
	margin: 0px 20px 15px 0px;
	padding: 5px 5px 5px 20px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;

  background-color: #1e90ff;
	/*角丸*/
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
/******************************************************
#tab_head {
	margin-top: 5px;
	margin-bottom: 0px;
	text-align:left;
}
#tab_head #tab {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 20px;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 18px;
	border-bottom: 1px #ff6600 dotted;
	border-left : 10px solid #ff6600;
}

#tab_head h1 {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 20px;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 18px;
	border-bottom: 1px #ff6600 dotted;
	border-left : 10px solid #ff6600;
}
*/

/*--------------------------------------------------
	■■■問合せの設定
----------------------------------------------------*/
#toiawase {
/*	text-align: center;*/
}

#toiawase label{
	width: 150px;
	margin-top:15px;
	margin-left:20px;
	float: left;
	font-weight: bold;
	text-align: left;
}


#toiawase input[type="text"],select,textarea{
	width: 350px;
	border: 1px #DDDDDD solid;
	margin: 4px 0 20px 0;
	padding: 10px;
	background: #FFFFFF;
	color: #666666;
	/* CSS3 */
	-webkit-box-shadow: 0 0 6px #CCCCCC;
	-moz-box-shadow: 0 0 6px #CCCCCC;
	box-shadow: 0 0 6px #CCCCCC;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	transition: background 1s ease;
}
#toiawase input[type="checkbox"]{
	width: 20px;
	margin:15px 0 4px 0;
	padding: 10px;
	background: #ffffff;
	color: #666666
;
}
#toiawase input:hover,select:hover,textarea:hover{
	background: #EFEDE9;
}
#toiawase input[type="submit"]{
	clear:both;
	display:block;
	width: 200px;
	height: 30px;
	border: none;
	margin: 20px auto 0 auto;
	background: #78846C;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing:0.1em;
	/* CSS3 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background 1s ease, box-shadow 1s ease;
	-moz-transition: background 1s ease, box-shadow 1s ease;
	transition: background 1s ease, box-shadow 1s ease;
}
#toiawase input:hover[type="submit"]{
	background: #A5B596;
	-webkit-box-shadow: 0 0 20px #A5B596;
	-moz-box-shadow: 0 0 20px #A5B596;
	box-shadow: 0 0 20px #A5B596;
	cursor: pointer;
}

.yajirusi{
  text-align : center;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
}
