@charset "UTF-8";

p{
  padding-left : 10px;
  padding-right : 10px;
}

.font_09{
  font-size : 9px;
}

.font_10{
  font-size : 10px;
}

.font_12{
  font-size : 12px;
}

.font_14{
  font-size : 14px;
}

.font_16{
  font-size : 16px;
}

.white{
  color : white;
}

.blue{
	color: #0080c0;
}

.red{
	color: #cc0000;
}

.green{
  color : green;
}

h1{
	text-align: center;
	padding-top : 5px;
	padding-bottom : 5px;
	color: white;
  font-weight : bold;
  font-size : 14px;
}

.li_line{
	margin-top : 10px;
	margin-right : 50px;
	border-bottom-width : 1px;
	border-bottom-style : dashed;
	border-bottom-color : silver;
}

.ul_no{
	list-style:none;
}

.li_left{
	float:left;
}

/*　インフォメーション　*/

.information ul{
   margin:0;
   padding:0;
   list-style:none;
}

.information li{
   padding:15px 0 15px 7em;
   text-indent: -7em;
   border-bottom : 1px solid #dddddd;
  margin-top : 10px;
}

.information li span{
   display:inline-block;
   width:7em;
   text-indent:0;
}

.information li a{
   text-decoration:none;
   color:#000;
}

/*　インフォメーション2　*/

.information2 ul{
   margin:0;
   padding:0;
   list-style:none;
}

.information2 li{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: silver;
	margin-right: 30px;
}

.information2 li span{
	display: inline-block;
	width: 150px;
	text-indent: 0px;
}
.p_info{
  padding-left : 20px;
  margin-top : -15px;
}

