/* 株式会社明和セールス 基本設定CSS */

/*

	1. 基本設定
	2. フォント・リンク設定
	3. 段落設定

*/

/* *************************************************
   1. 基本設定
************************************************* */

* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	background:url(images/bg_body.gif) repeat-x top #FFFFFF;
	text-align: center;
	margin: 0px auto;
	font-size:12px;
	line-height:18px;
	color:#333333;
}

h1 {
	font-size:10px;
	color:#666666;
	margin:0 0 4px;
	width:420px;
	font-weight:normal;
}

.clear {
	clear:both;
}

a img {
	border:0;
}

/* *************************************************
   2. フォント・リンク設定
************************************************* */

/* ------------ フォント ------------ */
body {
	font-family:Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.fsLar {
	font-size:14px;
	line-height:22px;
}

.fsMid {
	font-size:12px;
	line-height:18px;
}

.fsSml {
	font-size:10px;
	line-height:14px;
}

/* カラー */
.must {
	color:#CC0000;
	font-weight:bold;
}

/* ------------ リンク ------------ */

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#666666;
	text-decoration:none;
}

.subMenu a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.subMenu a:hover {
	color:#ff007e;
}

#pan a {
	color:#7F3636;
}

#pan a:hover {
	color:#2CC5A3;
}

h1 a {
	color:#666666;
	text-decoration:none;
}

/* *************************************************
   3. 段落設定
************************************************* */

body {
	padding:14px 0;
}

div#container {
	position: relative;
	margin: 0px auto 0;
	width: 780px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(images/bg_container.gif) repeat-y #FFFFFF;
	text-align: left;
}

body > #container {
	height: auto;
}

div#contents {
	height: auto;
	padding:0 0 80px;
}

#header {
	margin:0;
}

#footer {
	width:760px;
	position: absolute;
	bottom: 0px;
	height:60px;
	padding:10px;
	text-align:center;
	background:url(images/footer.gif) no-repeat bottom;
}

#footer p {
	margin:10px;
	border-top:1px solid #BBBBBB;
	padding-top:10px;
}

/* *************************************************
   4. ページ内設定
************************************************* */

.topImg {
	margin:0 1px;
}

.btnArea {
	padding:16px;
	text-align:center;
}

.btnArea img {
	margin:0 0 10px;
}

h2 {
	margin:0 21px 10px;
}

h3 {
	margin: 0 0 10px;
}

h4 {
	color:#0076ac;
	font-size:14px;
}

.item {
	margin:0 21px 30px;
}

.item p {
	margin:0 0 16px;
}

.item p.f03 {
	margin:0 16px 24px;
}

td {
	vertical-align:top;
}

.square {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}