@charset "Shift_JIS";

a { text-decoration: none; outline: none; }
a:link    { color: #333333; }
a:visited { color: #48395E; }
a:hover   { color: #333333; text-decoration: underline; }
a:active  { color: #841515; }

body, td { color: #222; }
body, form { margin: 0; }

span.listMark01 {
	color: #713840;
}

h1 { font-size:11px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }

.text-s  { font-size: 11px; line-height: 18px; }
.text-m  { font-size: 14px; line-height: 25px; }
.text-l  { font-size: 16px; line-height: 27px; }

.caption-s { font-size: 10px; line-height: 16px; }
.caption-m { font-size: 12px; line-height: 18px; }

.navText-s { font-size: 10px; line-height: 17px; }
.navText-m { font-size: 12px; line-height: 19px; }


input    { font-size: 13px; }
select   { font-size: 13px; }
textarea { font-size: 13px; }

.footer {
	clear: both;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003300;
	width: 700px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 3px;
	position: static;
	bottom:0;
	line-height: 130%;
}