@charset "utf-8";

/* ===================================================================
 style info : Default (irrevocably)
=================================================================== */

/* reset */
html {
	overflow-y: scroll;
}
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
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%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ul,li {
	list-style-type: none;
}


/* clearfix */
.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* --Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}



/* ===================================================================
 style info : Contents
=================================================================== */

html,body {margin: 0px;padding: 0px;}
body {color: #666666; font-size: 12px;line-height: 1.5;background: #ffffff url(images/bg.jpg) top center repeat;}

/* link style */
a:link,a:visited {text-decoration: underline;color: #0033FF;}
a:active {text-decoration: underline;color: #FF6600;}
a:hover {text-decoration: underline;color: #FF6600;}

#wrap {margin: 0px auto 40px auto;padding: 0px;width: 1000px;}

#main p, #contents p {text-indent: -9999px; height: 0;}

.copyright {margin: 40px auto 0px auto;background: url(images/copyright.jpg) repeat;width: 1000px;height: 11px;text-align: center;}


