﻿/* CSS Document */
@charset "utf-8";

/* メイン画像（下層ページ） */

#main2_top{
	height:120px;
	background-image: url(../img/access/header_bg.png);
	background-repeat:repeat-x;
	margin:0 auto;
}



/* メイン（中） */

.main_naka{
	width:830px;
	margin-bottom:40px;
 	margin-left:auto;
 	margin-right:auto;
}

#main_left{
	width:432px;
	float:left;
	margin-top:5px;
}

#access_adress{
	width:432px;
	text-aline:left;
	font-size:12px;
	color:#666666;
	margin-top:10px;
	line-height:130%;
}


#main_right{
	width:380px;
	margin-left:450px;
}

#gaikan_text{
	width:380px;
	text-aline:left;
	font-size:12px;
	color:#666666;
	margin-top:5px;
	line-height:130%;
}


/* 学歴 */

#academic{
	width:394px;
	text-align: left;
	float:left;
}

.academic_box{
	width:394px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px; /* 内容と線との間隔量 */
}


.date{
	width:95px;
	font-size: 12px;
	color: #333333;
	float:left;
	background-image: url(../img/top/date_marker.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
	line-height:110%;
}


.naiyou{
	width:289px;
	margin-left:100px;
	font-size: 12px;
	color: #333333;
	text-indent: -5px;
	line-height:130%;
}


/* 職歴 */

#business{
	width:454px;
	margin-left:430px;
}

.business_box{
	width:454px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px; /* 内容と線との間隔量 */
}

.business_date{
	width:95px;
	font-size: 12px;
	color: #333333;
	float:left;
	background-image: url(../img/top/date_marker.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
	line-height:110%;
}


.business_naiyou{
	width:257px;
	margin-left:100px;
	font-size: 12px;
	color: #333333;
	text-indent: -5px;
	line-height:130%;
}







