/*----------------------------------------
	common
----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:100%;
	font-family: "���C���I", "Meiryo", "verdana", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "�l�r �o�S�V�b�N", "MS PGothic", Sans-Serif;
}
fieldset,img,abbr {
	border:0;
}
caption,th {
	text-align:left;
}
table{
	font-size:inherit;
	font:100%;
}
img {
	vertical-align: top;
}
a {
	outline: none;
/*\*/
	overflow: hidden;
/**/
}

/*----------------------------------------
	default
----------------------------------------*/
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd { margin:0; padding:0;}
/*��荞�݃N���A*******************/
.clear {
	clear: both;
}
/*clearfix*******************/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac ?*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
a:link {
	color:#6C8095;
	text-decoration:none;
}
a:visited { color:#6C8095; text-decoration:none;}
a:active { color:#7f7f7f; text-decoration:none;}
a:hover { color:#7f7f7f; text-decoration:underline;}
img {
	border:none;
}
h1{
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	background: #cce3e3;
    /* Webkit�n */
  background: -webkit-gradient(linear, left top, left bottom, from(#cce3e3), to(#eef2f2));
    /* Mozilla�n */
  background: -moz-linear-gradient(top, #cce3e3, #eef2f2);
    /* IE10+ */
  background: -ms-linear-gradient(top, #cce3e3, #eef2f2);
    /* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce3e3', endColorstr='#eef2f2', GradientType=0)";
    /* IE5.5-7 */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce3e3', endColorstr='#eef2f2', GradientType=0); */
	font-size: 150%;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}
table {
	margin:0;
	padding:0;
}
*>/**/sup { vertical-align: text-top; line-height: 80%; }

/*----------------------------------------
	contents
----------------------------------------*/
#info_contents{
  color:#666666;
	text-align:left;
	width: 770px;
	margin:0 auto 10px;
	border: 1px solid #CCCCCC;
	padding:0;
	background-image: url(../img/title01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 88%;
}
*+html body #info_contents{
	width: 768px;
}
* html body  #info_contents{
	width: 768px;
}
#info_text{
	width: 696px;
	margin: 30px 40px;
}
.date_top {
	text-align:right;
	font-size:82%;
	line-height:150%;
}
.box_txt{
  color: #000000 !important;
  line-height: 1.4;
}
.box_txt h3 {
  margin-bottom: 5px;
  font-size: 110%;
}
.box_img{
	margin: 0 auto;
}
.text_center{
	text-align:center;
}
.box_note{
  color: #000000;
  margin-top: 20px;
  padding: 0.5em;
  border: 3px double #000000;
  line-height: 1.4;
}

/* �t�H���g�w�� */
.bold{
	font-weight: bold;
}
.c1{
	color:#5386c6;
}
.c2{
	color:#baa56d;
}
.text_ss {
	font-size:90%;
}
.text_ll {
	font-size:130%;
}
/* �]���w�� */
.mb-10{
	margin-bottom:-10px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb50{
	margin-bottom:50px;
}
.p20{
	padding:20px;
}
.pl20{
	padding-left:20px;
}
.pl30{
	padding-left:30px;
	margin-left:30px;
}
.pt10{
	padding-top:10px;
}
.lh20 {
	line-height: 20px;
}
