/* CSS Document */
html,body{
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-position:left top;
	width: 100%;
}

body,td,th {
	font-size: 10px;
	line-height:10px;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}
.header {
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 100%;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	z-index: 100;
}
.header_photo {
	background-image: url(../images/contentsphoto/contents_photo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 174px;
	width: 850px;
	background-color: #FFF;
}
img.contents_title {
	margin-top: 50px;
	margin-left: 20px;
}


table.all{
	margin-top:-10;
	margin-bottom:0;
	padding: 0px;
	height: 100%;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
td.header {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 850px;
	text-align: center;
	vertical-align: top;
}

div.main{
width:670px;
height:100%;
position:relative;
padding:0px;
}
td.side{
	width:180px;
	height:100%;
	position:relative;
	margin:0px;
	padding:0px;
	background-image: url(../images/side_bar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	vertical-align: top;
}
td.side_2{
	width:180px;
	height:100%;
	position:relative;
	margin:0px;
	padding:0px;
	background-image: url(../images/side_bar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.main_2{
width:850px;
height:100%;
position:relative;
padding:0px;
}
.main_bio{
width:600px;
height:100%;
position:relative;
padding:0px;
}
table.contents {
	height: 100%;
	width: 850px;
}

