@charset "UTF-8";

@import "../../common/css/default.css";


/*----------------------------------------------------------
ヘッダー
----------------------------------------------------------*/

#header{
	height: 80px;
}
h2{
	font-size: 70%;
	font-weight: bold;
	position: absolute;
	left: 155px;
	top: 47px;
	*font-size: 50%;
	*top: 52px;
}
p.logo{
	position: absolute;
	left: 27px;
	top: 20px;
}
p.btn{
	position: absolute;
	right: 15px;
	top: 50px;
}


/*----------------------------------------------------------
コンテンツ
----------------------------------------------------------*/

#box1{
	margin-bottom: 10px;
	font-size: 80%;
	background-color: #EDEBEB;
	line-height: 160%;
}
#box1 .right{
	margin-bottom: 10px;
	margin-left: 15px;
	padding-right: 20px;
	padding-top: 20px;
}
#box1 p.txt{
	padding-left: 20px;
	padding-top: 20px;
}
#box1 p.name{
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: right;
}
p.gocompany{
	background-image: url(../img/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
	font-size: 80%;
	margin-bottom: 18px;
  margin-left: 10px;
	float: right;
}
p.gocompany a{
	color: #125893;
}
p.gocompany a:hover{
	text-decoration: none;
}

#box2{
	margin-bottom: 30px;
	font-size: 80%;
}
#box2 dl{
	margin-bottom: 20px;
	width: 640px;
}
#box2 dt{
	float: left;
	margin-right: 15px;
}
#box3{
	font-size: 80%;
	margin-left: 20px;
	margin-bottom: 30px;
}
#box3 dl{
	width: 576px;
	border: 1px solid #C1C0C0;
	padding: 12px;
	margin-bottom: 10px;
}
#box3 dt,#box3 dd{
	display:table-cell;
    margin-bottom:1px;
    vertical-align:middle;
}
* html #box3 dt,* html #box3 dd{/* IE 6 */
display:inline;
zoom:1;
}

*:first-child+html #box3 dt,*:first-child+html #box3 dd{/* IE 7 */
display:inline;
zoom:1;
}
#box3 dd{
	padding-left: 30px;
}
#box4{
	font-size: 80%;
	margin-bottom: 30px;
}
#box4 .right{
	margin-bottom: 10px;
	margin-left: 15px;
	padding-right: 20px;
	padding-top: 20px;
}
#box4 p,#box4 ul{
	margin-bottom: 10px;
}
#box4 li a{
	background-image: url(../../common/img/blank.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #125893;
}
#box4 li a:hover{
	text-decoration: none;
}

