@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;background:#000000 url(images/bg.jpg) top center no-repeat;}
body,td {color: #ffffff;font-size: 14px;line-height: 1.4;}

/* link style */
a:link,a:visited {text-decoration: underline;color: #ffffff;}
a:active {text-decoration: underline;color: #999999;}
a:hover {text-decoration: underline;color: #999999;}

#wrap {margin: 0px auto;padding-bottom: 20px;width: 1018px;background:#000000 url(images/bg.jpg) top center no-repeat;}
#main {margin: 0px auto;width: 1080px;}

.box {margin: 0px auto;width: 1018px;}
.profile {float: left;width: 453px; padding-left: 12px;}
.contents {float: right;width: 553px;}

.profile_stxt {
	background:#f1e4d1 url(images/stit_bg.png) top center no-repeat;font-weight: bold;
	width: 450px;line-height: 34px; margin-bottom: 10px;
}
.profile_txt {margin-bottom: 20px;}

.copyright {background: url(images/copyright.png) no-repeat;width: 1018px;height: 7px;text-align: center;}

