/*
.v1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: 0F3D7C; text-decoration: none}
.v2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #646464; text-decoration: none }
*/

.v1 {font-size: 12px; color: 0F3D7C; text-decoration: none;line-height:1.8em;}
.v2 {font-size: 12px; color: #646464; text-decoration: none;line-height:1.4em;}

/* Aタグ関連 */
a{
  text-decoration: none;
}
a:link     { color:blue }
a:visited  { color:blue }
a:active   { color:red }
a:hover    { color:red }

/* テーブル関連 */
table{
  font-size: 10pt;
  border:none;
}
td
{
  border-top:0px;
  border-left:0px;
  /*background-color: #FFFFFF;*/
}
th
{
  border-top:0px;
  border-left:0px;
  background-color: #DDEEFF;
  font-weight: normal;
  text-align:left;
  vertical-align: top;
  /*background-color: #77AAFF;*/
}
textarea{
  overflow: auto;
  border-width: 1px 1px 1px 1px;
  border-color:  #606060 #303030 #202020 #909090;
  border-style: solid;
}

input{
  border-width: 1px;
  border-color: #606060 #303030 #202020 #909090;
  background-color: #F5F5F5;
}




/* 会社概要 */
dl.dataList{
float:left;
display:block;
width:530px;
margin-bottom:10px;
padding:0px;
}
dl.dataList dt{
clear:left;
float:left;
display:block;
width:100px;
margin:2px 0px;
padding-left:15px;
}
dl.dataList dt.place{
clear:left;
float:left;
display:block;
width:100px;
margin:5px 0 0 0;
padding-bottom:70px;
padding-left:15px;
}
dl.dataList dt.place{
padding-bottom:66px;
}
dl.dataList dt.placeT{
padding-bottom:88px;
}
dl.dataList dd{
float: right;
display: block;
width: 410px;
margin: 2px 0px;
padding: 0px;
}


