@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. リセット用スタイル
　02. タグ固有のスタイル指定
　03. 大枠レイアウト
　04. グローバルヘッダー
　05. メインコンテンツ
　06. グローバルフッター
　07. 見出し
　99. 印刷

******************************************************************************* */
/* ==

　01. リセット用スタイル

=============================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
ol, ul { list-style: none; }


/* ==

　02. タグ固有のスタイル指定

	□　各フォントサイズの指定値
 *  10 px : 84%   |  11 px : 92% 
 *  12 px : 100%  |  13 px : 109%
 *  14 px : 117%  |  15 px : 125%
 *  16 px : 134%  |  17 px : 142%
 *  18 px : 150%  |  19 px : 159%
 *  20 px : 167%  |  22 px : 184%
 *  24 px : 200%  |  26 px : 217%
 *  28 px : 234%  |  30 px : 250%
 *  32 px : 267%
 
 	※％指定がネストする場合の指定値は別途要計算
=============================================================================== */
html { overflow-y: scroll; }
html,
body { height: 100%; }
body {
  line-height: 1.7;
	background-color: #fff;
	color: #666;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 75%;
	-webkit-text-size-adjust: 100%;
}
img {	vertical-align: bottom; }
a img {	border: none; }
a {
	color: #404f6f;
	text-decoration: underline;
}
a:hover {	text-decoration: none; }
em {
  font-weight: bold;
  font-style: normal;
}
th,
td { vertical-align: top; }
sup,
sub {
  margin: 0 1px;
  font-size: 84%;
  vertical-align: 2px;
}
sub { vertical-align: baseline; }


/* ==

　03. 大枠レイアウト

=============================================================================== */
#header {
	width: 100%;
  min-width: 580px;
	height: 34px;
  line-height: 1;
  margin-bottom: 10px;
	border-top: 3px solid #fa0046;
	border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-size: 12px;
}
#mainVisual {
  width: 100%;
  min-width: 580px;
  margin-bottom: 0;
  text-align: center;
}
#main {
	width: 580px;
	margin: 0 auto;
	padding: 17px 0 40px;
}
#footer {
	width: 100%;
  min-width: 580px;
  padding-top: 10px;
  border-top: 3px solid #fa0046;
  font-family:"ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
}
.baseIn {
	width: 580px;
	position: relative;
	margin: 0 auto;
  text-align: left;
}
#main,
#footer {  max-height: 999999px; }

/* ==

　04. グローバルヘッダー

=============================================================================== */
#header .baseIn {
  padding-top: 11px;
}
#header .baseIn p {
  line-height: 1;
  font-size: 12px;
}
#header .baseIn img {
  vertical-align: top;
}


/* ==

　05. メインコンテンツ

=============================================================================== */
#main p,
#main dt,
#main dd,
#main th,
#main td,
#main ul,
#main ol { font-size: 117%; }

#main th p,
#main td p,
#main th dt,
#main th dd,
#main td dt,
#main td dd,
#main dl ul,
#main dl ol { font-size: 100%; }

#main section,
#main .section { margin-bottom: 30px; }
#main section section,
#main section .section,
#main .section section,
#main .section .section {
  margin-top: 20px;
  margin-bottom: 20px;
}


/* ==

　06. グローバルフッター

=============================================================================== */
#footer #copyright {
  display: block;
  line-height: 1.1;
	padding-bottom: 15px;
	font-size: 11px;
	text-align: right;
	color: #4d4d4f;
}


/* ==

　07. 見出し

=============================================================================== */
h1,
.heading1 {
  line-height: 1.5;
	margin: 0 0 20px;
	padding: 0 0 7px;
	border-bottom: 1px solid #999;
  background: none;
	color: #333;
	font-size: 184%;
	font-weight: bold;
}
h2,
.heading2 {
  line-height: 1.6;
	margin: 0 0 15px;
	padding: 6px 10px 4px;
  border-bottom: none;
	background-color: #e5e5e5;
	color: #333;
	font-size: 134%;
	font-weight: bold;
}
h3,
.heading3 {
  line-height: 1.6;
	margin: 0 0 10px;
	padding: 0 0 1px;
	border-bottom: 1px solid #ccc;
  background: none;
	color: #666;
	font-size: 134%;
	font-weight: bold;
}

/* ==

　99. 印刷

=============================================================================== */
@media print {
}