@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#internship {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #internship {
	height: 500px;
}

#internship a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

#internship div.page-link {
	background: #f9f2ea;
	padding: 12px 20px;
}

#internship div.page-link li {
	display: inline;
	font-size: 80%;
	margin-right: 30px;
	padding-left: 15px;
	background: url(../../shared/images/common_ic_003.gif) left 50% no-repeat; 
	line-height: 1.2em;
}

#internship h5 {
	font-weight: bold;
	font-size: 80%;
	margin-bottom: 15px;
}

#internship h6 {
	font-weight: bold;
	color: #fa7d19;
	font-size: 80%;
	margin-bottom: 10px;
}

#internship div.bgBlue {
	background: #f9f2ea;
	padding: 10px;
}

#internship div.bgGray {
	background: #eeeeee;
	padding: 10px;
}


#internship div.photo-list {
	width: 566px;
}

#internship div.photo-Lt {
	width: 249px;
	display: inline;
	float: left;
	margin-left: 23px;
}

#internship div.photo-Rt {
	width: 249px;
	display: inline;
	float: right;
	margin-right: 23px;
}


