/* ----------
基本設定
---------- */
*{
	margin: 0;
	padding: 0;
	font-style: normal;
}

html {
	background-color: #222222;
	overflow-y: scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFF;
	background-repeat: repeat-x;
}
hr {
	display: none;
}
img {
	vertical-align: bottom;
	border-style: none;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
table {
	width: 600px;
	border-collapse: collapse;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #0000ff;
}
th {
	font-weight: normal;
	width: 60px;
	letter-spacing: 0.5em;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	background-color: #dcdcdc;
	/*background-image: url(images/td.jpg);*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-align: left;
}

td {
	width: 240px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
/* ----------
テーブル問合わせ(フォーム）
---------- */
input[type="text"], textarea {
	padding: 1px;
	border: 1px solid #999;
}
formtextarea#comment {
	height: 120px;
	width: 500px;
	overflow: auto;
}
form p {
	margin-top: 20px;
}
/* ----------
全体の枠
---------- */
#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
/* ----------
ヘッダー
---------- */
#header {
	height: 20px;
	width: 980px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00F;
}

#header h1 {
	font-size: 10px;
	color: #666;
}
#haeder1 {
	float: right;
	height: 20px;
	width: 200px;
	display: block;
}
#haeder1 a {
	color: #999;

}
#haeder1 a:hover {
	color: #333;
	text-decoration: underline;

}
#header_logo {
	height: 119px;
	width: 130px;
	float: left;
	padding-left: 15px;
	padding-right: 20px;
}
/* ----------
Ｇ-ナビ
---------- */

#g_navi {
	height: 80px;
	width: 640px;
	list-style-type: none;
	float: left;
	margin-left: 80px;
	margin-top: 15px;
}
#g_navi ul {
	height: 70px;
	width: 640px;
	list-style-type: none;
	padding-top: 20px;
}
#g_navi ul li {
	float: left;
}
#g_navi ul li a {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 140px;
	overflow: hidden;
}
#g_navi #home {
	background-image: url(images/ak_nav_btn_home3_1.jpg);
	background-repeat: no-repeat;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#g_navi #home:hover {
	background-image: url(images/ak_nav_btn_home3.jpg);
	background-repeat: no-repeat;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#g_navi #service {
	background-image: url(images/ak_nav_btn_servise3_1.jpg);
	background-repeat: no-repeat;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#g_navi #service:hover {
	background-image: url(images/ak_nav_btn_servise3.jpg);
	background-repeat: no-repeat;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#g_navi #company {
	background-image: url(images/ak_nav_btn_company3_1.jpg);
	background-repeat: no-repeat;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#g_navi #company:hover {
	background-image: url(images/ak_nav_btn_company3.jpg);
	background-repeat: no-repeat;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#g_navi #contact {
	background-image: url(images/ak_nav_btn_contact2_1.jpg);
	background-repeat: no-repeat;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#g_navi #contact:hover {
	background-image: url(images/ak_nav_btn_contact2.jpg);
	background-repeat: no-repeat;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}

/* ----------
各メニューオーバー設定
---------- */
#index_page #g_navi #home {
	background-image: url(images/ak_nav_btn_home3_ov.jpg);
	background-repeat: no-repeat;
}
#service_page #g_navi #service {
	background-image: url(images/ak_nav_btn_servise3_ov.jpg);
	background-repeat: no-repeat;
}
#company_page #g_navi #company {
	background-image: url(images/ak_nav_btn_company3_ov.jpg);
	background-repeat: no-repeat;
}
#underconstruction_page #g_navi #contact {
	background-image: url(images/ak_nav_btn_contact2_ov.jpg);
	background-repeat: no-repeat;
}

/* ----------
メインビジュアル
---------- */

#main_visual {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	display: block;
	clear: both;
}
/* ----------
メインコンテンツ
---------- */

