									/* NORMALIZE */


html {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}


						/* BASIC */


p {
	padding: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #3a3e39;
}
a {
	text-decoration: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
li {
	list-style-type: none
}
.hidden {
	display: none;
}
.front {
	z-index: 10 !important;
}
.mincho {
	font-family: Hiragino Mincho ProN;
}
.f12 {
	font-size: 12px;
}
.f15 {
	font-size: 15px;
}
.green {
	color: #31a138;
}
.orange {
	color: #eb6000;
}
.textgray {
	color: #3a3e39;
}
.textdeco {
	color: #e96081;
	font-weight: bold;
}


						/* LAYOUT */


.line {
	width: 100%;
	height: 4px;
	background: url(../img/bg_pattern01.gif) repeat-x top left;
}
#page {
	position: relative;
	width: 980px;
	height: 738px;
	background: url("../img/bg.jpg") no-repeat top center;
	margin: 0 auto;
}
#logo1 {
	position: absolute;
	left: 10px;
	top: 6px;
}
#logo2 {
	position: absolute;
	right: 10px;
	top: 6px;
}
#balloon {
	position: absolute;
	top: 75px;
	right: 260px;
}
#panel1 {
	position: absolute;
	top: 75px;
	left: 20px;
}
#panel2 {
	position: absolute;
	top: 75px;
	left: 200px;
}
#panel3 {
	position: absolute;
	top: 230px;
	left: 20px;
}
#panel4 {
	position: absolute;
	top: 230px;
	left: 200px;
}
.detail {
	margin-top: 10px;
	margin-left: 50px;
}
.action {
	margin-top: 20px;
	margin-left: 90px;
}
#content0 {
	position: absolute;
	top: 400px;
	left: 20px;
	width: 500px;
	height: 335px;
	background: #fff;
	z-index: 0;
}
#content1 {
	position: absolute;
	top: 400px;
	left: 20px;
	width: 500px;
	height: 335px;
	background: #fff;
	z-index: 0;
}
#content2 {
	position: absolute;
	top: 400px;
	left: 20px;
	width: 520px;
	height: 335px;
	background: #fff;
	z-index: 0;
}
#content3 {
	position: absolute;
	top: 400px;
	left: 20px;
	width: 520px;
	height: 335px;
	background: #fff;
	z-index: 0;
}
#content4 {
	position: absolute;
	top: 400px;
	left: 20px;
	width: 520px;
	height: 335px;
	background: #fff;
	z-index: 0;
}
#footer {
	margin-top: 4px;
	text-align: center;
}


						/* ANIMATION */


.animation_css {
	-webkit-animation-name: animation_css;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	-moz-animation-name: animation_css;
	-moz-animation-duration: 4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
}
@-webkit-keyframes animation_css {
	0% {-webkit-transform: translate(0, 0);}
	40% {-webkit-transform: translate(0, 25px);}
	100% {-webkit-transform: translate(0, 0);}
}
@-moz-keyframes animation_css {
	0% {-moz-transform: translate(0, 0);}
	40% {-moz-transform: translate(0, 25px);}
	100% {-moz-transform: translate(0, 0);}
}