@charset "utf-8";

/* *******************************************
  サイト名：　 
　制作者: 　　 株式会社マイ.ビジネスサービス.
　URL: 　　　　http://www.
　作成日:　　　2007年7月
　最新更新日： 2007年10月
  Copyright (c) 2007 xxx All Rights Reserved.
  -------------------------------------------
  Title:      
  Author:     My Business Service
  URL :       http://www.
  Created :   July 2007
  Modified :  Oct. 2007

*　お問合せのスタイル
　 The following styles are styles for inquiry.
******************************************* */

/* 目次 contents
１．左サイドコンテンツ leftside(content)
２．右サイドコンテンツ rightside(sidebar)
３．clearfix
４．ヘッダー header
５．ナビゲーション gloval navigation
６．コンテンツ content
７．フッター footer
*/

div#inquiry01{
	width: 803px;
	margin: 15px auto 10px auto;
	background: #fff url(../images/footer_inq_bg02.gif) bottom left repeat-y;
	}

div#inquiry01 h2{
	width: 803px;
	height: 7px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	text-indent: -9999px;
	background: #fff url(../images/footer_inq_bg01.gif) top left no-repeat;
	}

div#inquiry01 p{
	margin: 10px;
	}

div#inquiry01 table{
	width: 750px;
	margin: 0 auto;
	background-color: #fff;	
	}

div#inquiry01 table th{
	width: 16em;
	border: solid #ccc 1px;	
	font-weight: bold;
	line-height: 150%;
	vertical-align: top;
	}

div#inquiry01 table td{
	border: solid #ccc 1px;	
	line-height: 150%;
	vertical-align: top;
	}

.must{
	color: #CC0000;
	font-weight: bold;
	}

div#submit-box{
	padding: 20px;
	text-align: center;
	}

div#submit-box input{
	margin-left: 50px;
	}