#main_contents {
	height: 600px;
	width: 500px;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
}
/*#main_contents p {
	font-size: 13px;
	margin-bottom: 20px;
}*/
#main_contents h2 {
	font-size: 13px;
	margin-bottom: 20px;
	font-weight: normal;
}
#index_page #main_contents #imp {
	margin-left: 25px;
	display: block;
}


#index_page #main_contents h3 {
	padding-top: 15px;
}


#index_page #main_contents_inner {
		height: 430px;
	width: 480px;
	margin-top: 11px;
	margin-bottom: 30px;
	border: 1px solid #999;
	border-radius: 5px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#main_contents_inner dl dt {
	color: #06F;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 10px;
}
#main_contents_inner dl dd {
	font-size: 13px;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #06F;
	padding-bottom: 15px;
	padding-left: 15px;
}
/* ----------
サブコンテンツ
---------- */

#sub_contents {
	float: left;
	height: 480px;
	width: 420px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 187px;
}
#sub_contents #faxorder {
	background-image: url(images/cont_btn_3.jpg);
	/*background-repeat: no-repeat;*/
	height: 140px;
	width: 420px;
	margin-left: 15px;
	text-indent: -9999px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	display: block;
	background-repeat: no-repeat;
}
#sub_contents #faxorder:hover {
	background-image: url(images/cont_btn_5_ov.jpg);
	/*background-repeat: no-repeat;*/
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	background-repeat: no-repeat;
}
#sub_contents #faxorder1 {
	background-image: url(images/cont_btn_6.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 420px;
	margin-top: 20px;
	margin-left: 15px;
	text-indent: -9999px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	display: block;
}
#sub_contents #faxorder1:hover {
	background-image: url(images/cont_btn_6_ov2.jpg);
	background-repeat: no-repeat;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#sub_contents #weborder {
	background-image: url(images/cont_btn_1.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 420px;
	margin-top: 20px;
	margin-left: 15px;
	text-indent: -9999px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	display: block;
}
#sub_contents #weborder:hover {
	background-image: url(images/cont_btn_4_ov.jpg);
	background-repeat: no-repeat;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#sub_contents h4 {
	font-size: 36px;
	height: 100px;
	width: 420px;
	margin-top: 20px;
	margin-left: 15px;
	border: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	background-color: #dcdcdc;
	border-radius: 5px;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	-ms-transition: all 2s ease;
	line-height: 36px;
	color: #333;
	display: block;
}
#sub_contents h4:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-filter: "alpha(opacity=70)";
	-webkit-filter: "alpha(opacity=70)";
	-o-filter: "alpha(opacity=70)";
	-ms-filter: "alpha(opacity=70)";
	border-radius: 30%;
	background-color: #06F;
	color: #FFF;
}
/* ----------
フッター
---------- */

#footer {
	color: #FFF;
	background-color: #222222;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0000FF;
}
#footer_inner {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}
#footer_inner a:link {
	color: #FFF;
	text-decoration: none;
}
#footer_inner a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer_inner p {
	float: right;
	height: 50px;
	width: 70px;
	border: 2px double #FFF;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	border-radius: 50%;
	background-image: url(images/log.jpg);
}
#footer_inner ul {
	padding-top: 20px;
	padding-left: 0px;
	font-size: 12px;
}

#footer_inner ul li {
	display: inline;
	padding-right: 1.5em;
	list-style-type: none;
	color: #FFF;
}
#footer_inner ul li a {
	color: #FFF;	
}
#footer_inner ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer_inner address {
	margin-top: 20px;
	padding-left: 43px;
}
.assistkansai {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.2em;
}
.copyright {
	font-size: 12px;
	text-align: right;
	display: block;
}

/* ----------
サービスページ
---------- */
#service_page #main_contents {
	height: auto;
	width: 900px;
}
#service_page #main_contents p {
	font-size: 13px;
	margin-bottom: 20px;
}
/*#service_page #main_contents h3 {
	margin-bottom: 10px;
	margin-top: 15px;
}*/
#service_page #main_contents ul {
	text-indent: -9999px;
	list-style-type: none;
	overflow: hidden;
	margin-top: 20px;
	display: block;
	height: 30px;
	width: 980px;
}
#service_page #main_contents ul li {
	float: left;
	display: block;
}

