﻿/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}
div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {

}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

ul li {
	list-style-type: none;
}

/*---------------------------------------------
	base
  ---------------------------------------------*/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}

body {
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	-webkit-text-size-adjust: none;
	font: 14px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
}

#wrapper {
	margin: 0px auto 0px;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	text-align: left;
	position: relative;
}

#f_space {
	clear: both;
	position: relative;
}

footer {
	clear: both;
	height: auto;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-top: 6px solid #79221c;
	margin-top: 70px;
}

#copyright {
	text-align: center;
	font-size: 10px;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none;
	color: #F60;
}

a:link {
	text-decoration: none;
	color: #F60;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	opacity: 0.5;
	/*IE7*/
	filter: alpha(opacity=70);
	/*IE8*/
	-ms-filter: "alpha(opacity=70)";
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
strong {
	font-size: 120%;
	font-weight: bold;
}
