@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, embed,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body, h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color: #0f2a48;
}

body {
	line-height: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align:top;
	text-align:left;
}

caption, th { text-align: left; }

td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }
q: before, q: after { content: ''; }

abbr, acronym {
	border: 0;
	font-variant: normal;
}
:focus { outline: 0; }

ins { text-decoration: none; }
del { text-decoration: line-through; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select { *font-size: 100%; }

legend {color: #0f2a48;}

img { vertical-align: bottom; }

h1 {
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	line-height: 140%;
}
h3 {
	font-size: 14px;
	line-height: 140%;
}
p {
	font-size: 12px;
	line-height: 140%;
}
a,
a:link,
a:visited{
	color: #0077AA;
	text-decoration: none;
}
a:hover {
	color: #99CCCC;
	text-decoration: underline;
}

.submit{
	border:1px solid #777;
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
	background: #428ec9;
	border-radius: 5px;

	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#99c9e5),
		to(#428ec9)
	);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;

	background: -moz-linear-gradient(
		top,
		#99c9e5,
		#428ec9
	);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;

	filter:progid:DXImageTransform.Microsoft.gradient
		(startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	zoom: 1;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.cl{
	clear: both;
	visibility: hidden;
	height: 0;
}