#service_page #main_contents ul li #oasupply {
	background-image: url(images/cont_bar_oasupply.jpg);
	background-repeat: no-repeat;
	float: left;
	list-style-type: none;
	display: block;
	height: 30px;
	width: 377px;
	margin-right: 150px;
}
#service_page #main_contents ul li #worktool {
	background-image: url(images/cont_bar5_ov.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	list-style-type: none;
	height: 30px;
	width: 377px;
	margin-left: 50px;
}
#service_page #main_contents ul li #worktool:hover {
	background-image: url(images/cont_bar5_ov_1.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	list-style-type: none;
	height: 30px;
	width: 377px;
	margin-left: 50px;
}
#service_page #main_contents_inner {
	width: 900px;
	height: auto;
	border: 1px solid #999;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: auto;
}
#gaiyou {
	font-size: 13px;
}
#service_page #main_contents_inner h4 {
	font-size: 16px;
	font-weight: bold;
	width: 900px;
	padding-top: 15px;
}
#service_page #main_contents_inner dl {
	height: 100px;
	width: 900px;
	display: block;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#service_page #main_contents_inner dl dt {
	height: 80px;
	width: 700px;
	float: left;
	font-size: 13px;
	display: block;
	padding-left: 10px;
}
#service_page #main_contents_inner dl dd {
	display: block;
	float: right;
	height: 87px;
	width: 140px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
#service_page #sub_contents {
	height: auto;
	width: 885px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 30px;
	display: block;
	text-align: center;
}
#service_page #main_contents #toiawase {
	text-align: center;
	height: 93px;
	width: 450px;
	display: block;
	margin-left: 222px;
}
#service_page #main_contents #toiawase:hover img {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

/* ----------
会社情報
---------- */
#company_page #main_contents {
	height: auto;
	width: 650px;
}
#company_page #main_contents p {
	font-size: 13px;
	margin-bottom: 20px;
}
#company_page #main_contents_inner {
	height: auto;
	width: 650px;
	border: 1px solid #999;
	border-radius: 5px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 11px;
}
#company_page #sub_contents {
	float: left;
	width: 240px;
	padding-left: 50px;
	margin-top: 45px;
	font-size: 13px;
	text-align: center;
}
#company_page #sub_contents #faxorder2 {
	background-image: url(images/cont_btn_3_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	text-indent: -9999px;
	margin-left: 18px;
	margin-top: 5px;
}
#company_page #sub_contents #faxorder2:hover {
	background-image: url(images/cont_btn_5_ov_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	font-weight: bold;
}
#company_page #sub_contents #faxorder3 {
	background-image: url(images/cont_btn_6_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	text-indent: -9999px;
	margin-top: 20px;
	margin-left: 18px;
}
#company_page #sub_contents #faxorder3:hover {
	background-image: url(images/cont_btn_6_ov2_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#company_page #sub_contents #faxorder4 {
	background-image: url(images/cont_btn_7_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	text-indent: -9999px;
	margin-top: 20px;
	margin-left: 18px;
}
#company_page #sub_contents #faxorder4:hover {
	background-image: url(images/cont_btn_7_ov2_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
/* ----------
プライバシー
---------- */
#privacy_page #main_contents {
	height: auto;
	width: 900px;
}
#privacy_page #main_contents p {
	font-size: 13px;
	margin-bottom: 20px;
}
#privacy_page #main_contents_inner {
	width: 900px;
	height: auto;
	border: 1px solid #999;
	border-radius: 5px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#gaiyou {
	font-size: 13px;
}
#privacy_page #main_contents_inner h4 {
	font-size: 16px;
	font-weight: bold;
	width: 900px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: normal;
}
#privacy_page #sub_contents {
	height: auto;
	width: 885px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 30px;
	display: block;
	text-align: center;
}#privacy_tit {
	font-size: 14px;
	color: #00F;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: normal;
}


