@charset "Shift_JIS";
/* CSS Document */

* {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 12px;
	line-height:16px;
	magrin:0;
	padding:0;
}
body {
	magrin:0px;
	padding:0px;
	text-align:center;
}

#headImg {
	display:block;
	width:760px;
	height:50px;
	background-image:url(../../img/form/img_head.gif);
	margin-top:0;
	text-indent:-9999px;
}
#main {
	display:block;
	width:760px;
	margin:0 auto;
	text-align:left;
}
#main h1 {
	font-size: 16px;
}
#main table {
	border-collapse:collapse;
}#main table td {
	border:solid #CCCCCC 1px;
	padding:3px;
}
.red {
	color:#FF0000;
}
.col {
	border:solid #FF0000 1px;
	padding:5px;
	background-color:#FFCCCC;
}
a.link {
	padding-left: 15px;
	background-image: url(../mark/arrow1_r.gif) ;
	background-repeat: no-repeat;
	background-position:0 2px;
}/*IE6 */
* html a.link {
	background-position:0 0;
}/*IE7 */
*:first-child+html a.link {
	background-position:0 0;
}