@charset "shift_jis";


/* ---------------------------------------------------------
¥¯¥ê¥¢
---------------------------------------------------------- */
* {
	margin: 0;									
	padding: 0;									
	font-style: normal;
}

body,td {
	font-size: 12px;									
	line-height: 130%;									
	color: #333333;									
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯','MS PGothic','¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;									
	text-align: center;									
	margin: 0;									
}

.clear {
	clear: both;
}

br.clear {
	clear: both;									
	font: 0pt/0pt sans-serif;									
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;									
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯','MS PGothic','¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;									
	font-size: 100%;									
}

em,strong,th {  
	font-style: normal;   									
	font-weight: normal;   									
} 

p {
	margin: 0;									
}

li {
	list-style-type: none;									
}

img {
	border: 0;									
}

/* ---------------------------------------------------------
¶¦ÄÌÍ×ÁÇ
---------------------------------------------------------- */
#wrap {
	width: 650px;
	text-align: left;
	margin: 0 auto;
}

h1 {
	background-color:#EEF2FF;
	border-bottom:3px solid #3366FF;
	font-size:16px;
	letter-spacing:2px;
	line-height:25px;
	margin: 30px 0;
	padding:4px 0 4px 6px;
	width: 650px;
}

.error{
	color:red;
}

.required{
	color:red;
}

.f_table{
        width: 650px;
        border: 1px solid #CCCCCC;
        border-collapse: separate;
        border-spacing: 1px;
		text-align: center;
		margin: 10px auto;
}

.f_field{
        width: 150px;
		text-align:right;
		padding: 5px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #EFF2F3;
}

.f_data{
	text-align:left;
	padding: 5px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #EFF2F3;
}

