@charset "utf-8";
/*common file*/

* {margin: 0; padding: 0px;}
/* end no ie50m */
/*--link end--------------------------*/


html, body {
	height: 100%;
	background: url(null) fixed;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 0.1em;
}
img{ border:0px; vertical-align:bottom;}
#skip { display:none;}
/*--nomal----------------------------*/
a {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}
/* no ie50m \*/
a:hover { color: #FF0000; text-decoration: underline;}

p,a,h1,h2,h3,h4,li {
	margin-bottom: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#continar{
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-24px;
	text-align:left;
	padding-left: 91px;
	padding-top: 0/*50px*/;
	position:relative;
}


.clear {
	content: " ";  
	display: block;  
	visibility: hidden;  
	clear: both;  
	height: 0.1px;  
	line-height: 0;  
}

/*--img highlight----------------------------*/
img{
	border:0;
}
a:hover img{
	filter: alpha(opacity=75);
	opacity:0.8;
}

/*--footer----------------------------*/

/*footer*/
.footer{
	right: 11px;
	position:absolute;
	bottom:3px;
	height:24px;
}
.footer p {
	color: #999;
	text-align: right;
	font-size: 10px;
	margin-bottom:0;
}

