@charset "utf-8";

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/

html {
	color: #333;
	overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	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;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}


hr {
	display: none;
}

address {
	font-style: normal;
}

/* For Firefox */
button::-moz-focus-inner {
	border:0;
	padding:0;
}


body {
	font:13px/1.231 Helvetica, Arial, 'sans-serif';
	font-family: HiraKakuProN-W3, HiraKakuPro-W3,'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3',Meiryo, 'メイリオ','ＭＳ Ｐゴシック', 'MS PGothic',Arial, Sans-Serif;
}

/*-----------------------------------------------------
　Base Layout Style
------------------------------------------------------*/

/* =========================================================
　◆Link Style
========================================================= */

a:link    { color: #367eb3; text-decoration: none; }
a:visited { color: #843a98; text-decoration: none; }
a:hover   { color: #367eb3; text-decoration: underline; }
a:active  { color: #367eb3; text-decoration: none; }


/* =========================================================
　◆基本
========================================================= */

body { background:#fff; line-height:1.7; text-align:center; }
em { font-weight:bold;}
strong { font-weight:bold; color:#ff7800; }
img { display:block; vertical-align:top; }

/* clear */
.clear  { clear: both !important; }

/* clearfix */
.cFix:after  { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.cFix        { min-height: 1px; }
* html .cFix { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }
