/* CSS Document */

/*h
-----------------------------------*/

h1 {
	margin-top: 0;
	}
	
h2 {
	margin:30px 0 6px 0;
	padding:3px 5px;
	border-color:#EA2F2F;
	border-width:0 0 1px 7px;
	border-style:solid;
	font-size: 14px;
	clear:both;
	}
	
h3 {
	margin: 10px 0 0 0;
	padding: 7px 0 0 10px;
	font-size: 12px;
	color: #EA2F2F;
	height:20px;
	background: url("../recruit/img/icon_gray.gif") center left no-repeat;
	clear:both;
	}
	
h4 {
	font-size: 90%;
	}
	
/*photo
-----------------------------------*/

.photo {
	float: right;
	margin-left: 5px;
	}
	
.photo_left {
	float: left;
	margin-right: 5px;
	}
	
/*teble
-----------------------------------*/

table.guidelines {
	border-color: #999;
	border-width:1px 0 0 0;
	border-style: solid;
	}

td.guidelines_01 {
	color: #555; /* 文字の色 */
	background-color: #F6F6F6; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-color: #999; /* 枠の色 */
	border-width: 0 0 1px 1px; /* 枠の幅 */
	vertical-align:text-top;
	}
	  
td.guidelines_02 {
	color: #555; /* 文字の色 */
	background-color: #fff; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-color: #999; /* 枠の色 */
	border-width: 0 1px 1px 1px; /* 枠の幅 */
	line-height:1.4;
	vertical-align:text-top;
	}
	
/*p
-----------------------------------*/
p.education {
	margin-left: 15px;
	line-height: 1.4;
	}
	
p.profile_link a:link,
p.profile_link a:visited{
	color:#555555;
	text-decoration:none;
	}
p.profile_link a:hover,
p.profile_link a:active{
	color:#555555;
	text-decoration:underline;
	}

p.footernav
	{
	margin: 0 0 10px 130px;
	text-align: left;
	color: #ccc;
	}

	
/*list
-----------------------------------*/
	
ul.privacy {
list-style-type: disc;
list-style-position: outside;
line-height:1.4;
margin: 15px;
padding: 10px;
}

ol.privacy {
list-style-type: decimal;
list-style-position: outside; 
line-height:1.4;
margin: 15px;
padding: 10px;
}
	
	
/*追加
-----------------------------------*/

dd.tenpo { padding-left: 8px; }

.map_address { float:left;
			margin-right:15px;
			width:250px;
			}
			
.map { width:250px; float:left; }			