@charset "utf-8";
/*
	Site Name: 
	Description: レイアウト
	Version: 
	Author: 
*/
/*
====================================================
■ Function
====================================================
*/
/*
====================================================
■ BASE
====================================================
*/
/*
===== reset ===========================
*/
* {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
iframe {
  border: none;
}
/*
===== base ===========================
*/
body.fontS {
  font-size: 13px;
}
body.fontM {
  font-size: 15px;
}
body.fontL {
  font-size: 19px;
  line-height: 135%;
}
body.fontL .text {
  line-height: 175%;
}
/* base.css, part of YUI's CSS Foundation */
#Container_fca h1 {
  /*18px via YUI Fonts CSS foundation*/
  font-size: 138.5%;
}
#Container_fca h2 {
  /*16px via YUI Fonts CSS foundation*/
  /*font-size: 123.1%;*/
}
#Container_fca h3 {
  /*14px via YUI Fonts CSS foundation*/
  font-size: 108%;
}
#Container_fca h1,
#Container_fca h2,
#Container_fca h3 {
  /* top & bottom margin based on font size */
  margin: 0 0;
}
#Container_fca h1,
#Container_fca h2,
#Container_fca h3,
#Container_fca h4,
#Container_fca h5,
#Container_fca h6,
#Container_fca strong {
  /*bringing boldness back to headers and the strong element*/
  font-weight: bold;
}
abbr,
acronym {
  /*indicating to users that more info is available */
  border-bottom: 1px dotted #000;
  cursor: help;
}
em {
  /*bringing italics back to the em element*/
  font-style: italic;
}
blockquote,
ul,
ol,
dl {
  /*giving blockquotes and lists room to breath*/
  margin: 0;
}
ol,
ul,
dl {
  /*bringing lists on to the page with breathing room */
  margin: 0;
}
ol li {
  /*giving OL's LIs generated numbers*/
  list-style: none;
}
ul li {
  /*giving UL's LIs generated disc markers*/
  list-style: none;
}
dl dd {
  /*giving UL's LIs generated numbers*/
  margin: 0;
}
th,
td {
  /*borders and padding to make the table readable*/
  padding: 0;
}
th {
  /*distinguishing table headers from data cells*/
  font-weight: bold;
  text-align: center;
}
caption {
  /*coordinated marking to match cell's padding*/
  margin-bottom: 0.5em;
  /*centered so it doesn't blend in to other content*/
  text-align: center;
}
p,
fieldset,
table {
  /*so things don't run into each other*/
  margin: 0;
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/*
===== link setting ===========================
*/
a {
  color: #111111;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:active {
  color: #000;
  text-decoration: underline;
}
/* memo  */
/*#demo1 {font-size:85%;}*/
/*renders 11px */
/*#demo2 {font-size:100%;}*/
/*renders 13px */
/*#demo3 {font-size:108%;}*/
/*renders 14px */
/*#demo4 {font-size:123.1%;}*/
/*renders 16px */
/*#demo5 {font-size:138.5%;}*/
/*renders 18px */
/*
===== CLEARFIX ==========================================
*/
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
/*
===== module ==========================================
*/
img.preload {
  display: none;
}
/*
====================================================
■ all
====================================================
*/
html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
#bodywrapper {
  width: 920px;
  height: auto;
  position: relative;
  max-height: 100%;
  margin: 0 auto;
}
