@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
* {
	/zoom : 1;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	font-weight: normal;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	text-align: center;
	height: 100%;
	font-size: 12px;
	color:#333;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1.0em;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
img {
	vertical-align: bottom;
	border: 0;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color:#333;
}
a:hover {
	text-decoration: underline;
}
/******************************************************clearfix*/
.clearfix:after {
	content: " ";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {	display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {	display: block;}
/******************************************************pngfix*/
.png { behavior: expression(IEPNGFIX.fix(this));}

.hover a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

p{
	text-justify: auto;
}

.fixed{
	background: url(../img/fixed_bg.png) 0 0 no-repeat;
	width: 303px;
	height: 222px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.fixed p{
	padding: 130px 0 0 22px;
	text-align: center;
}

