@charset "utf-8";

/* HTML 5 */

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

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

/* ページALL センタリング */

#contents_whole {
	margin: auto;
	height: auto;
	width: 960px;
}

/* 内部基礎 -共通- */

.contents_middle {
	background-image: url(../contents_bk.png);
	background-repeat: repeat-y;
	margin: auto;
	float: left;
	height: auto;
	width: 960px;
}


/* 内部横幅 */

#inner_base {
	width: 932px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 50px;
}

#inner_base p {
	clear: both;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
	_text-align: left; /* for IE6 */
}

#inner_base p a {
	color: #333;
}

#inner_base p a:hover {
	color: #777;
}

#inner_base p.thanks {
	padding-bottom: 200px;
	padding-top: 20px;
}

/* 本文テーブル */

table {
	clear: both;
	width: 750px;
	margin: auto;
	font-size: 12px;
	border-style: none;
}

table tr td.corp {
	text-indent: 8px;
	height: 25px;
	border: 1px dotted #ece9da;
	line-height: 120%;
	_text-align: left; /* for IE6 */
}

table tr td.corpsub {
	border: 1px dotted #ece9da;
	padding-left: 8px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	_text-align: left; /* for IE6 */
}

table tr td.left {
	width: 25%;
	background-color: #dad5c3;
}

table tr td.right {
	width: 75%;
	background-color: #ece9da;
}

/* 内部bar */

#inner_base h3 {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* フォーム */

INPUT,TEXTAREA {
	outline: none; /* chromeデフォルト */
}

textarea {
	max-width: 500px;
	overflow: auto;
}

input:focus,
textarea:focus {
	border: 1px dotted #c1bab0;
}

.sendbutton {
	height: 24px;
	width: 78px;
	margin: auto;
	padding-top: 40px;
}
