﻿@charset "utf-8";

/*------------------------------
	font-size
------------------------------*/

/* 12px 相当 */
p,
dt,dd,
address,
th {
	font-size: 100%;
	line-height: 1.6;
}

li {
	font-size: 100%;
	line-height: 1.2;
}


/* 18px 相当 */
.ttl h1,
.ttl h2 {
	font-size: 150%;
	line-height: 1.15;
}


legend {
	display: none;
}

strong.required {
	color: #cc0000;
	font-size: 100%;
}

#header p.box a.btn_normal,
#sub_col p.box a.btn_normal {
	display: block;
	background: url(../images/btn_standerd.gif) no-repeat 0 -19px;
}
#header p.box a.btn_large,
#sub_col p.box a.btn_large  {
	display: block;
	background: url(../images/btn_large.gif) no-repeat 0 -19px;
}