<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =========================================================

Last Update 2013.06.26

========================================================= */

html {
    overflow-y: scroll;
}
html&gt;body {
    /*font-size: 12px;*/ 
}
img {
    border: 0;
    vertical-align: bottom;
    margin: 0px;
    padding: 0px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
var {
    font-style: normal
}
table {
    margin: 0 0 10px 0; /*border-collapse: collapse;    border-spacing: 0;*/ ;
}
caption,
th {
    text-align: left
}
q:before,
q:after {
    content: ''
}
object,
embed {
    vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}
abbr,
acronym,
fieldset {
    border: 0;
    vertical-align: bottom;
}
li {
    list-style-type: none
}
/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	background-color: #022F5B;
	background-image: url(../images/element/bg.png);
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Verdana, Geneva, sans-serif;
	*/
	
	font-family:"Helvetica Neue",Helvetica,Arial;
		
	font-size: 0.85em;
	line-height: 1.5;
	/* font-style: italic; */
	font-weight:normal;
	color: #ccc;
	
}
/**/
* + html body {
	font-family:"Helvetica Neue",Helvetica,Arial;
}
.clearfix {
    min-height: 1px
}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.clearfix:after {
    content: "."; /* 新しい要素を作る */
    display: block; /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}


#contents a{
	color:#ccc;
	text-decoration:underline;
	}
	#contents a:hover{
	color:#fff;
	text-decoration:none;
	}</pre></body></html>