@charset "UTF-8";

/* ------------------------------------------------------------
	0. All
------------------------------------------------------------ */

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */

body {
	background: #000;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.4;
	font-family: Meiryo;
}

a:link {
	color: #00e;
	text-decoration: underline;
}

a:visited {
	color: #551a8b;
}

a:hover,
a:active  {
	color: #09f;
	text-decoration: none;
}

/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */

/*  2-1. Inline-level Elements
------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: middle;
	outline: none;
}

address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}

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

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

fieldset {
	border: none;
}

input, textarea, select, label {
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/*  2-2. Block-level Elements
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}

hr {
	display: none;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

pre, code {
	font-family: monospace;
}

ul, ol {
	list-style: none;
}

/*  2-3. Table
------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}


/* TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
	Lauout
LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */

body {
	text-align: center;
}

div#container{
	text-align: left;
	width: 798px;
	height: 2800px;
	margin: 0 auto;
	background: url(/img/about/bg.png) no-repeat;
	position: relative;
	overflow: hidden;
}

div#containerInner{
	padding: 75px 100px;
}

h1{
	color: #f00;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 16px;
}

h2{
	font-weight: bold;
	padding: 0 20px;
	margin-bottom: 10px;
}

h3{
	font-weight: bold;
	padding: 0 20px;
	margin-bottom: 10px;
}

p.txt01{
	padding: 0 35px;
	margin-bottom: 30px;
}

p.txt01a{
	padding: 0 35px;
	margin-bottom: 10px;
}

p.txt02{
	font-size: 10px;
	padding-right: 20px;
	margin-bottom: 30px;
}

p.txt03{
	padding: 10px;
	border: 1px solid #999;
	margin: 10px;
}

p.txt04{
	padding: 10px;
	border: 1px solid #999;
	margin: 10px 60px 30px;
}

.note01{
	font-size: 10px;
}

.note02{
	text-decoration: underline;
	font-size: 15px;
}

.note03{
	color: #ff0000;
	font-weight: bold;
}

.note04{
	font-weight: bold;
}

.note05{
	font-size: 18px;
}

.note06{
	font-size: 15px;
}



ol.list01{
	list-style: decimal outside;
	margin: 10px 55px 30px;
}

ol.list01 li.item{
	margin-bottom: 10px;
}

ul.list02{
	list-style: disc inside;
	margin: 10px;
}

ul.list02a{
	list-style: disc inside;
	margin: 10px 10px 30px 10px;
	padding: 0 60px;
}

.logo{
	position:absolute;
	bottom: 50px;
	right: 70px;
}

.logoLabel{
	font-size: 10px;
	text-align: right;
	position:absolute;
	bottom: 50px;
	right: 110px;
	line-height: 21px;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.group {
	display: inline-block;
}

/* exclude MacIE5 \*/
* html .group {
	height: 1%;
}

.group{
	display: block;
}
/* end: exclude MacIE5 */
