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


* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	outline: none;
}

html,body{
	height:100%;
}

table {
	border-collapse:collapse;
}

table tr td p,
table tr td h3 {
	font-size: 100%;
}

p span {
	font-size: 100%;
}

li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,td,th,address {
	font-size: 75%;
	font-weight: lighter;
	line-height: 180%;
	color: #666666;

}

a { color: #666666;}

body {
	text-align: center;
	margin: 0;
	padding: 0;
}


/*=大枠*/



/*全ページ共通*/



/*TOPページ*/
.topswf{
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
.topswf p{
	color:#000000;
	margin:150px auto 0 auto;
}
.topswf img{
	vertical-align:middle;
}


/* =clearfix
----------------------------------------------------------------
*/
.clearfix:after {
 content:".";
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}
/* end MacIE5 */ 
