/*----------------------------------------
 全体
----------------------------------------*/
#contentsTABLE {
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 10px;
  margin-bottom:10px;
  font-size: 17px;
  line-height: 150%;
  width: 635px;
  border: 0px solid #000000;
}

#contentsTABLE2 {
  padding: 15px 15px 15px 15px;
  font-size: 17px;
  line-height: 150%;
  width: 600px;
  border: 1px solid #202f55;
}

#contentsTABLE3 {
  padding: 15px 15px 15px 15px;
  font-size: 17px;
  line-height: 150%;
  width: 600px;
  border: 1px dashed #202f55;
}

#contentsTABLE4 {
  padding: 15px 15px 15px 15px;
  font-size: 10px;
  line-height: 150%;
  width: 600px;
  border: 0px solid #000000;
}

#contentsTABLE5 {
  padding: 15px 15px 15px 15px;
  font-size: 13px;
  line-height: 150%;
  width: 670px;
  border: 0px solid #000000;
}




* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
background-image:url('http://file.bcancer.atgj.net/11b7168d.jpg');
background-attachment:fixed;
background-position:right bottom;
background-repeat:no-repeat;
}
body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	vertical-align: bottom;
	font-size:17px;
	line-height: 1.6;



}
a:link, a:visited {
	color: #191970;
}
a:hover {
	color: #ff0000;
	text-decoration: none;

position:relative;
top: 2px;
left: 2px;
}



/*----------------------------------------
 ヘッダー
----------------------------------------*/

div#TopBlock {
	border-bottom: 2px solid #202f55;




background-image:url('http://file.bcancer.atgj.net/チャンネル1の2.jpg');

background-position:right bottom;
}
ul#Admin {
	width: 120px;
	float: right;
	height: 90px;
	background-color: #ffffff;
}
ul#Admin li {
	margin-left: 20px;
	line-height: 30px;
	list-style-type: none;
	color: #666666;
}
ul#Admin li a:link, 
ul#Admin li a:visited {
	text-decoration: none;
	color: #666666;
}
ul#Admin li a:hover {
	color: #333366;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 42px;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: left;
	margin-right: 120px;
	border-right: 2px solid #202f55;
	padding-right: 40px;
	background-color: #202f55;
	color: #ffffff;
}
h1 a:link, 
h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #87ceeb;
}
p#TopExplanation {
	line-height: 20px;
	margin-top: -20px;
	margin-right: 120px;
	text-align: center;
	color: #ffffff;
}


/*----------------------------------------
 サイド
----------------------------------------*/

div#PluginBlock {
	width: 200px;
	float: left;
	font-size: 12px;
	color: #ffffff;
}
h6 {
	border-top: 8px solid #ccccff;
	padding-top: 12px;
	padding-left: 20px;
	background-color: #202f55;
	font-size: 14px;
}
div.PluginContents {
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #202f55;
	min-height: 10px;
	height: auto !important;
	height: 10px;
}
.PluginContents a:link, 
.PluginContents a:visited {
	color: #f2f4f3;
}
.PluginContents a:hover {
text-decoration:none;
background-color:white;
color: black;
}
.sidemenu a{
color:#f2f4f3;
text-decoration:underline;
}

.sidemenu a:hover{
text-decoration:none;
background-color:white;
color: black;
position:relative;
top: 2px;
left: 2px;
}

