@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	color: #666666;
}
h1 {
	font-size: 20px;
	color: #FFFFFF;
	position: absolute;
	top: 70px;
	right: 20px;
}
h2 {
	font-size: 18px;
	line-height: 1.5em;
	color: #333333;
}
h3 {
	font-size: 90%;
	padding-bottom: 1em;
}

dt {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-size: 90%;
}
dd {
	line-height: 1.5em;
	font-size: 90%;
	padding-left: 3em;
}




#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 101px;
	background-image: url(../images/podcast_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 1em;
	padding-left: 1em;
	font-size: 12px;
	display: block;
	width: 120px;
}

#footer {
	clear: both;
	height: 30px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	font-size: 70%;
	padding-left: 20px;
	padding-right: 20px;
}

#sideBar {
	float: left;
	width: 190px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 80%;
}
#sideBar a {
	color: #666666;
	text-decoration: underline;
}
#sideBar a:hover {
	text-decoration: none;
}

#sideBar p {
	line-height: 1.5em;
}
#sideBar ul {
	padding-top: 10px;
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sideBar li {
	line-height: 2em;
}
.photo  {
	background-color: #CCCCCC;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #EEEEEE;
	margin-bottom: 10px;
	margin-top: 10px;
}


#contents {
	float: right;
	width: 670px;
	position: relative;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 10px;
	padding-right: 10px;
}
#contents .download {
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
}
#contents table {
	font-size: 90%;
}

#contents  th {
	line-height: 1.5em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
#contents th:first-child {
	border-left-style: none;
}


#contents td {
	line-height: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
#contents  td:first-child {
	border-left-style: none;
}



#contents .conText {
	width: 310px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#contents  p  {
	font-size: 90%;
	line-height: 2em;
	margin-bottom: 1em;
}

#contents .audio {
	width: 330px;
	float: right;
	padding-right: 10px;
}


.upBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.ind {
	text-indent: -1em;
	margin-left: 1em;
}



.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.download a {
	color: #999999;
}
.clearBoth {
	clear: both;
}
.radiusShadow {
	padding: 10px;
	box-shadow: 3px 3px 3px #CCC;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px #CCC;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px #CCC;
	-webkit-border-radius: 5px;
	background-color: #DDD;
}
.keiji a {
	background-image: url(../images/ita01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 150px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 30px;
}
.keiji a:hover {
	background-image: url(../images/ita01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contents .conText2 {
	width: 350px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#contents .rightCon {
	width: 300px;
	float: right;
	padding-right: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