#privacy_page #main_contents_inner ol {
	font-size: 13px;
	margin-left: 50px;
}
/* ----------
サイトマップ
---------- */
#sitemap_page #main_contents {
	height: auto;
	width: 650px;
}
#sitemap_page #main_contents p {
	font-size: 13px;
	margin-bottom: 20px;
}
#sitemap_page #main_contents_inner {
	height: auto;
	width: 650px;
	padding-top: 25px;
	border: 1px solid #999;
	border-radius: 5px;
	overflow: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#sitemap_page #main_contents_inner h4 {
	font-size: 15px;
	color: #00F;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-left: 7px;
}
#sitemap_page #main_contents_inner ul {
	font-size: 14px;
	padding-left: 70px;
	list-style-image: url(images/aikon12.jpg);
	padding-top: 15px;
	padding-bottom: 15px;
}
.map_list {
	font-size: 12px;
	margin-left: 70px;
}



#sitemap_page #sub_contents {
	float: left;
	width: 240px;
	padding-left: 50px;
	margin-top: 35px;
	font-size: 13px;
	text-align: center;
}
.title {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
	display: block;
}
#sitemap_page #sub_contents #faxorder2 {
	background-image: url(images/cont_btn_3_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	text-indent: -9999px;
	margin-left: 18px;
	margin-top: 5px;
}
#sitemap_page #sub_contents #faxorder2:hover {
	background-image: url(images/cont_btn_5_ov_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#sitemap_page #sub_contents #faxorder3 {
	background-image: url(images/cont_btn_6_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	text-indent: -9999px;
	margin-top: 20px;
	margin-left: 18px;
}
#sitemap_page #sub_contents #faxorder3:hover {
	background-image: url(images/cont_btn_6_ov2_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#sitemap_page #sub_contents #faxorder4 {
	background-image: url(images/cont_btn_7_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	text-indent: -9999px;
	margin-top: 20px;
	margin-left: 18px;
}
#sitemap_page #sub_contents #faxorder4:hover {
	background-image: url(images/cont_btn_7_ov2_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
/* ----------
お問合わせ
---------- */
#contact_page #main_contents {
	height: auto;
	width: 750px;
}
#contact_page #main_contents p {
	font-size: 13px;
	margin-bottom: 20px;
}
#contact_page #main_contents_inner {
	height: auto;
	width: 750px;
	border: 1px solid #999;
	border-radius: 5px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
}
#contact_page #main_contents_inner #pdf_p {
	display: block;
	padding-top: 3px;
}
#contact_page #main_contents_inner p {
	line-height: 5px;
	font-size: 13px;
}
#contact_page #main_contents_inner form table {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#contact_page #main_contents_inner form table tr th {
	font-size: 10px;
	text-align: left;
	padding: 5px;
	width: 170px;
	border: 1px solid #bbbbbb;
}
#contact_page #title {
	text-align: left;
	float: left;
}
#contact_page .shousai {
	font-size: 9px;
	color: #D7116a;
}


#contact_page #hissu {
	color: #C41534;
	text-align: right;
}
#res1 {
	font-size: 12px;
	color: #F00;
}
#res {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	padding-left: 20px;
}


#contact_page #submit-btn {
	display: block;
	height: 41px;
	width: 201px;
	padding: 0px;
	margin-top: 20px;
	margin-left: 280px;
}
#contact_page #submit-btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	display: block;
}


