@charset "UTF-8";

body {
	margin-top: 0px;
}

#left {
	width: 30%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ ゴシック", Arial;
	font-size: 12px;
	text-align: left;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#left p {
	margin: 0px;
	font-family: "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ ゴシック", Arial;
	font-size: 12px;
}

#right {
	width: 70%;
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}

#logo {
	width: 160px;
	height: 100px;
	top: 17px;
	float: left;
	text-align: center;
	margin-top: 20px;
}

#header {
	/* --- 背景を設定してください（短縮プロパティでの設定です） --- */
  background: #FFFFFF;
	/* --- マージンを設定してください --- */
  /* Note：下マージンはナビゲーションの上マージンと折りたたみが
           生じます */
  margin-top: 0;
	margin-bottom: 10px;
	top: 0px;
	float: none;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
}

#footer {
	/* --- 背景を設定してください（短縮プロパティでの設定です） --- */
  background: #FFFFFF;
	/* --- マージンを設定してください --- */
  /* Note：下マージンはナビゲーションの上マージンと折りたたみが
           生じます */
  margin-top: 0;
	margin-bottom: 10px;
	top: 0px;
	float: none;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	font-family: "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ ゴシック", Arial;
	font-size: 9px;
}

#footer p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#main {
	/* --- 背景を設定してください（短縮プロパティでの設定です） --- */
  background: #FFFFFF;
	/* --- マージンを設定してください --- */
  /* Note：下マージンはナビゲーションの上マージンと折りたたみが
           生じます */
  margin-top: 0;
	margin-bottom: 22px;
	top: 0px;
	float: none;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	}


.request {
	/* --- 背景を設定してください（短縮プロパティでの設定です）--- */
  background: #FFFFFF;
	/* --- マージンを設定してください --- */
  /* Note：上マージンはヘッダの下マージン，直上のコンテンツの下
           マージンとの折りたたみが生じます */
  /* Note：下マージンは直下のコンテンツの上マージン，フッタの上
           マージンとの折りたたみが生じます */
  margin-top: 0;
	padding: 0em;
	margin-right: 20px;
	float: none;
	width: auto;
}

.contents {
	/* --- 背景を設定してください（短縮プロパティでの設定です）--- */
  background: #FFFFFF;
	/* --- マージンを設定してください --- */
  /* Note：上マージンはヘッダの下マージン，直上のコンテンツの下
           マージンとの折りたたみが生じます */
  /* Note：下マージンは直下のコンテンツの上マージン，フッタの上
           マージンとの折りたたみが生じます */
  margin-top: 0;
	margin-bottom: 15px;
	padding: 0em;
	margin-right: 18px;
	float: left;
	width: auto;
}

.entry_title {

}

.request {
	/* --- 背景を設定してください（短縮プロパティでの設定です）--- */
  background: #FFFFFF;
	/* --- マージンを設定してください --- */
  /* Note：上マージンはヘッダの下マージン，直上のコンテンツの下
           マージンとの折りたたみが生じます */
  /* Note：下マージンは直下のコンテンツの上マージン，フッタの上
           マージンとの折りたたみが生じます */
  margin-top: 0;
	width: auto;
	float: left;
}

#headerup {
	width: 370px;
	float: right;
	margin-bottom: 50px;
}

#headerdown {
	width: 535px;
	float: right;
}

.entry {
	background-color: #ffffff;
	border: 1px dotted #999999;
	padding: 20px;
	margin-bottom: 30px;
}