/***********************************Calendar*/
table.CalendarMoveTable {
	width: 140px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
td.CalendarPrevTd{
	width: 20px;
}
td.CalendarNowTd{
	width: 80px;
}
td.CalendarNextTd{
	width: 20px;
}
table.CalendarTable {
	width: 140px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.CalendarTable tr td {
	text-align: center;
}

/*----------------------------------------
 メイン
----------------------------------------*/

div#EntryBlock {
	margin-left: 220px;
}
ul.PageLinkBlock {
	height: 20px;
	text-align: right;
	font-size: 12px;
}
.PageLinkBlock li {
	float: left;
	line-height: 20px;
	padding-right: 20px;
	list-style-type: none;
}

/***********************************Entry*/
h2 {
	font-size: 22px;
	line-height: 38px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #ccccff;
}
h2 a:link, 
h2 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #003366;
}
div.EntryTextBox {
	padding: 10px 20px;
}
h3 {
	margin-top: 8px;
	font-weight: bold;
}
.EntryTextBox p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.EntryTextBox pre {
	margin: 20px 0;
	border: 1px solid #ccccff;
	padding: 10px;
}
.EntryTextBox ul {
	margin: 20px 0;
	padding-left: 60px;
}
.EntryTextBox ul li {
	list-style-type: circle;
	list-style-position: inside;
}
.EntryTextBox ol {
	margin: 20px 0;
	padding-left: 60px;
}
.EntryTextBox ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.EntryTextBox dl {
	margin: 20px 0;
	padding-left: 60px;
}
.EntryTextBox dl dd {
	padding-left: 20px;
}
p.ps {
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
}
p.EntryPsText {
	text-align: right;
}
dl.EntryFooter {
	margin-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	height: 32px;
	border-bottom: 1px solid #202f55;
	margin-bottom: 20px;
}
dl.EntryFooter dt {
	padding-left: 20px;
}
dl.EntryFooter dd {
	float: left;
	padding-left: 20px;
}
.EntryFooter dd a:link, 
.EntryFooter dd a:visited {
	text-decoration: none;
}

/***********************************Comment*/
div.CommentBlock {
	margin-left: 20px;
	border-top: 1px solid #202f55;
	border-bottom: 1px solid #202f55;
	border-left: 1px solid #202f55;
	padding: 0 20px 20px 40px;
	margin-bottom: 20px;
	font-size:15px;


}
h4 {
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
h5 {
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
dl.CommentTextBox {
}
.CommentTextBox dt {
	font-weight: bold;
}
.CommentTextBox dd {
}
dl.CommentFooter {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	height: 32px;
	border-bottom: 1px solid #202f55;
	margin-bottom: 20px;
}
.CommentFooter dt {
}
.CommentFooter dd {
	float: left;
	padding-left: 10px;
}
dl.CommentResBox {
	margin-left: 100px;
}
.CommentResBox dt {
	font-weight: bold;
}
.CommentResBox dd {
}
dl.CommentResFooter {
	text-align: left;
	margin-left: 100px;
	border-bottom: 1px solid #202f55;
	font-size: 12px;
	line-height: 16px;
	height: 32px;
	margin-bottom: 20px;
}
.CommentResFooter dt {
}
.CommentResFooter dd {
}
dl.CommentFormBlock {
}
.CommentFormBlock dt {
	width: 100px;
	float: left;
}
.CommentFormBlock dd {
}
p.CommentFormSubmit {
	padding-left: 100px;
}

/***********************************Trackback*/
div.TrackbackBlock {
	margin-left: 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 0 20px 20px 40px;
}
dl.TrackbackTextBox {
}
.TrackbackTextBox dt {
}
.TrackbackTextBox dd {
}
dl.TrackbackFooter {
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	height: 32px;
	border-bottom: 1px solid #202f55;
	margin-bottom: 20px;
}
.TrackbackFooter dt {
}
.TrackbackFooter dd {
}
dl.TrackbackMenu {
}
.TrackbackMenu dt {
}
.TrackbackMenu dd {
}


/*----------------------------------------
 フッター
----------------------------------------*/

div#FooterBlock {
	clear: both;
	border-top: 2px solid #202f55;
	background-color: #202f55;
}
ul#CM {
	list-style-type: none;
	margin-left: 200px;
	height: 20px;
	background-color: #ffffff;
	color: #666666;
}
#CM li {
	padding-top: 2px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 16px;
	float: right;
}
address {
	margin-left: 200px;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #ffffff;
	color: #666666;
}
address a:link, 
address a:visited {
	text-decoration: none;
	color: #666666;
}
address a:hover {
	color: #333366;
}

