﻿<%@Language=VBScript CODEPAGE=65001%>
<%'===========================================================================%>
<%'--CREATE：2009/07/13 00:00:00					      %>
<%'===========================================================================%>
<%'--template CREATE：2009/07/13					      %>
<%'--template UPDATE：YYYY/MM/DD	:＠＠＠＠概要＠＠＠＠＠		      %>
<%'===========================================================================%>
<%	Option Explicit %>
<%'  ASP共通関数  %>
<!--#include file="../inquiry/001GLO.asp"-->
<!--#include file="../inquiry/001INC.asp"-->
<%

'*--2014年下期AWS対応 TP Abe	If Request.ServerVariables("HTTPS") = "off" then
If Request.ServerVariables("HTTP_X_FORWARDED_PROTO") <> "https" then
	Call PA00_301_HttpsRedirect
End If

Dim strSelectDept

'部門区分
If (Request.QueryString("dept") <> "") Then
	strSelectDept = Request.QueryString("dept")
	strSelectDept = PA02_ConvEncode("U", strSelectDept)
Else
	strSelectDept = "mail01"
End If

%>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="viewport" content="width=device-width" />
<title>味の素トレーディング株式会社｜お問い合わせ｜メールフォーム</title>
<link rel="icon" href="/img/home/favicon.ico">
<link href="../css/style.css" rel="stylesheet" type="text/css" />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript">

   var _gaq = _gaq || [];
   _gaq.push(['_setAccount', 'UA-17767134-1']);
   _gaq.push(['_trackPageview']);

   (function() {
     var ga = document.createElement('script'); ga.type = 'text/ javascript'; ga.async = true;
     ga.src = ('https:' == document.location.protocol ? 'https:// ssl' : 'http://www') + '.google-analytics.com/ga.js';
     var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
   })();

</script>
<FRAMESET ROWS="0,*" FRAMESPACING=0 FRAMEBORDER=0 BORDER=0>
	<FRAME NAME="FrmDummy"   SRC="../inquiry/dummy.asp" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING="no" NORESIZE>
	<FRAME NAME="FrmMAIN" SRC="../inquiry/input.asp?lang=ja&dept=<%=PA02_ConvEncode("U", strSelectDept)%>" MARGINHEIGHT=20 MARGINWIDTH=0 NORESIZE>
</FRAMESET>
<NOFRAMES>
	<H2><FONT COLOR="#0000FF">Netscape Navigator 4.7またはInternet Explorer 4.0以上をご使用ください。</FONT></H2>
</NOFRAMES>
</HTML>
