html, body {
	margin: 0px;
	padding:0px;
	background-image:url(../img/bg.gif);
}

/*
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

*/

#wrapper {
	width:812px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:812px;
	margin:0px auto;
}

#header {
	width:812px;
	height:103px;
	margin:0px auto;
	background-image:url(../img/WMRIFheader_back.gif);
	background-repeat:no-repeat;
	background-position:right;
}



#logo {
	width:84px;
	height:82px;
	margin:10px;
	float:left;
	position:absolute;
}

#line {
	width:812px;
	height:5px;
	margin:0px auto;
	background-image:url(../img/WMRIFnav_back.gif);
	background-repeat:repeat;
	
}

#title{
	font-family:"Trebuchet MS";
	font-size:28px;
	color:#333333;
	font-weight:bold;
	padding:10px;
	text-align:center;
}

#h3{
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#333333;
	font-weight:bold;
	text-align:center;
}

#title_h2 {
  font-family:"Trebuchet MS";
  color: #ffffff; /* 文字の色 */
  font-weight:bold;
  background-color : #666699; /* 背景の色 */
  border-style: solid; /* 枠の種類 */
  border-color: #999999; /* 枠の色 */
  border-width: 0px 50px; /* 枠の幅 */
  line-height: 130%; /* 行の高さ */
  text-align: center; /* テキストの配置 */
}

#program_date{
	font-family:"Trebuchet MS";
	color: #000099; /* 文字の色 */
	font-size:20px;
	font-weight:bold;
	border-left-color:#FF6600; /* 左枠の色 */
	padding: 3px 0px 0px 6px; /* 余白の幅 */
	border-style: solid; /* 枠の種類 */
	border-width: 0px 0px 0px 10px; /* 枠の幅 */
	margin-left:30px;
}	

#div.base{
	width:650px;
	border:hidden;
	
}
#div.base-time{
	float:left;
	width:200px;
}
#div.base-content{
	float:left;
}

/* __sample05
-----------------------------------------------*/
dl.sample05 {
	width: 700px;
	padding: 10px;
	border: 1px solid #999;
	overflow: hidden;
}

dl.sample05 dt {
	width:100px;
	float: left;
	margin-left: 10px;
	padding: 5px 0;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#333333;
	text-align:left;
}

dl.sample05 dd {
	padding: 5px 5px 5px 0;
	border-bottom: 1px dotted #999;
	padding-left: 100px;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#333333;
	text-align:left;
}

dl.sample05 dd a {
	font-weight: bold;
}


/*


#logo h1{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-top:30px;
}

#logo h4 {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}

#links ul {
	margin:0px; 
	padding-top:67px;
}

#links li{
	float:left;
	list-style-type:none;
	width:129px;
	height:25px;
	text-align:center;
	background-color:#F4A80A;
	border-left:1px solid #FFF;
	padding-top:4px;
}

#links a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

*/


#mainimg h3 {
	font-family:"Trebuchet MS";
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}

#mainimg h4 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}



#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar {
	float:left;
	width:539px;
	border-right:1px solid #BCBDBC;
}

#leftbar h2{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#leftbar p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}

#leftbar a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
	padding:0px 40px;
}

#leftbar a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding:0px 40px;
}

#rightbar {
	float:left;
	width:237px;
}

#rightbar h2{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#rightbar p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px;
}

.orangetext {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
}

#email {
	float:left;
	width:500px;
	background-color:#9BBE00;
	height:27px;
	padding-top:5px;
}

#email a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
}

#email a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
	
}

#validtext {
	float:left;
	width:278px;
	background-color:#9BBE00;
	height:27px;
	padding-top:5px;
}

#validtext p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}