﻿/* CSS Document */
@charset "utf-8"; /*utf-8の場合*/
/* ########## ベース ########## */

#wrt{
	background-image: url(img/kabe_maru14.gif);
	background-color: #FFFFFF;
	text-align: center;
}
#wrt .nb {
	width: 350px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3cc65a;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 9px;
	background-image: url(../img/bn_top.gif);
	background-color: #ffff84;
	border-left-color: #3cc65a;
}
.nb .bn_title {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
#back_namber {
	text-align: center;
}

.nb .bn_title span{
	font-style: italic;
	color: #2fb3a9;
	font-weight: bold;

}

.text_top, .text_top span, .text_btm, .text_btm span{
	background-repeat: no-repeat;
	height: 10px;
}
.text_top, .text_btm {
	width: 550px;
	text-align: right;
}
.text_top span, .text_btm span{
	width: 10px;
	display: block;
	background-color: #FFFFFF;
}
.text_top{
	background-image: url(img/text_top.gif);
	background-position: left bottom;
}
.text_top span{
	background-image: url(img/text_top.gif);
	background-position: right bottom;
}
.text_btm{
	background-image: url(img/pro_btm.gif);
	background-position: left top;
}
.text_btm span{
	background-image: url(img/pro_btm.gif);
	background-position: right top;
}

#wrt TD{
 font-size : 10pt;
}
#wrt .TimeStamp{
  background-color : #71dad3;
  color : #ffffff;
  font-weight : bold;
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  width : 550px;
}
#wrt .text{
	border-left-width : 1px;
	border-right-width : 1px;
	border-left-style : solid;
	border-right-style : solid;
	border-left-color : #71dad3;
	border-right-color : #71dad3;
	letter-spacing : 0px;
	line-height : 20px;
	text-align: left;
	width: 550px;
	padding: 20px;
}
#wrt A{
  color : red;
}
#wrt .list{
  font-size : 11pt;
  text-align : left;
  font-weight : bold;
  padding-bottom : 15px;
  padding-left : 20px;
}
#wrt .list_bg{
  background-image : url(../img/list_bg.gif);
  background-repeat : no-repeat;
  background-attachment : fixed;background-position : left top;}
#wrt .text_width{
  width : 550px;
}

#wrt .This_link{
  font-weight : bold;
  color : red;
}
#wrt .text p {
	margin-bottom: 1em;
}
#wrt .text font {
	letter-spacing: -0.1em;
	margin-right: 2px;
	font-size: 0.95em;
}
#wrt table {
	margin-right: auto;
	margin-left: auto;
}
#wrt .pagetop {
	width: 550px;
}

