@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 65%;
	font-family: sans-serif;
	color: #333333;
	background: #FFFFFF;
	line-height: 1.5;
        background: url(../images/bg.gif);
}
img {
	vertical-align: bottom;
	border: none;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
        background:url(../images/paper.jpg) no-repeat top center;
	padding-top: 30px;
}

#col {
        margin: 0 auto;
        background: url(../images/) no-repeat top center;
}

#logo {
        background: url(../images/logo.png) no-repeat top left;
        margin-left:130px;
}

#content {
        width: 750px;
        margin: 0 auto;
}

#image {
        background: url(../images/title.png) no-repeat top left;
        margin-top: 10px;
        margin-left:5px;
}

#globalNav {
	position: absolute;
	left: 800px;
	top: 25px;
	width: 130px;
}
#globalNav li {
	display: inline;
}

.space {
        padding-left: 10px;
        padding-right:10px;
}

#itemList {
	margin: 0 0 0 10px;
        width:345px;
}
#itemList li {
	float: left;
	width: 115px;
	margin: 0;
}

#information {
	clear: both;
	overflow: auto;
	width: 750px;
	margin: 0 auto;
        padding-top: 30px;
	padding-bottom: 10px;
}

#information #photo {
	float: left;
        margin-left: 20px;
        width: 200px;
        background: url(../images/photo.png) top center no-repeat;
}

#information #aboutme {
	float: right;
        width: 500px;
        margin-right: 20px;
}

#information .section h3 {
	padding: 20px 0 6px 0;
	background: url(../images/prof.png) top left no-repeat;
}

#information .section ul li {
	padding: 6px 0;
	border-bottom: 1px solid #FFFFFF;
}

#information .section ul li .date {
	font-weight: bold;
}

#copyright {
	margin: 30px 5px 0 5px;
	padding: 25px 0;
	text-align: center;
        background: url(../images/copyright.png) top center no-repeat;
}
