@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: #e8c535 url(images/bg1.jpg) 0px 1px repeat-x;}
body,td {color: #333333;}

/* 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;padding: 0px;}
#contents_wrap {margin: 0px auto;padding: 0px;width: 1000px; background-color: #ffffff;}

.left {float: left;width: 362px;padding: 0px 0px 0px 32px;}
.left img{z-index:1;}
.right {float: right;width: 557px;height: 560px;background:url(images/introduction.jpg) no-repeat;padding: 0px 32px 0px 0px;}

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

.book{padding-left: 32px;}

.profile {width: 557px;height: 270px;position: relative;}
.profile_title {top: 0px;left: 0px;position: absolute;width: 557px;height:28px;background:url(images/profile.jpg) no-repeat; text-indent:-9999px;}
.profile_txt {top: 39px;left: 0px;padding-left:180px;position: absolute;width: 400px;height:210px;font-size: 12px;line-height: 20px;background:url(images/profile_photo.jpg) no-repeat;}

