/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ /
	form.css目次:
	┣基本スタイル
	┣リンク指定
	┣レイアウト
	┣ヘッダ
　	┣ぱんくず
	┗フッタ

/ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* 基本スタイル
------------------------------------------------ */
* {
	padding: 0px;
	margin: 0px;
	}
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	background: #FFFFFF;
	color: #444444;
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", Arial, sans-serif;
	}
.none {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
.vt {
	vertical-align: top;
	}
.vm {
	vertical-align: middle;
	}
.vb {
	vertical-align: bottom;
	}
.alignL {
	text-align: left;
	}
.alignR {
	text-align: right;
	}
.alignC {
	text-align: center;
	}
	html>body .alignC {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		}
.floatL {
	float: left;
	}
.floatR {
	float: right;
	}
.floatClear {
	clear: both;
	}
img {
	border: 0px;
	}
th,td {
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	padding: 3px 5px;
	vertical-align: top;
	text-align: left;
	}
	th.alignC,
	td.alignC {
		text-align: center;
		}
p {
	line-height: 1.2;
	}
em {
	font-style: normal;
	font-weight: bold;
	}
label {
	white-space: nowrap;
	}
li {
	list-style: none;
	}

/* リンク指定
------------------------------------------------ */	
a:link,
a:visited {
	color: #3300cc;
	text-decoration: none;
	}
a:hover {
	color: #3300cc;
	text-decoration: underline;
	}
.linkColor a:link,
.linkColor a:visited {
	color: #3300cc;
	text-decoration: none;
	}
.linkColor a:hover {
	color: #3300cc;
	text-decoration: underline;
	}

/* レイアウト
------------------------------------------------ */
#index,
#middle {
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
/* main */
#contents {
	width: 950px;
	margin: 15px auto;
	text-align: left;
	}
#main {
	width: 722px;
	float: left;
	}
#sub {
	float: right;
	width: 213px;
	}
#mainWide {
	width: 950px;
	}
/* ヘッダ
------------------------------------------------ */
#pointHeader {
	margin-bottom: 15px;
}


/* パンくず
------------------------------------------------ */	
.boxPath {
	background: #ffba00 url(/point/img/common/box_path_top.gif) no-repeat left top;
	padding-top: 3px;
	margin-top: 15px;
}
.boxPathBtm {
	background: #ffba00 url(/point/img/common/box_path_btm.gif) no-repeat left bottom;
	padding-bottom: 3px;
}
.boxPath .indentBox {
	padding: 4px 10px;
	line-height: 130%;
}

/* フッタ
------------------------------------------------ */
#footer {
	width: 950px;
	margin: 0px auto;
	padding: 30px 0px 10px;
	font-size: 92%;
}
#footer a:link,
#footer a:visited {
	color: #0a54a7;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .footer01 img {
	vertical-align: middle;
	margin-left: 5px;
}
#footer .footer01 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	width: 950px;
}
/* 幅・高さ
------------------------------------------------ */
.w700 {
	width: 700px;
	}
/* フォーム枠ありボックス ------------------------------------- */
.box700 {
	background: url(/point/img/form/box_700_bg.gif) repeat-y left top;
	width: 700px;
	margin-top: 15px;
	text-align: left;
}
.box700 .boxTop {
	background: url(/point/img/form/box_700_top.gif) no-repeat left top;
	padding-top: 3px;
}
.box700 .boxBtm {
	background: url(/point/img/form/box_700_btm.gif) no-repeat left bottom;
	padding-bottom: 3px;
}

.box700 .indentBox {
	padding: 15px 22px;
}
