@charset "UTF-8";


/*

    Font other styles

*/
a      { text-decoration: none; outline: none;}
strong { font-weight: bold;}
em     { font-style: italic;}





/*

    Reset default

*/
body, div,
h1, h2, h3, h4, h5, h6,
p,li,dt,dd,th,td,
form,fieldset,input,textarea,
pre,blockquote {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}
body, div,
h1, h2, h3, h4, h5, h6,
p,li,dt,dd,th,td,
form,fieldset,
pre,blockquote,
img {
	border-width: 1px;
	border-style: none;
}
body * {
	background-repeat: no-repeat;
}





/*

    Set basics

*/

/*  Headings  */
h1, h2, h3, h4, h5, h6 {
	line-height: 2;
}

/*  Paragraph  */
p {
	margin: 1em 0;
}

/*  Hr  */
hr {
	border: none;
	border-bottom: 1px #000000 solid;
}

/*  Table  */
table {
	border-collapse: collapse;
}
th, td {
	padding: 0.5em;
	border: 1px #DDDDDD solid;
}
th {
	text-align: left;
	background-color: #F2F2F2;
}
table ul {
	padding: 0px;
	margin: 0px;
}

/*  Form  */
input, select, textarea {
	font-family: Osaka, sans-serif;
	line-height: 1;
	vertical-align: middle;
}
form input.Text, form textArea {
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
}
form select {
	border: 1px #CCCCCC solid;
}

/*  Lists  */
ul, ol, dl {
	margin: 1em 0em;
	padding: 0;
}
ul li, ol li {
	margin-left: 1.25em;
	list-style-position: outside;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 1em;
}

/*  Blockquote  */
blockquote {
	padding: 1em 1.5em;
	font-style: italic;
}





/*

    Extension

*/

/*  Block element  */
.section {
	margin-bottom: 2em;
}
.paragraph {
	margin-bottom: 1em;
}

/*  Text element  */
.Warning { color: #E85298;}
.Notes   { font-size: 84.6%;}
.Number  { text-align: right;}
