@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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table,
caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
	display: block;
}

* {
	letter-spacing: 0;
}

/* IE7用のおまじない */
ul {
	list-style: none;
}

code {
	font-family: "Courier New", Courier, monospace;
	color: #555;
}

/* font-style */
small {
	font-size: 80%;
}

strong {
	font-weight: bold;
	color: #4d4d4d;
}

em {
	font-weight: bold;
	font-style: normal;
}

.itaric {
	font-style: italic;
}

.small {
	font-size: 80%;
}

.big {
	font-size: 140%;
	font-weight: bold;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.wrapping {
	overflow: hidden;
}

::selection {
	color: #555;
	background-color: #cbf2ff;
}

::-moz-selection {
	color: #555;
	background: #cbf2ff;
}

:focus {
	-moz-outline-style: none;
}

/* Links */
a, a:visited {
	color: #354eac;
	text-decoration: none;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
}

a:hover {
	color: #354eac;
	text-decoration: underline;
}

a:active {
	color: #354eac;
	text-decoration: none;
}

a:active, a:focus {
	outline: 0 none;
}

html,
body {
	margin: 0;
	background: #020d35;
	line-height: 100%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}



/* カラム全体枠 */
#wrap {
	float: none;
	margin: 0;
	padding: 0;
}



/* フッタ */
#footerBorderline {
	clear: both;
	float: none;
	height: 5px;
	margin: 0;
	padding: 0;
	background: #ffffff url(../imgcmn/footer.png) repeat-x;
}
#footerWrap {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}
#footer {
	float: none;
	width: 1024px;
	margin: 30px 0 0 0;
	padding: 0;
}
#footerText {
	float: left;
	width: 870px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	line-height: 150%;
	color: #ccc;
}
#footerText a {
	color: #5d6fb4;
}
#footerBnr {
	float: right;
	width: 125px;
	margin: 0;
	padding: 0;
}