#contact_page #sub_contents {
	float: left;
	width: 140px;
	padding-left: 50px;
	margin-top: 45px;
	font-size: 13px;
}
/* ----------
確認ページ
---------- */
#kakunin_page #main_contents {
	height: auto;
	width: 750px;
}
#kakunin_page #main_contents p {
	font-size: 13px;
	margin-bottom: 20px;
}
#kakunin_page #main_contents_inner {
	height: auto;
	width: 750px;
	border: 1px solid #999;
	border-radius: 5px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#kakunin_page #main_contents_inner #pdf_p {
	display: block;
	padding-top: 3px;
}
#kakunin_page #main_contents_inner p {
	line-height: 5px;
	font-size: 13px;
}
#kakunin_page #main_contents_inner form table {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#kakunin_page #main_contents_inner form table tr th {
	font-size: 12px;
	text-align: left;
	padding: 5px;
	width: 130px;
	border: 1px solid #bbbbbb;
	font-weight: bold;
}
#kakunin_page #title {
	text-align: left;
	float: left;
}
#kakunin_page .shousai {
	font-size: 9px;
	color: #D7116a;
}


#kakunin_page #hissu {
	color: #C41534;
	text-align: right;
}
#kakunin_page form a img {
	height: 40px;
	width: 201px;
	margin-top: 20px;
	margin-left: 100px;
	float: left;
	display: block;
	overflow: hidden;
}
#kakunin_page form a img:hover {
	height: 40px;
	width: 201px;
	margin-top: 20px;
	margin-left: 100px;
	float: left;
	display: block;
	overflow: hidden;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	display: block;
}
#kakunin_page #submit-btn {
	display: block;
	height: 41px;
	width: 201px;
	padding: 0px;
	margin-top: 20px;
	overflow: hidden;
	float: right;
	margin-right: 100px;
}
#kakunin_page #submit-btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	display: block;
}


#kakunin_page #sub_contents {
	float: left;
	width: 140px;
	padding-left: 50px;
	margin-top: 45px;
	font-size: 13px;
}
/* ----------
サンクスページ
---------- */
#thanks_page #main_contents {
	height: auto;
	width: 650px;
}
#thanks_page #main_contents p {
	font-size: 13px;
	margin-bottom: 20px;
}
#thanks_page #main_contents_inner {
	height: auto;
	width: 650px;
	border: 1px solid #999;
	border-radius: 5px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#thanks_page #main_contents_inner h4 {
	font-size: 24px;
	font-weight: bold;
}
#thanks_page #kanryou {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
}
#thanks_page #main_contents #top {
	margin-left: 245px;
	display: block;
}
#thanks_page #main_contents #top:hover {
}




#thanks_page #sub_contents {
	float: left;
	width: 240px;
	padding-left: 50px;
	margin-top: 45px;
	font-size: 13px;
}
/* ----------
プリンタページ
---------- */
#printer_page #main_contents {
	height: 700px;
	width: 500px;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
}
#printer_page #main_contents p {
	font-size: 11px;
	margin-bottom: 20px;
}
#printer_page #main_contents_inner {
	height: 522px;
	width: 480px;
	margin-top: 18px;
	margin-bottom: 30px;
	border: 1px solid #999;
	border-radius: 5px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#printer_page #main_contents_inner ul li {
	font-size: 14px;
	line-height: 25px;
	color: #ff69b4;
	padding-left: 15px;
	list-style-type: decimal;
	list-style-position: inside;
	padding-top: 10px;
	font-weight: bolder;
}
.setumei {
	font-size: 11px;
	color: #666;
	padding-left: 40px;
	line-height: 10px;
	padding-bottom: 10px;
	display: block;
}
.muryou {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	display: block;
	padding-left: 50px;
}
#printer_page #sub_contents {
	float: left;
	width: 420px;
	padding-left: 20px;
	margin-top: 40px;
	font-size: 13px;
	display: block;
	text-align: center;
	height: auto;
}
#printer_page #main_contents #main_contents_inner {
}
/* ----------
製作中ページ
---------- */
#underconstruction_page #main_contents {
	height: auto;
	width: 900px;
}
#underconstruction_page #sub_contents {
	height: auto;
	width: 900px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#underconstruction_page #sub_contents #under {
	margin-left: 34px;
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
}
#underconstruction_page #sub_contents #faxorder4 {
	background-image: url(images/cont_btn_7_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	text-indent: -9999px;
	margin-left: 80px;
	margin-top: 30px;
	float: left;
	margin-bottom: 30px;
}
#underconstruction_page #sub_contents #faxorder4:hover {
	background-image: url(images/cont_btn_7_ov2_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#underconstruction_page #sub_contents #faxorder2 {
	background-image: url(images/cont_btn_3_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	text-indent: -9999px;
	margin-left: 80px;
	margin-top: 30px;
	float: left;
	margin-bottom: 30px;
}
#underconstruction_page #sub_contents #faxorder2:hover {
	background-image: url(images/cont_btn_5_ov_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
#underconstruction_page #sub_contents #faxorder3 {
	background-image: url(images/cont_btn_6_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
	text-indent: -9999px;
	margin-left: 80px;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
#underconstruction_page #sub_contents #faxorder3:hover {
	background-image: url(images/cont_btn_6_ov2_220.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	width: 220px;
	transition: background 1s linear 0;
	-moz-transition: background 1s linear 0;
	-webkit-transition: background 1s linear 0;
	-o-transition: background 1s linear 0;
	-ms-transition: background 1s linear 0;
}
/* ----------
電工ＴＯＯＬページ
---------- */
#service2_page #main_contents {
	height: auto;
	width: 900px;
}
#service2_page #main_contents p {
	font-size: 13px;
	margin-bottom: 20px;
}
/*#service_page #main_contents h3 {
	margin-bottom: 10px;
	margin-top: 15px;
}*/
#service2_page #main_contents ul {
	text-indent: -9999px;
	list-style-type: none;
	overflow: hidden;
	margin-top: 20px;
	display: block;
	height: 30px;
	width: 980px;
}
#service2_page #main_contents ul li {
	float: left;
	display: block;
}

