@charset "Shift_JIS";


/* ****************************************
 *  default.css  [2010/08/2]
	Modify  toiyama
 * ****************************************
 */

/* FONT
8px -> 71.4%
9px ->78.5%
10px -> 83.4%
11px -> 91.7%
12px -> 100%
13px -> 108.4%
14px -> 116.7%
15px -> 125%
16px -> 133.4%
17px -> 141.7%
18px -> 150%
19px -> 158.4%
20px -> 166.7%
21px -> 175%
22px -> 183.4%
23px -> 191.7%
24px -> 200%
25px -> 208.4%
26px -> 217%
*/

/*-- Default Reset
-----------------------------------*/

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

body {
	font: 12px/1.5 'Hiragino Kaku Gothic Pro', '?申q?申?申?申M?申m?申p?申S Pro W3', '?申?申?申C?申?申?申I', Meiryo, '?申l?申r ?申o?申S?申V?申b?申N', sans-serif;
	margin: 0;
	overflow: visible;
	padding: 0;
	color: #333333;
	background: #FBFCF6;
}

/* for IE7 */
*+html body {

	font-family: '?申?申?申C?申?申?申I', '?申l?申r ?申o?申S?申V?申b?申N';
	font-size: 75%;
}

/* for IE6 */
* html body {
	font-family: '?申l?申r ?申o?申S?申V?申b?申N';
	font-size: 75%;
}

/* -------- common -------- */

a {
	overflow: hidden;
}

a img,
img {
	border: 0;
	vertical-align: bottom;
	border: none;
}

abbr,
acronym {
	border: 0;
}

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

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul {
	margin: 0px;
	padding: 0px;
}

caption,
th {
	text-align: left;
}

code,
kbd,
pre,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}

/* for IE7 */
*+html code,
kbd,
pre,
samp,
tt {
	font-size: 108%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	margin: 0em 0;
}



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

hr {
	display: none;
}


/* --LIST-- */
ol,
ul {
	margin: 0em 0em 0em 0em;
	text-align: left;
	list-style: none;
}

dl {
	margin: 0em;
}

ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

/* -----form------ */
button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}


fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 0 1em 1em 1em;
}

input,
textarea {
	line-height: 1.4;
	padding: 0;
	vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="submit"] {
	padding: 0.1em;
}

legend {
	background: #fff;
	padding: 0.3em;
}

select {
	padding: 0;
}

/* for IE6 */
* html input,
* html textarea {
	font-family: '?申l?申r ?申o?申S?申V?申b?申N';
}

/* for IE7 */
*+html input,
*+html textarea {
	font-family: '?申?申?申C?申?申?申I', '?申l?申r ?申o?申S?申V?申b?申N';
}


/* for IE6 */
* html input {
	padding: 0.1em;
}

* html input.checkbox,
* html input.radio {
	vertical-align: -0.3em;
}

* html input.submit {
	line-height: 1.2;
	padding-top: 0.2em;
}

* html select {
	vertical-align: -0.2em;
}

/* for IE7 */
*+html input {
	padding: 0.1em;
}

*+html input.submit {
	line-height: 1.2;
	padding-top: 0.2em;
}

*+html select {
	vertical-align: -0.2em;
}

/* for Opera9.27 */
html:first-child input {
	padding: 0.1em;
}

html:first-child input[type="checkbox"],
html:first-child input[type="radio"] {
	vertical-align: middle;
}

html:first-child input[type="submit"] {
	padding: 0.3em;
}

html:first-child select {
	padding: 0.2em 0.5em;
}

/* for Opera9.5+ [Safari3 & Chrome] */
body:first-of-type input {
	padding: 0.1em;
}

body:first-of-type input[type="checkbox"],
body:first-of-type input[type="radio"] {
	vertical-align: text-top;
}

body:first-of-type input[type="submit"] {
	padding: 0.3em 0.3em 0.2em 0.3em;
}

/* for Safari3 & Chrome */
html:not(:only-child:only-child) input {
	padding: 0;
	vertical-align: baseline;
}

html:not(:only-child:only-child) select {
	vertical-align: 0;
}



/*--- tables still need 'cellspacing="0"' ---*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

td,
th {
	padding: 0.5em;
}

th {
	font-weight: bold;
}




/*---link---*/

a:link {
	color: #7450EB;
}

a:visited {
	color: #47CA94;
}

a:hover {
	color: #9428B7;
}

a:active {
	color: #9428B7;
}







/* ---- clearfix ---- */

div,
dl,
ul {
	zoom: 1;
}

div:after,
dl:after,
ul:after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	font-size: 0.1px;
	line-height: 0.1px;
	clear: both;
}

/*IE7*/
div,
dl,
ul {
	display: inline-block;
}

/*MacIE5.x\*/
*html div,
*html dl,
*html ul {
	height: 1%;
}

div,
dl,
ul {
	display: block;
}

/**/


/* ---- clearboth ---- */

.clear {
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}