@charset "utf-8";
/* CSS Document */



html {
	height: 100%;
	margin:0;
	padding: 0;
}

body {
	height: 100%;
	font:  95%/1.6 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #111111;
	vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
}

*:first-child+html body {/*for IE7 */
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	
}
* html body {/*for IE6 */
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,label,input,textarea,p,blockquote,table,thead,tbody,tfoot,caption { 
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd, table, th, td, img, form, pre {
	font-size: 100%;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
}

table {
	font-size: inherit;
}
ul {
	list-style: none;
}

li {
	list-style: none;
}


ol {
	list-style-position:inside;
}

img,object,param {
	border: 0;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
q:before,q:after {
	content: '';
}
fieldset,abbr,acronym {
	border: 0;
}
a[name]:hover { /*Gecko�n�p*/
	text-decoration: none !important;
	outline: 0 !important;
} 

a:link,
a:visited {
	text-decoration: none;
	color:#000;
}

a:hover,
a:active {
	text-decoration: underline;
	color:#F60;
}




a:hover img { 
-ms-filter: "alpha( opacity=50 )";
filter: alpha( opacity=50 );
opacity: 0.5;
	-moz-opacity: 0.50;
} 

a img {
border: none;

}




/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #333;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #F60;
}