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

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

#main2_top{
	height:120px;
	background-image: url(../img/message/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:560px;
	float:left;
	font-size:13px;
	color: #666666;
	line-height:165%;
	text-align:justify;
	margin-top:5px;
}

#main_right{
	width:200px;
	margin-left:619px;
}

#main_right img{
	margin-right:20px;
}


/* 学歴 */

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

.academic_box{
	width:374px;
	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:429px;
	margin-left:401px;
}

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

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









