body{
  color: #000000;
  font-size : 12px;
  text-decoration : none;
  font-weight : normal;
  line-height : 18px;
}
a{
  font-size : 12px;
  font-weight : normal;
  color : #757575;
  text-decoration : underline;
}
a:link{
  font-size : 12px;
  font-weight : normal;
  text-decoration : underline;
  color : #757575;
}
A:visited{
  font-size : 12px;
  text-decoration : underline;
}
A:HOVER{
  color : orange;
  text-decoration : underline;
}
A:ACTIVE{
  font-size : 12px;
  color : #ff8000;
  text-decoration : underline;
}
img{
  border: none;
}
h1{
  font-weight : normal;
  color : #757575;
}
.info_title{
	height: 30px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}
.t1{/* ============================説明に使用*/
    font-weight: 400;
    font-size: 13px;
	color : #757575;
    line-height: 20px;
}
.t2{/* ============================タイトルに使用*/
    font-weight: bold;
    line-height: 30px;
    color: #757575;
    font-size: 14px;
}
.t3{
	text-indent: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #757575;
	font-size: 14px;
  border-bottom: 1px #cccccc solid;
}
.t4{
    font-weight: 400;
    font-size: 13px;
	color : #757575;
    line-height: 15px;
	border-bottom-width : 1px;
	border-bottom-style : dashed;
	border-bottom-color : #cccccc;
}
.t_chart{
	text-indent: 10px;
    font-weight: 400;
    font-size: 13px;
	color : #757575;
    line-height: 20px;
}
.t_chart_yori{
	text-indent: 80px;
    font-weight: 400;
    font-size: 13px;
	color : #757575;
    line-height: 20px;
}
.c3{
	text-indent: 3px;
}
.index_title{
    margin: 0px;
	height: 30px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
}
.index_under{	
	margin: 0px;
	padding: 15px;
	background: url(../images/line/box_under.png) repeat-x;
}
.info_under{/* ============================タイトルに使用*/	
	font-size : 12px;
	line-height: 16px;
	color : #929292;
	font-weight : normal;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.banner{
	border-collapse:collapse;
}
.banner th{
	padding: 0px;
}
.b_title{
    font-weight: 500;
    font-size: 16px;
	color : #757575;
    line-height: 20px;
}
.b_name{
	background-color: #ffeeee;
}
.b_skill{
	background-color: #ffffee;
}
.b_item{
	background-color: #eeffee;
}
.b_name_t{
	background-color: #ffcccc;
}
.b_skill_t{
	background-color: #ffffcc;
}
.b_item_t{
	background-color: #ccffcc;
}
.c30{
	text-indent: 30px;
}