#service2_page #main_contents ul li #oasupply {
	background-image: url(images/cont_bar1_ov.jpg);
	background-repeat: no-repeat;
	float: left;
	list-style-type: none;
	display: block;
	height: 30px;
	width: 377px;
	margin-right: 150px;
}
#service2_page #main_contents ul li #oasupply:hover {
	background-image: url(images/cont_bar1_ov_1.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	list-style-type: none;
	height: 30px;
	width: 377px;
}
#service2_page #main_contents ul li #worktool {
	background-image: url(images/cont_bar5.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	list-style-type: none;
	height: 30px;
	width: 377px;
	margin-left: 50px;
}
#service2_page #main_contents_inner {
	width: 900px;
	height: auto;
	border: 1px solid #999;
	border-radius: 5px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#gaiyou {
	font-size: 13px;
}
#service2_page #main_contents_inner h4 {
	font-size: 16px;
	font-weight: bold;
	width: 900px;
	padding-top: 15px;
}
#service2_page #main_contents_inner dl {
	height: 100px;
	width: 900px;
	display: block;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#service2_page #main_contents_inner dl dt {
	height: 80px;
	width: 700px;
	float: left;
	font-size: 13px;
	display: block;
	padding-left: 10px;
	color: #0F0;
}
#service2_page #main_contents_inner dl dd {
	display: block;
	float: right;
	height: 87px;
	width: 140px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
#seihin {
	color: #333;
	font-size: 12px;
}

#service2_page #sub_contents {
	height: auto;
	width: 885px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 30px;
	display: block;
	text-align: center;
}
#service2_page #main_contents #toiawase {
	text-align: center;
	height: 93px;
	width: 450px;
	display: block;
	margin-left: 222px;
}
#service2_page #main_contents #toiawase:hover img {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}
#worktool_page #main_contents {
	height: auto;
	width: 900px;
}
#worktool_page #main_contents p {
	font-size: 13px;
	margin-bottom: 20px;
}
#worktool_page #main_contents_inner {
	width: 900px;
	height: auto;
	border: 1px solid #999;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: auto;
}
#worktool_page #main_contents_inner h3 {
	padding-left: 50px;
}
#worktool_page #sub_contents {
	width: 900px;
	height: 5px;
	margin-top: 0px;
}
