td {
	font-size: 90%;
/*	vertical-align: top;
*/



}

/* 左インデックスのメニュー	*/
.menu {
	text-align: center;
	background-color: #CCCCFF;
	margin: 5px;
	border-top: 1px solid #000066;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	border-left: 1px solid #000066;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu a {
	CURSOR: hand;
	display:block;
}



.menu a:link {
	color: #000066;
	text-decoration: none;
}

.menu a:visited {
	color: #000066;
	text-decoration: none;
}

.menu a:active {
	color: #000066;
	text-decoration: none;
}

.menu a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.menuF {
	background-color: #CCCCFF;
	vertical-align: top;
	border-top: 1px #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px #000066;
	border-left: 1px solid #000066;
	width: 140px;
}

/* パンクズリスト	*/
.pan {
	background-color: #000066;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	height: 10px;



}
/*	stepタイトル		*/
.stepBar {
	color: #000066;
	padding: 0px;
	background-color: #D7D7FF;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #9999FF;
	border-bottom-color: #9999FF;
	border-left-color: #9999FF;
	margin-top: 0px;
	vertical-align: text-botom;
	font-weight: bold;









}
/*	申し込み手順を示すバー	*/
.stepTask {
	background-color: #EFEFF8;
	padding: 2px;
	font-size: 90%;
	color: #666666;
	word-spacing: 20px;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9999FF;
	border-right-color: #9999FF;
	border-left-color: #9999FF;
	margin: 0px;



}
/* step*.htmlの下のボタン	*/
.nbButton {
	padding: 3px;
	background-color: #FF6633;
	text-align: center;
	border: 1px solid #FF3300;
	CURSOR: hand;
	width: 200px;
	font-weight: bold;
	font-size: 100%;
}
.nbButton a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.nbButton a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.nbButton a:hover{
	color: #000066;
}

.news {
	padding: 10px;
}
/*	フッター	*/
.footer {
	background-color: #000066;
	text-align: center;
	padding: 2px;


}
.footer a:link{
	color: #FFFFFF;
	text-decoration: none;

}
.footer a:visited{
	color: #FFFFFF;
	text-decoration: none;

}

/*	編集可能領域の余白を設定	*/
.editSpace {
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;

}
/*	編集可能領域の余白を設定(Ｐタグの場合は余白を大きく)	*/
.editSpace p{
	padding-right: 20px;
	padding-left: 20px;

}
body {
	margin: 0px;
	padding: 0px;


}
.testtest a {
	color: #FFFFFF;
	text-decoration: none;
}




/* 加工技術データベース一覧 */

.kako_button {
	border: 1px outset #000099;
	height: 90px;
	width: 200px;
	margin: 0px;
	padding: 3px;
	vertical-align: top;
	background-color: #CCCCFF;
}
.kako_button a:link{
	color : #FFFFFF;
	text-decoration: none;

}
.kako_button a:visited{
	color : white;
	text-decoration: none;
}



.kako_title{
	background-color : #9D9DFF;
	text-align: left;
	text-indent: 3pt;
	font-size: 100%;
	padding: 1px;
	font-weight: bold;
}
.kako_title a:link{
	color : #000099;
	text-decoration: none;
}
.kako_title a:visited{
	color : #000099;
	text-decoration: none;
}
.kako_con{
	text-align: left;
/*	text-indent: 2pt; */
	font-size: 75%;
	margin-top: 5px;
}


.FaqTitle {
	font-weight: bold;
	color: #000066;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 0px;


}
.FaqCon {
	padding: 15px;
	border-top: 1px solid #000066;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	border-left: 1px solid #000066;

}
.FaqCon p{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;

}
.FaqCon div{
	font-weight: normal;
	margin-left: 30px;

}
.suisyo {
	background-color: #EBEBEB;
	padding: 10px;
}

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
}

.square_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}