@import url(all.css);
@import url(ad.css);

* {word-break: break-all;}

TABLE{
  font-size : 12px;
  line-height : 18px;
  color : #232323;
}
BODY{
  font-size : 12pt;
}
A:HOVER{
  text-decoration : underline;
  
}
H1{
  font-size : 12pt;
  color : white;
  
  
  
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}
A{
  
  color : #3300cc;
  text-decoration : none;
}

a.link {
	cursor	: pointer ;
}

H2{
  font-size : 12px;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  color : #079841;
}
H3{
  font-size : 12px;
  color : #079841;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}
H4{
  font-size : 12px;
  color : #079841;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}
H5{
  font-size : 12px;
  color : #079841;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}

div{
	display	: block ;
}

/*-------------------------------------------*/
/* フォーム関連 */
form.inline {
	padding	: 0px ;
	margin	: 0px ;
}


input.submit {
	font-size	: 13px ;
	color	: blue ;
	width	: 100px ;
	background-color	: #EEEEEE ;
	border-top		: 1px solid #DDDDDD ;
	border-right	: 2px solid #CCCCCC ;
	border-bottom	: 2px solid #CCCCCC ;
	border-left		: 1px solid #DDDDDD ;
	margin	: 5px auto 5px auto ;
	padding	: 2px 2px 2px 2px ;
	
	cursor	: pointer ;

}

.error{
	font-size	: 13px ;
	font-weight	: bolder ;
	color	: red ;

}


/*-------------------------------------------*/


img { border	: 0px ;}

td.ad_right {
	width	: 132px ;
	overflow-x	: hidden ;
}

H4.th_title {
	font-size	: 14px ;
	font-weight	: bold ;
	color	: black ;
}
