@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	background-image: url(../image/back.gif);
	background-repeat: repeat-x;
}

a img {
	border: none;
}

div#pageWrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ffffff;
	text-align: left;
}

/* old \*/
* html div#pagewrapper {
	width: 600px;
}
/* end */

div#contentsWrapper {
	width: 600px;
	margin-bottom: 10px;
	background: url(../image/sub_back.gif) repeat-y;
	overflow: auto;
}

div#header {
	width: 600px;
	height: 50px;
	margin-bottom: 10px;
	background-image: url(../image/header.jpg);
}

div#mainContents {
	width: 600px;
}

div#footer {
	clear: both;
	width: 600px;
	height: 45px;
	background-image: url(../image/footer.gif);
}

div#footer p {
	padding: 135px 0 0 10px;
	color: #ffffff;
	font-size: 82%;
}

div.contents {
	position: relative;
	width: 480px;
	margin-top: 30px;
	margin-left: 30px;
	padding: 25px 60px 25px 25px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-image: url(../image/main_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3;
	color: #333333;		
	font-size: 83%;
}

div#description p {
	margin: 0 0 10px;
}

h1 {
	padding: 32px 18px 0;
}

h2 {
	position: absolute;
	top: -22px;
	left: -19px;
}

h4 {
	padding: 18px 18px 0;
}

h5 {
	font-size: 105%;
}

img.selfPortrait {
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	border: solid 3px #999;
}

div#about h3 {
	clear: left;
	padding-left: 5px;
	border-left: solid 5px #99cbff;
	font-size: 100%;
}

div#about p.name {
	margin-bottom: 20px;
	padding-left: 10px;
}

div#topics h3 {
	background-color: #fff2ab;
	margin-bottom: 15px;
	padding: 3px 5px;
	border: solid 1px #99cbff;
	border-left: solid 5px #99cbff;
	font-size: 120%;
}

div#topics p.note {
	margin: 0 15px 10px;
}

div#topics table {
	width: 380px;
	margin: 0px 15px 0;
	border: solid 1px #333333;
	border-collapse: collapse;
}

div#topics table th,
div#topics table td {
	padding: 5px;
	border: solid 1px #333333;
	text-align: center;
}

div#topics table th {
	background-color: #fff2ab;
}

div#topics p.day {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 5px;
	border-top: solid 1px #99cbff;
	font-size: 83%;
	text-align: right;
}

div#topics {
	padding-bottom: 30px;
}

#ctr {
	text-align: center;
}

#rt {
	text-align: right;
	margin-right: 15px;
}

@media print{
	#contentsWrapper{height:100%;}	
}

